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

#accueil_col_droite {
	width: 250px;
	float: right; }
	
/* articles de une */
.article h2 {
	padding: 2px 2px 2px 10px; 
	/* background-color: #3399ff;*/
	background-color: #798ba5;
	color: white;
	font-weight: bold;
	font-size: 13px;}

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

#agenda_une h3 {
	padding: 2px 0 0 0;
	color: #3399ff;
	font-size: 13px;
	text-align: center;
	margin: 0; }

#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: black;
	text-decoration: none; }
	
#agenda_une dt a:hover {
	text-decoration: underline overline;}
	
#agenda_une p {
	margin-left: 15px; }
