/*************************
******  ACTUALIT�S  ******
*************************/

/******  LISTE D'ACTUALIT�S ******/
.mod_newslist {
	
	height: 78px;
	position: absolute;
	right: 120px;
	top: 445px;
	overflow: hidden;
	font-size: 10px;
	
}
.mod_newslist h3 {
	width: 180px;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	clear: both;
	float: left;
}
.mod_newslist a {
	color: #444;
}
.mod_newslist a:hover {
	color: #888;
}
/* Attention : ne pas utiliser de "padding" dans le bloc .actu_list :  */
#actuDefilantesUneParUne .actu_list,
#actuDefilantes .actu_list {
	
	height: 120px;
	position: relative;
	z-index: 1;
	float: left;
	overflow: hidden;
}
.mod_newslist .innerActu {
	position: absolute;
	z-index: 1;
}
.mod_newslist .block {
	width: 275px;
	padding: 10px;
	text-align: left;
}
#actuDefilantesUneParUne .block {
	overflow: hidden;
}
#actuDefilantesUneParUne .first {
	top: 0;
}
.mod_newslist p.info {
	display: none;
}
.mod_newslist .image_container {
	width: 80px;
	overflow: hidden;
	float: left;
	padding-right: 10px;
}
.mod_newslist .image_container img {
	border: solid 2px #cdcdcd;
	margin-right: 5px;
}
.mod_newslist h2 {
	}
	
.mod_newslist h2, .mod_newslist h2 a {
	font-size: 11px;
	color: #4b2710;
	text-decoration: none;
	
}
.mod_newslist p.teaser {
}
.mod_newslist p.more {
	float: left;
}
.mod_newslist p.more a {
	text-decoration: none;
	color: #4b2710;
	
}


/*********** READER ************/

.mod_newsreader {
	text-align: justify;
	padding-right: 27px;
}


/********** ARCHIVES **********/

.mod_newsarchive .layout_latest {
	margin-bottom: 10px;
}

.mod_newsarchive .layout_latest h2 {
	margin: 0;
}

.mod_newsarchive h1 {
	color: #4B2710;
}

.mod_newsarchive img {
	
	
}

.mod_newsarchive div.image_container {

	width: 185px;
	float: left;
	margin: 0 15px 0 0;
	overflow: hidden;
	max-height: 150px;
}

.mod_newsarchive h1 {
	background: url(../images/custom/feuille_news.png) no-repeat right top;
	padding: 16px 60px 4px 0;
	
	display: inline-block;
}

*:first-child+html .mod_newsarchive h1 {
	width: 38px;
	
}

.mod_newsarchive a {
	color: #4B2710;
	text-decoration: none;
	font-size: 11px;
}

.mod_newsarchive h2 a:hover {
	color: #000;
	text-decoration: underline;
}

.mod_newsarchive p.more a {
	text-decoration: underline;
}

