@charset "UTF-8";


/* ------------------------------------ */
/*                                      */
/*            COEUR SITE                */
/*                                      */
/* ------------------------------------ */


.news-header {
	position:relative;
	height:308px;
	background-image:url(../_image/background-header-news-2.jpg);
	background-position:109px 85px;
	background-repeat:no-repeat;
}
.cadre-header {
	position:absolute;
	width:834px;
	height:276px;
	top:0;
	left:91px;
	background-position:0 0;
	background-repeat:no-repeat;
}
#retourHome {
	position:absolute;
	top:40px;
	left:91px;
	width:145px;
	height:0;
	padding-top:45px;
	display:block;
	overflow:hidden;
	background:none;
	z-index:1;
}

.news-footer {
	width:783px;
	margin:0 auto;
	background-image:url(../_image/background-footer-news.png);
	background-position:left top;
	background-repeat:no-repeat;
	height:128px;
}

.news-content {
	width:783px;
	margin:0 auto;
	padding:0;
	background-color:#fff;
	background-image:url(../_image/background_news.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	min-height:475px;
}

/*liste article*/
.listearticle {
	clear:both;
	padding:20px 30px 30px 30px;
	overflow:hidden;
	margin:0;
}
.listearticle LI {
	overflow:hidden;
	padding:0 0 0 30px;
	margin:0;
	background-image:url(../_image/puce-news.png);
	background-repeat:no-repeat;
	background-position:0 3px;
	clear:both;
}

.listearticle LI .photo {
	float:right;
	margin-left:10px;
	padding-bottom:11px;
	display:block;
}
.listearticle LI .photo IMG {
	border:0 none;
}

.listearticle LI .titre {
	background:0 none;
	border:0 none;
	height:auto;
	padding:0;
	font-size:1.833em;
	line-height:1em;
	margin-bottom:5px;
}
.listearticle LI .titre STRONG {
	font-weight:bold;
}

.listearticle LI .resume {
	padding-bottom:10px;
}
.listearticle LI .resume STRONG,
.listearticle LI .resume B {
	font-weight:bold;
}
.listearticle LI .resume EM {
	font-style:italic;
}
#content .listearticle LI .resume A {
	text-decoration:underline;
	color:#dc562a;
}
.listearticle LI .resume P {
	margin-bottom:10px;
}

BODY .listearticle LI HR {
	margin-top:20px;
	margin-bottom:20px;
}

/*navigation*/
.navigation {
	width:200px;
	font-size:1.17em;
	padding-top:40px;
}

/*Galerie*/
.close, .open {
	clear: both;
}

.close h4, .open h4 {
	text-decoration: none;
	padding-left: 12px;
	font-size: 12px;
	cursor: pointer;
	background-position: 0 2px;
	background-repeat: no-repeat;
	font-weight: normal;
	color: #F19C3C;
	margin-bottom:5px;

}

.close div, .open div {
}



.close h4 {
	background-image: url(../_image/plus.png);
}

.close ul {
	display:none;
}

.open h4 {
	background-image: url(../_image/moins.png);
}

.open ul {
	display:inherit;
	overflow:hidden;
}



.open div a.pmpup {
	float:none;
}



.open ul li {
	display:inline;
	padding:0;
	margin:0;
}

.open ul li a {
	border:1px solid #555555;
	background-color:#fff;
	padding:3px;
	display:block;
	float:left;
	margin-left:5px;
	text-decoration:none;
}





BODY .glossy-white {
	background-color:#ffffff;
}