body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.9emmargin: 0;
padding: 0;
}

#conteneur-index {
position: absolute;
margin: 0;
width: 100%;
background: url(http://unejourneeuncircuit.free.fr/images/logo.jpg) no-repeat left top;
background-color: #00ADEF;
height: 550px;
}

#header-index {
margin: 0;
margin-top: -20px;
padding: 0;
}

#centre-index {
margin: 0;
}

.menuindex {
margin: 5px 5px 5px 100px;
padding:0;
padding-top: 200px
}

.menuindex li {
display: block;
list-style-type: none;
}

.menuindex a {
margin: 0 2px;
color: white;
text-decoration: none;
}

.menuindex a:hover {
text-decoration: none;
background-color: #9E9E9E;
}

p {margin: 5px 5px 5px 5px;}

/*Used to hide text when using text pictures and staying accessible for screen reader*/

.hidden {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}



.spacer {
	clear:both;
	height:0px;
	margin:0px;
	padding:0px;
}

