﻿/************ Resumé sur la page d'accueil ***************/

.actualite h2 {
	font-size:17px;
	font-family:Helvetica, arial, verdana, sans-serif; 
	font-weight: 900;
	background-image : url(Images/BG_bloc_bleu.jpg);
	background-repeat: no-repeat;
	height:26px;
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-left:10px;
	padding-top:3px;
	vertical-align: middle;
}


.actualite{
	border:3px solid #000000;
	background-image : url(Images/bloc_coin_bas.gif);
	background-repeat: no-repeat;
	background-position:100% 100%;
	background-color: #ffffff;
	margin-top:12px;
	width:704px;
	min-height:160px;	
	display:block;
	overflow:auto;
	font-family:Arial, verdana;
	}	

.actualite div.col_centre {
	width:31%;
	min-height:123px;
	border-left:1px solid #659fcb;
	border-right:1px solid #659fcb;
	padding:5px;
	height:100%;
	padding-left:10px;
	float:left;
	overflow:visible;
}

.actualite div.col
{
	width:31%;
	min-height:123px;
	padding:5px;
	float:left;
	overflow:visible;
}

html body p.liresuite {
	vertical-align:middle;}
html body p.liresuite a {
	padding-left:20px;
	color:#00457a;
	font-weight: 900;
	text-decoration: none;
	background-image : url(Images/flechelasuite.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}
html body p.liresuite a:hover {
	color:#2e2e2e;
}


.actualite ul li
{		
	background : transparent url(Images/flechelasuite.gif) no-repeat scroll left ;
	 padding-left:10px;
}

.actualite ul li a
{		
	padding-left:5px;
	color:#00457a;
	font-weight: 900;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0 50%;
}

.actualite ul li a:hover {
	color:#2e2e2e;
}

