/* CSS Document */
/* CSS issu des tutoriels css.alsacreations.com */
body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}
#conteneur {
position: absolute;
width: 100%;
}
#header {
height: 125px;
background-color: #FFFFFF;
}
#haut {
height:30px;
background-color:#FFFFFF;
margin: 20px;
}
#centre {
background-color:#FFFFFF;
}
#pied {
height: 30px;
background-color: #FFFFFF;
text-align: center;
font-weight: bold;
margin: 10px;
}

.menuhaut {
list-style-type: none;
margin: 0;
padding: 0;
text-align: center;
font-size: 14px;
font-weight: bold;
}
.menuhaut li {
display: inline;
}
.menuhaut a {
margin: 0 32px;
color: #000000;
text-decoration: none;
}
.menuhaut a:hover {
text-decoration: none;
}
p {margin: 0 0 10px 0;}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
</style>

