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

	SCROLLBAR-FACE-COLOR: #23282E;
	SCROLLBAR-HIGHLIGHT-COLOR: #23282E;
	SCROLLBAR-SHADOW-color: #4D504D;
	SCROLLBAR-3DLIGHT-color: #4D504D;
	SCROLLBAR-DARKSHADOW-color: #4D504D;
	SCROLLBAR-ARROW-color: #4D504D;
	SCROLLBAR-TRACK-color: #4D504D;
	SCROLLBAR-BASE-color: #4D504D;
	background: #EBEBEB url(images/background.jpg) repeat-y;
	color: #4D504D;
	margin: 0; 
	background-position: center top;
	text-align: center;
	padding: 0;
	width: 100%;
	height: 100%;
}

td {
	font-family:'Lucida Grande','Lucida Sans Unicode','Trebuchet MS',arial,verdana,sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #4D504D;
	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: #4D504D;
	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: #FFF;
	text-decoration: none;
	text-transform: uppercase;

}
.titre_page {
	font-family:"Times New Roman", Times, serif;
	font-size: 30px;
	color: #A9AAA9;
	text-decoration: none;

}

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

}

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


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

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

.separateur {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A9AAA9;
}

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

