@charset "UTF-8";
/* Mise en forme de la page accueil */

#accueil-bienvenue {
	margin-top: 20px;
	font-size: 16px;
	color: #000;
	text-align: center;
}

/* Mise en forme de de la partie "News" */

#accueil-newsContent{
	height: 400px;
	background-image: url(../images/template/img_accueil.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

.accueil-titre {
	margin-top: 40px;
	font-size: 18px;
	color: #000;
	margin-bottom: 10px;
}

.accueil-newsTitle {
	width: 300px;
	border-top: 1px dashed #777;
	text-indent: 25px;
	font-size: 12px;
	font-weight: bold;
	
	background-color: #efefef;
	
	background-image: url(../images/icons/new.png);
	background-position: center left;
	background-repeat: no-repeat;

	color: #333;
}

.accueil-newsDate {
	width: 300px;
	background-color: #efefef;
	margin-bottom: 5px;
	text-indent: 25px;
	font-size: 10px;
	color: #777;
}

.accueil-news {
	width: 300px;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 10px;
	color: #222;
}