#droite{
background:url(../img/commun/home/fond_droite.gif) left top no-repeat;
position:relative;
}

#notre_metier{
height:195px;
width:383px;
padding:25px 34px 0px 46px;
text-align:justify;
margin-top:0px;
color:#FFF;
font-size:14px;
line-height:16px;
}

#visuel_home{
height:367px;
width:100%;
text-align:center;
margin-bottom:45px;
}

/******************* SLIDER **********************/

#bloc_slider{
height:145px;
width:100%;
background:#3A3A3A;
}

#slider{
width:450px;
margin:0 auto;
}

#slider ul{
margin:0;
padding:0;
list-style:none;
}

.slider_vignette_paire,
.slider_vignette_impaire{
overflow:hidden;
float:left;
width:150px;
height:145px;
vertical-align:middle;
text-align:center;
background:url(../img/commun/home/font-titre-photo.gif) center 112px no-repeat;
cursor:pointer;
} 

.slider_vignette_paire{		background-color:#fff;	}
.slider_vignette_impaire{	background-color:#d3e7e8;	}

.slider_vignette_paire .visuel, 
.slider_vignette_impaire .visuel{
height:100px;
}

.slider_vignette_paire .titre, 
.slider_vignette_impaire .titre{
color:#FFF;
margin:15px 5px 0;
height:15px;
line-height:15px;
overflow:hidden;
font-size:12px;
}

#prevBtn, 
#nextBtn{ 
display:block;
width:45px;
height:145px;
margin:0;
margin-top:-145px;
padding:0;
display:block;
overflow:hidden;
text-indent:-8000px;
}	

#prevBtn{float:left;}
#nextBtn{float:right;}
												
#prevBtn a, 
#nextBtn a{  
display:block;
width:45px;
height:145px;
}	

#prevBtn a{background:url(../img/commun/home/fleche-gal-gauche.gif);}
#nextBtn a{background:url(../img/commun/home/fleche-gal-droite.gif);}
		