/* CSS Document */
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
margin: 0;
padding: 0;
}

#conteneur {
	width: 1000px;
	margin: 0 auto;
	background-color:#FFFFFF;
}

#header {
height: 198px;
width:1000px;
background-color: #99CCCC;
text-align:center;
}
#haut {
height: 60px;
background-color:#000000;
}

#main {
width:1000px;
height:400px;
}
#gauche {
float:left;
	width: 140px;
	background-color: white;
	height: 400px;
}
#centre {
width:720px;
background-color:white;
float:left;
}
#droite {
	width: 140px;
	background-color: white;
	height: 400px;
	float:left;
}

#pied {
clear:both;
height:80px;
width:1000px;
background-color:#000000;
text-align:center;
}

.menuhaut {
list-style-type: none;
margin: 0;
padding:0;
}
.menuhaut li {
display: inline;
}
.menuhaut a {
margin: 0 2px;
color: #FFFFFF;
text-decoration: underline;
}
.menuhaut a:hover {
text-decoration: none;
}
.menugauche {
list-style-type: none;
margin: 0;
padding:0;
}
.menugauche li {
margin-bottom: 5px;
}
.menugauche a {
margin: 0 2px;
color: #000000;
text-decoration: underline;
}
.menugauche a:hover {
text-decoration: none;
}
.menudroit {
list-style-type: none;
margin: 0;
padding:0;
}
.menudroit li {
margin-bottom: 5px;
}
.menudroit a {
margin: 0 2px;
color: #FFFFFF;
text-decoration: underline;
}
.menudroit a:hover {
text-decoration: none;
}
p {margin: 0 0 10px 0;}
