#bloc_accueil {
	float: right;
	width: 630px;
	margin: 0 10px 0 0;}

#haut_2cols, #bas_2cols {
	width: 100%; }

#accueil_col_gauche {
	width: 320px;
	float: left; }

#accueil_col_droite {
	width: 280px;
	float: right; }

/*agenda sur la une*/
#agenda_une {
	background-color: white;
	width: 220px;
	margin-right: auto;
	margin-left: auto;
	border-color: #0860a8;
	border-style: solid;
	border-width: 1px 2px 2px 1px; }

#agenda_une h3 {
	color: #0860a8;
	font-size: 12px;
	text-align: center;
	margin: 0;
	padding: 2px 0;
	border-bottom: 1px solid #0860a8; }

#agenda_une dl {
	margin: 10px; }

#agenda_une dt {
	font-size: 12px;
	font-weight: bold;
	font-style: italic; }

#agenda_une dt a {
	font-size: 12px;
	color: #0860a8;
	text-decoration: none; }
#agenda_une dt a:hover {
	text-decoration: underline overline;}
	
#agenda_une p {
	margin-left: 15px; }
