/* FONTS  */
.titre1 {
	color: #A2CA58; 
	font-weight: bold; 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 15px; 
	line-height: 15px; 
}
.titrePOINTS {
	color: #456117; 
	font-weight: bold; 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 15px; 
	line-height: 15px; 
}
.soustitre1 {
	color: #A2CA58; 
	font-weight: bold; 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 13px; 
	line-height: 14px; 
}
.soustitre2 {
	color: #456117;  
	font-weight: bold; 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 14px; 
	line-height: 13px; 
	margin-left: 45px;
}
.texte {
	color: #456117;  
	font-family: Verdana, Arial, Helvetica; 
	font-size: 12px; 
	line-height: 15px;
}
.inputbox {
	color: #456117;  
	font-family: Verdana, Arial, Helvetica; 
	font-size: 11px; 
	line-height: 15px; 
	background-color: DEECC3;
}

.actif {
	color: #ffffff;  
	font-weight: bold; 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 11px; 
}

.filter {
	filter:alpha (opacity=30); /* MS Internet Explorer */
	filter:progid:DXImageTransform.Microsoft.Alpha
	(style=0, opacity=30) /* MS Internet Explorer proprietory */
	-moz-opacity: 0.3; /* Mozilla v1.6 and below */
	opacity: 0.3; /* CSS-3 Standards */
	-khtml-opacity:.3 /* Safari */
}


/* LINKS  */
A:link {text-decoration: none; color: #456117; font-weight: bold; font-family: Verdana, Arial, Helvetica; font-size: 11px;}
A:visited {text-decoration: none; color: #456117; font-weight: bold; font-family: Verdana, Arial, Helvetica; font-size: 11px;}
A:hover {text-decoration: none; color: #ffffff; font-weight: bold; font-family: Verdana, Arial, Helvetica; font-size: 11px;}
A:active {text-decoration: none; color: #ffffff; font-weight: bold; font-family: Verdana, Arial, Helvetica; font-size: 11px;}

/* LINKS  */
A.nvi:link {text-decoration: none; color: #456117; font-weight: bold; font-family: Verdana, Arial, Helvetica; font-size: 11px;}
A.nvi:visited {text-decoration: none; color: #456117; font-weight: bold; font-family: Verdana, Arial, Helvetica; font-size: 11px;}
A.nvi:hover {text-decoration: none; color: #000000; font-weight: bold; font-family: Verdana, Arial, Helvetica; font-size: 11px;}
A.nvi:active {text-decoration: none; color: #000000; font-weight: bold; font-family: Verdana, Arial, Helvetica; font-size: 11px;}






/* BODY */
BODY{ 
background-image: url('images/fond.jpg');
background-repeat: repeat-x;
margin-top:0;
margin-left: 0;
margin-right: 0;
background-color: F3F5EF;
scrollbar-face-color:#DEECC3;
scrollbar-shadow-color:#456117;
scrollbar-highlight-color:#DEECC3;
scrollbar-3dlight-color:#DEECC3;
scrollbar-darkshadow-color:#A2CA58;
scrollbar-track-color:#456117;
scrollbar-arrow-color:#456117;
border-color:#ffffff;
}

/* TABLES */
.imageback1{ 
background-image: url('images/fondcentre1.jpg');
background-repeat: no-repeat;
background-position: right bottom;
}

.imageback2{ 
background-image: url('images/fondcentre2.jpg');
background-repeat: no-repeat;
background-position: right bottom;
}

.imageback3{ 
background-image: url('images/fondcentre3.jpg');
background-repeat: no-repeat;
background-position: right bottom;
}

.fondform{ 
background-color: #Ff00ff;
}

.fondreal{ 
background-color: #A3C958;
}
