
BODY {
    font-size: 11px;
    color: #000000;
    font-family: Verdana, Helvetica, sans-serif;
    background-color: #FFFFFF;
	background-image: url(images/fond-page.gif);
	margin-top : 0px;
	margin-right : 0px;
	margin-left : 0px;
	margin-bottom : 0px;
	
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #8ECCAE;
	scrollbar-darkshadow-color: #226042;
	scrollbar-shadow-color: #318C63;
	scrollbar-arrow-color: #318C63;
	scrollbar-track-color: #318C63;
}

TD {
	font-size: 12px; 
	color: #000000; 
	font-family: Verdana, Helvetica, sans-serif;
}

A	{
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 12px;
	color : #318C63;
}

A:HOVER	{
font-family : Verdana, Helvetica, sans-serif;
	font-size : 12px;
	color : #FF0000;
}

A.copyright	{
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 11px;
	color : #318C63;
}

A.copyright:HOVER	{
font-family : Verdana, Helvetica, sans-serif;
	font-size : 11px;
	color : #FF0000;
}

.copyright {
	font-size: 10px; 
	color: #000000; 
	text-align : center; 
	font-family: Verdana, Helvetica, sans-serif;}


INPUT.Bouton {
    font-size: 13px;
    font-family: Verdana, Helvetica, sans-serif;
	color: #FFFFFF; background-color: #318C63;
	border-top: 1px solid #318C63;
	border-left: 1px solid #318C63;
	border-right: 1px solid #318C63;
	border-bottom: 1px solid #318C63;
}

.required {
	background-image:url(images/required.gif); 
	background-position:top right; 
	background-repeat:no-repeat;
}

