#corps {
	background-color: #ffffff;
	background-image: url(../images/fond-corps-accueil.jpg);
	background-position: 0 0;
	background-repeat: repeat-y;}

#col_centre {
	width: 500px;
	float: left;
	margin: 0;
	padding: 0; }

#col_droite {
	width: 220px;
	float: right;
	margin: 0;
	padding: 0; }

/* agenda de une */
#agenda_une {
	background-color: white;
	width: 190px;
	margin: 10px auto 15px;
	padding: 0;
	border-color: #8e7c4f;
	border-style: solid;
	border-width: 6px 1px 1px 1px;
	list-style-type: none; }
	
#agenda_une h1 {
	background-color: #d0c4a7;
	border-bottom: 1px;
	border-bottom-color: #8e7c4f;
	border-bottom-style: solid;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin: 0; }
	
#agenda_une p#maintenant {
	text-align: center;
	margin-top: 2px; }

#agenda_une dl {
	padding: 0;
	margin: 5px;
	list-style: none; }

#agenda_une dt {
	font-weight: bold; }
#agenda_une dd {
	margin-bottom: 5px;
	margin-left: 0; }

#agenda_une dd a {
	font-weight: normal;
	color: black;
	font-size: 12px;
	text-decoration: none; }

#agenda_une dd a:hover {
	text-decoration: underline overline; }
#agenda_une p#agenda {
	text-align: center; }

/*flash-infos*/
#flash_infos {
	padding: 5px; }

#flash_infos * {
	font-size: 12px; }
/*surcharge du titre des articles*/
.article h2 {
	width: 95%; }

