/* CSS Document */


a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
.texte {
	font-family: Georgia, Minion Web, Palatino, Book Antiqua, Utopia, Times New Roman, serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	line-height: 20px;
}
.texte_ital {
	font-family: Georgia, "Minion Web", Palatino, "Book Antiqua", Utopia, "Times New Roman", serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	line-height: 20px;
	font-style: italic;
}
.texte_bold {
	font-family: Georgia, "Minion Web", Palatino, "Book Antiqua", Utopia, "Times New Roman", serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	line-height: 20px;
	font-weight: bold;
}
.texte02 {
	font-family: Georgia, Minion Web, Palatino, Book Antiqua, Utopia, Times New Roman, serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	line-height: 18px;
}
.texte03 {
	font-family: Georgia, Minion Web, Palatino, Book Antiqua, Utopia, Times New Roman, serif;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
	line-height: 10px;
}
.texte03bis {
	font-family: Georgia, "Minion Web", Palatino, "Book Antiqua", Utopia, "Times New Roman", serif;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
	line-height: 14px;
}
.texte04 {
	font-family: Georgia, Minion Web, Palatino, Book Antiqua, Utopia, Times New Roman, serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	line-height: 13px;
}
.texte04ital {
	font-family: Georgia, "Minion Web", Palatino, "Book Antiqua", Utopia, "Times New Roman", serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	line-height: 13px;
	font-style: italic;
}
.titre {
	font-family: Georgia, Minion Web, Palatino, Book Antiqua, Utopia, Times New Roman, serif;
	font-size: 17px;
	color: #87888a;
	text-decoration: none;
	line-height: 20px;
}
.titre_oeuvre {
	font-family: Georgia, "Minion Web", Palatino, "Book Antiqua", Utopia, "Times New Roman", serif;
	font-size: 13px;
	color: #999999;
	text-decoration: none;
	text-transform: uppercase;
}
.titre_oeuvre_sommaire {
	font-family: Georgia, "Minion Web", Palatino, "Book Antiqua", Utopia, "Times New Roman", serif;
	font-size: 10px;
	color: #e10000;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 21px;
}
.titrerouge {
	font-family: Georgia, Minion Web, Palatino, Book Antiqua, Utopia, Times New Roman, serif;
	font-size: 17px;
	color: #e10000;
	text-decoration: none;
	line-height: 20px;
}
.sommaire02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 19px;
}
.sommaire02rouge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #b90e1d;
	text-decoration: none;
	line-height: 19px;
}	
#bg {
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
}
#bg img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
}
a img {  /* concerne toute image comprise dans un lien */
   border: none /* ou bien "Opx" ou même "0" */
}