#actualites {
	background-image: url('../images/nouveaute.png');
	background-repeat: no-repeat;
	height: 213px;
	text-align: center;
}

#actualites img {
	border: 0;
}

#actualites img {
	border: 0;
}


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

.une_actu { /* Cadre contenant une actu complète (titre, contenu...) */
	text-align: center;
	width: 130px;
	margin-bottom: 5px;
}

.une_actu img{ /* Lien qui amène vers l'actualité ciblé dans la page actualites.php*/
	width: 120px;
}

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

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

.texte_actu { /* Style du <p> contenant les 100 premiers caractères de l'actu */
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}

.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 */
	font-size: 15px;
	font-weight: bold;
	margin: 2px 0 2px 0;
}

.titre {
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0 5px 0;
}

#lien_voir_toute_actu { /* Lien : Voir toute l'actualité... */ 
	color: black;
	font-size: 12px;
}

.actu_cadre {
	text-align:center;
}

.actu_cadre_gauche img {
	width: 300px;
}

.both {
	clear: both;
}
