/* CSS from tutorials of www.alsacreations.com/articles */
body {
font-family: Arial, Verdana,  Helvetica, sans-serif;
font-size: 1.0em;
margin: 0;
padding: 0;}

h1 {font-size: 0.42em; 
    font-weight: bold;}
 
h2 {font-size: 1.5em;
     font-weight: bold:}
     

#conteneur {
position: absolute;
width: 700px;
background-color:#669999;  
}

#headergauche {
height:  150px;
background-color:#ffffff;
position: absolute;
left:0;
width: 190px;
}



#header {
height: 150px;
background-color:#ffffff;
font-size: 1.9em;
font-weight: bold;
margin-left: 190px;
padding-left: 8px;
width: 510px;
}

#centre {
background-color:#ffffff;
margin-left: 190px;
padding-left: 8px;
padding-top: 8px;
width: 510px;
text-align: justify
}
#gauche {
position: absolute;
left:0;
width: 190px;
padding-left: 5px;
padding-top: 8px;
}

#greybar {
margin-left: 190px;
padding-left: 30px;
padding-top: 10px;
width: 510px;
height: 25px;
background-color: #cccccc;
font-size: 0.8em;
font-weight: bold;
}

#pied  {
background-color:#ffffff;
line-height: 200%; 
}
#pied a {
text-decoration: none;
color: #000000;
font-size: 0.8em; 
} 
 
.menugauche {
list-style-type: none;
margin:0;
padding:0;
}
.menugauche li {
margin-bottom: 5px;

}
.menugauche a {
margin: 0 2px;
color: #000000;
text-decoration: underline;
}
.menugauche a:hover {
text-decoration: none;
}
p {margin: 0 0 10px 0;}