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

/******  LISTE D'ACTUALIT�S ******/
.mod_newslist {
	width: 313px;
	height: 351px;
	margin: 0 0 8px;
	float: left;
	background: url(../images/bg_actu.jpg) 0 0 no-repeat;
	color: #333;
	position: relative;
	font-size: 10px;
}
.mod_newslist h3 {
	width: 306px;
	height: 41px;
	margin: 0 0 15px 7px;
	text-indent: -7777px;
	font-size; 1px;
	overflow: hidden;
	background: url(../images/fond_info.png) 0 0 no-repeat;
}
.mod_newslist a {
	color: #444;
}
.mod_newslist a:hover {
	color: #888;
}
.mod_newslist .actu_list {
	width: 100%;
	height: 351px;
	position: relative;
	z-index: 1;
	float: left;
	overflow: hidden;
}
.mod_newslist .block {
	width: 276px;
	height: 270px;
	padding: 10px;
	text-align: left;
	overflow: hidden;
}
.mod_newslist p.info {
	padding-bottom: 10px;
}
.mod_newslist .image_container {
	max-height: 146px;
	border: 2px solid #E6EECA;
	overflow: hidden;
	line-height: 0;
}
.mod_newslist .image_container img {
	line-height: 0;
}
.mod_newslist h2 {
}
.mod_newslist h2 a {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.mod_newslist p.teaser {
}
.mod_newslist p.more {
	margin: 10px 0 0;
	padding: 0 4px;
	border: 1px solid #999;
	text-transform: lowercase;
	float: left;
}
.mod_newslist p.more a {
	padding: 2px 0;
	display: inline-block;
	text-decoration: none;
}
.mod_newslist a.autres_actus {
	width: 128px;
	height: 18px;
	display: block;
	position: absolute;
	z-index: 2;
	right: 10px;
	bottom: 10px;
	background: url(../images/bt_actu_all.png) 0 0 no-repeat;
	text-indent: -7777px;
	font-size: 1px;
	overflow: hidden;
}

/********* NEWS READER **********/

.mod_newsreader div.layout_full h1 {
	background: url(../images/puce_0.gif) center left no-repeat;
	padding-left: 10px;
	margin-right: 10px;
	float: left;
}

.mod_newsreader div.layout_full p.info {
	font-size: 10px;
	font-style: italic;
	color: #b1b2b4;
	margin-top: 13px;	
	clear: left;
}
.mod_newsreader .image_container {
	border: 2px solid #E6EECA;
	overflow: hidden;
	line-height: 0;
}
.mod_newsreader .image_container img {
	line-height: 0;
}

.mod_newsmenu {
    font-size: 10px;
    margin-bottom: 10px;
    padding-left: 19px;
    color: #333;
}
.mod_newsmenu li {
    font-size: 15px;
    margin-bottom: 10px;
    color: #6D97C8;
	font-weight: bold;
}

.mod_newsmenu ul.level_2 {
    width: 100%;
    padding-top: 12px;
    background: url(../images/bg_n3_top.png) left top no-repeat;
}

.mod_newsmenu ul.level_2 li {
    display: block;
	 font-size: 10px;
    border-bottom: 1px solid #E4E4E4;
}

.mod_newsmenu ul.level_2 li.last {
    border: none;
    padding-bottom: 12px;
    background: url(../images/bg_n3_bot.png) left bottom no-repeat;
}

.mod_newsmenu ul.level_2 li a,
.mod_newsmenu ul.level_2 li span.active {
    display: block;
    font-weight: bold;
    text-decoration: none;
    padding: 4px 4px 4px 20px;
}

.mod_newsmenu ul.level_2 li a {
    color: #333;
    background: #FFF url(../images/bg_n3_mid.png) 0 0 repeat-y;
}

.mod_newsmenu ul.level_2 li a:hover,
.mod_newsmenu ul.level_2 li span.active {
    color: #FFF;
    background: #9CC3EA;
}