#encart_publicitaire{
	width:940px;
	margin:0px auto;
	height:450px;
	border:5px double #E9EAE9;
}
#encart_entretien{
	width:940px;
}
#encart_ramonage{
	width:0px;
}
#encart_depannage{
	width:0px;
}
#encart_devis{
	width:0px;
}
.encart{
	overflow:hidden;
	position:absolute;
	z-index :1;
	float:left;
	height:450px;
	-webkit-transition: all 1s ease;	
	transition: all 1s ease;
	/*background-color:#E9EAE9;*/
}
.encart img{
	width:940px;
	height:450px;
	position:absolute;
	right:0px;
}
.annonce{
	border-left:5px solid #E25220;
	background-color:rgba(0,0,0,0.7);
	height:150px;
	width: 250px;
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:5px;
	overflow:hidden;
	position:absolute;
	right:50px;
	bottom:50px;
	text-align:left;
}
.annonce h1{
	color:#ffffff;
	font-size:18px;
	font-weight:800;
}
.annonce p{
	font-weight:lighter;
	font-size:10px;
	text-align:justify;
	color:#ffffff;
}
.annonce a{
	color:#ffffff;
	font-size:10px;
	margin-left:20px;
	padding-left:15px;
	background: url("../images/puce_orange.png") left no-repeat;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-weight:800;
}
.annonce a:hover{
	color:#E25220;
}