.clear{clear: both;}
html,body{
    margin:0;
    padding:0;
    border:0;
    background-image: url(../images/background.png);
    background-repeat: repeat-x;
    background-color: #666666;
    background-position: bottom center;
    color:#fff;
}
#background_header{
    position: absolute;
    top:43px;
    left: 0;
    right: 0;
    height: 125px;
    background-image: url(../images/background.png);
    background-repeat:repeat-x;
}
.block_texte a{
    color:#fff;
}

#bandeau{
    position: absolute;
    z-index: 2;
    width: 911px;
    left: 50%;
    margin-left: -455px;
    top: 86px;
}
#site{
    width: 808px;
    margin:20px auto 0px auto;
    border:1px solid #000000;
    border-radius: 5px;
    background-color: #336666;
}
#site #header{
    background-image: url(../images/header-web.png);
    background-repeat: no-repeat;
    height: 254px;
    position: relative;
    background-color: #336666;
}
#site #header #lien-facebook{
    position: absolute;
    top:35px;
    left: 50px;
}
#site #header #lien-facebook img{
    border: 0;
}
#site #content{
    padding: 50px 25px 0px 25px;
}
#site #content h1,#site #content h2{
    padding: 0;
    margin: 30px 0px 30px 0px;
    color:#fff;
    font-size: 26px;
}
#site #content #telecharger{
    text-align: center;
}
#site #content #telecharger a{
    margin: 30px auto 30px auto;
    text-decoration: none;
    display: inline-block;
}
#site #content #telecharger a img{
    border: 0;
}
#site #content h1,#site #content ul{
    margin:0;
    padding:0;
    border:0;
}

#site #content ol li{
    padding-left: 22px;
    font-size: 16px;
    color:#fff;
    margin-bottom: 20px;
}
#site #content ul li{
    padding-left: 22px;
    list-style-type: none;
    background-image: url(../images/puce.png);
    background-position: 0px 4px;
    background-repeat: no-repeat;
    font-size: 16px;
    color:#fff;
    margin-bottom: 20px;
}
#site #content a,  #site #content ul a{
    color:#fff;
    font-weight: bold; 
}
#site #content #photos{
    margin-bottom: 30px;
}
#site #content #photos .photo{
    width: 240px;
    height : 200px;
    float: left;
    margin-bottom: 5px;
}
#site #content #photos .photo img{
}
#site #content #photos .photo .photo-info{
    color:#fff;
    margin-top: 10px;
    font-size: 15px;
}
#site #content #photos .photo a{
    text-decoration: none;
}


#site #content #affiche{
    margin-bottom: 30px;
}
#site #content #affiche .affiche{
    width: 172px;
    height : 243px;
    float: left;
    margin-bottom: 25px;
}
#site #content #affiche .affiche img{
}
#site #content #affiche .affiche .affiche-info{
    color:#fff;
    margin-top: 10px;
    font-size: 15px;
}
#site #content #affiche .affiche a{
    text-decoration: none;
}

#site #content #affiche .separateurGauche{
    margin-left: 23px;
}


#site #content #photos .separateurGauche{
    margin-left: 18px;
}
#site #content #contact,#site #content #contact a{
    color:#fff;
}
#site #footer{
    background-image: url(../images/footer.png);
    background-repeat: no-repeat;
    height: 197px;
    position: relative;
    background-position: bottom center;
}
#footer_menu{
    width:150px; 
    background-color: #fff; 
    border-radius:20px 20px 0px 0px;
    position: fixed;
    margin-left: 650px;
}

#footer_menu a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding-left: 60px;
    border-bottom: 1px solid #ccc;
    position: relative;
    color:#000;
    text-decoration: none;
}
#footer_menu a:nth-child(n+2):hover{
    background-color: #f5f5f5;
}
#footer_menu a span{
    position: absolute;
    left: 15px;
    top:10px;
}

#footer .icone{
    position: absolute;
    width: 32px;
    height: 32px;
    left:15px;
    top:10px;
    background-image: url(../images/icones.png);
}
.icone.facebook{background-position: 0px -32px;}
.icone.share{background-position: 0px 0px;}