#newsbox { /* Cadre principal de l'actu*/
	width: 144px;
	height: 185px;
	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 : white;
}

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

.texte_actu { /* Style du <p> contenant les 100 premiers caractères de l'actu */

}

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

}

.une_actu h4 { /* Style du <h2> contenant le titre de l'actu */
	font-size: 15px;
	color : #137dd5;
}

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

.actu_cadre {
	
}

.actu_cadre_gauche {
}

.actu_cadre_droite img {
	width: 220px;
	height: 165px;
}

.both {
	clear: both;
}

.titre h2 {
	color : #137dd5;
}
