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

	SCROLLBAR-FACE-COLOR: #B50414;
	SCROLLBAR-HIGHLIGHT-COLOR: #B50414;
	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: #F5F2DF 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: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	line-height: 18px;
}

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

.texte_majuscule {	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #111F62;
	text-decoration: none;
	text-transform: uppercase;
}

.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: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #EC008C;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;

}

.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: 13px;
	font-weight: bold;
	color: #333333;
	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: #666666;
	text-decoration: none;
}

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


/* Dezscription classe Liens NAVIG */ 
.nav  {}
A:link.nav 		{ text-transform: none; color:#FFFFFF; font-size:16px; }
A:visited.nav 	{ text-transform: none; color:#FFFFFF; font-size:16px; }
A:active.nav 	{ text-transform: none; color:#FFFFFF; font-size:16px; }
A:hover.nav 	{ text-transform: none; color:#FFFFFF; font-size:16px; }

a:link.nav2 		{ text-transform: none; color:#000000; font-size:16px; }
a:visited.nav2 	{ text-transform: none; color:#000000; font-size:16px; }
a:active.nav2 	{ text-transform: none; color:#000000; font-size:16px; }
a:hover.nav2 	{ text-transform: none; color:#CB1264 font-size:16px; }

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

.separateur_pointille {
	border-bottom: 1px dotted #AAABAC;
	padding:10px
}
.separateur_pointille_gauche {
	border-left: 1px dotted #AAABAC;
	padding: 10px;
}
.separateur_vertical {
	background-image: url(images/separateur_vertical.gif);
	background-position:left top;
	background-repeat:repeat-y;
	padding:5px
}


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

}
.fond_titre_encart {
	background-image: url(images/fond_trait_gris.jpg);
	padding:5px;
	background-position: center top;
}
.fond_degrade_gris {
	background-image: url(images/fond_degrade_gris.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	background-position: center top;
	padding:10px;
}
.fond_degrade {
	background-image: url(images/fond_degrade.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	background-position: center top;
	padding:10px;
}
.fondcontenu {
	background-image: url(images/fondcontent.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.rouge {	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #EC008C;
	text-decoration: underline;

}
