body {
 background: #DEDEDE;
}

.root{
 display: block;
 text-align: center;
 background-color: #5E0808;
 color: white;
 /*font: 12px Verdana,Arial,Helvetica,sans-serif;
 font-weight:bold;*/
}

#conteneur{
 background: white/* url(./images2/ssbanniere.gif)*/;
 background-repeat: no-repeat;
 background-position: 10px 97px;
 position:absolute;
 display: block;
 left: 2%; 
 width: 96%;
 border: 1px solid;  
 padding: 5px 5px 5px 5px;
 margin-top: 5px;
 margin-bottom: 50px;   
}

#haut_de_page{
 display: block;
 background: url(./images/banniere.jpg);
 width: 100%;
 height: 90px;
}

.pour_impression{
 display: none;
 background: red;
 
}

#pied_de_page{
 width: 100%;
 background-color: #134164;
 clear: both;
 margin-top: 15px;
 font: 11px Verdana,Arial,Helvetica,sans-serif;
 text-align: right;
 color: white;
}
#pied_de_page a:link{
 color: white;
 text-decoration: none;
}
#pied_de_page a:visited{
 color: white;
 text-decoration: none;
}

#menu_secondaire{
 display: block;
 float: left;
 margin-left:5px;
 width: 200px;
 height: inherit;
 margin-top: 50px;
 font-family: sans-serif, Verdana, Arial, Helvetica; 
 font-size: 11px;
}

#article{
 padding: 0px 0px 0px 0px;
 margin-top: 55px;
 margin-left: 220px;
 margin-right: 20px;
 padding-right: 20px;
 text-align: justify;
 font: 11px Verdana,Arial,Helvetica,sans-serif;
 height: inherit;
}

#moteur_de_recherche {
background: #F1F2EC;
border: #dcddd8 1px solid;
padding: 2px;
}

h1, h2, h3, h4, h5 {
    color: Black;
    background-color: transparent;
    font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    margin-left:    0;
    margin-right:   0;
    margin-top:     0;
    margin-bottom:  1em;
    padding-left:   0;
    padding-right:  0;
    padding-top:    0.5em;
    padding-bottom: 0;
    border-bottom: 1px solid #8cacbb;
    /*clear: left;*/
}

/* special headlines */

h1 {font-size: 14px; font-weight: bold;}
h2 {font-size: 13px; border-bottom: none; font-weight: bold; text-decoration: underline;}
h3 {font-size: 12px;border-bottom: none;font-weight: bold;}
h4 {font-size: 12px; border-bottom: none;font-weight: bold;}
h5 {font-size: 12px; border-bottom: none;font-weight: bold;}

/* indent different sections */
div.level1 {margin-left: 3px;}
div.level2 {margin-left: 23px;}
div.level3 {margin-left: 43px;}
div.level4 {margin-left: 63px;}

.h1 {
	font-size: 1.1em;
	color: #5a3aca;
	font-weight: bold;
	font-family: sans-serif, Verdana, Arial, Helvetica;
}