/*		------------------ Styles prédéfinis */
/* couleurs

beige clair		#ead1b0
beige			#d4a364
beige moyen		#cb8f3f
beige foncé		#835822
beige très foncé	#593b14

*/

body
{
	background-color: black;
	width: 750px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, Serif;
	text-align: justify;
	font-size: 16px;
	color: #ead1b0;
}

a img
{
	border: none;
}

em
{
	color: #d4a364;
	font-style: normal;
}

/*		------------------ Listes */

ul ul a
{
	color: #835822;
	font-size: 0.9em;
	list-style-type: none;
}
ul ul li
{
	color: #835822;
	list-style-type: none;
}
ul ul ul a
{
	color: #d4a364;
}
ul ul ul li
{
	color: #d4a364;
	list-style-type: disc;
}


/*		------------------ Liens */

a
{
	font-style: normal;
	color: #cb8f3f;
	text-decoration: none;
}
a:hover
{
	color: white;
}
a:active, a:focus
{
	color: white;
}
a:visited
{
	font-style: italic;
}

/*		------------------ titres */

h1
{
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, Serif;	
	font-size: 1.5em;
	text-align: center;
	color: #d4a364;
}


h2
{
	font-size: 1.3em;
	text-align: left;
	color: #835822;
	font-weight: bold;
	margin-top: 50px;
}

h2 a
{
	color: #835822;
}

h3
{
	font-size: 1.1em;
	text-align: left;
	text-indent: 30px;
	color: #d4a364;
	font-weight: bold;
}

/*		------------------ Citations */

blockquote
{
	font-size: 1.1em;
	text-align: center;
	color: #d4a364;
	font-style: italic;
	font-weight: bold;
	text-align: right;
}
blockquote p:before
{	content: "<< ";
}
blockquote p:after
{
	content: " >>";
}

q
{
	font-style: italic;
	color: #d4a364;
}

/*		------------------ Formulaire */


legend
{
	font-weight: bold;
	color: #d4a364;
	font-size: 1.1em;
}
legend:before
{	content: " ";
}
legend:after
{
	content: " ";
}

fieldset
{
	border-top: 1px solid #835822;
	border-bottom: 1px solid #835822;
	border-left: 1px solid #835822;
	border-right: 1px solid #835822;
	padding: 15px;

}
.option_formulaire
{
	font-size: 0.9em;
	text-align:right;
	color: #d4a364;
}
.option_formulaire a
{
	color: #ead1b0;
}

/*		------------------ tableaux */

table
{
	margin-left:5px;
	margin-right:5px;
	border: 1px solid #835822;
	text-align: center;
	margin: auto;
}

.simple
{
	border: none;
	margin-left: 0px;
}
.simple em
{
	color: #835822;
	font-style: normal;
}

.simple td
{
	border: none;
	text-align: left;
	padding-bottom: 10px;
}
.simple th
{
	margin-left: 10px;
	text-align: right;
	width: 150px;
	color: #cb8f3f;
	font-weight: normal;
	vertical-align: top;
}

caption
{
	margin: auto;
	text-align: center;
}

