/* 
    Document   : style
    Created on : 29 déc. 2011, 16:28:01
    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;
}
body{
    background: url('/style/img/background.jpg') repeat-x #a8a8a8;
    background-position: top;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;

}
h2{
    font-size: 14px;
}
h3{
    font-size: 13px;
    text-decoration: underline;
    color:#a36000;
}
.titreh3{
    margin-left:15px !important;
}
h1, h2, h3, p{
    width: 100%;
    float: left;
    margin: 5px 0;
}
.corp{
    margin: 0 auto;
    width: 1000px;
}
.header{
    height: 110px;
    margin: 78px 0;
}
.header img{
    margin-left: 15px;
    margin-top: 10px;
    float: left;
    border: none;
}
.header a{
    text-decoration: none;
}
.header ul{
    float: right;
    list-style: none;
    margin-right: 60px;
    margin-top: 80px;
}
.header li{
    float: left;
    margin-left: 10px;
    font-size: 14px;
    color: #515151;
    border-right:1px solid #929191;
    padding-right: 10px;
}
.last{
    border:none !important;
}
.header li a{
    text-decoration: none;
    color: #404040;
}
.produit{
    width: 189px;
    float: left;
    margin-right: 10px;
}
.produit img{
    margin-bottom: 10px;
}
.contenu{
    border: solid 1px #b3b3b3;
    float: left;
    padding-left: 30px;
    padding-right: 30px;
    width: 730px;
    color: #515151;
}
.contenu img{
    float: left;
    width: 150px;
    margin-right: 10px;
    border: 1px solid #B3B3B3;
}
.aussi{
    border: 1px solid #B3B3B3;
    float: left;
    width: 740px;
    margin-bottom: 10px;
}
.aussi h3{
    float: left;
    width: auto;
}
.aussi p{
    float: left;
    width: 565px;
}
.aussi img{
    height: 80px;
}
.aussi div{
    float: left;
    width: 730px;
    margin: 5px;
}
.aussi a{
    text-decoration: none;
    color:#515151;
}
.footer{
    margin-top: 5px;
    border-top: 1px solid #B3B3B3;
    float: left;
    height: 35px;
    width: 100%;

}
.article{
    border: 1px solid #B3B3B3;
    float: left;
    width: 740px;
    margin-bottom: 10px;
}
.list-article{
    float: left;
    width: 180px;
}
.list-article h3{
    margin: 0;
    text-align: center;
}
.list-article img{
    float: none;
    margin-left: 15px;
    margin-top: 5px;
    width: 150px;
}