body
{
margin : 0 0;
padding: 0 0;
background-attachment: fixed;
font-family: Trebuchet MS;
text-align:justify;
}
#conteneur{
width:80%;
min-width: 800px;
margin : auto auto;
margin-top : 1%;
margin-bottom : 5%;
padding : 5px 5px; 
}
#top
{
text-align:center;
width: 1024px;
}
#contenu{
border: 1px solid #778;
background-color:white;
min-height:400px; 
padding : 10px 10px;
width: 100%;
min-width: 800px;
}
a {
text-decoration: none;
color: #0D52C6;
cursor: pointer;
width: 100%;
}
a:hover {
text-decoration: underline;
color: #55D555;
cursor: pointer;
}
img {
border:none;
}
input {
border: solid black 1px;
}
.menuH{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
list-style-type: none;
text-align: left; 
}
.menuH li{
display: inline;
margin: 0; 
}
.menuH li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white;
}
.fenetre {
        width: 100%; 
        height: auto;
        border: solid 1px #C3C3C3;
        margin-top: 0px;
        background-color: #E1E1E1;
}
.haut {
        color:white;
		height: 24px; 
}
.milieu {
        height: 100%; 
}
.bas {
        height: 8px; 
        background-color: #D2D2D2;
}
.haut_centre {
        height:100%;
        background-image: url(../images/haut_centre.png);
}
.milieu_centre {
        height: 100%;
        margin-left: 8px;
        margin-right: 8px;
        text-align: center;
        
}