/* derniere actualite */
.block_derniere_actualite {
	vertical-align: top;
	font-family: arial, sans-serif;
	background-color: #F2FAFD; /* bleu ciel */
}

.block_derniere_actualite_titre {
	font-size: 17pt;
	font-weight: bold;
	text-align: left;
}

.block_derniere_actualite_extrait {
	font-size: 10pt;
	text-align: justify;
}

.block_derniere_actualite a:hover {
	color: #0099CC; /* bleu */
}

.texte_suite {
	color: #0099CC; /* blue */
	font-style: italic;
}

/* cinq dernieres actualites */
.block_cinq_dernieres_actualites {
	width: 250px;
	vertical-align: top;
	font-family: arial, sans-serif;
	font-size: 10pt;
}

.block_cinq_dernieres_actualites_date {
	color: #666666; /* gris */
}

.block_cinq_dernieres_actualites a:hover {
	color: #0099CC; /* bleu */
}

/* video de presentation */
.texte_video {
	font-family: arial, sans-serif;
	font-size: 10pt;
}

.texte_video a {
	color: #0099CC; /* bleu */
}

/* liens rapides */
.pres_de_chez_toi {
	width: 250px;
	background-image: url(../jpg/la_joc_pres_de_chez_toi.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	padding-left: 5px;
}

/* plan du site */
.plan_du_site {
	font-family: arial, sans-serif;
	font-size: 10pt;
}

.plan_du_site a:hover {
	color: #0099CC; /* bleu */
}

