
/* CSS issu des tutoriels css.alsacreations.com */

html, body {
width: 100%;
height: 100%;
}
body {
margin: 0;
padding: 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
background-color: #ffffff; /*couleur de fond blanche*/
}
.conteneur { /*le conteneur global du site, qui sera centré */
width: 100%;
height: 100%;
margin: 0;
padding: 0;
position: absolute;
background-color: #FFCC33;
}

.header {
height: 30px;
font-size: 1.2em;
background-color: #FFCC33;
}
.footer {
font-size: 0.5em;
background-color: #FFCC33;
}
.menu {
position: absolute;
left:0;
width: 250px;
height: 515px;
background-color:#FFFF66;
overflow: auto;
}
.frame {
margin-left: 250px;
width: auto;
height: 515px;
background-color:#ffffff;
overflow: auto;
}
p {margin: 0 0 0px 0;}

.menugauche {
list-style-type: none;
margin: 0;
padding:0;
}
.menugauche li {
margin-bottom: 3px;
}
.menugauche a {
margin: 0 5px;
color: #000000;
text-decoration: underline;
}
.menugauche a:hover {
text-decoration: none;
}
.definition {
text-decoration: none;
border-bottom: 1px dotted blue;
}
it {font-style: italic}