/* CSS issu des tutoriels css.alsacreations.com */
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
margin: 0;
padding: 0;
background-color: #ffe6c6;
text-align: center;
}
#header {
height: 150px;
margin: 0px;
padding: 0px;
background-color: #b86904;
}
#tout {
position: relative;
width: 750px;
margin:0 auto;
text-align: left;
border-left-color: black;
border-left-style:solid;
border-left-width: 1px;
border-right-color: black;
border-right-style: solid;
border-right-width: 1px;
}
#conteneur {
position: relative;
width: 750px;
margin: 0 auto; background-color:#ffd094;
}
#centre {
background-color:#ffffff;
margin-left: 150px;
margin-right: 150px;
padding-right: 8px;
padding-left: 8px;
}
#gauche {
position: absolute;
left:0;
width: 150px;
}
#droite {
position: absolute;
right:0;
width: 150px;
}
#pied {
height: 30px;
background-color: #b86904;
}
ul h2 {
display: block;
font-size: medium;
font-weight: bold;
width: 100%;
background-color: #ffebd2;
padding: 2px 0px 2px 0px;
font-size: 1.2em;
}
.menugauche {
list-style-type: none;
text-align: center;
margin: 0;
padding:0;
}
.menugauche li {
display: block;
width: 100%;
padding: 0px;
text-align: left;
}
.menugauche a {
display: block;
color: #000000;
width: 90%;
text-decoration: none;
border-bottom-style: solid;
border-bottom-width: 1px;
border-bottom-color: #ffebd2;
padding-left: 10%;
padding-top: 2px;
padding-bottom: 2px;
}
.menugauche a:hover {
text-decoration: none;
background-color: #ffebd2;
}
.menudroit {
list-style-type: none;
text-align: center;
margin: 0;
padding:0;
}
.menudroit li {
display: block;
width: 100%;
padding: 0px;
text-align: left;
}
.menudroit a {
display: block;
color: #000000;
width: 90%;
text-decoration: none;
border-bottom-style: solid;
border-bottom-width: 1px;
border-bottom-color: #ffebd2;
padding-left: 10%;
padding-top: 2px;
padding-bottom: 2px;
}
.menudroit a:hover {
text-decoration: none;
background-color: #ffebd2;
}
p {margin: 0 0 10px 0;}
