/* 
    Document   : style
    Created on : 28 déc. 2011, 13:43:46
    Author     : BAKONLINE
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}
img{
    border: none;
}
body{
    background: url("/style/img/background.jpg") #005681 repeat-y;
    background-position: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
h1{
    border-bottom: 1px solid;
    font-size: 18px;
    padding-bottom: 3px;
    padding-left: 19px;
    width: 570px;
}
h2, p, h3{
    width: 100%;
    float:left;
}
.conteneur{
    margin: 0 auto;
    width: 1200px;
}
.head{
    background: url("/style/img/background-header.jpg") #005681 no-repeat;
    background-position: center;
    height: 148px;
    position: relative;
}
.corp{
    float: left;
    width: 100%;
    background: url("/style/img/background-corp.jpg") #005681 repeat-y;
    background-position: center;
    min-height: 600px;
}
.footer{
    background: url("/style/img/footer.jpg") #005681 no-repeat;
    background-position: center;
    height: 112px;
    float: left;
    width: 100%;
}
.left_column{
    float: left;
    margin-left: 65px;
    margin-right: 60px;
    width: 165px;
}
.contenu{
    float: left;
    width: 622px;
    color: #555555;
}
.logo{
    margin-left: 280px;
    margin-top: 5px;
}
.menu{
    list-style: none;
    color: #003d5c;
    padding: 30px 0 0;
    margin: 0;
    background: url("/style/img/back-menu.png") no-repeat;
    height: 216px;
    width: 171px;
}
.menu a{
    color:#003d5c;
    text-decoration: none;
    width: 100%;
    height: 100%;
}
.menu li{
    background: url("/style/img/marker-1.gif") no-repeat scroll left center transparent;
    border-bottom: 1px solid #cae3ef;
    font-size: 12px;
    font-weight: bold;
    margin-left: 5px;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-top: 8px;
    width: 140px;
}

.contenu img{
    float:left;
    width: 200px;
    margin-right: 5px;
    margin-bottom: 5px;
}