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

#accueil_col_droite {
	width: 250px;
	float: right; }
	
/* articles de une */
.article h2 {
	border-bottom-color: #ff7f00;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	padding: 0 0 2px 10px;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;}

/*agenda sur la une*/
#agenda_une {
	border-color: #23691d;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;}

#agenda_une h3 {
	padding: 2px 0 0 0;
	color: #0a51a1;
	font-size: 13px;
	font-style: italic;
	text-align: center;
	background-color: #9ad47f;
	margin: 0; }

#agenda_une dl {
	margin: 10px; }

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

#agenda_une dt a {
	font-size: 12px;
	color: black;
	text-decoration: none; }
#agenda_une dt a:hover {
	text-decoration: underline overline;}
	
#agenda_une p {
	text-align: center; }

