@charset "UTF-8";


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


/*liste article*/
.listearticle {
	clear:both;
	overflow:hidden;
	margin:0;
}
.paragraphe .listearticle li {
	padding:10px 0 0 0;
	margin:0;
	background-image:none;
	clear:both;
	overflow:hidden;
	border-bottom:1px solid #dad0b3;
}
.listearticle img.left,
.listearticle img.right {
	border: 7px solid #dad0b3;
}

.listearticle h2 {
	font-size:150%;
	margin-top:0;
}

/*navigation*/
.navigation {
	background-color: #f4ebd2;
	padding: 5px;
	color: #806652;
	text-align:center;
	margin-top: 30px;
}
.navigation strong {
	padding: 0 3px;
}
.suiv a,
.prec a {
	}
.suiv {
	float:right;
  	padding-right: 17px;
  	background: url(../_image/base/ico-fleche.png) no-repeat right 2px;
}
.prec {
	float:left;
  	padding-left: 17px;
  	background: url(../_image/base/ico-fleche2.png) no-repeat left 2px;
}

/*Galerie*/
.close, .open {
	clear: both;
	padding-bottom:10px;
}

.close h4, .open h4 {
	text-decoration: none;
	background-position: 0 2px;
	background-repeat: no-repeat;
	font-weight: bold;
	margin-bottom:5px;
	color: #8f9302;
}

.close div, .open div {
}
.open ul {
	display:inherit;
	overflow:hidden;
}

.paragraphe .listearticle .open ul li,
.paragraphe .listearticle .close ul li {
	display:inline;
	padding:0;
	margin:0;
	border-bottom:0 none;
}
.open ul li a {
	display:block;
	float:left;
	margin-left:5px;
	text-decoration:none;
}
.open ul li img,
.close ul li img {
	border: 3px solid #dad0b3;
}

/*Video*/
.paragraphe .listearticle li a.videoActu {
}
