/*--------------------------------- Teaser -------------------------------*/
.news_teaser h2{
	color:#e53171;
	font-size:18px;
	font-weight:normal;
	text-transform:uppercase;
	border-bottom:solid 1px #e53171;
}

.news_teaser .contenu{
	float:left;
	width:370px;
	padding-top:18px;
	font-size:11px;
	color:#4a5b64;
}

.news_teaser h3{
	margin-bottom:2px;
	color:#e53171;
	font-weight:normal;
	text-transform:uppercase;
	font-size:11px;
	border-bottom: none;
}

.news_teaser h3 a{
	display:block;
	float: left;
	padding: 0px 5px 0 0;
	outline: none;
}

.news_teaser h3 a img{
	border: none;
}

.news_teaser h3 span{
	text-decoration:underline;
}	

.news_teaser .visuel{
	float:right;
	width:80px;
	padding-top:18px;	
}

.news_teaser .bt_plus_infos{
	float:right;
	padding-top:10px;
	color:#e53171;
	font-size:11px;
	text-decoration:underline;
}

.news_teaser .bt_plus_infos:hover{
	color:#c31150;	
}

