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) no-repeat; 
	margin: 0; 
	background-position: center top;
	text-align: center;
	padding: 0;
	width: 100%;
	height: 100%;
}

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

.texte {
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.grostitre {	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 50px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;

}

.titre_noir {
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;

}
.titre_rouge {
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #dc001a;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;

}
.titre_blanc {
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;

}
.titre_nav {
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	text-decoration: none;

}
.sous-titre {
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 14px;
	font-weight: bold;

}

.gras {	
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;	
	font-size: 12px;
	font-weight: bold;
	color: #E3001B;
	text-decoration: none;

}

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

}

.mention {
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #AFADAB;
	text-decoration: none;
}

a  { font-size:12px; font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; }
 
a:link 		{ color:#FFF; text-decoration:none; font-weight:bold;}
a:visited	{ color:#FFF; text-decoration:none; font-weight:bold; }
a:active 	{ color:#AFADAB; text-decoration:underline; font-weight:bold; }
a:hover 	{ color:#AFADAB; text-decoration:underline; font-weight:bold; }



/* Dezscription classe Liens NAVIG */ 
.nav  {}
a:link.nav 		{ text-transform: none; color:#FFF; font-weight:bold; border:#333333 1px solid; padding:3px; display:block; background:url(images/background_savoir_plus.jpg) repeat;}
a:visited.nav 	{ text-transform: none; color:#FFF; font-weight:bold; border:#333333 1px solid; padding:3px; display:block; background:url(images/background_savoir_plus.jpg) repeat;}
a:active.nav 	{text-transform: none; color:#FFF; font-weight:bold; border:#333333 1px solid; padding:3px; display:block; background:url(images/background_savoir_plus.jpg) repeat; }
a:hover.nav 	{ text-transform: none; color:#FFF; font-weight:bold; border:#333333 1px solid; padding:3px; display:block; background:url(images/background_savoir_plus.jpg) repeat; }

.lien {}
a:link.lien 	{ color:#000; text-decoration:none; font-weight:bold;}
a:visited.lien 	{ color:#000; text-decoration:none; font-weight:bold; }
a:active.lien 	{ color:#DC001A; text-decoration:underline; font-weight:bold; }
a:hover.lien 	{ color:#DC001A; text-decoration:underline; font-weight:bold; }


.cadre-images {
	border: 5px solid #AFADAB;
}

.separateur_horizontal {
	border-bottom:#3b3b3b 1px dotted;
}
.separateur_vertical {
	background-image:url(images/separateur_vertical.gif);
	background-repeat:repeat-y;
}
.contour {
	border-left: 1px solid #868080;
	border-right: 1px solid #868080;
}
.fields {	
	font-family:Trebuchet MS, Verdana, 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;

}
.fondheader {
	background-color:#000;
	border-bottom: 1px solid #141414;
}
.fondmenu {
	background-image: url(images/back_menu.jpg);
	border-bottom: 1px solid #868080;
	height:130px;
}
.fondsite {
	background-image: url(images/fondsite.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.fondcontenu {
	background-image: url(images/back_content.jpg);
	background-color:#0c080b;
	background-repeat: repeat-x;
	background-position: center top;
}
.fondencart {
	background-image: url(images/trame_encart.gif);
	background-position: top center;
	height:155px;
	border:dotted #141414 1px;
}
.fondfooter {
	background-image: url(images/footer_bg.gif);
	background-color:#000;
	background-repeat: no-repeat;
	background-position: center top;
}
