body {background-color: #3f5d14}

.bgColDroite {background-color: #d5dccb}

p, td {color: #1c1c1c; font-size: 12px; font-family: Arial, Verdana; }
.normal { color: #1c1c1c; font-size: 12px; font-family: Arial, Verdana; }
.titrebold { color: black; font-size: 14px; font-family: Arial, Verdana; font-weight: bold; }
.soustitre { color: black; font-size: 12px; font-family: Arial, Verdana; }
.bold { color: #3f5d14; font-size: 12px; font-family: Arial, Verdana; font-weight: bold; }
.boldBig { color: #3f5d14; font-size: 14px; font-family: Arial, Verdana; font-weight: bold; }
.petitblanc { color: white; font-size: 11px; font-family: Arial, Verdana; font-weight: bold; }
.petitnoir { color: black; font-size: 10px; font-family: Arial, Verdana; }
.rouge {color: #cc0000;}

a:LINK, a:VISITED, a:ACTIVE, a:HOVER { font-family: Arial, Verdana; color: black; text-decoration : underline; }

a.petit:LINK, a.petit:VISITED, a.petit:ACTIVE, a.petit:HOVER { font-size: 10px; font-family: Arial, Verdana; color: black; text-decoration : underline; }

a.petitblanc:LINK, a.petitblanc:VISITED, a.petitblanc:ACTIVE, a.petitblanc:HOVER { color: white; font-size: 11px; font-family: Arial, Verdana; font-weight: bold; text-decoration : none; }

a.titrebold:ACTIVE, a.titrebold:HOVER   
{	
	color: black; 
	font-size: 14px; 
	font-family: Arial, Verdana; 
	font-weight: bold;
	text-decoration : underline;	
}

a.titrebold:LINK, a.titrebold:VISITED
{	
	color: black; 
	font-size: 14px; 
	font-family: Arial, Verdana; 
	font-weight: bold;
	text-decoration : none;	
}

a.titrebold:ACTIVE, a.titrebold:HOVER   
{	
	color: black; 
	font-size: 14px; 
	font-family: Arial, Verdana; 
	font-weight: bold;
	text-decoration : underline;	
}

a.petitnoir:LINK, a.petitnoir:VISITED, a.petitnoir:ACTIVE, a.petitnoir:HOVER   
{	
	color: black; 
	font-size: 10px;
	text-decoration : underline;	
}

a.bold:LINK, a.bold:VISITED, a.bold:ACTIVE, a.bold:HOVER   
{	
	color : #3f5d14;
	text-decoration : none;	
}

input, select {font-size: 10px;}

.hide
{
display: none;
}

.show
{
display: block;
}


