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

#haut_2cols {
	width: 100%; }

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

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

/*agenda sur la une*/
#agenda_une {
	background-color: #fee95d;
	width: 95%;
	margin: 0 auto 10px auto;}

#agenda_une h3 {
	font-weight: normal;
	font-family: "Comic Sans MS", "Trebuchet MS", sans-serif;
	color: #00afe8;
	font-size: 15px;
	margin: 0;
	padding: 0 0 0 5px; }

#agenda_une dl {
	margin: 5px; }

#agenda_une dl dt {
	background-image: url(../images/point_bleu.png);
	background-repeat: no-repeat;
	background-position: 0 5px;
	color: #3f3f3f;
	font-size: 12px;
	text-indent: 15px;}
	
#agenda_une dl dd {
	margin: 0;}

#agenda_une dt a {
	color: #00afe8;
	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 {
	color: #ff9d07; }
