/* CSS Document */

#tableGeneral {
	width:100%;
	margin:auto;
}

#tableActualites {
	width:750px;
	margin:auto;
}

#tableActualites_haut {
	height:15px;
	background:url(../images/haut_actualites.png) no-repeat bottom;
}

#tableActualites_cote {
	width:5px;
}

#tableActualites_centre {
	padding-top: 10px;
	text-align:justify;
	color:#002D00;
}

#tableActualites_corps {
	text-align:center;
	padding-top:10px;
}

#tableActualites_date {
	width:140px;
	vertical-align:top;
}

#tableActualites_intitule {
	vertical-align:top;
	color:#002D00;
}

#tableActualites_separation {
	height:40px;
}

#tableActualites_categorie {
	width:20px;
	text-align:left;
	vertical-align:top;
}

#tableActualites_video {
	height:15px;
	background:url(../images/haut_video.png) no-repeat bottom;
}

#tableActualites_archive {
	height:15px;
	background:url(../images/haut_archives.png) no-repeat bottom;
}

#tableActualites_presse {
	height:15px;
	background:url(../images/haut_presse.png) no-repeat bottom;
}

#tableActualites_trophee {
	height:15px;
	background:url(../images/haut_trophee.png) no-repeat bottom;
}

#tableActualites_autre {
	height:15px;
	background:url(../images/haut_actualite_autre.png) no-repeat bottom;
}

