body
{
	width : 1000px;
	margin : auto;
	background : white ;
	/*color : #9C9DA1; /* gris */
	color : black;
	font-family : "Eurostile Regular", Arial ;
}


body div#banniere
{
	width : 1000px;
	height : 235px;
	margin : 0 ;
	background : url('Banniere.png') ;
}



body div#menu_gauche
{	
	margin : 0 ;
	width : 181px;
	float : left ;
}

body div#menu_gauche a.onglet
{
	color : #9C9DA1; /* gris */
	text-decoration : none ;
	text-align : center;
	width : 100%;
	font-size : 130% ;
	display : block ;
	background : url('filet.png') ;
	background-repeat : no-repeat;
	background-position : bottom center;
	padding-top : 6px;
	padding-bottom: 6px;
}


body div#menu_gauche a.onglet:hover,  body div#menu_gauche a.onglet:active, body div#menu_gauche a.onglet:focus
{
	background-color : #EBF7FC;
}

body div#contenu_principal
{
	background : #EBF7FC;
	width :  786px; 
/*	width :  779px;  */
	margin : 0 ;
	font-size : 90% ;
	margin-left : 181px;
	padding : 15px ;
}

body div#contenu_principal h1
{
	color : #C8D20A ; 
}
body div#contenu_principal h2
{
	color : #C8D20A ; 
}
body div#contenu_principal a
{
	color : #C8D20A ; 
	font-weight : bold ;
}

body div#pied
{
	background : #EBF7FC;
	width :  786px;
	margin : 0 ;
	margin-left : 181px;
	font-size : 70% ;
	padding : 15px ;
	text-align : center ;
}

body img {
	border : 0 ;
}
