/* Generales */
body, html{
background: #3C1D1B 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:#F8D9FB;
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:#F8D9FB;
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 #pub_bandeau_top{
float:right;
top:10px;
right:95px;
position:relative;
}

#pub_bandeau_right{
width:162px;
height:620px;
top:200px;
position:relative;
float:left;
margin-left:65px;

}

.black_overlay{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}
.white_content {
    display: none;
    position: absolute;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    padding: 16px;
    border: 16px solid #69040c;
    background-color: #F8D9FB;
    z-index:1002;
    overflow: auto;
    text-align: center;
}


