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

.une_actu { /* Cadre contenant une actu complète (titre, contenu...) */
	height: 140px;
}

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

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

.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 h2 { /* Style du <h2> contenant le titre de l'actu */

}

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

.actu_cadre {
	font-size: 12px;
	margin-top: 20px;
	margin-left: 50px;

}

.actu_cadre_gauche {
	float: left;
}

.actu_cadre_droite {
	width:  650px;
	margin: auto;
}
.actu_cadre_droite img {
	width:  400px;
    text-align: center;
}

.titre{
	font-size: 14px;
	font-weight: bold;
}
.both {
	clear: both;
}
