/*info page web*/
body{
background-color : #e8c48b;
font-family : Arial;
padding:0;
margin:0;
color: black;
}

/*Lien hypertexte des images*/
a img{
border: none
}

/*Dessus de la page */
div#conteneur1 {
width : 1000px;
height: 230px;
margin : 0px auto;
position : relative;
background-color: #F0E68C;
}

/*bannière du site*/
div#banniere 
{
margin : 0px auto;
height: 200px;
width: 1000px;
position: relative;
background-color : #e8c48b;
}

/*Pied de page du site*/
div#header
{
margin : 0px auto;
height: 150px;
width: 1000px;
position: absolute;
background-color : #e8c48b;
}

/*Texte du pied de page*/
div#headertext
{
width: 1000px;
height:200px;
position: absolute;
text-align: center;
font-family : Arial;
font-size: 16px;
}

/*Texte défilant*/
#font
{
background-color: #f0e68c;
color: #808000;
border : 0;
text-align: center;
font-weight: bold;
margin-left: 155px;
}

/* Partie basse du site*/
div#conteneur2  { 
margin: 0px auto;
background-color: #c0dd20;
width: 1000px;
height: auto;
position: relative; 
}

/*Menu à gauche*/
div#menu_gauche
{
position: absolute;
color: #808000;
background-color: #c0dd20;
width: 200px;
height: auto;
}

/*Corps du text"*/
div#corps
{
position: relative;
width: 800px;
height: auto;
min-height: 350px;
margin-top: 0px;
margin-left: 200px;
background-color: #f0e68c;
}

/*Menu déroulant*/
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

/*Menu déroulant*/
#menu {
position: relative;
margin-top: 0px;
left: 10px;
width: 180px;
}

/*Menu déroulant*/
#menu dt {
cursor: pointer;
background: #f0e68c;
height: 20px;
line-height: 20px;
margin: 2px 0;
border: 1px solid gray;
text-align: center;
font-weight: bold;
}

/*Menu déroulant*/
#menu dd {
position: absolute;
z-index: 100;
left: 130px;
margin-top: -20px;
width: 180px;
background: #f0e68c;
border: 1px solid gray;
}

/*Menu déroulant*/
#menu ul {
padding: 2px;
}
#menu li {
text-align: center;
font-size: 14px;
height: 18px;
line-height: 18px;
}

/*Menu déroulant*/
#menu li a, #menu dt a {
color: #808000;
text-decoration: none;
display: block;
}

/*Menu déroulant*/
#menu li a:hover {
text-decoration: underline;
}



