html {
	width: 100%;
	height: 100%;
}
	
body{

	SCROLLBAR-FACE-COLOR: #000;
	SCROLLBAR-HIGHLIGHT-COLOR: #000;
	SCROLLBAR-SHADOW-COLOR: #FFFFFF;
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF;
	SCROLLBAR-ARROW-COLOR: #FFFFFF;
	SCROLLBAR-TRACK-COLOR: #FFFFFF;
	SCROLLBAR-BASE-COLOR: #FFFFFF;
	background: #CAA462 url(images/background.jpg) repeat-x; 
	margin: 0; 
	background-position: center top;
	text-decoration: none;
	padding: 0;
	width: 100%;
	height: 100%;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-color: #000;
	text-decoration: none;
}

.texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #371B18;
	text-decoration: none;
}

.grostitre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #664113;
	text-decoration: none;
}

.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #583307;
	text-decoration: none;

}

.sous-titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #D10404;
	text-decoration: none;

}

.gras {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4BA81B;
	text-decoration: none;

}

.souligne {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #4BA81A;
	text-decoration: underline;

}


.mention {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

a  { text-transform: none; font-size:12px; text-decoration: none; font-family: Arial, Helvetica, sans-serif;  color: #4BA81B; font-weight: normal; }
 
a:link 		{ color:#4BA81B; }
a:visited	{ color:#4BA81B; }
a:active 	{ color:#4BA81B; }
a:hover 	{ color:#4BA81B; }


/* Dezscription classe Liens NAVIG */ 
.nav  {}
a:link.nav 		{ text-transform: none; color:#4BA81B; }
a:visited.nav 	{ text-transform: none; color:#4BA81B; }
a:active.nav 	{ text-transform: none; color:#4BA81B; }
a:hover.nav 	{ text-transform: none; color:#4BA81B; }

.cadre-images {
	border: 1px solid #3F2318;
}

.separateur {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #F6F6F6;
}

.fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #5F6062;

}
.fondsite {
	background-image: url(images/fondsite.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

.fondcontenu {
	background-image: url(images/fond_contenu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
