/* Generales */
body, html{
background: #8cc882 url(./pics/background.jpg) repeat-x left top;
}

img {
border:0;
}

.center{
text-align:center;
}

.left{
float:left;
margin-left:0.1em;
text-align:center;
}

/* Mise en page de la partie principale */
#content{
position:relative;
left:50px;
background-color:#d6ebee;
background-image:url(./pics/content_fond.jpg);
background-position:center top;
background-repeat:no-repeat;
width:750px;
top:5px;
float:left;
z-index:0;
}

#content #menu_left{
float:left;
position:relative;
width:180px;
padding:0;
margin:200px 0 0 -48px;
z-index:100;
}

#content #menu_left h1{
background-image:url(./pics/menu_left_title_puce.jpg);
background-position:left center;
background-repeat:no-repeat;
background-color:#d1eaf2;
font-size: 17px;
margin: 0 0 5px 0;
padding:0 0 0 25px;
}

#content #menu_left ul, .menu_categories{
list-style-image:url(./pics/menu_left_puce.gif);
margin: 0 0 18px 60px;
padding:0;
}

#content #menu_left a, .menu_categories a{
text-decoration:none;
color:black;
}
#content #menu_left ul a:hover, .menu_categories a:hover{
list-style-image:url(./pics/menu_left_puce2.gif);
}

#content #center{
width:565px;
float:left;
margin-left:10px;
margin-top:130px;
position:relative;
text-align:justify;
color:#022734;
font-family:Comic Sans MS, Arial, Helvetica, sans-serif;
font-size: small;
}

#content #pied{
width:565px;
position:relative;
text-align:center;
}


/* Mise en page générale du texte de la partie principale */

#center h1{
font-weight:bold;
bottom:30px;
float:left;
font-size:medium;
color:black;
}
#center h2{
font-size:x-large;
}

#center .img_titre{
float:left;
margin:0 15px 15px 0;
}

#center hr{
float:left;
color:black;
margin-bottom:10px;
}


/* Style CSS des bandeaux de pub */
#content #pubbandeautop{
float:right;
top:10px;
right:95px;
position:relative;
}

#pub_bandeau_right{
width:162px;
height:620px;
top:200px;
position:relative;
float:left;
margin-left:65px;

}


