/* 1. Main Layout
-----------------------------------------------------------------------------*/
#push, .clr	{clear: both;}

body{
    background-color: #D1D1D1;
    text-align: center;
    padding: 36px 0 36px 0;
}
#bg1{
    position: absolute; z-index: 1; width:100%;
}
#bg2{
    position: absolute; z-index: 2; width:100%;
}
#bg3{
    position: absolute; z-index: 3;
}
#wrap-container{
    position: relative; z-index:4; width: 100%;
}
#container{
    width: 871px;
    margin: 0 auto; text-align: left;
    background: url(images/container-bg.jpg) repeat-y left top;
}
#container1{
    width: 861px;
    margin: 0 auto; text-align: left;
    background: url(images/header-bg.jpg) no-repeat left top;
    padding: 10px 5px 0 5px;
}
#container2{
    width: 861px;
    margin:0 auto; text-align: left;
    background: #453B77 url(images/container2-bg.jpg) repeat-x left top;
}
#left-inner{
    background: url(images/left-bg.jpg) no-repeat left top;
    padding: 11px 0 0 0;
}
#right-outter{
    float: left;
    padding: 0 0 20px 0;
    background-color: #FFFFFF;
}
#right-inner{
    float: left;
    background: #FFFFFF url(images/right-inner-bg.jpg) repeat-y left top;
    min-height: 390px;
    height: auto !important;
    height: 390px;
}
#page-content{
    float: left;
    width: 338px;
    padding: 23px 23px 0 23px;
}
/* 3. Content elements
-----------------------------------------------------------------------------*/
#content{
    float:left;
    overflow: hidden;
    text-align: justify;
}
#page-title{
    float: left;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #231C6B;
    padding: 0 45px 3px 0;
    margin: 0 0 32px 0;
}
/* 4. Right column elements
-----------------------------------------------------------------------------*/
/* 5. Footer boxes
-----------------------------------------------------------------------------*/
#wrap-footer{
    position:relative; z-index: 4; width: 100%; text-align: left;
}
#fwrap1{
    position:absolute; z-index: -3; left: 0; width:100%;
}
#fwrap2{
    position:absolute; z-index: -2; left: 0;
    width:100%;
}
#fwrap3{
    position:absolute; z-index: -1; left: 0;
}
#footer.outter{
    margin: 0 auto;
}
#footer .inner{
    float: left;
    background: url(images/footer-bg.jpg) repeat-y left top;
    width: 871px;
    padding: 20px 0 0 0;
}
#footer .box1{
    height: 39px;
    text-align: center;
    background: #D1D1D1 url(images/box1-bg.jpg) no-repeat left bottom;
}
#footer .box3{
    background: #D1D1D1;
    text-align: center;
}
/* 6. Other elements
-----------------------------------------------------------------------------*/
.leftpad{
    float: left;
    padding: 0 5px 0 0;
}
.rightpad{
    float: right;
    padding: 0 0 0 5px;
}
.pannel1-container{
    float: left;
    background: #8581AD url(images/pannel1-container-bg.jpg) repeat-x left top;
    padding: 4px 1px 4px 1px;
}
.pannel1{
    float: left;
    background-color: #FFFFFF;
    padding: 5px;
    width: 326px;
}
/* Thumbs
--------------------------------------------------------------- */
.thumbs-container{
    float: right;
    width: 130px;
}
.thumbs-container .thumb-container{
    padding: 0 0 5px 5px;
}
.thumb-container{
    float: left;
    width: 60px;
    height: 60px;
    padding: 0 5px 5px 0;
}
a.thumb, a.thumb:visited{
    float: left;
    display: block;
    width: 52px;
    height: 52px;
    border: 1px solid #17133F;
    background-color: #C0C0C0;
    padding: 3px;
}
a.thumb:hover, a.thumb:active{
    background-color: #3B326B;
}
a.thumb img{
    float: left;
    display: block;
    background-color: #FFFFFF;
    padding: 1px;
}
/* Separators
--------------------------------------------------------------- */
.separator1{
    clear: both; float: left; display: block; width: 100%; height: 1px; line-height: 1px; font-size: 1px; overflow: hidden;
    margin: 4px 0;
    background-color: #EAE9EE;
}
/* Pagination
--------------------------------------------------------------- */
.pagination{
    float: left; width: 336px; padding: 18px 0 0 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;
    color: #2B2B2B;
}
.pagination ul li a, .pagination ul li span{
    padding: 0 5px 0 5px; text-align: center; font-size: 11px; line-height: 22px; vertical-align: middle; font-weight: bold;
}
.pagination li.current a, .pagination li.current span{
    background-color: #F2DC27; color: #0A2A7F;
    border: 1px solid #1E1767;
    text-decoration: none;
}
.pagination li.rest a{
    background: #1E1767; color: #FFFFFF !important;
    border: 1px solid #000000;
}
.pagination li.rest a:hover{
    background: #FFFFFF; color: #000000 !important;
    border: 1px solid #000000;
}
/* 7. Forms
-----------------------------------------------------------------------------*/
/* Contact form
--------------------------------------------------------------- */
#frmContact{
    float: left;
    width: 300px;
    padding: 0 0 0 38px;
}
#frmContact fieldset{
    float: left;
    width: auto;
    overflow: hidden;
    padding: 0 0 4px 0;
}
#frmContact label{
    float: left;
    font-size: 11px;
    color: #251E6C;
}
#frmContact label span{
    float: left;
    width: 70px;
    line-height: 18px;
    padding: 0 10px 0 0;
}
input{
    float: left; /* important!*/
}
.checkbox, .checkbox{
    float: left;
    width: 12px;
    height: 12px;
    background: url(images/checkbox-bg.jpg) no-repeat left top;
}
.checkbox-selected{
    background: url(images/checkbox-selected-bg.jpg) no-repeat left top;
}
/* input text style */
input.inputText, input.inputText-over{
	width: 170px;
    height: 16px;
    padding: 0px 5px;
    line-height: 16px;
    border-top: 1px solid #AAAAAA;
    border-left: 1px solid #AAAAAA;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}
/* textarea style */
.textarea, .textarea-over{
	float: left;
    width: 170px;
    height: 111px;
    padding: 5px;
    border-top: 1px solid #AAAAAA;
    border-left: 1px solid #AAAAAA;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}
/* input text skin */
input.inputText{
    background-color: #FFFFFF;
    color: #000000;
}
.textarea{
    background-color: #FFFFFF;
}
/* textarea skin */
input.inputText-over, .textarea-over{
    background-color: #F1F0F5;
    background-image: none;
}
/* captcha */
#frmContact #capa{
    float: left;
    width: 50px;
}
#frmContact #capa-img{
    float: left; padding: 0 0 0 10px;
}
/* buttons */
div.submit-buttons{
    clear: both; float: left; width: 280px; text-align: center; padding: 10px 0 10px 15px;
}
input.inputButton, input.inputButton-over, input.inputButton2, input.inputButton2-over{
    width: 111px;
    height: 17px;
    cursor: pointer;
    border: none;
    font-size: 11px;
    line-height: 11px;
    font-weight: bold;
}
input.inputButton3, input.inputButton3-over{
    width: 167px;
    height: 17px;
    cursor: pointer;
    border: none;
    font-size: 11px;
    line-height: 11px;
    font-weight: bold;
}
input.inputButton {
    background: url(images/button-bg.jpg) no-repeat left top; color: #251E6C;
}
input.inputButton-over {
    background: url(images/button-over-bg.jpg) no-repeat left top; color: #000000;
}
input.inputButton2 {
    background: url(images/button2-bg.jpg) no-repeat left top; color: #2A226F; font-weight: bold;
}
input.inputButton2-over {
    background:  url(images/button2-over-bg.jpg) no-repeat left top; color: #FFFFFF; font-weight: bold;
}
input.inputButton3 {
    background: url(images/button3-bg.jpg) no-repeat left top; color: #251E6C; font-weight: bold;
}
input.inputButton3-over {
    background:  url(images/button3-over-bg.jpg) no-repeat left top; color: #FFFFFF; font-weight: bold;
}
.star{
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.notte p{
	text-align: center;
	font-size: 11px;
}
.auto{
    width: auto !important;
}
/* 8. Component newsletter
-----------------------------------------------------------------------------*/
#newsletter{
    float: left;
    padding: 0 0 8px 0;
}
#newsletter #news-form{
    float: left;
}
#newsletter input{
    float: left;
    width: 117px;
    height: 14px;
    border: 1px solid #B1B3B4;
    font-size: 11px;
    line-height: 13px;
    font-family: arial;
    text-align: center;
}
#newsletter input, #newsletter input.normal{
    background-color: #FFFFFF;
    color: #757575;
}
#newsletter input.over{
    background-color: #F1F4FB;
    background-image: none;
    color: #324a82;
}
#newsletter a:link input, #newsletter a:visited input{
    cursor: pointer;
    float: left;
    width: 28px;
    height: 15px;
    background: none;
    color: #1C1466;
    border: none;
    font: normal 10px/13px Tahoma, Arial, Geneva, Helvetica, sans-serif;
}
#newsletter a:hover input {
    background: none;
    text-decoration: underline;
}
/* 9. Component actualites + plan
-----------------------------------------------------------------------------*/
#actualites{
    float: left;
    width: 217px;
    height: 147px;
    padding: 11px 12px;
    background: url(images/actualites-bg.jpg) no-repeat left top;
}
#actualites-title{
    color: #f6dc37;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}