th
{
	color: #d4a364;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}
td
{
	border: 1px solid #d4a364;
	padding-left: 5px;
	padding-right: 5px;
}

/*		------------------ Styles utilisateurs */

 .livre_d_or_pseudo
{
	font-size: 0.9em;
	font-style: italic;
	color: #593b14;
	border-top: 2px solid #835822;
	border-left: 2px solid #835822;
	border-right: 2px solid #835822;
	border-bottom: 1px solid #835822;
	margin-bottom: 0px;
	padding-left: 10px;
}
.livre_d_or_message
{
	padding-left: 50px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-right: 20px;
	font-size: 1.2em;
	margin-bottom: 50px;
	border-left: 2px solid #835822;
	border-bottom: 2px solid #835822;
	border-right: 2px solid #835822;
	margin-top: 0px;
	background-color: #593b14;

}
.en_tete_liste_livre_d_or
{
	font-size: 1.4em;
	font-style: italic;
	color: #835822;
	border-bottom: 1px solid #835822;
	margin-top: 50px;
	margin-bottom: 0px;
	text-align: center;
}
.logo
{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #d4a364;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, Serif;	
	font-size: 2em;
}

.compteurs
{
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: black;
	font-size: 0.8em;
}

.en_php
{
	color: green;
	font-weight: bold;
}
.a_faire
{
	color: red;
	font-weight: bold;
}

.lien_principal
{
	font-size: 1.5em;
	text-align: center;
	color: #835822;
}

.centre
{
	text-align: center;
}
.legende_photo
{
	text-align: center;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 50px;
	font-size: 0.8em;
}
.legende_photo:before
{	content: "- ";
}
.legende_photo:after
{
	content: " -";
}
.format_photo_h
{
	width: 500px;
	height: auto;
	margin: 5px;
	border: none;
}
.format_photo_v
{
	width: auto;
	height: 500px;
	margin: 5px;
	border: none;
}

.p_sans_marge
{
	margin: 0px;
}
  
.para_liste
{
	text-indent: -20px;
	padding-left: 20px;
}
.titre_liste
{
	color: #cb8f3f;
}
.vers_le_haut
{
	font-style: italic;
	color: #835822;
	text-align: right;
	clear: both;
}
.titre_definition
{
	font-family: "Times New Roman", serif;
	color: #d4a364;
	font-weight: bold;
	font-style: italic;
	font-size: 1.3em;
}
.definition
{
	font-family: Arial, serif;
	color: white;
	text-align: justify;
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.ital
{
	font-style: italic;
}

/* 			------------------ Formatage des images */
.imgcenter
{
	text-align: center;
	clear: both;
}

.imgleft
{
	float: left;
	margin: 10px;
}

.imgright
{
	float: right;
	margin: 10px;
}

.imgleft_h_4x3
{
	float: left;
	margin: 10px;
	width: 250px;
	height: 187px;
}
.imgleft_v_4x3
{
	float: left;
	margin: 10px;
	width: 187px;
	height: 250px;
}
.imgleft_h_16x9
{
	float: left;
	margin: 10px;
	width: 250px;
	height: 140px;
}
.imgleft_v_16x9
{
	float: left;
	margin: 10px;
	width: 140px;
	height: 250px;
}
.imgright_h_4x3
{
	float: right;
	margin: 10px;
	width: 250px;
	height: 187px;
}
.imgright_v_4x3
{
	float: right;
	margin: 10px;
	width: 187px;
	height: 250px;
}
.imgright_h_16x9
{
	float: right;
	margin: 10px;
	width: 250px;
	height: 140px;
}
.imgright_v_16x9
{
	float: right;
	margin: 10px;
	width: 140px;
	height: 250px;
}

.img_h_4x3
{
	margin: 10px;
	clear: both;
	width: 250px;
	height: 187px;
}
.img_v_4x3
{
	margin: 10px;
	clear: both;
	width: 187px;
	height: 250px;
}
.img_h_16x9
{
	margin: 10px;
	clear: both;
	width: 250px;
	height: 140px;
}
.img_v_16x9
{
	margin: 10px;
	clear: both;
	width: 140px;
	height: 250px;
}
.img_h_16x9_large
{
	margin: 10px;
	clear: both;
	width: 400px;
	height: 225px;
}

/*		------------------ Style des blocs */

#banniere
{
	width: 750px;
	background-color: black;
	height: 171px;
}
#banniere img
{
	width: 750px;
	height: 171px;
}

#sous_banniere
{	

	width: 740px;
	background-color: black;
	color: #593b14;
	height: auto;
	border-bottom: 1px solid #593b14;
	bottom: 5px;  
	font-size: 0.7em;
	padding-right: 10px;
	text-align: right;
}
#sous_banniere em
{
	color: #835822;
	font-style: normal;
}
#sous_banniere a
{
	color: #835822;
	font-style: normal;
}
#sous_banniere a:hover
{
	color: white;
}
#menu_horizontal
{	

	width: 750px;
	background-color: black;
	color: #593b14;
	height: auto;
	border-bottom: 1px solid #593b14;
	bottom: 5px;  
	font-size: 0.7em;
	padding: 0px;
	text-align: right;
}
#menu_horizontal .transverse
{
	font-style: normal;
	padding-left: 10px;
	padding-right: 10px;
}
#menu_horizontal .actif
{
	color: white;
}
#menu_horizontal a
{
	color: #835822;
	font-style: normal;
}
#menu_horizontal a:hover
{
	color: white;
}


#corps
{
	width: 529px;
	background-color: black;
	min-height: 350px;
	overflow: hidden;
	font-size: 0.75em;
	padding-top: 10px;
	padding-left: 30px;
	padding-bottom: 10px;
}

#pied
{	
	width: 750px;
	background-color: black;
	color: #593b14;
	height: 75px;
	border-top: 1px solid #593b14;
	bottom: 0px;  
	font-size: 0.7em;
	padding: 10px;
	text-align: center;
}
#menu
{	width: 130px;
	float: left; 
	background-color: black;
	color: #835822;
	padding-top: 10px;
	padding-bottom: 100px;
	padding-right: 20px;
	text-align: right;
	font-size: 0.8em;
	font-weight: bold;
	border-right: 1px solid #593b14; 
}
#menu .actif
{
	color: white;
}
#menu p
{
	padding-bottom: 10px;
	margin: 0px;
}
#menu a
{
	color: #835822;
	font-style: normal;
}
#menu a:hover
{
	color: white;
	text-decoration: none;
}
#menu a:visited
{
	font-style: normal;
}
#menu ul
{
	color: #cb8f3f;
	font-size: 0.75em;
	list-style-type: none;
	font-style: italic;
	margin: 0px;
	padding: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
}
#menu ul a
{
	color: #cb8f3f;
}

