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

	SCROLLBAR-FACE-COLOR: #E9E9CF;
	SCROLLBAR-HIGHLIGHT-COLOR: #E9E9CF;
	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: #E9E9CF url(images/background.jpg) repeat-x; 
	margin: 0; 
	background-position: center top;
	text-align: center;
	padding: 0;
	width: 100%;
	height: 100%;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #371B18;
	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:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-variant: normal;
	color: #6D7A70;
	text-decoration: none;
}
.grostitre2 {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	font-variant: normal;
	color: #5C8730;
	text-decoration: none;
}
.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #4F7528;
	text-decoration: none;

}

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

}

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

}

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

}

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

.liens  { text-transform: none; font-size:12px; text-decoration: none; font-family: Arial, Helvetica, sans-serif;  color: #2C342E; font-weight: normal; }
 
a:link.liens 		{ color:#2C342E; display:block; background-color:#E9E9CF; }
a:visited.liens	{ color:#2C342E; display:block; background-color:#E9E9CF;  }
a:active.liens	{ color:#6D7A70; display:block; background-color:#D7D7BD;  }
a:hover.liens 	{ color:#6D7A70; display:block; background-color:#D7D7BD;  }


.nav_haut  { text-transform: none; font-size:12px; text-decoration: none; font-family: Arial, Helvetica, sans-serif;  color: #FFF; font-weight: normal; }
 
a:link.nav_haut  		{ color:#FFF; display:block; background-color:#6D7A70; }
a:visited.nav_haut 	{ color:#FFF; display:block; background-color:#6D7A70;  }
a:active.nav_haut  	{ color:#FFF; display:block; background-color:#4D5A50;  }
a:hover.nav_haut  	{ color:#FFF; display:block; background-color:#4D5A50;  }


/* Dezscription classe Liens NAVIG */ 
.nav  {}
a:link.nav 		{ text-transform: none; color:#4F7528; font-weight:bold; display:bloc;  }
a:visited.nav 	{ text-transform: none; color:#4F7528; font-weight:bold; display:bloc;   }
a:active.nav 	{ text-transform: none; color:#6D7A70; font-weight:bold; display:bloc;   }
a:hover.nav 	{ text-transform: none; color:#6D7A70; font-weight:bold; display:bloc;  }

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

.separateur {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9E9CF;
}

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

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