body{
	background-image: url(images/fond2.jpg);
	font-family:'Lucida Sans Unicode',Arial,sans-serif;
	color:#333;
	text-align:center;
	padding:0;
	margin:0;
	background-repeat: no-repeat;
	background-position: center top;
	}

#logo{
	margin:0 auto;
	width:763px;
	padding:20px 0;
}

#contenu-centre{
	width:723px;
	background-color:#FFF;
	font-size:12px;
	text-align:left;
	margin: 0 auto;
	padding: 20px;
	text-align:justify;
}
#contenu-centre a{
	text-decoration:underline;
	color:#333;;
}


h3{
	color:#158fcc;
	font-size:16px;
	font-weight:normal;
	display:inline;
	padding-left:15px;
}
h2{
	font-size:12px;
	font-weight:bold;
	display:inline;
}


#bas{
	width:723px;
	height: 150px;
	font-size:12px;
	text-align:left;
	margin: 0 auto;
	padding: 20px;
	font-size: 12px;
	text-align:center;
	background-image: url(images/bas.png);
	background-repeat: no-repeat;
	background-position: center top;
}



#menu {
	width:763px;
	height:28px !important;
	margin:0 auto!important; 
	background-image: url(images/fond_menu.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	/* IE6 specific branch (prefixed with "_") */
	_margin-bottom:-2px;
}

#menu ul { 
	padding:1px 0;
	margin:0 ;
	text-align:left;
}

#menu ul li { 
	list-style-type:none;
	display:inline; 
	text-decoration:none; 
	padding:0px 9px;
	font-size:12px;
	color:#1E529A;
	
}
#menu ul li a {
	color: #FFF;
	text-decoration:none;
}
#menu ul li a:hover {
	text-decoration:none;
	color:#1E529A;
}
