/*---------------------------------------------------------------------------------------------------------------------------------------------  */
/* -------------------------------------------------------MISE EN PAGE----------------------------------------------------------------- */
/*---------------------------------------------------------------------------------------------------------------------------------------------  */

/* ------------------------------------------------------- Galerie ----------------------------------------------------------------- */
#news ul {
float: left;
	width: 340px; /* implique un retour à la ligne */
	margin : 0 0 4px 4px;
	padding : 0;
	border : 0;
}

#news li {
	display : block;
	height : 20px;
	width: 340px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border : 0;
}

#news li a {
	display : block;
	height : 100%;
	width : auto;
}

#news ul, #news li {
	list-style-type : none;
}

/*---------------------------------------------------------------------------------------------------------------------------------------------  */
/* ------------------------------------------------------- TYPOGRAPHIE ----------------------------------------------------------------- */
/*---------------------------------------------------------------------------------------------------------------------------------------------  */

/* ------------------------------------------------------- Lien général ----------------------------------------------------------------- */
#news ul {
	border : 1px solid #cdcdcd;
}
#news li {
	text-align : center;
	font-family : helvetica, serif;
	font-weight : bold;
	text-decoration : none;
	line-height : 1.4em;
	background-color : #eaf3b2;
	color : #000000;
}

#news li a {
	text-align : left;
	font-weight : normal;
	font-family : helvetica, serif;
	text-decoration : none;
	line-height : 1.4em;
	background-color : #f0f1e7;
	color : #000000;
}
#news li a.blanc {
	text-align : left;
	font-weight : normal;
	font-family : helvetica, serif;
	text-decoration : none;
	line-height : 1.4em;
	background-color : #ffffff;
	color : #000000;
}

#news li a:visited {
	background-image:url(news/tick.gif);
	background-repeat:no-repeat;
	background-position:1% 45%;
	padding-left : 20px;
	
}
#news li a:hover { 
	background-color : #e3e4da;
}

/*---------------------------------------------------------------------------------------------------------------------------------------------  */
/* -------------------------------------------- IMAGES COULEURS BORDURES----------------------------------------------------- */
/*---------------------------------------------------------------------------------------------------------------------------------------------  */

