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

	SCROLLBAR-FACE-COLOR: #DE0B12;
	SCROLLBAR-HIGHLIGHT-COLOR: #DE0B12;
	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: #FFFFFF url(images/background2.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: 11px;
	font-style: normal;
	font-weight: normal;
	color: #371B18;
	text-decoration: none;
}

.texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #371B18;
	text-decoration: none;
}
.texte-blanc {
	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: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #DE0B12;
	text-decoration: none;

}

.titre_rouge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #DE0B12;
	text-decoration: none;
}
.titre_bordeaux {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #800000;
	text-decoration: none;
}
.titre_noir {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.titre_gris_fonce {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #686868;
	text-decoration: none;
}

.titre_gris_clair {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #A9A9A9;
	text-decoration: none;
}

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

}

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

}
.gras_rouge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #DE0B12;
	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: #686868;
	text-decoration: none;
}

a  { font-family:Verdana, Arial, Helvetica, sans-serif; color:#371B18; font-size:10px; font-weight:bold; text-decoration:none; }

/* Dezscription classe Liens NAVIG */ 
.menu  {}
a:link.menu 	{ color:#371B18; font-weight:bold;}
a:visited.menu 	{ color:#371B18; font-weight:bold;}
a:active.menu 	{ color:#DE0B12; font-weight:bold;}
a:hover.menu 	{ color:#DE0B12; font-weight:bold;}

/* Dezscription classe Liens NAVIG */ 
.menu-blanc  {}
a:link.menu-blanc    { text-transform: none; color:#FFFFFF; font-weight:bold;}
a:visited.menu-blanc { text-transform: none; color:#FFFFFF; font-weight:bold;}
a:active.menu-blanc  { text-transform: none; color:#FFFFFF; font-weight:bold;}
a:hover.menu-blanc   { text-transform: none; color:#FFFFFF; font-weight:bold;}

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

.separateur {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D4D7D7;
}
.separateur-horizontal {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D4D7D7;
}
.separateur-droit-gauche {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D4D7D7;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D4D7D7;
}
.fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	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/fondcontent.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
