html {
min-width:750px;
background-color:#ECA778;
color:#660000;
}

.contenant {
width:980px;
margin : auto; 
/* border: 1px solid gray; */
}

.entete {
background-color:#ECA778;
color:#28780A;
height : 130px;
width: 100%;
}

.conteneur {
margin-top: 0px;
background-color:#ECA778;
color:#28780A;
}

.centre {
margin-left: 160px;
padding-top: 0px;
color:#660000;
/* color:#FF00FF;*/
background:#FAD7C0; 
padding-right: 1em;
padding-bottom: 5px;

}
.centre body {
background-color:#ECA778;
font:8px Georgia, 'Times New Roman', Times, serif;
/* font-family:Georgia, 'Times New Roman', Times, serif; */
color:#0000FF;
text-align: left;
margin:0;
padding:0;
}

#centre a,a:link,a:visited,a:active {
text-decoration:none;
color:#FFFFFF;
background-color:transparent;
text-transform:none;
font-weight:700;
}

#centre a:hover {
background-color:transparent;
text-decoration:underline;
color:#ABD550;
}

.centre li {
list-style-type:circle;
list-style-position:outside;
}

.gauche {
background-color:#ECA778; /* couleur de fond du menu*/
color:#FFFF00;
margin-top: 0px;
width: 130px;
height:auto;
float : left; 
}

.menu {
width:130px;
/* text-align: center; */
height:25px;
/* font-weight:700; */
float:left;
}

.menu a:link,a:visited,a:active {
text-decoration:none;
 color:#FFFFFF;
background-color:transparent;
}

.menu a:hover {
background-color:transparent;
color:#ABD550;
}

hr {
  display:none;
}






.pied {
height: 20px;
position:static;
background:#ECA778;
color:#000000;
font-style:normal;
font-size:12px;
width: auto;
padding-top: 5px;
margin-left: 160px;
margin-bottom: 0px;
bottom: 5px;
}

