#col_haut {
	margin: 0; }

#accueil_col_gauche {
	margin: 0;
	width: 250px;
	float: left; }

#accueil_col_centre {
	margin: 0 0 0 30px;
	width: 360px;
	float: left; }
	
#accueil_col_droite {
	margin: 0;
	width: 250px;
	float: right; }
	
/* redef style .article */
.article {
	float: none;
	width: 100%;}
	
.article .spip_logos {
	float: left;
	margin: 5px 5px 0 0;}

/*agenda sur la une*/
#agenda_une {
	background-color: #ffd455;
	width: 250px;
	margin-right: auto;
	margin-left: auto; }

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

#agenda_une dl {
	margin: 10px; }

#agenda_une dt {
	font-size: 12px;
	font-weight: bold;
	font-style: italic; }
#agenda_une dt a {
	color: #3794c3;
	text-decoration: none; }
	
#agenda_une dt a:hover {
	text-decoration: underline overline;}
	
#agenda_une p { text-align: center; padding-bottom: 3px; }
