@charset "utf-8";
/* CSS Document */

table#contentActualites {
	margin-left:10px;
	margin-top:10px;
	width: 98%;
	height:458px;
	overflow:auto;
}

table#contentActualites td.barreV {
	width:1px;
	background-image:url(../img/background/bg-barre-ver.png);
	background-repeat:repeat-y;
}

table#contentActualites div.contentActu {
	height:260px;
	overflow:auto;
	margin-bottom: 5px;
	margin-right:20px;
}

table#contentActualites div.contentAgenda {
	height:415px;
	overflow:auto;
	margin-bottom: 5px;
	margin-right:20px;
	margin-left:15px;
}

p.titre {
	font-weight:bold;
	font-size:16px;
}

div.listMedia ul{
	list-style-image:url(../img/puce/puce.png);
}

div.listMedia ul li {
	margin-left:-2em;
	padding-bottom:15px;
	font-size:11px;
}