#accueil {
	font-size: 11px;
}

#accueil h1 {
	color: #906;
	text-align: center;
	font-size: 14px;
}

#agenda, #nouveaute {
	background-color: #eff5f8;
	float: left;
	margin: 0 2px 5px 2px;
	border-left: 1px solid #629ab5;
	border-top: 1px solid #629ab5;
	border-right: 1px solid #003366;
	border-bottom: 1px solid #003366;
	padding: 2px;
	width: 46%;
}

#agenda h2, #nouveaute h2 {
	color: #ffffff;
	background-color: #1162a3;
	font-size: 18px;
	padding: 5px;
	margin: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

.agenda_date {
	font-style: italic;
}
.agenda_titre {
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}

#agenda p, #nouveaute p {
	color: #0f62a4;
	border-bottom: 1px dotted #0f62a4;
	padding: 2px;
	margin-bottom: 5px;
	text-align: justify;
}

.nouveaute_titre {
	text-indent: 15px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	background-image: url('../images/nouveaute_puce.jpg');
	background-repeat: no-repeat;
	display: block;
}

#communique
{
	clear: left;
	width: 95%;
	padding: 5px;
}
#communique h2 {
	color: #0f62a4;
	font-size: 16px;
	text-indent: 15px;
}
.communique_annee {
	width: 50px;
	color: #ffffff;
	background-color: #0f62a4;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}

.communique_annonce{
	font-size: 12px;
	display: block;
	text-indent: 15px;
	color: #ff9900;
	background-image: url('../images/communique_puce.jpg');
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

#communique a {
	color: #ff9900;
	text-decoration: underline;
}

#communique a:hover {
	font-weight: bold;
}
