.col1{
	margin-right:20px;
}
.col2{
	width:350px;
}
.col3{
	float:left;
	width:150px;
	margin-right:20px;
}

/*ACTUS---------------------------------------*/
.actu_detail .nom{
	font-size:23px;
}
.actu_detail .date{
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;
	padding-bottom:5px;
}
.actu_detail .resume{
	margin-top:5px;
	margin-bottom:5px;
}
.actu_detail .contenu{
	border-bottom:1px dotted #ccc;
	margin-bottom:12px;
	padding-bottom:8px;
	overflow:visible;
	width:100%;
}
.actu_detail .contenu:after {
	content:"";
	display:block;
	clear:both;
}


.actu_liste_col .actu{
	border-bottom:1px dotted #ccc;
	padding-bottom:10px;
	margin-bottom:10px;
}
.actu_liste_col h5{
	color:#214578;
	font-weight:normal;
	margin:0;
}
.actu_liste_col h5 a{
	color:#214578;
	text-decoration:none;
}
.actu_liste_col .date{
	color:#777;
}
.actu_liste_col .actus_tout{
	font-weight:bold;
	background:transparent url(../imgs/note.gif) no-repeat 0px 2px;
	padding:2px 0 2px 15px;
	text-decoration:none;
	color:#2156a3;
}
.actu_liste_col .actus_tout:hover{
	color:#407ace;
}

.actualite_footer{
	
}
.imprime{
	float:left;
}
.retour{
	float:right;
}


/* Sommaire */
.actu_sommaire{
	border-bottom:1px dotted #ccc;
	padding-bottom:10px;
	margin-bottom:5px;
	clear:both;
	overflow:visible;
	width:100%;
}
.actu_sommaire:after {
	content:"";
	display:block;
	clear:both;
}
.actu_sommaire .date{	
	margin-bottom:7px;
	color:#000;
}
.actu_sommaire .resume_lien{
	font-weight:bold;
}


