@charset "utf-8";

#body_actu {
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #CACACA;
	background-image: url(../images/fond-page-actu.jpg);
	width: 100%;
	height: 100%;
	position: absolute;
}

#body_actu #actu {
	position: relative;
	height: 100%;
	width: 340px;
}
#body_actu #actu h1 {
	margin: 0px;
	padding: 0px;
	height: 19px;
	width: 100%;
	display: block;
	border-bottom-width: 11px;
	border-bottom-style: solid;
	border-bottom-color: #CF041A;
	background-color: #FFFFFF;
}

#body_actu .clear {
	padding: 0px;
	clear: both;
	float: none;
	height: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#body_actu .toggler {
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 115px;
	margin-bottom: 10px;
	margin-left: 0px;
	list-style: none;
}
#body_actu .toggler a {
	text-decoration: none;
	color: #333333;
}
#body_actu .toggler a:hover {
	text-decoration: underline;
	color: #CF041A;
}

#body_actu #news p.date {
	margin: 0px;
	float: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #CF041A;
	height: 20px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
	line-height: 18px;
}
#body_actu #news h3.titre {
	height: 20px;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #CF041A;
}
#body_actu #news p.photo {
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	width: 100px;
	height: 100px;
	display: block;
	float: left;
}
#body_actu #news p.date-evenement {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CF041A;
	padding: 0px;
	margin-top: 10px;
	margin-right: 115px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#body_actu #news p.resume {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 0px;
	display: block;
	margin-top: 5px;
	margin-right: 105px;
	margin-bottom: 10px;
	margin-left: 110px;
}
#body_actu #news p.info-supp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	display: block;
	margin-top: 0px;
	margin-right: 115px;
	margin-bottom: 5px;
	margin-left: 110px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CF041A;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#body_actu #news p.info-supp a{
	text-decoration: underline;
	color: #CF041A;
}