.encart-photo {
	position:relative;
	float:left;
	z-index:98;
}
.encart-photo figure {
	display:inline-block;
	margin:0; padding:0;
	position:relative;
}
.encart-photo figcaption {
    background: rgba(0, 166, 255, 0.9) none repeat scroll 0 0;
    bottom: 20px;
    color: #fff;
    font-size: 0.8rem;
    max-width: 70%;
    padding: 0.33333rem 0.66667rem;
    position: absolute;
	left:4px;
    z-index: 10;
	text-align:left;
}

.img_galerie_25 figcaption {
	
    font-size: 0.7rem;
}
.photo-left {
	float:left;
	margin:0 20px 0 0;
}
.photo-right {
	float:right;
	margin:0 10px 0 20px;
}

div#global .photo-left img, div#global .photo-right img {
	max-width:250px;
}

div#titre {	
	color:#414141;	
}
.encart {
	position:relative;
	overflow:hidden;
	margin:5px 0 20px 0;
}
.encart-texte {
	position:relative;
	color:#414141;
	margin:0 10px 0 0;
	/*overflow:hidden;*/
}
.encart-titre {
	position:relative;
	font-size:1em;
	margin:0 0 10px 0;
	/*font-weight:bold;*/
}
.encart-contenu {
	position:relative;
	text-align:justify;
	font-size:0.9em;
}
.encart-contenu a { 
	color: #333333;
    text-decoration: none;
	font-weight:bold;
}
/*.encart-contenu a { 
	color: inherit;
    text-decoration: none;
}*/

.encart-contenu a:hover { 
    text-decoration: underline;
}
.encart-contenu h1 {
	
}
.encart-contenu h2.sstitre_rouge, .encart-contenu h2.sstitre_gris { margin:15px 0; padding:0; font-size:1.2em;}
.encart-contenu p{
	margin:15px 0 15px 0;
	line-height:23px;
}
.galerie {
	width:100%;
	overflow:hidden;
}
.deux_photos {
	width:48%;
	text-align:center;
	margin: 0 1%;
}
.photo-galerie {
	/*margin:10px 20px 10px 0;*/
	margin:10px 2.5% 10px 0;
}



div#global .img_galerie_100 img, div#global .img_galerie_50 img, div#global .img_galerie_33 img, div#global .img_galerie_25 img, div#global .deux_photos img {
	max-width:98%;
	width: 100%;
	/*width:auto;*/
}
div#global .img_galerie_25 img {
	max-height:150px;	
}

.galerie .img_galerie_100 {
	width:98%;
	margin:10px 1%;
	text-align:center;
}
.galerie .img_galerie_50 {
	width:48%;
	text-align:center;
	margin:10px 1% 10px 1%;
}
.galerie .img_galerie_33 {
	width:31%;
	text-align:center;
	margin:10px 1%;
}
.galerie .img_galerie_25 {
	width:22.5%;
	text-align:center;
	max-width:200px;
	height:150px;
	margin:0 1.25% 20px 1.25%;
}



.width1000 {
	width:1000px;
	text-align:center;
}
.bord_gris {
	padding:3px;
	border:1px solid #CCC;
}
.display_none {
	display:none;
}

/************ DOCUMENTS ************/
.document {
	padding:10px;
	border:1px solid #999999;
	background: #efefef;
}
p.picto_doc a, p.picto_lien a { text-decoration:none; display:block;}

p.picto_doc:hover, p.picto_lien:hover { text-decoration:underline;}

p.picto_doc {
	background:url(../img/public/picto_doc.png) center left no-repeat;
	text-indent:35px;	
	font-size:0.8em;
}
.picto_doc_plus {
	font-style:italic;
	font-size:0.8em;
}
/************* VIDEOS **************/
.video_titre {
	padding:10px 0;
	text-align:center;
}
.video_player {
	text-align:center;
}

.video_player {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video_player iframe,
.video_player object,
.video_player embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-wrapper {
	width: 722px;
	max-width: 100%;
}