
html, body {
overflow:hidden; 
margin:0px; 
padding:0px;}
}
body {
margin: 0;
padding: 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
background-color: #ffffff; /*couleur de fond blanche*/
}

.header {
position:fixed;
overflow:auto;
left:0px;
bottom:0px;
top:0px;
height: 50px;
width: 100%;
font-size: 1em;
background-color: #FFCC33;
}
.footer {
position: absolute;
width: 100%;
height: 50px;
bottom: 0px;
font-size: 0.5em;
background-color: #FFCC33;
overflow:auto;
}
.menu {
position: fixed;
left:0px;
width: 250px;
top:50px;
bottom:50px;
background-color:#FFFF66;
overflow: auto;
}
.frame {
position:fixed;
width: auto;
margin-left: 250px;
min-width: 750px;
bottom:50px;
top:50px;
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;
}
.def {
font-size: 60%;
color: #303030;
}
.logo {
float: left;
}

.comm {
display: inline-block;
height: 75px;
padding: 3px;
vertical-align:top;
}

it {font-style: italic}
