body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#643970;
}
img {
	border:0;
}
#global {
	width:956px;
	height:607px;
	margin-left:auto;
	margin-right:auto;
	position:absolute;
    left: 50%; 
    top: 50%;
    margin-top: -303px; /* moitié de la hauteur */
    margin-left: -478px; /* moitié de la largeur */
}
#right-shadow {
	float:right;
	width:6px;
	height:607px;
}
#header {
	width:950px;
	height:139px;
	background:url('../img/header.gif') repeat-x;
}
#menu {
	position:relative;
	width:650px;
	height:25px;
	background:url('../img/menu.gif') repeat-x;
	text-align:center;
	padding-top:3px;
	color:#edd6a4;
	z-index:1000;
	display:block;
	padding-left:300px;
}
#menu a {
	color:#edd6a4;
	text-decoration:none;
}
#menu a:hover {
	text-decoration:none;
	color:#fff;
}
#search-box {
	float:left;
	padding-top:90px;
	padding-left:5px;
	padding-right:150px;
	color:#643970;
}
#column-left {
	float:left;
}
#content {
	position:relative;
	z-index:1;
}	
#footer {
	width:950px;
	height:25px;
	background:url('../img/footer.gif') no-repeat;
	color:#824a1c;
	text-align:center;
	font-size:10px;
	padding-top:5px;
}
#idenet {
	width:950px;
	text-align:right;
}
#categoriesBox a, #accountBox a {
	color:#edd79e;
	text-decoration:none;
}
#categoriesBox a:hover, #accountBox a:hover {
	color:#edd79e;
	text-decoration:underline;
}
.infoBoxHeadingFL {
	font-size:1px;
	color: #edd79e;
}
.nettoyeur {
clear:both;
border:1px solid yellow;
}
#menu div  a:hover {
color: #000 ;
}

#menu div ul {
position: absolute;
background-color:#cebfd1;
	border:1px solid #643970;
	border-top:0px;
	padding:5px;
	padding-top:0px;
*width:100%;
text-align:left;
}

#menu ul, #menu li {
margin: 0;
padding: 0;
list-style-type: none;
list-style-position:outside;
}

#menu ul li {
padding:0 5px;
font-size:0.8em;
}
	
#menu ul li a {
color:#cebfd1;
text-decoration: none;
}
#menu .infoBoxContentsFL a {
	color:#643970;
	text-decoration:none;
}
#menu ul li a:hover {
color: #fff ;
}

#slider {
    width: 230px; /* important to be same as image width */
    height: 230px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 230px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin: 0;
	padding:0;
}
li.sliderImage {
	margin:0;
	padding:0;
}	
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.clear {
	clear: both;
}

#slider ul { list-style-type: none;}

.sliderImage span {
    position: absolute;
	font: 12px/15px helvetica;
    padding: 10px 0px;
    width: 230px;
    background-color: #643970;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
		text-align:center;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	bottom: 0;
	left: 0;
}
