/* Colors
*************************************************************** */
/* Layout
--------------------------------------------------------------- */

#header{
    background: url(../images/charte/header-bg.jpg) no-repeat top left;
}
#footer{
    background: url(../images/charte/footer-bg.jpg) no-repeat top center;
}
#left-column{
    background: url(../images/charte/left-column-bg.jpg) no-repeat top center;
}
/* Text
--------------------------------------------------------------- */
h1{
	color: #000000;
	background-color: transparent;
}

.ref{
    color: #DDDBDC;
}
.orange{
    color: #f29200 !important;
}
h2{
    color: #FFFFFF;
}

/* Others
--------------------------------------------------------------- */
div.separator{
    background: url(../images/charte/separator-bg.gif) repeat-x top left;
}
.pannel1{
    border-color: #787878;
    background: #2E2E2E url(../images/charte/pannel1-bg.jpg) repeat-x top left;
}
#pagination .current{
    background: #F19300;
    color: #000000 !important;
}
#pagination .rest{
    background: #171717;
    color: #A6A6A6 !important;
}
#pagination .rest:hover{
    background: #FFFFFF;
    color: #000000 !important;
}
.thumb, .thumb-med, .thumb-small{
    background-color: #3A3A3A;
    border: 1px solid #F29200;
}
.thumbOver, .thumb-medOver, .thumb-smallOver{
    background-color: #666666;
    border: 1px solid #F29200;
}