html, body{
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(img/fond.png) ;
}

#page{
	width: 780px;
	margin: 0em auto;
	text-align: left;
}


#main{
	width: 760px;
	margin-left: 0px;
}

#content{
	margin: 0 0 0 30px;
	padding: 1em 0 0 0;
}


#footer{
	padding: 1ex 1em 1ex 1em;
	margin : 0;
	clear: both;
}
 
/* Les ��ents HTML en g��al
-------------------------------------------------------- */
body{
	background: url(img/fond.png) ;
	color: #000;
	font-size: 80%;
	line-height: 1.6em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;

}

h1, h2, h3, h4, h5, h6{
	font-family: "Trebuchet MS", sans-serif;
}

h1{
	font-size: 1.5em;
	border-left: 3px solid #999966;
	margin-bottom: 2ex;
	padding-bottom: 0;
	padding-left: 1ex;
	color: #ADA96A;
}

h2{
	font-size: 1.4em;
	border-bottom: 1px solid #999966;	
	margin-left: 1ex;	
	margin-bottom: 2ex;
	padding-bottom: 0;
	color: #ADA96A;
}
h3{
	font-size: 1.3em; 
	color: #ADA96A;
	border-left: 2px solid #999966;
	border-bottom: 1px solid #999966;
	margin-left: 1.5ex;	
	margin-bottom: 2ex;
	padding: 0 0 2px 2px;
}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}


label{
	cursor: pointer;
}

input,textarea{
	border: 1px solid #A7A364;
	background : #DFDDC3;
}

textarea{
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a{
	color: #ADA96A;
}

a:visited{
	color: #663;
}

a:hover{
	color: #636;
}

ul{
	list-style-type: square;
}

img {
	border:0px;

}

/* La page
-------------------------------------------------------- */
#page{
	background: #B9B675 url(img/page.png) repeat-y center top;
	color: inherit;
}

/* L'entete
-------------------------------------------------------- */
#top{
	height: 240px;
	padding-top: 0px;
	background: #FFF url(img/top.png) no-repeat left top;
}

#top h1{
	display : none ;
}


/* Menu Haut
-------------------------------------------------------- */

#menu_haut{
	padding-left: 10px;
	width: 757px;
	text-align: center;		
}

ul#menu{
	height: 20px;
	margin: 0;
	padding: 0;
	background: url(img/bg_menu.gif) repeat-x 0 -35px;
	list-style-type: none;
}
				
ul#menu li{
	float: left;
	text-align: center;
}
		
ul#menu li a{
	width: 110px;
	line-height: 20px;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 2px;
	color: #fff;
	display: block;
	text-decoration: none;
	border-right: 2px solid #CC9;
}
		
ul#menu li a:hover{
	background: url(img/bg_menu.gif) repeat-x 0 0;
}


/* Divers
---------------------------------------------------------*/

.bloc{
	width: 700px ;
	background: #E9E9D6 ;
	margin-bottom : 1em;
	padding : 5px ;
	border : solid #B9B575 1px;
}

.bloc_graph{
	text-align: center;			
	width: 700px ;
	background: #E9E9D6 ;
	margin-bottom : 1em;
	padding : 5px ;
	border : solid #B9B575 1px;
}

legend{
	font-size: 1.4em;	
	color: #ADA96A;
}

.bloc-gauche{
	float: left;
	width: 170px;
}

.bloc-droit{
	float: right ;
	width: 530px;
}

.bloc-gauche2{
	float: left;
	text-align: right ;
	width: 295px;
	height: auto ;
	padding-right:5px;
	
	
}

.blocCentreAccroche{
	font-size: 1.4em;
	text-align:center;
	color: #ADA96A;
}

.bloc-droit2{
	float: right ;
	width: 400px;
}

fieldset{
	width: 700px ;
	background: #E9E9D6 ;
	margin-bottom : 1em;
	padding : 5px ;
	border : solid #B9B575 1px;
}

table{ 
	border: medium solid #A7A364;
	border-collapse: collapse;
	text-align : center ;
	margin:0 auto;
}
td {
	border: thin solid #A7A364;
	padding: 5px;
	text-align: center;
}



/* Le pied de page
-------------------------------------------------------- */
#footer{
	margin: 0;
	padding: 2em;
	text-align: center;
	color: #666;
	background: #B9B575 url(img/page.png) top;
}

#footer a{
	color: #999;
}

