html {
	width: 100%;
	height: 100%;
}
	
body{
	SCROLLBAR-FACE-COLOR: #FFFFFF;
	SCROLLBAR-HIGHLIGHT-COLOR: #23282E;
	SCROLLBAR-SHADOW-COLOR: #23282E;
	SCROLLBAR-3DLIGHT-COLOR: #23282E;
	SCROLLBAR-DARKSHADOW-COLOR: #23282E;
	SCROLLBAR-ARROW-COLOR: #23282E;
	SCROLLBAR-TRACK-COLOR: #23282E;
	SCROLLBAR-BASE-COLOR: #23282E;
	color:#FFFFFF;
	margin: 0;
	background-position: center top;
	text-align: center;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #7F0007;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
}

td {
	font-family:'Lucida Grande','Lucida Sans Unicode','Trebuchet MS',arial,verdana,sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.texte {
	font-family:'Lucida Grande','Lucida Sans Unicode','Trebuchet MS',arial,verdana,sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.grostitre {
	font-family:'Lucida Grande','Lucida Sans Unicode','Trebuchet MS',arial,verdana,sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF0000;
	text-decoration: none;
	text-transform: uppercase;

}

.titre {
	font-family:'Lucida Grande','Lucida Sans Unicode','Trebuchet MS',arial,verdana,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;

}

.sous-titre {
	font-family:'Lucida Grande','Lucida Sans Unicode','Trebuchet MS',arial,verdana,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;

}

.gras {
	font-family:'Lucida Grande','Lucida Sans Unicode','Trebuchet MS',arial,verdana,sans-serif;
	font-size: 12px;
	color: #FF3300;
	text-decoration: none;

}

.souligne {
	font-family:'Lucida Grande','Lucida Sans Unicode','Trebuchet MS',arial,verdana,sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;

}

.mention {
	font-family:'Lucida Grande','Lucida Sans Unicode','Trebuchet MS',arial,verdana,sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

a  { text-transform: none; font-size:11px; text-decoration: none; font-family:'Lucida Grande','Lucida Sans Unicode','Trebuchet MS',arial,verdana,sans-serif;  color: #FFFFFF; font-weight: normal; }
 
a:link 		{ color:#FFFFFF; }
a:visited	{ color:#FFFFFF; }
a:active 	{ color:#FFFFFF; }
a:hover 	{ color:#FFFFFF; }


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

.cadre-images {
	border: 1px solid #6897DA;
	color:#FFFFFF;
	background-color:#000;
	padding: 2px 3px 2px 3px;
}

.separateur {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #63000E;
}
.separateur_horizontal {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #63000E;
}

.fields {
	font-family:'Lucida Grande','Lucida Sans Unicode','Trebuchet MS',arial,verdana,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;
}
