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

#haut_2cols {
	width: 100%; }

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

#accueil_col_droite {
	width: 280px;
	float: right; }
	
#bas_2cols {
	clear: both;
	width: 100%; }

/*agenda sur la une*/
#agenda_une {
	background-color: #f8c839;
	width: 225px;
	margin: 0 auto 20px auto;}

#agenda_une h3 {
	color: white;
	font-size: 13px;
	margin: 0;
	padding: 3px;
	border-bottom: 1px solid white; }

#agenda_une dl {
	margin: 5px; }

#agenda_une dl dt {
	color: #3f3f3f;
	font-size: 13px;
	font-weight: bold;
	font-style: italic; }
	
#agenda_une dl dd {
	margin: 0;
}
#agenda_une dt a {
	color: #3f3f3f;
	text-decoration: none; }
	
#agenda_une dt a:hover {
	text-decoration: underline overline;}
	
#agenda_une p#vers_agenda {
	margin: 0;
	padding: 2px 5px; }
	
#agenda_une p#vers_agenda a {
	font-weight: bold;
	color: #7f7f7f; }
