/* Colors
*************************************************************** */
/* Layout
--------------------------------------------------------------- */
body{
    background-color: #343434;
}
#wrap-container{
    background: url(../images/charte/wrap-container-bg.jpg) repeat-x top left;
}
#wrap-container2{
    background: #000000 url(../images/charte/wrap-container2-bg.jpg) repeat-x bottom left;
}
#header{
    background: url(../images/charte/header-bg.jpg) no-repeat top left;
}
#container{
    background-color: #FFFFFF;
}
#footer{
    background: url(../images/charte/footer-bg.jpg) repeat-x top left;
}
#actualites-container{
    background: url(../images/charte/actualites-bg.jpg) no-repeat top left;
}
#nouvel-arrivage-container{
    background: url(../images/charte/nouvel-arrivage-bg.jpg) no-repeat top left;
}
#horaires-container{
    background: url(../images/charte/horaires-bg.jpg) no-repeat top left;
}
#coordonnees-container{
    background: url(../images/charte/coordonnees-bg.jpg) no-repeat top left;
}
#newsletter-container{
    background: url(../images/charte/newsletter-bg.jpg) no-repeat top left;
}
#diaporama1{
    background: url(../images/charte/diapo1-bg.jpg) no-repeat top left;
}
#diaporama2{
    background: url(../images/charte/diapo2-bg.jpg) no-repeat top left;
}
#diaporama3{
    background: url(../images/charte/diapo3-bg.jpg) no-repeat top left;
}
#page-title{
    background: url(../images/charte/bullet1.jpg) no-repeat 4px 15px;
}
#main-content, #main-content2{
    border-color: #E4BE16;
}
ul.list2 li{
    background: url(../images/charte/bullet2.jpg) no-repeat 1px 9px;
}
ul.list3 li{
    background: url(../images/charte/bullet3.jpg) no-repeat 0px 4px;
}
#recherche-container, .result{
    background-color: #F2DB7B;
    border-color: #E4BD17;
}

/* Text
--------------------------------------------------------------- */
h1{
	color: #000000;
	background-color: transparent;
}
p{
	color: #000000;
}
a,a:visited{
    color: #050505;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
.color{
    color: #050505;
}
.red{
    color: #EE0F00;
}
.ref{
    color: #FFFFFF;
}
/* Others
--------------------------------------------------------------- */
div.separator{
	border-bottom-color: #FCF6DC;
}
div.separator2{
    background: url(../images/charte/separator2.gif) repeat-x top left;
}
.pannel1{
    border-style: solid;
    border-color: #CC0000;
    background: #FBF0C6 url(../images/charte/pannel2-bg.jpg) repeat-x top left;
}


