#actualites h2{
	font-size: 17px;
	padding: 0px;
	margin: 0px;
	background: #fff url("/templates/meteo_nc/images/h2_strip_bg.png") repeat-x 0px 3px;
	text-align: left;
}

#actualites h2 span{
	background:#fff url("/templates/meteo_nc/images/h2_bg.png") no-repeat 0px 3px;
	display: inline-block;
	padding: 3px 5px 3px 10px;
	color: #17616C;
}

#actualites.bref {
	width								:300px;
	text-align							:left;
	margin								:0px 10px 10px 10px;
	position: relative;
}

#actualites.accueil .archives {
	display: none;
}

#actualites.bref .archives {
	font-size							:10px;
	padding								:5px;
	position: absolute;
	bottom: 2px;
	right: 5px;
}

#actualites.bref .archives a {
	text-decoration						:none;
	background: url("/templates/meteo_nc/images/a_horaires.gif") no-repeat scroll left 4px transparent;
	padding-left: 10px;
}

#actualites.bref .archives a:hover{
	text-decoration						:underline;
}

#actualites.bref .archives a:visited{
	color: #000;
}

#actualites .actu_list {
	margin								:5px 0px;
	padding								:0 0 23px 0;
	background: #ffffff;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#f7f7f7));
	background: -webkit-linear-gradient(#ffffff, #f7f7f7);
	background: -moz-linear-gradient(#ffffff, #f7f7f7);
	background: -ms-linear-gradient(#ffffff, #f7f7f7);
	background: -o-linear-gradient(#ffffff, #f7f7f7);
	background: linear-gradient(#ffffff, #f7f7f7);

	-webkit-box-shadow: #666 0px 1px 3px;
	-moz-box-shadow: #666 0px 1px 3px;
	box-shadow: #666 0px 1px 3px;

}


#actualites.accueil .actu_list {
	padding								:10px;
}

#actualites .actu_list > ul {
	margin								:0px;
	padding								:0px;
	position: relative;
}

#actualites.accueil .actu_list > ul {
	height: 365px;
	border: 1px solid #ccc;
}

#actualites .actu_list > ul li {
	height								:45px;
	padding								:5px;
	border-bottom						:1px dotted #cecece;
	list-style-type						:none;
	background: none;
}

#actualites.accueil .actu_list > ul li {
	border-top: 1px solid #ccc;
	border-bottom: none;
	margin: 0 0 0 50%;
	height: 50px;
}

#actualites.accueil .actu_list > ul li:first-child {
    border-top: none;
}

#actualites.accueil .actu_list > ul li.active {
	border-color: #1F3C47;
	background-color: #1F3C47;
}

#actualites .actu_list > ul li img {
	float: left;
	width: 72px;
	height: 42px;
	border: 1px solid #cecece;
}

#actualites.accueil .actu_list > ul li div {
	float: none;
	border: none;
	position: absolute;
	left: 0px;
	top: -1px;
	width: 50%;
	height: 100%;
	display: none;
}

#actualites.accueil .actu_list > ul li.active div {
	display: inline-block;
}

#actualites.accueil .actu_list > ul li div img {
	float: none;
	border: none;
	width: 100%;
	height: 100%;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#actualites .actu_list > ul li a {
	height: 100%;
	display: block;
	text-decoration: none;
	padding-left: 20px;
	position: relative;
}

#actualites.bref .actu_list > ul li a {
	background: url("../images/puce.jpg") no-repeat scroll 0px 4px transparent;
	padding-left: 7px;
	font-size: 11px;
	position: relative;
	color: #000;
	width: 200px;
	float: left;
	margin: 5px 0 0 5px;
}

#actualites.bref .actu_list > ul li a:hover{
	text-decoration						:underline;
}


#actualites.accueil .actu_list > ul li a .arrow {
	position: absolute;
	left: -12px;
	top: 16px;
	display: none;
	background: transparent url("/templates/meteo_nc/images/roll_arrow.png") no-repeat 0px 0px;
	width: 8px;
	height: 16px;
	border: none;
}

#actualites.accueil .actu_list > ul li.active a .arrow{
	display: block;
}

#actualites.accueil .actu_list > ul li a span{
	color: #666;
}

#actualites.accueil .actu_list > ul li.active a span{
	color: #C6D782;
}

#actualites.accueil .actu_list > ul li a span.actu_title{
	font-weight: bold;
}
