body 
{
	background-color: #FFFFFF;
	margin: auto;
	padding: 0;
	text-align: justify;
	font-family: verdana;
	font-size: 10px;
    font-weight: normal;
	color: #333333;
	SCROLLBAR-FACE-COLOR: #000000; 
	SCROLLBAR-HIGHLIGHT-COLOR: #333333; 
	SCROLLBAR-SHADOW-COLOR: #333333; 
	SCROLLBAR-3DLIGHT-COLOR: #333333; 
	SCROLLBAR-ARROW-COLOR: #333333; 
	SCROLLBAR-TRACK-COLOR: #E1BABA; 
	SCROLLBAR-DARKSHADOW-COLOR: #996600 	
}




/* Zone EN-TETE*/
.header
{
	background-position: center;
	background-image:  url(Images/en_tete.jpg);
	background-repeat: no-repeat;	
	width: 980px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
	font-weight: normal;
}
.details
{
	color: #333333;
	font-size: 9px;
	face: Times New Roman;
	text-align: justify;
}

.index
{
	color: #333333;
	font-size: 10px;
	face: verdana;
	text-align: justify;
}
.contact
{
	color: #333333;
	font-size: 12px;
	face: verdana;
	text-align: justify;
}

/* TITRE */
h1,h2,h3
{
    margin: 0;
	font-family: verdana;
	font-size: 11px;
}
h1
{
 	margin-top: 1.0em;
	margin-bottom: 1.12em;
    font-size: 12px;
    font-weight: bold;
}
h2
{
    font-weight: normal;
}
h3
{
    font-weight: bold;
	font-size: 12px;
}

cat 
{
	text-decoration: none;
	color: #999999;
	font-weight:bold;
	font-size:6px;
}

/* LIENS HYPERTEXTE */
a 
{
	text-decoration: none;
	color: #000000;
	font-weight:bold;
	font-size:11px;
}



a:visited {
	color: #333333;
	font-weight:bold;
}

a:hover {
	text-decoration: underline;
	color: #666999;
	font-weight:bold;
}

a:active {
	color: #666999;
	font-weight:bold;
}

