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: #000 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: 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: #AFAFAF;
	text-decoration: none;
}
.texte_blanc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}

.grostitre {
	font-family: Trebuchet MS,  Arial, Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 14px;

}
.grostitre_rouge {
	font-family: Trebuchet MS,  Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #C80831;

}
.titre {
	font-family: Trebuchet MS,Arial,  Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #AFAFAF;
	text-decoration: none;

}

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

}

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

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

}

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

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

}

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

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


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

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

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

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

}
.fondgauche {
	background-image: url(images/ombre_gauche.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.fonddroit {
	background-image: url(images/ombre_droite.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

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

.fondbas {
	background-image: url(images/bas_pied_de_page.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.fond_texte_base {
	background-image: url(images/fond_texte.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.fond_etoile {
	background-image: url(images/etoile.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#25426E;
}
.fond_lightprocess {
	background-image: url(images/image_fond_light_process.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.separateur_horizontal {
	background-image: url(images/background_txt.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
