/* Spécifique à la page des actualités */

#actu {
	list-style-type: none;
	padding: 8px;
}

#content ul {
	margin: 0;
	padding: 0;
}

#content ul li {
	list-style: none;
    background: none;
}

#content ul li.titre{
	margin: 0;
	padding: 3px 3px 3px 15px;
	text-align: justify;
	font-weight: bold;
	background: url(/images/icones/tictac_orange.gif) no-repeat 0 9px;
}

.titre a {
	color: #000000;
	font-weight: bold;
}

.contenuactu {
	margin: 2px 10px 10px 20px;
	padding: 0;
	text-align: justify;
	border-left: 1px dotted #000000;
}

#content ul li p.dateactu {
	margin:0;
	padding:0;
	text-align: right;
	font-size: 11px;
}

#visuelactu {
      background: url(/images/visuelactu.png);
      background-color: #FFFFFF;
      background-repeat: no-repeat;
}
