/* -------------- MODULE ACTUALITES -------------- */
#accueil #actus {
	display: block;
	position: relative;
	float: left;
	width: 320px;
	height: 230px;
	margin: 0px 0px 0 0px;
	background: url(images/bg-actus-0.png) no-repeat 0 0;
}
#accueil #actus.news0 {background: url(images/bg-actus-0.png) no-repeat 0 0;}
#accueil #actus.news0b {background: url(images/bg-actus-0b.gif) no-repeat 0 0;}

#accueil #actus.news1 {background: url(images/bg-actus-1.png) no-repeat 0 0;}
#accueil #actus.news1b {background: url(images/bg-actus-1b.gif) no-repeat 0 0;}

#accueil #actus.news2 {background: url(images/bg-actus-2.png) no-repeat 0 0;}
#accueil #actus.news2b {background: url(images/bg-actus-2b.gif) no-repeat 0 0;}

#accueil #actus.news3 {background: url(images/bg-actus-3.png) no-repeat 0 0;}
#accueil #actus.news3b {background: url(images/bg-actus-3b.gif) no-repeat 0 0;}

#accueil #actus h1 {
	font-size: 0;
	color: white;
	padding:0;
	margin: 10px 10px 22px 10px;
	height: 44px;
	background: none; /*url(images/acc-bg-h1-actus.jpg) no-repeat center 12px;*/
}
#accueil #actus p {
	display: block;
	margin: 0px 17px 0 17px;
	padding: 0px 10px 0 10px;
	font-style: normal;
	text-align: justify;
	color: black;
	overflow: auto;
	background: white;
	height: 110px;
}
#accueil #actus span.titre, #actus span.titre {
	display: block;
	font-size: 13px;
	color: #4A1008;
	font-weight: bold;
	margin: 0;
	padding: 0px 0 6px 0px;
}
#accueil #actus span.sstitre, #actus span.sstitre {
	display: block;
	color: Black;
	padding: 0;
	font-size: 12px;
}
#accueil #actus a, #actus a {
display: block;
	background: url(images/puce002.png) no-repeat 0px -22px;
	padding: 0 0 0 26px;
	color: black;
	font-weight: bold;
}
#accueil #actus a.pdf, #actus a.pdf {
	background:url(images/puce-pdf.png) no-repeat 0px 1px;
}

#accueil #actus a.titre, #actus a.titre {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: black;
}
#accueil #actus a:hover, #actus a:hover {
	text-decoration: underline;
}
/** Structure arrondis pour le bloc vert**/
body#acc #actus .top_left, body#acc #actus .top_right, body#acc #actus .bottom_left, body#acc #actus .bottom_right { font-size: 0em;height: 10px; width: 10px; position: absolute; }
body#acc #actus .top_left {top: 0px;left: 0px;background: url(images/coins02.jpg) no-repeat 0 0;z-index: 0;}
body#acc #actus .top_right { top: 0px; right: 0px; background: url("images/coins02.jpg") no-repeat -10px 0; z-index: 1; }
body#acc #actus .bottom_left { bottom: 0px; left: 0px; background: url("images/coins02.jpg") no-repeat 0 -10px; z-index: 2; }
body#acc #actus .bottom_right { bottom: 0px; right: 0px; background: url("images/coins02.jpg") no-repeat -10px -10px; z-index: 3; }
body#acc #actus .content { position: relative;padding: 0px; z-index: 4; }

