#corps {
	width				:	100%;
	border 				:	0px solid yellow;
	background-image 	:	url(../div/images/fond-menu.png) ;
	background-position	:	top right;
	background-repeat 	:	no-repeat;
	background-color	:	#99100D;
}

#contenu {
	float				:	right;
	width				:	84%;
	margin-top			:	0px;
	border 				:	0px solid blue;
	background-color	:	white;	
	font-size			:	9px;
}

#corps-evenements {
	float				:	left;
	width				:	100%;
	background-image	:	url(images/bandeau-actualite.png);
	background-repeat	:	no-repeat;
	border				:	0px solid black;
}

#corps-archives {
	float				:	left;
	width				:	100%;
	background-image	:	url(images/bandeau-archive.png);
	background-repeat	:	no-repeat;
	border				:	0px solid black;
}

#partie_droite {
	float				:	right;
	width				:	500px;
	border				:	0px solid red;
	margin-top			:	20px;
	margin-right		:	30px;
	min-height			:	560px;
}

#liste_actualites {
	margin-top			:	30px;
	height				:	580px;
	text-align			:	justify;
}

.imgfloatleft {
	float				: 	left;
	margin-right		: 	15px; 
	margin-bottom		: 	3px;
}
.width120 {
	width				: 	120px;
}

.separateur	{
	font-size			:	14px;
	margin-left			:	10px;
	margin-right		:	10px;
	float				:	left;
}

.Titre_selectionne {
	float 				:	left;
	font-weight			:	bold;
	font-size			:	14px;
}

.Titre_selectionne  a {
	text-decoration 	:	none;
	color				:	#9F1100;
}

.Titre_non_selectionne {
	float 				:	left;
	font-size			:	14px;
}

.Titre_non_selectionne  a {
	text-decoration 	:	none;
	color				:	black;
}

.Titre_actualites {
	font-size			:	11px;
	font-weight			:	bold;	
	color				:	#FF8C00;
}

.Titre_actualites  a {
	text-decoration		:	none;
	color				:	#FF8C00;
}

.Titre_actualites  a:hover{
	color				:	#9F1100;	
}

.Texte_actualites{
	font-size			:	10px;
	text-align			:	justify;
}

.Texte_actualites a {
	text-decoration		:	none;
}

.Galerie {
	font-size			:	12px;
	font-weight			:	bold;
}

.Titre_actualites_archives {
	font-size			:	11px;
	color				:	#FF8C00;
}

.Titre_actualites_archives a {
	text-decoration		:	none;
	color				:	black;
}

.Titre_actualites_archives a:hover{
	color				:	#9F1100;	
}

.bt_retour {
	text-decoration 	:	none;
	color				:	blue;
	font-size			:	10px;
	font-weight			:	bold;
}
