#entete {
font-weight: bold;
color: white;
font-size: 1.8em;
text-align: center;
padding-top: 30px;
padding-bottom: 2px;
padding-right: 20px;
background-color: #9e0000;
min-width: 530px;
overflow: auto;
}
#menu {
float: left;
background-color: #adff74;
margin-bottom: 0px;
width: 150px;
height: 485px;
}
#texte {
background-color: #ffffcc;
height: 422px;
text-align: justify;
padding-left: 10px;
padding-right: 10px;
margin-bottom: 20px;
margin: auto;
min-width: 380px;
overflow: auto;
}
#pied {
text-align: center;
border-top: 2px dotted black;
background-color: #ffffcc;
margin-bottom: 0px;
margin-top: 0px;
float: none;
clear: both;
padding-bottom: 10px;
padding-top: 10px;
}
h1 {
margin-top: 0px;
margin-bottom: 0px;
padding-top: 2px;
padding-bottom: 6px;
font-size: 1.6em;
}
h2 {
border-bottom: 3px groove #a80000;
margin-bottom: 0px;
text-align: center;
margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
.imagedroite {
display: block;
float: right;
margin-left: 20px;
margin-right: 20px;
margin-bottom: 2px;
border: 0px solid;
}
.imagecentre {
text-align: center;
border: 0px solid;
width: 80%;
max-width: 448px;
}
p {
margin-left: 0px;
}
li{
list-style-type: square;
list-style-position: outside;
margin-left: 15px;
}
#menu a {
border: 3px solid black;
margin: 6px 10px;
list-style-type: none;
text-align: center;
font-weight: bold;
background-color: #009900;
color: white;
font-size: medium;
display: block;
text-decoration: none;
}
#menu a:hover {
background-color: #adff74;
font-weight: bold;
color: black;
}
#entete a:hover {
border: 1px solid black;
}
#entete a {
float: left;
margin-left: 20px;
margin-top: -25px;
}