/*---------------------------------- Teaser ---------------------------*/
.news_teaser{
	margin-bottom:15px;	
	border-bottom:1px dashed #9c9b9d;	
}

.col_droite .news_teaser,
.col_gauche .news_teaser{
	border-bottom:1px solid #E7E7E7;
	border-left:1px solid #E7E7E7;
	border-right:1px solid #E7E7E7;
}
	
.col_droite .news_teaser h2,
.col_gauche .news_teaser h2{
	background:#DAE4EB url(../../../../../images/ski-saintgervais/news/fleche_titre_encart.gif) no-repeat scroll 7px 9px;
	color:#42537F;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	height:22px;
	line-height:22px;
	padding-left:17px;
	text-transform:uppercase;
}

.col_principale .news_teaser h2{
	display: none;
}

.news_teaser .contenu{
	padding: 7px;
}

.news_teaser .contenu .visuel{
	float:left;
	width:99px;
	padding-right: 10px;
}

.news_teaser .contenu h3{
	font-size:14px;
	color:#781854;
	font-weight:normal;
	padding-bottom: 3px;
}

.news_teaser .contenu h3 span{
	font-weight: bold;
}

.news_teaser .contenu .intro{
	font-size:11px;
	color:#3e3e3e;
	font-weight:normal;
	padding-bottom: 10px;	
}
/*---------------------------------- Listing ----------------------------------------*/
.news_listing{
	padding-bottom:15px;
}

.news_listing .row{
	padding-bottom:7px;
	margin-bottom:10px;
	border-bottom:dashed 1px #9c9b9d;	
}

.news_listing .row .visuel{
	float:left;
	width:160px;
	padding-bottom: 10px;
}

.news_listing .row h2{
	font-size:14px;
	color:#781854;
	font-weight:normal;
	padding-bottom: 10px;
}

.news_listing .row h2 span{
	font-weight: bold;
}

.news_listing .row .accroche{
	font-size: 12px;
	padding-bottom: 14px;	
	text-align: justify;
}

.news_listing .row a{
	display: block;
}

/*---------------------------------- Fiche ----------------------------------------*/
.news_view {
	padding-bottom:15px;
}

.news_view .visuel{
	float:left;
	width:200px;
	padding-bottom: 10px;
}

.news_view h2{
	font-size:14px;
	color:#781854;
	font-weight:normal;
	padding-bottom: 10px;
}

.news_view h2 span{
	font-weight: bold;
}

.news_view .accroche{
	font-size: 12px;
	padding-bottom: 14px;	
	text-align: justify;
}

.news_view .corps{
	text-align: justify;
	font-family:Verdana,Arial,Helvetica,sans-serif;	
}

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