/* surcharge */
#col_gauche {
	width: 446px;
	padding: 0;}

#col_centre {
	float: left;
	width: 225px;
	background-color: #07387c;}

#col_droite {
	float: left;
	width: 225px;
	padding: 0;
	background-color: #6c1c6b;}

.article {
	padding: 5px 10px;}

#col_droite .article,
#col_centre .article {
	
	color: white;
	border: 1px white solid;}

/* agenda sur la une */
#agenda_une {
	padding: 5px 10px;
	color: white;
	background-color: #07387c;
	border: 1px white solid;}

#agenda_une h2 {
	margin: 0 0 5px;
	font-weight: normal;
	font-size: 1.6em;}

#agenda_une dl{
	color: white;
	font-size: 1.1em;}

#agenda_une dl dt {}

#agenda_une dl dt a {
	color: white;
	text-decoration: underline;}

#agenda_une dl dd {
	margin: 5px 0 10px 0;}

p#vers_agenda {
	color: white;}
	
p#vers_agenda a {
	color: white;}