body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
margin: 0;
padding: 0;
height:100%;
background:#5169FF;
}
#header {
height: auto;

}
#haut {
height: 30px;
background: url("images/fd_gradient_haut.png") #5169FF 0% no-repeat;
padding-top:5px;
}
#conteneur {
position: absolute;
width: 75%;
min-width:960px;
background-color: #eee5d1;
margin-left: 190px;
border:1px solid black;
}
#centre 
{
margin-left: 190px;
margin-right: 180px;
min-height:700px;
overflow:auto;
padding:10px;
}

.page
{
	width:100%;
	border:1px solid black;
}

#gauche {
position: absolute;
left:0;
width: 190px;
height:auto;

}
#droite {
position: absolute;
right:0;
width: 180px;
height:auto;

}
#pied {
height: 30px;

text-align:center;
}

.menuhaut {
list-style-type: none;
margin: 0;
padding:0;
}
.menuhaut li {
display: inline;
}
.menuhaut a {
margin: 0 2px;
color: #FFFFFF;
font-weight:bold;
text-decoration: none;
}
.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: #000000;
text-decoration: underline;
}
.menudroit a:hover {
text-decoration: none;
}
p {margin: 0 0 10px 0;}
