#wrapper_page{
    width:100%;
    position: absolute;
    top:100px;
    left:0;
}
#page{
    width:960px;
    min-height: 500px;
    position: relative;
    margin:0 auto;
}
#ariane{
    width:960px;
    margin:0 auto;
    height: 24px;
    line-height: 24px;
    color:#666;
    font-weight: 300;
    font-size:14px;
    margin-bottom:20px;
}
#ariane a{
    color:#666;
}
#ariane a:hover,#ariane a#aactive{
    color:#009ee0;
}
#page h1{
    color:#009ee0;
    font-size:30px;
    font-weight:900;
    text-transform: uppercase;
}
#page h2{
    font-size:18px;
    text-transform: uppercase;
    margin-bottom:20px;
}
#page p{
    line-height: 22px;
    margin-bottom:10px;
    text-align: justify;
}
#page p a{
    color: #009ee0;
    font-weight: 600;
    font-size:20px;
}
#page p a:hover{
    text-decoration: underline;
}
/*///////////////CATALOGUE////////////////////*/

#left{
    width:220px;
    float:left;
    background: #009ee0;
    padding:10px;
}
#left *{
    color:#fff;
}
#left h3{
    color:#fff;
    font-size:20px;
    font-weight:900;
    text-transform: uppercase;
    margin-bottom:5px;
    text-align: center;
}
#left p{
    text-align: left;
    line-height: 18px;
}
#left ul li{
    padding-left:15px;
    background: url(../images/li3.png) no-repeat left 8px;
    line-height: 22px;
    font-size:15px;
}
#left ul li a{
    color:#fff;
}
#left ul li a:hover{
    text-decoration: underline;
}
#catalogue{
    margin-top:16px;
    width:720px;
    float:left;
}
#catalogue h4{
    color:#009ee0;
    font-size:30px;
    font-weight:100;
    text-transform: uppercase;
    border-bottom:1px solid #c9c9c9;
    padding-bottom:5px;
    width:680px;
    display: block;
    margin-bottom:20px;
}
.produit{
    width:210px;
    height: 260px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    float:left;
    margin-right:30px;
}
.produit img{
    width:210px;
    height: 210px; 
}
.produit h3{
    color:#666;
    font-weight:300;
    height: 45px;
    position: absolute;
    bottom:0;
    left: 0;
    z-index: 100;
    background: #fff;
    width:210px;
    padding: 5px 0 0 0 ;
    text-align: center;
    
}