.encart-photo {
	position:relative;
	float:left;
	z-index:97;
}
.encart-photo figure {
	display:inline-block;
	margin:0; padding:0;
	position:relative;
}
.encart-photo figcaption {
    background: rgba(17, 95, 162, 0.9) none repeat scroll 0 0;
    bottom: 20px;
    color: #fff;
    font-size: 0.9rem;
    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#global .photo_right_50, div#global .photo_left_50 {	
	width:50%;
	margin:0;		
}
div#global .photo_right_50 img, div#global .photo_left_50 img {	
	max-width:100%;
}
div#global .photo_right_50 { margin:0 0 0 20px;}
div#global .photo_left_50 { margin:0 20px 0 0;}

div#titre {	
	color:#414141;	
}
.encart {
	position:relative;
	overflow:hidden;
	/*margin:20px 0 20px 0;*/
	margin:0 0 20px 0;
}
.encart-texte {
	position:relative;
	color:#414141;
	margin:0;
	/*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:1em;
}
.encart-contenu a { 
	color: inherit;
    text-decoration: none;
}
.encart-contenu a:hover { 
    text-decoration: underline;
}
.encart-contenu h1 {
	margin:0;
	padding:0;	
}
.encart-contenu h2.sstitre_rouge, .encart-contenu h2.sstitre_gris { margin:15px 0; padding:0; font-size:1.2em;}
.encart-contenu p{
	margin:10px 0 10px 0;
}




.encart-contenu-50 {
	width:50%;
	box-sizing:border-box;
}
.encart-contenu-gauche {

	padding:0 6% 0 0;
	float:left;
}
.encart-contenu-droite {

	padding:0 0 0 6%;
	float:right;
}

.photo_2colonnes {margin:0 0 15px 0;float:none;}
.photo_2colonnes img {max-width:100%;}

.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 {
	max-width:100%;
}
div#global .img_galerie_50 img, div#global .img_galerie_33 img, div#global .img_galerie_25 img {
	max-width:98%;
	/*width:auto;*/
}
div#global .img_galerie_25 img {
	max-height:150px;	
}

.galerie .img_galerie_100 {
	width:100%;
	margin:10px 0;
	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;*/
	overflow:hidden;
	width:100%;
	padding:5px 0;
}
/*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 {	
	font-size:0.9em;
	font-style:italic;
	text-transform:uppercase;	
	margin: 0; padding:0;
}
a.picto_doc_a {
	float:left;
	padding:12px 20px 12px 35px;
	margin: 0 5px 10px 5px;
	background:#f6f6f6 url(../img/public/picto_doc.png) center left no-repeat;
	color:#0d284e;
	text-decoration:none;
}
a.picto_doc_a:hover {
	background:#1160a2 url(../img/public/picto_doc_hover.png) center left no-repeat;
	color:#FFF;
}

.picto_doc_plus {
	font-style:italic;
	font-size:0.8em;
}
/************* VIDEOS **************/
.video_titre {
	padding:10px 0;
	text-align:center;
	font-size:1.3em;
	font-style:italic;
}
.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_content {
	width: 722px;
	margin:0 auto;
	max-width: 100%;
}