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

	SCROLLBAR-FACE-COLOR: #3A3B36;
	SCROLLBAR-HIGHLIGHT-COLOR: #3A3B36;
	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: #3A3B36; 
	margin: 0; 
	background-position: center top;
	text-align: center;
	padding: 0;
	width: 100%;
	height: 100%;
}

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

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

.grostitre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;

}

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

}

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

}

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

}
.gras_noir {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;

}
.gras_orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FBB040;
	text-decoration: none;
}
.gras_rose {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #F599A4;
	text-decoration: none;

}
.gras_bleu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #A0C9EB;
	text-decoration: none;

}
.gras_vert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #BBD975;
	text-decoration: none;

}

.gras_jaune{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFDE4F;
	text-decoration: none;

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

}

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

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


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

A  { text-transform: none; font-size:11px; text-decoration: none; font-family: Arial, Helvetica, sans-serif;  color: #575757; }

A:link.navgauche  { display:block; border-top: 0px; border-left: 0px; border-right: 0px; border-bottom: 1px dotted #3A3B36; text-transform: none; color:#FFF; background-color:1E1E1C; padding: 3 3 3 3; }
A:visited.navgauche { display:block; border-top: 0px; border-left: 0px; border-right: 0px; border-bottom: 1px dotted #3A3B36; text-transform: none; color:#FFF; background-color:1E1E1C; padding: 3 3 3 3; }
A:active.navgauche  { display:block; border-top: 0px; border-left: 0px; border-right: 0px; border-bottom: 1px dotted #3A3B36; text-transform: none; color:#000; background-color:FBB040; padding: 3 3 3 3; }
A:hover.navgauche  { display:block; border-top: 0px; border-left: 0px; border-right: 0px; border-bottom: 1px dotted #3A3B36; text-transform: none; color:#000; background-color:FBB040; padding: 3 3 3 3; }

.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: #4e4f4a;
}

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

}
.contour_image {
	border:#CCCCCC solid 2px;
}
.bandeau {
	background-image: url(images/bandeau.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.fondsite {
	background-image: url(images/ombre.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
