#newsbox {
	width: 200px;
	height: 100px;
	-width: 200px;
	-height: 100px;
	position: relative;
	overflow: hidden;
	text-align: left;

}
#newslist { /* Ne pas toucher*/
	position: absolute; 
	padding: 0 0.5em; 
	-padding: 0 0.5em; 
	text-align: center;
}

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

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

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

.texte_actu { /* Style du <p> contenant les 100 premiers caractères de l'actu */
	text-decoration: none;
	text-align: center;
}

.en_savoir_plus_actu {
	color : #5E5E00;
	text-decoration: none;
}

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

}

#lien_voir_toute_actu { /* Lien : Voir toute l'actualité... */ 
	color: #151901;
	text-decoration: none;

}

.actu_cadre {
	width: 799px;
	margin: auto;

}

.titre {
	font-size: 14px;
	color: #5E5E00;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: bold;


}
.actu_cadre_gauche {
	
}

.actu_cadre_droite {
	
}
.actu_cadre_droite img {
		width: 400px;

}
.both {
	clear: both;
}

