#accueil_col_gauche {
	margin-left: 10px;
	margin-top: 10px;
	width: 280px;
	float: left; }

#accueil_col_droite {
	margin-right: 10px;
	margin-top: 10px;
	width: 270px;
	float: right; }

.article h2 {
	background-image: url(../images/soleil.gif);}


/*agenda sur la une*/
#agenda_une {
	border-right-color: #f9630d;
	border-bottom-color: #f9630d;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-width: 2px;
	border-bottom-width: 2px;
	background-color: #9cce2e;
	width: 220px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 3px; }

#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; }