a.act, a.act:visited{
    float: left;
    background: url(images/actualites-tab-bg.jpg) no-repeat left top;
    width: 15px;
    height: 13px;
    font-size: 11px;
    line-height: 12px;
    text-align: center;
    color: #201768;
}
a.act-current, a.act:hover, a.act:active{
    color: #FFFFFF !important;
    text-decoration: underline;
}
#actualite{
    float: left;
    width: 219px;
    height: 105px;
    padding: 16px 0 0 0;
}
#actualite h1{
    font-size: 11px;
    color: #324a82;
    line-height: 16px;
    margin: 0 0 4px 0;
}
#actualite .title{
    color: #000000;
    margin: 0 0 5px 0;
    font-weight: bold;
}
#actualite .desc{
    color: #000000;
    margin: 0 0 10px 0;
}
#actualite img{
    float: right;
    border: 1px solid #1F1868;
    display: inline;
    margin: 4px 0 3px 7px;
}
/* Search form
-----------------------------------------------------------------------------*/
#search-form{
    float: left;
    width: 226px;
    height: 159px;
    padding: 17px 0 0 12px;
    background: url(images/search-form-bg.jpg) no-repeat left top;
}
#search-form-title{
    color: #f6dc37;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}
#frmSearch{
    float: left;
    padding: 10px 0 0 0;
}
#frmSearch .checkbox{
    float: left;
    width: 12px;
    height: 12px;
    background: url(images/checkbox-bg.jpg) no-repeat left top;
}
#frmSearch .checkbox-selected{
    background: url(images/checkbox-selected-bg.jpg) no-repeat left top;
}
#frmSearch fieldset{
    float: left;
    width: auto;
    overflow: hidden;
    padding: 0 0 10px 0;
}
#frmSearch label span{
    float: left;
    line-height: 14px;
    padding: 0 4px 0 0;
    text-align: left;
    color: #111111;
}
.combo{
    float: left;
    border: 1px solid #ABABAB;
    background-color: #FFFFFF;
    width: 150px;
}
a .rechercherButton{
    border: 0;
    background: url(images/rechercher-button.jpg) no-repeat left top;
    width: 111px;
    height: 14px;
}
a:hover .rechercherButton{
    background: url(images/rechercher-button-over.jpg) no-repeat left top;
}
/* 10. Component coordonnees
-----------------------------------------------------------------------------*/
#coordonnees.outter{
    float: right;
    width: 214px;
    padding: 34px 0 0 0;
    background: url(images/coordnnees-bg.jpg) repeat-x left top;
}
#coordonnees .inner{
    float: left;
    width: 191px;
    padding: 0 0 0 15px;
}