body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: small;
margin: 0;
padding: 0;
background-color: #000063;
text-align: center;
color: #BFC0FF;
}
p {
margin: 0 0 10px 0;
text-align: justify;
}
h1 {
	font-size: xx-large;
}
a{
margin: 0 2px;
color: White;
text-decoration: underline;
}
#header {
 height: 154px;


 color: Navy;
 background-image: url(header.gif);
 background-position: top;
 background-repeat: no-repeat;
 background-attachment: scroll;
 margin: 0px;
}
#haut {
height: 80px;
}

#conteneur {
width:800px;
margin:0 auto;
background-color: #000063;
}

#centre {
margin-left: 130px;
margin-right: 140px;
}
#gauche {
float:left;
width: 140px;
}
#droite {
float:right;
width: 130px;
text-align: center;
}
#pied {
clear:both;
height: 30px;
text-align: center;
 font-size: xx-small;
}
#menuhaut {
list-style-type: none;
margin: 0;
padding:0;
}
#menuhaut li {
display: inline;
}
#menuhaut a {
margin: 0 2px;
color: #000000;
text-decoration: underline;
}
#menuhaut a:hover {
text-decoration: none;
}
#menugauche {
list-style-type: disc;
margin: 0;
padding:0;
text-align: left;
font-size: x-small;
font-family: Arial;
}
#menugauche li {
margin-bottom: 5px;
}
#menugauche a {
margin: 0 2px;
text-decoration: none;

}
#menugauche a:hover {
text-decoration: none;
background-color: Blue;
}
#menudroit {
list-style-type: none;
margin: 0;
padding:0;
}
#menudroit li {
margin-bottom: 5px;
}
#menudroit a {
margin: 0 2px;
color: #000000;
text-decoration: underline;
}
#menudroit a:hover {
text-decoration: none;
}