/* Import des styles séparés */
@import url(style-textes.css);
@import url(style-liens.css);

/* Mise en forme générale */
body {
	margin:0;
	padding:0;
	font-family:verdana;
	font-size:10px;
	text-align:center;
	background:#034662 url(images/fond_top.gif) top repeat-x;
}

#page{
	margin:auto; 
	padding:0;
	width:880px;
	position:relative;
}

#top{
	margin:0;
	padding:0;
	width: 880px;
	height:234px;
	z-index:1;
}


#contenu {
width: 880px;
background-color:#035C81;
text-align:justify;
}

#bottom {
width: 880px;
background:url(images/bottom.jpg) top no-repeat;
}

p {
margin: 0;
}

#aco {
padding-left:55px;
width:50px;
text-align:center;
}
