html, body {
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

#contener {
	background: #FFFFFF url(../image/fond.jpg) repeat-y;
	width:866px;
	
	position: relative;
	margin:auto; 
	border:1px solid #FFFFFF;
	
}

#header_haut {
	background: url(../image/header_haut.jpg) no-repeat;
	width:802px;
	height: 105px;
	position: relative;
	margin:auto;
	cursor:pointer;  
 	
}

#logo{
	background: url(../image/logo.jpg) no-repeat;
	width:128px;
	height: 40px;
	left: 165px;  
	top: 10px;
	POSITION: absolute;
	padding:0px; 
	float:left;	
	clear:both;	 
}
/*Boite de login*/
#formulaire {	
	POSITION: absolute;
	width: 250px;
	height: 150px;   
	left: 430px;  
	top: 10px;
	padding:0px; 
	float:right;
}

#formulaire input{
	width: 110px;
	height: 18px;
	background:#454545;
	border: 1px solid #909090;
	padding: 0px;
	margin-top: 0px;
}



#formulaire .bouton{
/*	background: url(image/btn-bg.gif) no-repeat;*/
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: 1px solid #b0d307;
	float:right;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

#formulaire .texte_champ{
	color:#b0d307;
	font: bold 11px/70% Arial, Helvetica, sans-serif;
}

#header_bas {
	background: url(../image/header_bas.jpg) repeat-x;
	width:802px;
	height:48px;
	margin: 0px;
	padding:0px;
	position: relative;
	margin:auto; 
	z-index:98;
}

#img_centre {  
	z-index:50;
	background: #e9f5c7 url(../image/degrade.jpg) repeat-x;
	width:802px;
	margin:0px;
	padding:0px;
	position: relative;
	margin:auto;   
}

#pub { 
 	
	z-index:20;
	background: #e9f5c7 url(../image/pub.jpg) no-repeat;
	width:543px;
	height:226px;
	margin: 0px;
	padding:0px;
	position: relative;
	margin:auto; 	
	
	
}


#cadre_centre {

	font-size: 10px; 
	Font-family:Verdana;
	width:802px;
	margin: 0px;
	padding:5px;
	position: relative;
	margin:auto;  
	z-index:1; 

}

#cadre_bas {
	padding:0px;
	margin:0;	 
	z-index:1;
}	 

#bloc_center {
	padding: 2px;

}	

#bloc_center_left {
	float:left;
	width:525px;
	border:1px solid #000000;
}


#bloc_center_right {
 	float:right; 
	width:250px;
	border:1px solid #000000;

}

/** Les alignments* */

.center {
	text-align: center;
}

.alignleft {
	float: left;
}
.alignright {
	float: right;
}

.clear {
	clear:both;
}

/** Fin des alignements  **/

/** Les liens  **/
a {
	color: #0a74ca;
	text-decoration: none;
}
a:visited {
	color: #0a74ca;
	text-decoration: none;
}
a:hover {
	color: #0a74ca;
	text-decoration: underline;
}
/** Fin des liens  **/	  


/*debut menu*/
/*Menu*/
#topmenu  dl, dt, dd, ul, li {
	margin:0px;
	padding:0px;
	list-style-type: none;
}


#topmenu {
	position: relative;
	width:800px;
} 
#topmenu dl {
	float: left;
	height:27px;  
}	 

#topmenu dt {
	cursor:pointer;
	text-align: left;
	padding-right:50px;
	z-index:10;
	color:#b0d307; 
	font: bold 15px Arial, Helvetica, sans-serif;

}	   

#topmenu dt a{	
	color: #FFFFFF;	
	text-decoration:none;
}

#topmenu dt a:hover{
	color:#b0d307;
	font: bold 15px Arial, Helvetica, sans-serif;
	text-decoration:none;
} 

#topmenu dd {
	Font-family:Arial; 
	font-size: 8pt;
	position:absolute;
	display:none; 
	z-index:1;
	width:240px;
	height:auto;
	padding:0px;  
	filter: alpha(opacity=90);-moz-opacity: 0.90; opacity:0.90;
	text-align:left; 
	margin:5px 0 0 0px;
	background: #146974;
	color:#000000;
}	

#topmenu dd:hover{
	background: #b0ca1e;
}	


#topmenu li { 
	Font-family:Arial; 
	font-size: 8pt;
	text-decoration: none;
	display: block;
	border: 0 none;	
	padding-left:2px; 
}  

#topmenu li a {	 
	color: #ffffff;
	text-decoration: none;
}  

#topmenu li a:hover {
	color: #ffe1a8;
	text-decoration: none;
} 

/*fin menu*/

H1 {
	margin:0;
	font-size:25px;
	font-weight:bold;
	font-family:Trebuschet MS;
}

input {
	border:1px solid #000000;
}
