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: #FFFFFF 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: #000;
	text-decoration: none;
}

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

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

}

.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #530000;
	text-decoration: none;

}

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

}

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

}

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

}

.mention {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	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:#FFF; }
a:hover 	{ color:#FFF; }


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

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

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

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

}
.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;
}

