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

td {
	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;
}

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

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

}

.titre {
	font-family:'Lucida Grande','Lucida Sans Unicode','Trebuchet MS',arial,verdana,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ED282E;
	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: #17519E;
	text-decoration: none;

}

.gras {
	font-family:'Lucida Grande','Lucida Sans Unicode','Trebuchet MS',arial,verdana,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	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: #000;
	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: #000;
	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: #17529F; font-weight: normal; }
 
a:link 		{ color:#17529F; }
a:visited	{ color:#17529F; }
a:active 	{ color:#468CE9; }
a:hover 	{ color:#468CE9; }


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

.cadre-images {
	border: 2px solid #CBD2D0;
}
.cadre-flash {
	border: 1px solid #CBD2D0;
}

.separateur {

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AECBD5;
}

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