.cadre_carrousel_head {
	position : absolute;
	z-index:20;
}


#carrousel_pub, #carrousel_head{
	border: solid 5px #;
	width:386px;
	height:186px;
	margin-left:40px;
	margin-top:20px;
	position: relative;
	overflow: hidden;
	z-index:10;
}	

 #carrousel_head{
	height: 110px;	
	width: 320px; 
	margin-top: 28px;
	margin-left: 27px; 
	padding: 0px; 
}

.slide, .slide_head{
	position: absolute;
	top: 0;
	left: 0;
	width:386px;
	height:186px; 
}

.title{
	position: absolute;
	padding-left: 12px;
	width:374px;
	line-height: 35px;
	height: 35px;
	bottom:0;
	left:0;
	background: url(./image/carrousel/opac.png) top left repeat;
}

.navigation{
	position: absolute;
	bottom:38px;
	right: 5px;
	background-color:#aea;
}
.navigation span {
	background-color:#000;
	color: #fff;
	padding: 2px 4px;
	cursor: pointer;
}
.navigation span:hover, .navigation span:active {
	background:#fff;
	color:#000;
}


