/* mise en page globale */
body{
margin:0 auto;
padding:0;
font-family:arial;
font-size:80%;
}


/*container*/
#container{
height:768px;
}


/*header*/
#header{
height:236px;
text-align:center;
}
#header h1{
text-indent:-5000px;
margin:0;
line-height:0;
}


/*champs fond menu haut*/
#menuHaut{
position:relative;
left:50%;
margin-left:-512px;
height:245px;
width:1024px;
}
#menuBas{
position:relative;
left:50%;
margin-left:-512px;
height:231px;
height:231px;
width:1024px;
}

/*boutons*/
.bouton{
margin-top:5px;
}
.boutonBF{
margin-top:5px;
}

#menuprincipal{
position:center;
}

/*footer*/
#footer{
background-color:#d6d6d6;
}
#footer a{
text-decoration:none;
color:blue;
}
#footer a:hover{
color:red;
}
