/*  # Style v1.2 (22 april 2009)
=================================================================
    1. Main layout
-------------------------------------------------------------- */
#container{
    min-height: 100%; height: auto !important; height: 100%; /* +autoHeight */
    padding: 0 10px;
    width: 960px;
}
#footer{
    padding: 0 10px;
    width: 960px;
}
#footer, #content{
    width: 960px;
}
#site-header{
    width: 690px;
    height: 214px;
}
/*  -------------------------------------------------------------
    2. Header elements
-------------------------------------------------------------- */
#site-header.outer{}
#site-header .inner{}
/*  -------------------------------------------------------------
    3. Content elements
-------------------------------------------------------------- */
#diaporama{
    float: left;
    width: 270px;
    height: 420px;
}
#left-outer{
    float:left; overflow: hidden;
    width: 690px;
}
#left-inner{
    float: left;
    width: 690px;
}
#right-outer{
    float: left; overflow: hidden;
    width: 270px;
}
#right-inner{
    float: left;
    width: 270px;
    text-align: justify;
}
#main-content.outer{
    float: left;
    width: 670px;
    padding: 0 10px;
}
#main-content .outter{
    float: left;
    width: 670px;
}
/*  -------------------------------------------------------------
    4. Footer elements
-------------------------------------------------------------- */
#footer.outer{
    margin: 0 auto;
}
#footer .inner{
    text-align: left;
}
#footer .box1{
    float: left;
    width: 200px;
    padding: 14px 0 0 10px;
}
#footer .box2{
    float: left;
    width: 740px;
    padding: 14px 0 0 0;
}
#footer .copyright{
    text-align: center;
}
#menu2{
    float: right
}
#menu2 ul{
    float: right;
}
#menu2 ul li{
    float: left; display: inline;
}
div.ref{
    clear: both; text-align: center;
}
/*  -------------------------------------------------------------
    5. Other elements
-------------------------------------------------------------- */
.leftpad{
    float: left; padding: 0 10px 5px 0;
}
.rightpad{
    float: right; padding: 0 0 0 10px;
}
#page-title{
    float: left;
    display: block;
    width: 670px;
    height: 50px;
    background: transparent url(images/page-title-bg.jpg) repeat-x left top;
}
.separator1{
    clear: both; display: block; font-size: 1px; line-height: 1px; overflow: hidden;
    width: 100%;
    height: 1px;
    margin: 10px 0;
    color: #EADBD4;
    background-color: #EADBD4;
}
ul.list1{
    float: left;
}
ul.list1 li{
    padding: 0 0 0 19px;
    background: url(images/bullet1.jpg) no-repeat 0 5px;
}
.pannel1{
    padding: 9px;
    background: #F9F4F2;
    border: 1px solid #EADBD4;
}
.pannel2{
    padding: 9px;
    background: #F9F4F2 url(images/pannel2-bg.jpg) no-repeat left top;
    border: 1px solid #EADBD4;
}
.border1{
    border: 1px dashed #141D2E;
}
.thumb1 img{
    background: #FFFFFF;
    padding: 1px;
    border: 1px solid #8C2633;
}
.thumb1:hover img{
    border: 1px solid #B59B8E;
}
.thumb2{
    background: #FFFFFF;
    padding: 1px;
    border: 1px solid #8C2633;
}
.thumb2:hover{
    border: 1px solid #B59B8E;
}
/*  -------------------------------------------------------------
    Component: mdm
-------------------------------------------------------------- */
#actualite{
    float: left;
    width: 250px;
    height: 109px;
    background: url(images/actualites-bg.jpg) no-repeat left 10px;
    padding: 47px 10px 0 10px;
}
#actualite #text.outer{
    float: left;
}
#actualite #text .inner{
    float: left;
    width: 250px;
    height: 88px;
}
#actualite #text p{
    color: #937464;
    font-size: 11px;
    line-height: 13px;
}
#actualite .title{
    font-weight: bold;
}
#actualite .desc{
}
/*  -------------------------------------------------------------
    Component: info
-------------------------------------------------------------- */
#info.outer{
    float: left;
    width: 250px;
    height: 170px;
    background: url(images/info-bg.jpg) no-repeat left top;
    padding: 37px 10px 0 10px;
}
#info .inner{
    float: left;
    width: 250px;
    height: 170px;
}
#info p{
    color: #937464;
    font-size: 11px;
    line-height: 13px;
}
#info h1{
    color: #8c2633;
}
#info a{
    font-weight: bold;
    color: #947565;
}
/*  -------------------------------------------------------------
    Component: pagination
-------------------------------------------------------------- */
.pagination{
    float: left; width: 670px; padding: 0 0 10px 0; text-align: center;
}
.pagination ul{
    text-align: center; margin: 0 auto; display: inline;
}
.pagination ul li{
    display: inline; padding: 0 5px 0 0; text-align: center; font-size: 11px; font-family: Verdana;
    color: #303030;
}
.pagination ul li a, .pagination ul li span{
    padding: 2px 5px; text-align: center; line-height: 22px; vertical-align: middle;
}
.pagination li.current a, .pagination li.current span{
    background: #FFFFFF; color: #38264E !important;
    border: 1px solid #902A37; text-decoration: none;
}
.pagination li.rest a{
    background: #942E3B; color: #FFFFFF !important;
    border: 1px solid #902A37;
}
.pagination li.rest a:hover{
    background: #937464; color: #FFFFFF !important;
    border: 1px solid #8D786E; text-decoration: none;
}
/*  -------------------------------------------------------------
    Component: contact
-------------------------------------------------------------- */
#frmContact{
    float: left;
    width: 580px;
    padding: 15px 45px 0 45px;
}
#frmContact fieldset{
    width: auto;
    overflow: hidden;
    padding: 0 0 4px 0;
}
#frmContact label span{
    float: left;
    width: 90px;
    line-height: 18px;
    text-align: left;
}
#frmContact .submit-buttons{
    clear: both; float: left; text-align: center;
    padding: 10px 0 10px 178px;
    height: 20px;
}
#frmContact .textarea, #frmContact .textarea-over{
    width: 568px;
    height: 100px;
}
#frmContact input.inputText, #frmContact input.inputText-over{
	width: 180px;
    height: 16px;
}
#frmContact #capa{
    float: left;
    width: 60px;
}
#capa-img{
    float: left;
    border: 1px solid #B59B8E;
}
/* -------------------------------------------------------------- */
.product-thumb{
    float: left;
    width: 140px;
    height: 225px;
    margin: 0 10px 10px 0;
}
.product-thumb h1{
    height: 25px;
}
.product-thumb p{
    font-size: 11px;
    line-height: 13px;
}
.product-thumb .desc{
    padding: 5px 10px;
    height: 45px;
}
/* -------------------------------------------------------------- */
.references-btn, .partenaires-btn{
    float: left;
    width: 243px;
    height: 103px;
    text-indent: -9999px;
}
.references-btn{
    background: url(images/references/references-btn.jpg) no-repeat left bottom;
}
.references-btn:hover{
    background: url(images/references/references-btn.jpg) no-repeat left top;
}
.partenaires-btn{
    background: url(images/references/partenaires-btn.jpg) no-repeat left bottom;
}
.partenaires-btn:hover{
    background: url(images/references/partenaires-btn.jpg) no-repeat left top;
}

