/* Colors
*************************************************************** */
/* Layout
--------------------------------------------------------------- */
body {
    background: #dfdbd7 url(../images/charte/body-bg.jpg) repeat-x top left;
    color: #5e4f4a;
}
body.intro{
    background: #5E4F4A;
}
#wrap-container {
    background: url(../images/charte/wrap-container-bg.jpg) repeat-x top left;
}
#header {
    background: #FFFFFF url(../images/charte/header-bg.jpg) no-repeat top left;
}
#wrap-footer {
    background-color: #5E4F4A;
}
#left-column {
/*    background-color: #FFFFFF;*/
}
#main-content {
    background: url(../images/charte/middle-column-bg.jpg) no-repeat bottom left;
}
#right-column {
/*    background-color: #FFFFFF;*/
}
/* Pannels
--------------------------------------------------------------- */
.pannel1 {
    background-color: #FFFFFF;
    border-color: #5E4F4A;
}
/* Borders
--------------------------------------------------------------- */
.border1 {
    border-color: #5E4F4A;
}
.border2 {
    border-color: #A6896B;
}
/* Separators
--------------------------------------------------------------- */
.separator1 {
    background: #5E4F4A;
    color: #5E4F4A;
}
/* Typography
--------------------------------------------------------------- */
p, li, td, th {
	color: #5e4f4a;
}
a:link, a:visited {
    color: #4b3c31;
}
a:hover {
    color: #000000;
}
.white{
    color: #FFFFFF !important;
}
.black{
    color: #000000 !important;
}
.color1{
    color: #a79791;
}
.color2{
    color: #FEF4F2 !important;
}
.copyright{
    color: #e0dbd3;
    line-height: 20px;
}
.copyright a:link, .copyright a:visited{
    color: #ffffff;
    text-decoration: none;
}
.copyright a:hover{
    color: #ffffff;
    text-decoration: underline;
}
/* Lists
--------------------------------------------------------------- */
ul.list1 li {
    background: url(../images/charte/bullet1.jpg) no-repeat 0 3px;
}
/* Tables
--------------------------------------------------------------- */
table th {
    border-color: #5E4F4A;
    background-color: #E5E5E5;
    color: #000000;
}
table td {
    border-color: #5E4F4A;
    background-color: #FFFFFF;
    color: #000000;
}
/* Modules
--------------------------------------------------------------- */
#actualites-container{
    background: #FFFFFF url(../images/charte/actualites-container-bg.jpg) repeat-x top left;
}
.tab{
    /*background-color: #DFDBD7;*/
}
.tabOver{
    text-decoration: underline;
    /*background-color: #5E4F4A;*/
    /*color: #FFFFFF;*/
}
#coordonnees{
    background: url(../images/charte/coordonnees-bg.jpg) no-repeat top left;
}
/* Pagination
--------------------------------------------------------------- */
#pagination li.current a{
    background: #5E4F4A;
    color: #FFFFFF !important;
    border: 1px solid #4B3C31;
    cursor: default;
}
#pagination li.rest a{
    background: #FFFFFF;
    color: #000000 !important;
    border: 1px solid #8C837E;
}
#pagination li.rest a:hover{
    background: #5E4F4A;
    color: #FFFFFF !important;
    border: 1px solid #4B3C31;
}