       
body {
/*background-color: #ada700;*/
background-color: #303030;
font-family:Arial,Verdana,Geneva,Helvetica,sans-serif;


}

.marges {
background-color: #ffffb8;
color: #000000;
width: 1024px;
padding: 1em;
margin: auto;
margin-top: 2em;
}

.entete {
height: 156px;
margin: auto;
border: 1px black solid;

}

.entete p {
text-align: center;
margin-top: -8px;
color: #800000;
}

.entete h1 {
color: #800000;
padding: 1em;
}

.page {

}

.page h1 {
visibility: hidden;
}

.page a:link {color: #b8b8b8; text-decoration: underline;}
.page a:active {color: red; text-decoration: none;}
.page a:visited {color: #c20000; text-decoration: underline;}
.page a:hover {color: #9332dd; text-decoration: none;}

.boitemenu a:link {color: #000000; text-decoration: none;}
.boitemenu a:active {color: red; text-decoration: none;}
.boitemenu a:visited {color: #c20000; text-decoration: none;}
.boitemenu a:hover {color: #9332dd; text-decoration: underline;}



.bas {
text-align: center;
margin: auto;
}

img {
border: none;
}

/*------------ formulaire ---------------*/
input {
background-color: #ffffb8;
color: #000000;
border: 1px #000000 solid;
}



.formulaire {
background-color: #ffffb8;
color: #000000;
border: 1px #000000 solid;
width: 80%;
margin: auto;
}

/* ---------- Menu ----------------------*/

.boitemenu {
float: right;
background-color: #ffff00;
border: 1px black solid;
margin-top: 3em;
padding: 1em;
}


.boitemenu ul {
margin-left: 0;
padding-left: 0;
width: 154px;
}

.boitemenu li {
list-style: none;
margin-left: 0;
}

.entetemenu {
visibility: hidden;
}




