/* ----------------------------------------------- Teaser ------------------------------------------ */
.news_teaser{
	width:246px;
	height:203px;
	padding:125px 20px 20px 20px;
	margin-top:10px;
	background:url(../../../../../images/villaventure/news/teaser_fond.gif) no-repeat;
	position:relative;
}

.news_teaser .deco_picto{
	position:absolute;
	left:-40px;
	top:-40px;
	width:131px;
	height:130px;
	background:url(../../../../../images/villaventure/news/teaser_deco.png) no-repeat;
	z-index:5;
}

.news_teaser h2{
	position:absolute;
	left:20px;
	top:20px;
	width:245px;
	text-align:right;
	font-size:26px;
	font-weight:bold;
	color:#FFFFFF;
}

.news_teaser .bt_rss{
	position:absolute;
	left:23px;
	top:53px;
	display:block;
	width:80px;
	height:69px;
	background:url(../../../../../images/villaventure/news/teaser_bt_rss.png) no-repeat left bottom;
}

.news_teaser .bt_rss:hover{
	background:url(../../../../../images/villaventure/news/teaser_bt_rss.png) no-repeat left top;
	text-decoration:none;
}

.news_teaser .date{
	position:absolute;
	right:20px;
	top:100px;
	color:#c1f100;
	font-size:15px;
	font-weight:bold;
	font-style:italic;
	text-align:right;
	text-transform: lowercase;
}

.news_teaser .contenu{
	float:left;
	width:117px;
	color:#FFFFFF;
}

.news_teaser .contenu h3{
	font-size:16px;
	color:#c4f500;
	font-weight:bold;
	padding-bottom:17px;
}

.news_teaser .visuel{
	float:right;
	width:119px;
}

.news_teaser .visuel img{
	border:solid 3px #FFFFFF;
}

.news_teaser .bt_savoir_plus{
	float:right;
	width:72px;
	height:71px;
	margin-top:10px;
	background:url(../../../../../images/villaventure/news/teaser_bt_savoir_plus.png) no-repeat left -71px;
}

.news_teaser .bt_savoir_plus:hover{
	background:url(../../../../../images/villaventure/news/teaser_bt_savoir_plus.png) no-repeat left -1px;
	text-decoration:none;
}

/* ----------------------------------------------- Index ------------------------------------------ */
.news_index .fond_separateur{
	float:left;
	width: 476px;
	border-right: solid 1px #c0c3c9;
}

.news_index .visuel{
	float: left;
	margin-right: 20px;
	border: solid 1px #d5d8dd;		
}

.news_index .visuel .ombre{
	border: solid 1px #c3c6cb;		
}

.news_index .visuel .ombre img{
	border: solid 3px #FFFFFF;		
}

.news_index .contenu{
	float: left;
	width: 453px;	
	padding-right: 15px;	
}

.news_index .contenu_mini{
	width: 284px;
}

.news_index h2{
	padding-bottom:20px;
	color: #0588c3;
	font-size: 24px;
}

.news_index h3{
	color:#e50075;
	font-size:12px;
	text-align: justify;		
}

.news_index .introduction{
	text-align: justify;
}

.news_index .bt_savoir_plus{
	float:right;
	display:block;
	width:88px;
	height:88px;
	margin-top:-10px;
	background:url(../../../../../images/villaventure/news/bt_savoir_plus.png) no-repeat left -90px;
}

.news_index .bt_savoir_plus:hover{
	background:url(../../../../../images/villaventure/news/bt_savoir_plus.png) no-repeat left -1px;
	text-decoration:none;
}

/* ----------------------------------------------- View ------------------------------------------ */
.news_view .visuel{
	float: left;
	margin-right: 20px;
	border: solid 1px #d5d8dd;		
}

.news_view .visuel .ombre{
	display:block;
	border: solid 1px #c3c6cb;		
}

.news_view .visuel .ombre img{
	border: solid 3px #FFFFFF;		
}

.news_view .contenu{
	float: left;
	width: 350px;	
}

.news_view h2{
	color: #0588c3;
	font-size: 24px;
}

.news_view h3{
	color:#0588c3;
	font-size:12px;
	text-align: justify;	
	font-size: 10px;	
}

.news_view .introduction{
	padding-top:20px;
	color:#e50075;	
	text-align: justify;
}

.news_view .bt_retour{
	display: block;
	padding-top: 15px;
}

