h2 {color : white; font-size : 2em;margin-top : 10px;margin-bottom : 10px;font-family: Delicious;}

#back_slide {
 
    width: 960px; 
	  float : left; background: #000 url(../../css/images/bandeau.jpg);
	}

#slider {
    width: 660px; /* important to be same as image width */
    height: 200px; /* important to be same as image height */
  position: relative; /* important */
	overflow: hidden; /* important */
	  float : left;  
	}

#wrapper {    float : left;
     
}

#shadow_slider {
width : 960px;
  height : 30px;
   float : left;
background : url(slider_shadow.png) repeat-x;
}
#sliderContent {
    width: 660px;
   float : left;
	margin: 0px;
}
#sliderContent ul{
float : left;
margin : 0px;

	
}
#sliderContent {
 list-style-type: none;
	
}
.sliderImage {
   text-align : center;
    width : 660px;
	display: none;margin: 0px;
}
.sliderImage p {
    color : white;
}
.sliderImage a {
    color : white;
}
.sliderImage span {
    position: absolute;
	font: 20px Arial, Helvetica, sans-serif;
   
    width: 660px;
   

    
  
    display: none; float : left;
}
 
.clear {
	clear: both;
}

.top {
	top: 0;
	left: 0;
	color : white;
}
.bottom {
	bottom: 0;
    left: 0;
}
.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 280px;
}
.right {
	right: 0;
	bottom: 0;
	width: 150px !important;
	height: 110px;
}
