#newsbox { /* Cadre principal de l'actu*/
	width: 300px; 
	height: 200px; 
	position: relative; 
	overflow: hidden; 
}
#newslist { /* Ne pas toucher*/
	position: absolute; 
	padding: 0 0.5em; 
}

.une_actu { /* Cadre contenant une actu complète (titre, contenu...) */
	
}

.une_actu a{ /* Lien qui amène vers l'actualité ciblé dans la page actualites.php*/
	color : black;
}

.une_actu a:hover{ /* Meme lien qu'au dessus mais quand on passe la souris dessus */
	color : blue;
}


#contenu_actu{
	height: 181px;
	width: 585px;
	float: left;
}
#lien_actu{
	width: 585px;
	float: left;
	height: 40px;
}
#texte_actu{
	float: left;
	width: 500px;
	height: 40px;
	margin-top: 25px;
	margin-left: 40px;
	-margin-left: 20px;
	font-size: 12px;
}

.en_savoir_plus_actu { /* Style du <p> contenant le texte "En savoir plus" */

}

.une_actu h2 { /* Style du <h2> contenant le titre de l'actu */

}

#lien_voir_toute_actu { /* Lien : Voir toute l'actualité... */ 
	color: black;

}

.actu_cadre {

}

.actu_cadre_gauche {
	float: left;
}

.actu_cadre_droite {
	float: right;
}

.both {
	clear: both;
}

.liste_actu_lien_special {
	color: #242230;
}

#liste_actu li{
	height: 40px;
	margin-right: 0;
}

#liste_actu {
	width: 480px;
	margin-right: 0;
}

.titre {
	font-size: 15px;
}

.grande_image {
	width: 350px;
	text-align: center;
	float: left;
}

#event_liste_image {
	text-align: center;
	width: 155px;
	float: right;
}

#event_liste_image img {
	vertical-align: middle;
	margin-bottom: 5px;
}