body {
	background : black; /* #E3DCBE */ /* #CEE2ED*/ ; /*#F4F0E7  *//*#E3F9FF */;
	color : #EEE;
}

#header { /* *******************########### **/
	background:   transparent ;
}

.titre .detail {
	color: #EBEACE;
}
#info a:hover {
	text-decoration: none;
	background: transparent;
}

/* redéfini dans la feuille css dynamique inc_head_css.html R13*/
#title h1 {
	font-size: 190%;
	text-align: center;
	font-weight: bold;
}


#title p {
	text-align: center;
	font-weight: bold;
}

#content #encart{
	border : 2px solid #333;
	background-color : #666;
}
#content #encart a{
	background-color : transparent;
}

#content h1 {
		color : white; #50696B;
}
#content h2 { /* les {{{txt}}} dans les articles*/
		color : #A5D2AC;
}
#content h3 {
		color : #A6CED2;
}
#content h4 {
		color :  #50696B;

}


#address p, .menu p {
	color : #ffeb33 /*#C5C789*/ ;  /*white */;

}
#address {
	background-color: black; /* #D1C43A */ /*#0c0608*/ /* #130A05  */ /* #CDCF66 *//* #374126 */ /*#A4A652*/ ;
}
#menuleft {
	background-color: black; 
	border-right : 5px solid #517e3b;
}
#menuleft li {
	background-color:transparent; 
}
#menuleft li a {
	 background-color:  transparent; 
	 color:#32C1C6; #F47E34;
}
#menuleft li a.strg {
	 color: #F4AE64;
}
#menuleft li a:hover {
	 color: #F4CE74;
}
#menuleft li a.menuo{
	 color: #F99;
	 background-color : #ECAF7A /* #E3CB7D*/;
}
#menuleft .menu a:hover{
	background-color : blue;
	color:green;
}
/* redéfini dans la feuille css dynamique inc_head_css.html */
#menuright {
		background-color: transparent /* #FFFEE1*/;
}
#menuright.menu {
background : black /* url(images/fond_menu_f-202.png) no-repeat  0 0 */;
border-bottom : black solid 1px;
}
#menuright  li { background-color:  #111 ;
}
#menuright li a {
	background-color : transparent;
	color: #32C1C6;#F47E34;
}
#menuright li a.strg {
	 color: #F4AE64;
}
#menuright li a:hover {
	 color: #F4CE74;
}

#footer {
	background-color:#4D587F;
}
#footer a {
	 /*font-weight: bold;*/
	/*text-decoration : none;*/
	background-color : transparent /*#D1C43A*/ /* #D9EFFA */;
	color: #0C0608 ;
}

#footer a:hover {
	/*text-decoration : underline;*/
}
 /* liens partie centrale */
#content a {
	background-color : #282E3D;
	color: #FFB108;
	/*text-decoration : none;*/
}
#content a {
	background-color : #282E3D;
	color: #FFB108;
	/*text-decoration : none;*/
}

#content a:hover {
	color: white;
	 /* background-color :#3141CD; */
}
#content a.spip_out {
	color: #B2DFEB;
	background-color :#265141;
}
#content a.spip_glossaire { 
	color: white;
	background-color :#63832C ;
}
#content a:hover {
	 /* background-color :#8B962C;*/
}

 /* fin def liens partie centrale */
.spip_bouton {
	 font-style: bold;
 }
fieldset{

	text-align: right;	/*** ... et ils sont alignés à droite... ***/
	font-style: normal;

} 
fieldset.spip_encadrer {
	text-align: right;	/*** ... et ils sont alignés à droite... ***/
	font-style: normal;

}
fieldset.previsu {
	background-color : #911;
}
label:hover,input {
	cursor: pointer;	/*** Petite astuce pour apprendre aux utilisateurs à cliquer sur les intitulés ***/
}

label {
		text-align: right;
	background-color :black;
	font-style: bold;
}
/* Tableaux */

table.spip {
	border: 1px solid;
	font-family: Verdana,Arial,Sans,sans-serif;
	font-size: 0.90em; }
table.spip caption {
	caption-side: top; /* bottom pas pris en compte par IE */
	text-align: center;
	font-weight: bold; }
table.spip tr.row_first { background-color: #fcf4d0;

}
table.spip tr.row_odd { background-color: #d0d0d0; }
table.spip tr.row_even { background-color: #f0f0f0; }
table.spip td {border: 1px solid #aaa;}

