htlm, body{
	background:url(images/bg3.jpg) top center #1E90FF;
	font-family:arial,verdana,sans-serif;
	font-size:11px;
	margin:0 auto;
	padding:0;
}
#header{
	background:url(images/logo.png) no-repeat top center;
	padding:0px;
	margin:35px 0px 0px 140px;
	height:235px;
}


#conteneur{
	width:940px;
	margin:30px auto;
	padding:0 auto;

}

#centrer{
	text-align:center;
}

/* Menu haut */

#menu{
	width:100%;
	margin:-30px 20px;
	
}

#menu  ul li{
	list-style:none;
	float:left;
}

*+html #menu  ul li a{
	list-style:none;
	display:inline-block;
	width:155px;
	margin:40px auto;
}


#menu ul li a{
	height:37px;
	width:155px;
	font-size:14px;
	text-decoration:none;
	text-align:center;
	background:url(images/menu.png) no-repeat top center ;
	margin:40px auto;
	display:block;
	line-height:36px;
	color:#000;
}


#menu ul li a.home{
	background:url(images/home.png) no-repeat  ;
	height:37px;
	width:41px;
	margin-right:0 auto;
	
}
*+html #menu ul li a.home{
	margin-right:1px;
	
}


#menu ul li a:hover{
	background-position:bottom ;
	
}


#contenu{
	background:url("images/contenu_h.png") no-repeat center;
	height:27px;
	margin:0;
	padding:0;
}


#contenuBas{
	background:url("images/contenu_b.png") no-repeat center;
	height:27px;
	margin:0;
	padding:0;

}

#news{
	background:url("images/contenu.png") repeat-y top center;
	font-size:14px;
	text-decoration:none;
	padding:10px 30px 10px 30px;
	color:#000;
}	
	
#news h2{
	text-align:left;

	
}

h1 {
	text-align:center;
}

h2  {
	text-decoration:underline;
	text-align:center;
}

h3 
{
	text-decoration:underline;
	margin-left:14px ;
} 

/* Ligne de separation du footer*/

#separation{
	background:url("images/separation.png") no-repeat center;
	width:600px;
	margin:20px auto;
	
}

#navigation{
	margin:0 auto;
}


#navigation li {
	display: inline ;
	margin-right: 0.5em;
	list-style: none ;
}

#navigation li a {
	text-decoration: none ;
	font-size:13px;
	font-weight : bold;
    text-align: center ;
	display: inline-block;
	border : 1px dashed white;
	line-height: 0.7em ;
    padding: 10px 10px ;
	color: #000 ;
}

#navigation ul a:hover {
	background: #fff;
}
 
/* sortie du flux*/	
#clear{
	clear:both;
}

/* bas de page*/

#footer {
	width:900px;
	text-align:center;
	font-size: 1em;
}

#footer a {
	text-decoration: none ;
	color:#fff;
}

#footer p a:hover{
	color: #00FFFF;
}
	


