body{                    
background: #19658A;
}                   
#menu_droite li a:hover{    
color:#19658A;
}              
#menu li a, #menu dt a {  
color: #19658A;
}    
#menu li a:hover{
color:#B51F1F;
}                   
#menu dt a:hover {
background-color:#E6F2F8;
border: 1px solid  #C1DEED;
}       
a{
color:#095B82;
}
a:hover{
color:#B51F1F;
}   
h1,h2,span.categorie{
color:#C44C4C;
}
span.categorie{    
border-bottom:1px #C44C4C solid;
}        
.bouton,.spip_bouton{       
background-color:#00456c;
color:#FFFFFF;
border-top: solid 1px #719bb0;
border-right: solid 1px #003b57;
border-bottom: solid 1px #002943;
border-left: solid 1px #3a7491;
}                                                  
#trombinoscope {
margin-left:55px;
}                                        
#trombinoscope .aff_legende .spip_documents .spip{
font-size:80%;
color:#515151;
}
#trombinoscope .aff_legende .spip_documents{
text-align:center;
width:120px;
margin:10px 5px;
}

/** FORMULAIRES **/

table.formulaire{
border:0;
width:500px;
}

div.error {
	margin: 10px 0px 10px 0px;
	padding: 5px 10px 5px 10px;
	background-color: #CCCCCC;
}
div.error div.titre {
	color: #B81F13;
	font-weight: bold;
}



/* INPUT TEXTFIELD */


.textfield2 {
	background: url(../media/interface/fond_champ.gif) top left repeat-x;
	border: solid #7f9db9 1px;
	font-size: 10px;
	color: #000000;
	width:144px;
	height:15px;
	padding-top:4px;
}

fieldset {
	margin: 0;
	padding: 0;
	position: relative;
	border: 0;
}
/* INPUT TEXTAREA */

.textarea {
	width: 144px;
	height:50px;
	font-family:Arial, Helvetica, sans-serif;
	border: solid #7f9db9 1px;
	background: url(../media/interface/fond_champ.gif) top left repeat-x;
	font-size: 11px;
	color: #000000;
}

