/*
    Feuille de style globale
    
    Author : Francois Vanderstraeten
    Copyright : Micro Dif
    Version : 1.0 - 06/02/2010
*/

html
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    margin: 0px;
    padding: 0px;
    background: #262829 url('/img/background.png') center center no-repeat;
    height: 100%;
    width: 100%;
}
body
{
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
}
img
{
    border: 0px;
}
a
{
    outline: none;
}

/* 
    Realignement
*/
.clear
{
    clear: both;
}

/*
    Container slider
*/
.container
{
    width: 1250px;
    margin: auto;
    height: 680px;
    padding: 10px 0px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -625.5px;
    margin-top: -350px;
}

/*
    Sub container
*/
.container .sub_container
{
    width: 1100px;
    margin: auto;
    height: 100px;
    margin-bottom: 85px;
    position: relative;
}
.container .sub_container ul
{
    list-style: none;
    background-image: url('/img/bandeau_menu.png');
    background-repeat: no-repeat;
    height: 18px;
    width: 400px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding: 6px 0px 0px 10px;
}
.container .sub_container ul li
{
    float: left;
    padding: 0px 15px;
    margin: 0px;
}
.container .sub_container ul li a
{
    color: #b5c9dc;
    text-decoration: none;
}

/*
    Footer
*/
.footer
{
    width: 1230px;
    margin: 70px auto 20px auto;
}
.footer span.slogan
{
    color: #ffffff;
    font-style: italic;
    display: block;
    margin: 0px 0px 5px 15px;
}
.footer .bandeau
{
    width: 1230px;
    padding: 10px;
    background-color: #212223;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.footer .bandeau .reference
{
    width: 780px;
    height: 94px;
}
.footer .bandeau .reference ul
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.footer .bandeau .reference ul li
{
    display: block;
    float: left;
}
.footer .bandeau .reference ul li .vignette
{
    float: left;
    width: 120px;
    height: 94px;
    margin-right: 10px;
    font-size: 9px;
    color: #777777;
    text-align: center;
}
.footer .bandeau .reference ul li .vignette a
{
    color: #777777;
    text-decoration: none;
}
.footer .bandeau .reference ul li .vignette img
{
    width: 116px;
    height: 76px;
    background-color: #000000;
    border: solid 2px #ffffff;
    display: block;
    overflow: hidden;
    margin-bottom: 3px;
}

.footer .bandeau .adresse
{
    width: 341px;
    margin: 11px 0px 0px 109px;
    height: 93px;
    float: right;
}
.footer .bandeau .adresse .contenu
{
    width: 170px;
    color: #666666;
    float: left;
    text-align: center;
}
.footer .bandeau .adresse .contenu:first-child
{
    border-right: dashed 1px #333333;
}
.footer .bandeau .adresse .contenu span
{
    color: #bfc7cd;
}
.footer .bandeau .adresse .contenu p
{
    margin-top: 8px;
    margin-bottom: 0px;
}

/*
    Referencement
*/
.referencement
{
    display: none;
}