/* Colors
*************************************************************** */
/* Layout
--------------------------------------------------------------- */
body{
    background-color: #2C2106;
}
#wrap-container{
	background: url(../images/charte/container-bg.jpg) repeat-y 50% 0%;
	min-width:1000px;
	width: 100%!important;
	width: 1000px;}
/*#container2{background: url(../images/charte/container-bg.jpg) repeat-y 50% 0%}*/
/*#container{ background: url(../images/charte/right-column-bg.jpg) no-repeat 100% 100%;}*/

#header{
    background: url(../images/charte/header-bg.jpg) no-repeat top left;
}
#footer{
    background: url(../images/charte/wrap-footer-bg.jpg) no-repeat top center;
}
#right-column-container{
}
#right-column{
    background: url(../images/charte/right-column-container-bg.jpg) no-repeat top left;
}
#actualites{
    background: url(../images/charte/actualites-bg.jpg) no-repeat top right;
}
.tab{
    background: url(../images/charte/tab-bg.jpg) no-repeat top left;
}
.tabOver{
    background: url(../images/charte/tab-over-bg.jpg) no-repeat top left;
}
#page-title{
    background: url(../images/charte/separator-bg.jpg) no-repeat bottom left;
}

/* Text
--------------------------------------------------------------- */
h1{
	color: #000000;
	background-color: transparent;
}
p{
	color: #000000;
}
a,a:visited{
    color: #CC0000;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
.white{
    color: #FFFFFF !important;
}
/* Others
--------------------------------------------------------------- */
div.separator{
	border-bottom-color:#cccccc;
}
div.separator2{
    background: url(../images/charte/separator-bg.jpg) no-repeat top left;
}
.pannel1{
    background: #629A2F url(../images/charte/pannel1-bg.jpg) no-repeat top left;
}
.pannel1 p{
    color: #FFFFFF;
}
.pannel1 li{
    color: #FFFFFF;
}
.fruits{
	background: red;
	position: relative;
	z-index: 750;
	width: 136px;
	height: 114px;
	margin-top: -110px;
	padding-right:65px;
	float: right;
	background: url(../images/newbasket.gif) no-repeat;}