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

#accueil_col_droite {
	width: 250px;
	float: right; }
	
/* articles de une */
.article h2 {
	background-repeat: no-repeat;
	background-image: url(../images/puces_doubles.png);
	background-position: left center;
	color: #af0b69;
	padding: 1px;
	font-weight: bold;
	font-size: 14px;
	text-indent: 15px;
	margin-top: 10px;
	margin-bottom: 3px; }

/*agenda sur la une*/
#agenda_une {
	float: right;
	background-color: white;
	width: 240px;
	margin: 10px;
	border: 1px #af0b69 solid;
	font-size: 12px;}

#agenda_une h3 {
	font-weight: normal;
	color: #af0b69;
	background-color: #eae988;
	font-size: 13px;
	margin: 0;
	padding: 5px; }

#agenda_une dl {
	margin: 5px; }

#agenda_une dl dt {
	color: #37404d; }
	
#agenda_une dl dd {
	color: #af0b69;
	margin: 0;
	padding-left: 10px;}

#agenda_une dt a {
	font-weight: bold;
	color: #37404d;
	text-decoration: none; }
	
#agenda_une dt a:hover {
	text-decoration: underline overline;}
	
#agenda_une p#vers_agenda {
	margin: 0;
	padding: 2px 5px 5px; }
	
#agenda_une p#vers_agenda a {
	color: #af0b69; }

