#accueil_col_gauche {
	float: left;
	margin-top: 15px;
	margin-left: 220px;
	width: 360px;
	padding: 0;}
	
#accueil_col_droite {
	float: right;
	margin: 15px;
	width: 280px;
	padding: 0;}

/*agenda sur la une*/
#agenda_une {
	background-color: #f6e497;
	margin: 0 0 20px 0;}
	
#agenda_une #titre {
	background-color: white;
	float: right;
	width: 150px;
	margin: 0;}

#agenda_une #titre h3 {
	color: #bd8d46;
	font-size: 13px;
	margin: 0;
	text-align: right;
	padding: 3px; }
	
#agenda_une h3 span {
	background-color: white;}

#agenda_une dl {
	margin: 5px;
	padding-top: 15px; }

#agenda_une dl dt {
	color: #4c1a1a;
	font-size: 13px;
	font-weight: bold; }
	
#agenda_une dl dd {
	margin: 0;}
	
#agenda_une dt a {
	color: #0075aa;
	text-decoration: none; }
	
#agenda_une dt a:hover {
	text-decoration: underline overline;}
	
#agenda_une p#vers_agenda {
	margin: 0;
	padding: 5px; }
	
#agenda_une p#vers_agenda a {
	font-weight: bold;
	color: #0075aa;
	text-decoration: none;}

