body { 
background-color: #323232;
color: #B7B7B7; 
font-family: Arial, Helvetica, sans-serif;  
font-size: 11px;  
font-style: normal;  
font-variant: normal;  
font-weight: normal;  
font-stretch: normal;  
}



hr {
height: 1px;
color: #B7B7B7;
  border-left-style: none;
  border-right-style: none;
  border-top-style: none;
  border-bottom-style: dashed;
}

/*----- couleurs texte -----*/


.textgrasviolet11 {

font-family: Arial, Helvetica, sans-serif; 
font-size: 11px; 
font-weight: bold; 
color: #909ece; 
text-align: left;
}



.textgrasviolet14 {

font-family: Arial, Helvetica, sans-serif; 
font-size: 14px; 
font-weight: bold; 
color: #909ece; 
text-align: left;
}



.textgrasblanc10 {
font-family: Arial, Helvetica, sans-serif; 
font-size: 11px; 
font-weight: bold; 
color: #FFFFFF; 
text-align: left;
}



.textgrasblanc16 {

font-family: Arial, Helvetica, sans-serif; 

font-size: 16px; 

font-weight: bold; 

color: #FFFFFF; 

}



.textgrasblanc20 {

font-family: Arial, Helvetica, sans-serif; 

font-size: 20px; 

font-weight: bold; 

color: #FFFFFF; 

}



.textgrasblanc26 {

font-family: Arial, Helvetica, sans-serif; 

font-size: 26px; 

font-weight: bold; 

color: #FFFFFF; 

}



.textgrasviolet16 {

font-family: Arial, Helvetica, sans-serif; 

font-size: 16px; 

font-weight: bold; 

color: #909ece; 

}



/*----- liens -----*/

a:visited {  

font-family: Arial, Helvetica, sans-serif; 
font-size: 11px; 
font-weight: normal;
color: #909ece; 
text-decoration: none;

}

a:link {  

font-family: Arial, Helvetica, sans-serif; 
font-size: 11px; 
font-weight: normal;
color: #909ece; 
text-decoration: none; 

}

a:hover {  

font-family: Arial, Helvetica, sans-serif; 
font-size: 11px; 
font-weight: normal;
color: White; 
text-decoration: none;

}

a:active {  

font-family: Arial, Helvetica, sans-serif; 
font-size: 11px;
font-weight: normal;
color: #b7b7b7; 
text-decoration: none; 

}

a.styletext:visited {  
border: 1px solid #909ece;

}

a.styletext:link {  

font-family: Arial, Helvetica, sans-serif; 
font-size: 11px; 
font-weight: normal;
color: #b7b7b7; 
text-decoration: none; 

}

a.styletext:hover {  

font-family: Arial, Helvetica, sans-serif; 

font-size: 11px; 

font-weight: bold;

color: #909ece; 

text-decoration: none;

}

a.styletext:active {  

font-family: Arial, Helvetica, sans-serif; 

font-size: 11px;

font-weight: bold;

color: #b7b7b7; 

text-decoration: none; 

font-weight: bold;

}



/*----- CHAMPS -----*/

.champs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	background: #3f3f3f;
	border: 1px solid #999999;
	padding: 1px;
	text-indent: 3px;
}

.bouton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
   background: #3f3f3f;
	border: 1px solid #969696;
	}



/*----- BORDURES -----*/

.cadreviolet {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #b7b7b7;
   border: #909ECE; 
   border-style: solid; 
   border-top-width: 1px; 
   border-right-width: 1px; 
   border-bottom-width: 1px; 
   border-left-width: 1px;

}
.cadreimageclic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #b7b7b7;
	border: #D3D3D3;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #D3D3D3;
	border-right-color: #D3D3D3;
	border-bottom-color: #D3D3D3;
	border-left-color: #D3D3D3;
	outline-style: none;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #D3D3D3;
}


.cadregrisclair {

    border: #9d9d9d; 
    border-style: solid; 
    border-top-width: 1px; 
    border-right-width: 1px; 
    border-bottom-width: 1px; 
    border-left-width: 1px;

}



/*----- ESPACES -----*/
.espacemenuderoulant {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;   
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #a7a7a7;   
}

