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

	SCROLLBAR-FACE-COLOR: #8896A4;
	SCROLLBAR-HIGHLIGHT-COLOR: #8896A4;
	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: #152A50 url(images/background2.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: #64707C;
	text-decoration: none;
}

.texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	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: "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: normal;
	color: #E2E4E3;
	text-decoration: none;

}

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

}

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

}

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

}

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

a  { text-transform: none; font-size:12px; text-decoration: none; font-family: Arial, Helvetica, sans-serif;  color: #64707C; font-weight: normal; }
 
a:link 		{ color:#64707C; }
a:visited	{ color:#64707C; }
a:active 	{ color:#195EE1; }
a:hover 	{ color:#195EE1; }


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

/* Dezscription classe Liens NAVIG */ 
.nav_mention  {}
a:link.nav_mention 		{ text-transform: none; color:#195EE1; font-size:10px; }
a:visited.nav_mention 	{ text-transform: none; color:#195EE1; font-size:10px; }
a:active.nav_mention 	{ text-transform: none; color:#64707C; font-size:10px; }
a:hover.nav_mention 	{ text-transform: none; color:#64707C; font-size:10px; }

.mini_texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #195EE1;
	text-decoration: none;
}
.cadre-images {
	border: 3px solid #FFF;
}

.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: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #000;

}
.fondsite {
	background-image: url(images/fond_site.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.fondcontenu {
	background-image: url(images/fondcontent.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

