body{
	width:100%;
	background-image:url(images/haut_attente.jpg);
	background-repeat:repeat-x;
	margin:0;
	color:#595959;
	font-family:Arial;
	font-size:12px;
}

#page{
	background-image:url(images/fond_attente.jpg);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	padding:390px 35px 20px;
	width:1000px;
}

#listes{
	overflow:auto;
}

h1{
	font-size:20px;
	margin-top:15px;
}

ul{
	float:left;
	margin-right:45px;
	list-style-type:none;
	display:block;
}

li{
	background-image:url(images/puce_verte.png);
	background-repeat:no-repeat;
	padding-left:25px;
	height:22px;
}

a{
	color:#EAEAEA;
	position:relative;
	top:50px;
	font-size:11px;
	text-decoration:none;
}

#coordonnees{
	margin-top:50px;
}

#coordonnees h1{
	font-size:18px;
}

#coordonnees p{
	float:left;
	margin-right:50px;
}