@charset "utf-8";
/* CSS Document */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}


html
{height:100%;width:100%;}

body 
{width:100%;height:100%;margin:0px;padding:0px;background: transparent url(http://www.jean-vanier.org/web/image/i5453jv/image/fb.png) top center repeat-y;}

.surbloc_h
{background: url(/_data/jv/css/zb.png) repeat;border-top-left-radius:0.3em;-webkit-border-top-left-radius:0.3em;-moz-border-radius-topleft:0.3em;border-bottom-left-radius:0.3em;-webkit-border-bottom-left-radius:0.3em;-moz-border-radius-bottomleft:0.3em;border-top-right-radius:0.3em;-webkit-border-top-right-radius:0.3em;-moz-border-radius-topright:0.3em;border-bottom-right-radius:0.3em;-webkit-border-bottom-right-radius:0.3em;-moz-border-radius-bottomright:0.3em;padding:15px;width:970px;}

.separateur_horizontal
{height: 34px;width:940px;background: url(/_data/jv/css/sh.png) top center no-repeat;text-align:center;}

#theme_intro
{width:940px;height:auto;margin-left:30px;}

#theme_intro .texte_intro
{width:400px;margin-right:120px;font-family:"adelle",sans-serif;font-size:16px;float:left;}

.intro_2
{font-family:"adelle",sans-serif;font-size:14px;float:left;}

#theme_intro .photo_intro
{width:400px;float:left;}

#theme_intro .photo_intro img
{vertical-align:bottom;}

#theme_contenu
{width:940px;margin: 30px 0px;}

#theme_contenu .theme_1
{width:510px;margin-left:30px;margin-right: 40px;float:left;}

#theme_contenu .theme_2
{width:360px;float:left;}

#theme_contenu .theme_2 .surbloc
{background: url(/_data/jv/css/zb.png) repeat;border-top-left-radius:0.3em;-webkit-border-top-left-radius:0.3em;-moz-border-radius-topleft:0.3em;border-bottom-left-radius:0.3em;-webkit-border-bottom-left-radius:0.3em;-moz-border-radius-bottomleft:0.3em;border-top-right-radius:0.3em;-webkit-border-top-right-radius:0.3em;-moz-border-radius-topright:0.3em;border-bottom-right-radius:0.3em;-webkit-border-bottom-right-radius:0.3em;-moz-border-radius-bottomright:0.3em;padding:15px;width:330px;}


#theme_contenu .theme_2 .theme_bloc
{background: url(/_data/jv/css/zbb.png) repeat;border-top-left-radius:0.3em;-webkit-border-top-left-radius:0.3em;-moz-border-radius-topleft:0.3em;border-bottom-left-radius:0.3em;-webkit-border-bottom-left-radius:0.3em;-moz-border-radius-bottomleft:0.3em;border-top-right-radius:0.3em;-webkit-border-top-right-radius:0.3em;-moz-border-radius-topright:0.3em;border-bottom-right-radius:0.3em;-webkit-border-bottom-right-radius:0.3em;-moz-border-radius-bottomright:0.3em;font-size:14px;font-family:"adelle",sans-serif;line-height:1.2em;text-align:left;color:#555;padding:30px;width:270px;}


#embedded_video
{color:white;font-size:14px;width:560px;}

#embedded_video ._video_title
{color:white;font-family:arial,sans-serif;font-weight:bold;margin-top:10px;font-size:14px;}

#embedded_video ._video_description
{color:white;margin-top:21px;font-size:14px;}



/******************************************************************/
/* MENU PRINCIPAL */
/******************************************************************/

#edit
{background:#777;color:white;padding: 5px;text-decoration:none;font-family:Arial, Helvetica, sans-serif}


/*************************************************************************/
/* MENU */
/*************************************************************************/

#menu {
position:relative;
display:inline-block;
top:49px;
width: 1000px;
height: 80px;
clear: both;
background: rgba(70,88,118,1);
z-index: 999;
}
 
ul#nav {
float: left;
width: 960px;
margin: 0;
padding: 0;
padding-left:40px;
list-style: none;
background: #fff;
}
 
ul#nav li {
display: inline;
}

ul#nav li a {
float: left;
font: 14px arial,sans-serif;
line-height: 40px;
color: #444;
text-decoration: none;
margin: 0;
padding: 0 10px;
background: transparent;
border-left:5px solid #fff;
border-top-right-radius: 12px ;
}
 
/* APPLIES THE ACTIVE STATE */
ul#nav .current a, ul#nav li:hover > a {
color: #fff;
text-decoration: none;
background: -webkit-linear-gradient(top, rgba(98,122,165,1), rgba(70,88,118,1));
background: -moz-linear-gradient(top, rgba(98,122,165,1), rgba(70,88,118,1));
background: -ms-linear-gradient(top, rgba(98,122,165,1), rgba(70,88,118,1));
background: -o-linear-gradient(top, rgba(98,122,165,1), rgba(70,88,118,1));
}
 
/* THE SUBMENU LIST HIDDEN BY DEFAULT */
ul#nav ul {
display: none;
float:left;background: transparent;color:white;padding: 0px 10px 0px 15px;margin: 0px 0px 0 5px;
background: rgba(70,88,118,1);
}
 
/* WHEN THE FIRST LEVEL MENU ITEM IS HOVERED, THE CHILD MENU APPEARS */
ul#nav li:hover > ul {
position: absolute;
display: block;
background: rgba(70,88,118,1);
width: 920px;
height: 40px;
position: absolute;
margin: 40px 0 0 0;
z-index:1001;

}
 
ul#nav li:hover > ul li a {
float: left;
font: 14px arial,sans-serif;
line-height: 40px;
color: #fff;
text-decoration: none;
margin: 0;
padding: 0 10px 0 10px;
border-left:0;
}
 
ul#nav li:hover > ul li a:hover {
color: #fff;
text-decoration: none;
text-shadow: none;
} 

/* THE SUBMENU LIST HIDDEN BY DEFAULT */
ul#nav li ul li {
float:left;
margin-right:4px;
}

/* THE SUBMENU LIST HIDDEN BY DEFAULT */
ul#nav li ul li ul{
display: none;
}

/* THE SUBMENU LIST HIDDEN BY DEFAULT */
ul#nav li ul li:hover > ul {
display:inline;
float:left;
top:0px;
margin-left:-110px;
width:200px;
background: #c0c0c0;
}

/* THE SUBMENU LIST HIDDEN BY DEFAULT */
ul#nav li ul li:hover > ul {
display:inline;
float:left;
top:0px;
padding-left:0;
margin-left:-110px;
width:200px;
height:auto;
background: rgba(70,88,118,1);
}

ul#nav li ul li:hover > ul li {
width:200px;
padding-left:10px;
background: rgba(70,88,118,1));
border-bottom: 1px solid rgba(98,122,165,0.3);
}

ul#nav li ul li ul li a{
background: transparent;
}

ul#nav li ul li:hover > ul li a{
background: transparent;
}


ul#nav li ul li ul li:hover{
background: -webkit-linear-gradient(left, rgba(98,122,165,1), rgba(70,88,118,1));
background: -moz-linear-gradient(left, rgba(98,122,165,1), rgba(70,88,118,1));
background: -ms-linear-gradient(left, rgba(98,122,165,1), rgba(70,88,118,1));
background: -o-linear-gradient(top, rgba(98,122,165,1), rgba(70,88,118,1));
}
 
/* APPLIES THE ACTIVE STATE */
ul#nav ul#selected {
position: absolute;
display: block;
width: 920px;
height: 40px;
position: absolute;
margin: 40px 0 0 0;
z-index:999;
}

ul#nav ul#selected li a{
color: #fff;
text-decoration: none;
border:none;
background: transparent;
}

/* APPLIES THE ACTIVE STATE */
ul#nav a.open {
color: #fff;
text-decoration: none;
border:none;
background: -webkit-linear-gradient(top, rgba(98,122,165,1), rgba(70,88,118,1));
background: -moz-linear-gradient(top, rgba(98,122,165,1), rgba(70,88,118,1));
background: -ms-linear-gradient(top, rgba(98,122,165,1), rgba(70,88,118,1));
background: -o-linear-gradient(top, rgba(98,122,165,1), rgba(70,88,118,1));
}

ul#nav ul#selected li a.open {
color: #fff;
text-decoration: none;
border:none;
background: -webkit-linear-gradient(top, rgba(98,122,165,1), rgba(70,88,118,1));
background: -moz-linear-gradient(top, rgba(98,122,165,1), rgba(70,88,118,1));
background: -ms-linear-gradient(top, rgba(98,122,165,1), rgba(70,88,118,1));
background: -o-linear-gradient(top, rgba(98,122,165,1), rgba(70,88,118,1));
}

ul#nav ul#selected li a:hover {
color: #fff;
text-decoration: none;
border:none;
background: -webkit-linear-gradient(top, rgba(98,122,165,1), rgba(70,88,118,1));
background: -moz-linear-gradient(top, rgba(98,122,165,1), rgba(70,88,118,1));
background: -ms-linear-gradient(top, rgba(98,122,165,1), rgba(70,88,118,1));
background: -o-linear-gradient(top, rgba(98,122,165,1), rgba(70,88,118,1));
}


/******************************************************************/
/* ACCUEIL */
/******************************************************************/

#accueil_centre
{text-align:left;color:#444;font-family:"adelle",sans-serif;font-size:14px;}

#accueil_centre h2
{margin: 0;font-weight:normal;color:#444;font-family:"adelle",sans-serif;font-size:16px;color:#887aa5;}

#accueil_centre h2 a
{text-decoration:none;color:#887aa5;}

#accueil_centre h2 a:hover
{text-decoration:underline;}

#accueil_nouvelles
{margin-top:21px;}


a.more {
background:#c0c0c0 url(zbtf.png) repeat;color:#444;font-family:tahoma,sans-serif;font-size:13px;padding:8px 8px;margin-top:21px;cursor:pointer;border-top-left-radius:0.5em;-webkit-border-top-left-radius:0.5em;-moz-border-radius-topleft:0.5em;border-bottom-left-radius:0.5em;-webkit-border-bottom-left-radius:0.5em;-moz-border-radius-bottomleft:0.5em;border-top-right-radius:0.5em;-webkit-border-top-right-radius:0.5em;-moz-border-radius-topright:0.5em;border-bottom-right-radius:0.5em;-webkit-border-bottom-right-radius:0.5em;-moz-border-radius-bottomright:0.5em;text-decoration:none;}


a.more:hover {
background:#c0c0c0 url(zbf.png) repeat;color:#444;text-decoration:underline;}



.rubrique {
background:#bcb5cb;color:white;font-family:"adelle",sans-serif;font-size:18px;padding:3px 8px;margin-top:21px;cursor:pointer;border-top-left-radius:0.3em;-webkit-border-top-left-radius:0.3em;-moz-border-radius-topleft:0.3em;border-bottom-left-radius:0.3em;-webkit-border-bottom-left-radius:0.3em;-moz-border-radius-bottomleft:0.3em;border-top-right-radius:0.3em;-webkit-border-top-right-radius:0.3em;-moz-border-radius-topright:0.3em;border-bottom-right-radius:0.3em;-webkit-border-bottom-right-radius:0.3em;-moz-border-radius-bottomright:0.3em;text-decoration:none;margin-right:10px;}



/******************************************************************/
/* ACCUEIL */
/******************************************************************/

#contenu
{width: 940px;margin:0 0 30px 0;font-family:"adelle",sans-serif;}

#contenu .zone_intro
{float:left;width: 340px;margin:0 0 50px 0;font-family:arial,sans-serif;}

#contenu .zone_intro p
{margin:0 50px 0px 0;font-size:16px;font-weight:bold;line-height:21px;color:#555;}

#contenu .intros
{margin:0 50px 0px 0;font-size:18px;line-height:21px;color:#555;}

#contenu .zone_texte
{float:left;width: 100%;margin:0;font-size:15px;color:#555;line-height:20px;}

#contenu .zone_bio
{float:left;width: 310px;margin:50px 0 0 0;font-size:14px;font-weight:normal;line-height:18px;color:#787878;background: url(/_data/jv/css/svr.png) top left repeat-x;padding: 50px 20px 0 0;}

#contenu .zone_bio p
{font-weight:normal;}

#contenu .zone_bio a
{color:#7591C5;font-weight:bold;text-decoration:none;}

#contenu .zone_bio a:hover
{color:#444;}


#contenu .zone_tags
{float:left;width: 310px;margin:100px 0 0 0;font-size:14px;font-weight:normal;line-height:18px;color:#555;padding: 0px 20px 50px 0;font-weight:normal;}

#contenu .zone_tags div.mc
{background: #e4e9ec;padding: 3px;line-height:21px;float:left;margin: 0 4px 4px 0;}

#contenu .zone_tags div.mc:hover
{background: #c0c9ce;}

#contenu .zone_tags a
{color:#888;text-decoration:none;}

#contenu .zone_tags a:hover
{color: #555;text-decoration:none;}

#contenu .zone_tags div.mctitre
{font-weight:bold;margin-bottom:21px;}

#contenu .zone_index
{float:left;width: 240px;margin:0 40px 50px 0;}

#contenu .zone_resultats
{float:left;;width: 640px;margin:0;font-size:14px;color:#555;line-height:20px;text-align:justify;}

#contenu .zone_resultats h2
{margin: 21px 0px 15px 0px;font-weight:normal;font-family:"adelle",serif;font-size:21px;color:#7591C5;}

#contenu .zone_resultats .resultat
{float:left;;width: 660px;margin:0 0 25px 0;font-size:14px;color:#555;line-height:20px;text-align:justify;padding-bottom:25px;background: url(/_data/jv/css/svr.png) bottom left repeat-x;}

#contenu .zone_resultats img
{float:left;margin: 0 40px 20px 0px;border: 1px solid #e6e6e6;padding:7px;}

#contenu .zone_resultats h1
{border-left: 5px solid #7591C5;padding-left: 15px;margin-bottom:40px;}

#contenu .zone_index ul
{width:200px;margin: 0 0px 0 0;padding: 20px 30px 20px 10px;background: url(/_data/jv/css/zb.png) repeat;}

#contenu .zone_index ul.index li
{list-style:none;list-style-image: none;display:block;line-height:14px;margin:0;padding: 4px 0 0 0;float:none;text-align:left;border-bottom: 1px dotted #bfc0c0;}

#contenu .zone_index ul.index li a
{color:#7591C5;text-decoration:none;}

#contenu .zone_index ul.index li:hover, a:hover
{color:#7591C5;text-decoration:underline;}

#contenu .auteur
{margin:0 0px 30px 0;font-size:16px;font-family:arial,sans-serif;font-weight:bold;line-height:21px;color:#555;}

#conteneur{display:table-cell;text-align:left;width:1000px;height:auto;min-height:100%;font-family:"adelle",sans-serif;font-weight:400;}

#conteneur p
{margin-bottom:21px;}

#conteneur h1
{margin: 0px 0px 10px 0px;font-family:"adelle",sans-serif;font-weight:400;font-size:42px;color: rgba(70,87,117,0.7);}


#conteneur h2
{margin: 21px 0px 15px 0px;font-weight:normal;font-family:"adelle",serif;font-size:21px;color:#7591C5;}



#pages
{display:block;width:100%;height:auto;margin: 0px 0px 30px 0px;text-align:left;font-family:"adelle",serif;font-weight:400;font-size: 15px;float:none;}

#pages p
{margin-bottom:21px;}

#pages h1
{margin: 0px 0px 10px 0px;font-family:"adelle",sans-serif;font-weight:400;font-size:42px;color: rgba(70,87,117,0.7);}


#pages h2
{margin: 21px 0px 15px 0px;font-weight:normal;font-family:"adelle",serif;font-size:21px;color:rgba(70,87,117,1);line-height:1.4em;}


#pages h3
{margin: 32px 0px 10px 0px;font-weight:400;font-size:16px;color:#555;}

#pages h3 a
{text-decoration:none;color:#555;}

#pages h3 a:hover
{text-decoration:underline;color:#887aa5;}

#pages .abstract
{color:#444;line-height:24px;text-align:justify;}

#pages .intros
{margin:21px 0px 21px 0;font-size:16px;line-height:24px;color:#555;}

#pages .abstract img
{float:left;margin: 0px 21px 15px 0px;}

#pages .liste_boite_1
{padding:0 30px 10px 20px;margin-bottom:20px;float:left;border: 1px solid #e6e6e6;background: url(/_data/jv/css/zbp.png) repeat;width:560px;height:auto;}

#pages .liste_boite_2
{padding:0 30px 10px 20px;margin-bottom:20px;float:left;border: 1px solid #e6e6e6;background: url(/_data/jv/css/zb.png) repeat;width:560px;height:auto;}

#suite
{margin: 15px;}

#suite a {background: #e6e6e6;color:#6a6a6a;font-size:13px;padding:3px 9px 3px 9px;font-family: arial,sans-serif;cursor:pointer;border: 1px solid #d2d4d3;border-top-left-radius:0.3em;-webkit-border-top-left-radius:0.3em;-moz-border-radius-topleft:0.3em;border-bottom-left-radius:0.3em;-webkit-border-bottom-left-radius:0.3em;-moz-border-radius-bottomleft:0.3em;border-top-right-radius:0.3em;-webkit-border-top-right-radius:0.3em;-moz-border-radius-topright:0.3em;border-bottom-right-radius:0.3em;-webkit-border-bottom-right-radius:0.3em;-moz-border-radius-bottomright:0.3em;text-decoration:none;margin:0;box-shadow: 3px 3px 3px #e6e6e6;}

span.temoignages {background: #e6e6e6;color:#6a6a6a;font-size:13px;padding:6px 9px 6px 9px;font-family: arial,sans-serif;cursor:pointer;border: 1px solid #d2d4d3;border-top-left-radius:0.3em;-webkit-border-top-left-radius:0.3em;-moz-border-radius-topleft:0.3em;border-bottom-left-radius:0.3em;-webkit-border-bottom-left-radius:0.3em;-moz-border-radius-bottomleft:0.3em;border-top-right-radius:0.3em;-webkit-border-top-right-radius:0.3em;-moz-border-radius-topright:0.3em;border-bottom-right-radius:0.3em;-webkit-border-bottom-right-radius:0.3em;-moz-border-radius-bottomright:0.3em;text-decoration:none;margin:0;box-shadow: 3px 3px 3px #e6e6e6;}

#suite a:hover {background: #d2d4d3;color:#6a6a6a;text-decoration:none;}

#pages .liste
{color:#555;line-height:18px;font-size:14px;text-align:justify;}

#pages .liste img
{float:left;margin: 0px 30px 15px 0px;border: 1px groove #e6e6e6;padding:7px;box-shadow: 4px 4px 9px #c2bfc6;opacity:1;filter:alpha(opacity=100);}

#pages .liste img:hover
{opacity:0.8;filter:alpha(opacity=80);}

#pages .texte
{color:#333;line-height:20px;text-align:justify;}

.initiale
{color:#333;line-height:21px;}

#pages .texte img
{float:left;margin: 10px 33px 15px 0px;}


#pages .photos {font-size:12px;margin-bottom:30px;}

#pages .in_extrait
{float:right;width:180px;margin-left:30px;padding-left:20px;font-size:21px;line-height:28px;padding: 40px 25px 40px 40px;color:#444;font-family:"adelle",sans-serif;background: url(/_data/jv/css/zb.png) repeat;border-top:1px dotted #c2bfc6;border-bottom:1px dotted #c2bfc6;}



.off
{display:none;}

.on
{display:active;}


.divs_title {
	 font-family: arial, sans-serif;
	 font-size: 16px;
	 color: #5b5b5c;
	 margin: 24px 0px 0px 0px;
             }			 
.divs_off {
	height:24px;
	padding: 10px 10px 0px 10px;
	float:left;
	color: #000;
	background: #efefde url(/ressources/sm.png) repeat-x;
	border: 1px solid #C8CCCE;
	cursor:pointer;
	}

.divs_off:hover {
	background-color:#C8CCCE;
	}
	
.divs_on {
	height:24px;
	padding: 10px 10px 0px 10px;
	float:left;
	border: 1px solid #C8CCCE;
	border-bottom: 1px solid white;
	cursor:pointer;
	color: #000;
	}

.divs_inter {
	height:35px;
	width: 7px;
	border-bottom: 1px solid #C8CCCE;
}


.divs_off a{color:black;text-decoration:none;}
.divs_off a:hover{color:black;text-decoration:underline;}
.divs_on a{color:black;text-decoration:none;}

.section_on {
	min-height:600px;
	display: active;
	padding: 0;
	/*background-color:#C8CCCE;*/
}

.section_off {
	display: none;
	position:absolute;
	top:-1000px;
	left: -1000px;
}



#topm
{background: #fff;font-size:12px;height:30px;font-family:arial,sans-serif;margin:0 0 3px 0;border-bottom: 1px solid #c0c0c0;padding:0;}

#topm ul
{height:35px;width:100%;margin: 0 auto;padding: 0;}

#topm ul li.top
{list-style-type: none;display:inline;float:right;border-left: 1px solid #d3d8da;padding: 5px 10px 5px 10px;line-height:25px;margin: 0 !important;}

#topm ul li.tope
{list-style-type: none;display:inline;float:right;padding: 8px 5px 0px 5px;height:22px;margin: 0 !important;font-size:13px;}

#topm ul li.tops
{list-style-type: none;display:inline;float:right;padding: 8px 10px 0px 10px;height:22px;margin: 0 !important;font-size:13px;}

#topm ul li.toplg
{list-style-type: none;display:inline;float:right;padding: 8px 5px 0px 5px;height:22px;background: rgba(70,87,117,0);margin: 0 !important;font-size:13px
;
border-left: 1px solid rgba(70,87,117,0.3);
transition-property:all;
transition-duration:0.8s;
transition-timing-function:cubic-bezier(0,0,0.25,1);}

#topm ul li.toplg:hover
{list-style-type: none;display:inline;float:right;padding: 8px 5px 0px 5px;height:22px;background: rgba(70,87,117,0.7);margin: 0 !important;font-size:13px;color:#fff;}

#topm ul li.toplg-on
{list-style-type: none;display:inline;float:right;padding: 8px 5px 0px 5px;height:22px;background: rgba(70,87,117,0.7);margin: 0 !important;font-size:13px;color:#fff;}


#topm ul li.toplg-on a,li.toplg:hover a
{color:#fff;}


#topm ul li a
{color:#475876;font-family:"adelle",georgia,sans-serif;text-decoration:none;padding:0;margin:0;}

#topm ul li:hover
{color:#fff;text-decoration:none;}

#topm ul li a:hover {color:#849ac1;}

.bmore
{float:left;height:300px;width:30px;background: url(bm0.png) bottom left no-repeat;text-decoration:none;}

.bmore:hover
{background: url(bm.png) bottom left no-repeat;}

input.econnect {
    -moz-box-sizing: border-box;
	-moz-border-radius: 2px;
	-webkit-box-sizing: border-box;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
	box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
	background: #f4f4f4;
	box-sizing: border-box;
	border: 1px solid #aaa;
	border-bottom-color: #ccc;
	border-radius: 0.4em;
	margin: 0;
	outline: none;
	padding: 6px 8px;
	vertical-align: middle;
	width: 100%;
	cursor:pointer;
}


input._incomplete {
    -moz-box-sizing: border-box;
	-moz-border-radius: 2px;
	-webkit-box-sizing: border-box;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
	box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
	background: #d7fffd;
	box-sizing: border-box;
	border: 1px solid #9cfff9;
	border-bottom-color: #9cfff9;
	border-radius: 0.4em;
	margin: 0;
	outline: none;
	padding: 6px 8px;
	vertical-align: middle;
	width: 100%;
	cursor:pointer;
}


input.econnect:focus {
	background: #fff;
}

input.econnect_btn {
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
	box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
	background: #28598d;
	box-sizing: border-box;
	border: 1px solid #aaa;
	border-bottom-color: #ccc;
	border-radius: 0.4em;
	margin: 0;
	color:#fff;
	outline: none;
	padding: 6px 8px;
	vertical-align: middle;
	width: 100%;
	cursor:pointer;
}

input.econnect_btn:focus {background: #547da9;}

input.econnect_share:focus {background: #a45490;}

.econnect_thank_you {font-size: 30px;margin-bottom:21px;}

.econnect_more:hover {
	background: #8e3477;
	color:#fff;
}

#citation_du_jour {border: 1px solid #c0c0c0;margin: 30px 0px;padding:30px;}

.corps_citation p{font-size:16px;line-height:24px;}

.econnect_confirmation {font-size:18px;font-weight:bold;}

#bouton_abonnement_entete {width:231px;height:41px;opacity:0.85;margin-top:20px;float:right;}

#bouton_abonnement_entete:hover {opacity:1;}


#entete-conteneur-media-sociaux {display:inline-block;float:right;height:60px;margin:20px 5px 5px 0;width:250px;}

#entete-conteneur-media-sociaux-temp {display:inline-block;float:right;height:50px;margin:30px 5px 0px 0;width:265px;}


#entete-conteneur-media-sociaux-temp:hover {opacity:0.7;}


#entete-media-sociaux {float:right;display:inline-block;line-height:20px;padding:0;margin:0;list-style:none;}

#entete-media-sociaux li{float:left;background: transparent;height:40px;width:40px;transition-property:all;
transition-duration:1s;
transition-timing-function:cubic-bezier(0,0,0.25,1);}

#entete-media-sociaux li.e-facebook{background: url(sm3.png) top left no-repeat;}
#entete-media-sociaux li.e-twitter{background: url(sm3.png) no-repeat;background-position: -40px 0;}

#entete-media-sociaux li{float:left;background: transparent;height:40px;width:40px;opacity:1;}

#entete-media-sociaux li:hover{opacity:0.6;}

#entete-media-sociaux a{padding:15px;text-decoration:none;}

#entete-media-sociaux a:hover{padding:15px;text-decoration:none;}

#conteneur-recherche-entete {float:none;}

#recherche-entete {float:right;margin: 10px 5px 0px 0px;}

#recherche-entete input {width:200px;font-family:arial,sans-serif;font-size:12px;padding:5px;font-size:0.9em;border:1px solid rgba(70,87,117,0.2);border-radius: 6px;background: rgba(229,239,249,0.7);color: rgba(70,87,117,1);	box-shadow: 0 1px 0 #fff, inset 0 1px 3px rgba(0,0,0,0.2);}

#recherche-entete input:focus {width:200px;font-family:arial,sans-serif;font-size:12px;padding:5px;font-size:0.9em;border:1px solid rgba(70,87,117,0.2);border-radius: 6px;background: rgba(229,239,249,0.7);color: rgba(70,87,117,0.7);	box-shadow: 0 1px 0 #fff, inset 0 1px 3px rgba(255,255,255,0.2);
}

input#bouton-go {width:30px;font-family:arial,sans-serif;font-size:12px;padding:5px;font-size:0.9em;border:1px solid rgba(70,87,117,0.2);border-radius: 6px;color: rgba(255,255,255,0.7);background: rgba(70,87,117,0.7);	box-shadow: 0 1px 0 #fff, inset 0 1px 3px rgba(0,0,0,0.2);}

input#bouton-go:hover,input#bouton-go:focus {width:30px;font-family:arial,sans-serif;font-size:12px;padding:5px;font-size:0.9em;border:1px solid rgba(70,87,117,0.2);border-radius: 6px;color: rgba(255,255,255,1);background: rgba(70,87,117,1);	box-shadow: 0 1px 0 #fff, inset 0 1px 3px rgba(0,0,0,0.2);}

input#bouton-go-home{width:30px;font-family:arial,sans-serif;padding:8px;font-size:0.9em;border:1px solid rgba(70,87,117,0.2);border-radius: 6px;color: rgba(255,255,255,0.7);background: rgba(70,87,117,1);	box-shadow: 0 1px 0 #fff, inset 0 1px 3px rgba(0,0,0,0.2);margin-left:10px;}

input#bouton-go-home:hover,input#bouton-go-home:focus{color: rgba(255,255,255,1);}




.accueil-diaporama {display:table-cell;float:none;width:940px;margin:20px 0 0 0;height:auto;}

.diaporama-fond-couleur {display:block;float:none;width:940px;margin:20px 0 20px 0;height:540px;background: rgba(70,87,117,1);}

.diaporama-a-droite {text-align:left;width:940px;height:500px;padding:0;margin:0;color:#fff;}

.diaporama-a-droite .diapo-boite-texte{padding:60px 55px 0 0px;text-align:left;font-size:1.3em;font-family:"adelle";font-weight:300;
background: -webkit-linear-gradient(top, rgba(70,88,118,0.7), rgba(70,88,118,0));
background: -moz-linear-gradient(top, rgba(70,88,118,0.7), rgba(70,88,118,0));
background: -ms-linear-gradient(top, rgba(70,88,118,0.7), rgba(70,88,118,0));
background: -o-linear-gradient(top, rgba(70,88,118,0.7), rgba(70,88,118,0));
text-shadow: 1px 1px 3px rgba(70,88,118,0.6);
}



.diaporama-a-droite .diapo-boite-texteXX{padding:60px 55px 0 0px;text-align:left;font-size:1.3em;font-family:"adelle";font-weight:300; background: repeating-linear-gradient(135deg, transparent 0.2%, #465876 0.2%, transparent 0%, transparent 2%) transparent;
text-shadow: 1px 1px 3px rgba(70,88,118,0.6);
}

.diaporama-a-droite .diapo-boite-texte p{padding-left:20px;}

.diaporama-a-droite .diapo-boite-texte .boite-titre .diapo-titre{display:inline-block;padding:8px 20px 0px 20px;font-size:1.3em;font-weight:300;color:#fff;}

.diaporama-a-droite .diapo-boite-texte .boite-titre{position:absolute;bottom:0px;height:125px;width:300px;background: rgba(70,88,118,0.9);border-bottom: 1px solid rgba(98,122,165,1);}


.diaporama-a-droite .diapo-boite-texte strong{font-weight:700;}
	
.diaporama-a-droite .diapo-conteneur {float:right;margin:0;width:300px;height:500px;margin-top:10px;margin-right:10px;background: url(zbt.png) repeat;}

a.super-diapo {text-decoration:none;color:#fff;}

a.super-diapo:hover {opacity:0.8;}


 .diapo-base {float:right;bottom:0;margin:8px;width:800px;height:24px;background: url(zb3.png) repeat;}

.sous-pages {font-size:0.7em;margin: 0 20px;}

.sous-pages a{color:rgba(255,255,255,0.7);text-decoration:none;}

.sous-pages a:hover{color:rgba(255,255,255,1);}


    #wrapper {
    width: 940px;
    height: 540px;
    margin: 0 0 30px 0;
    position: relative;
	border-bottom: 1px solid rgba(70,87,117,0.3);	
    }
     
    #carousel {
    width: 940px;
    position:relative;
    }
    #carousel ul {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    }
    #carousel li {
    background: transparent url(/_data/jv/js/coolCarousel/img/carousel_polaroid.png) no-repeat 0 0;
    font-size: 1em;
    color: #fff;
    text-align: left;
    display: block;
    width: 940px;
    height: 500px;
    padding: 0;
    margin: 0px;
    float: left;
    position: relative;
	z-index:1;
    }
     
    #carousel li img {
    width: 930px;
    height: 500px;
    margin-top: 14px;
    }
     
    #carousel li span {
    background: transparent;
    text-indent: -999px;
    display: block;
    overflow: hidden;
    width: 930px;
    height: 500px;
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 10px;
    }	
     
    .clearfix {
    float: none;
    clear: both;
    }
    #carousel .prev, #carousel .next {
    background: transparent url(/_data/jv/js/coolCarousel/img/carousel_control.png) no-repeat 0 0;
    text-indent: -999px;
    display: block;
    overflow: hidden;
    width: 15px;
    height: 21px;
    margin-left: 10px;
    position: absolute;
    top: 250px;	
	opacity:0.5;
    }
    #carousel .prev {
    background-position: 0 0;
    left: -30px;
    }
    #carousel .prev:hover {
    left: -30px;
	opacity:1;
    }	
    #carousel .next {
    background-position: -18px 0;
    right: -20px;
    }
    #carousel .next:hover {
    right: -20px;
	opacity:1;
    }	
    #carousel .pager {
    text-align: left;
    margin: 7px 0 0 7px;
	float:left;
    }
    #carousel .pager a {
    background: transparent url(/_data/jv/js/coolCarousel/img/carousel_control.png) no-repeat -34px -30px;
    text-decoration: none;
    text-indent: -999px;
    display: inline-block;
    overflow: hidden;
    width: 21px;
    height: 21px;
    margin: 0 7px 0 0;
	z-index:3001;
    }
    #carousel .pager a:hover {
    background: transparent url(/_data/jv/js/coolCarousel/img/carousel_control.png) no-repeat -2px -30px;
    text-decoration: underline;
	z-index:3002;	
    }
     
	
    #carousel .pager a.selected {
    background: transparent url(/_data/jv/js/coolCarousel/img/carousel_control.png) no-repeat -2px -30px;
    text-decoration: underline;
	z-index:3002;	
    }
     

	

.rangee-citations {display:block;float:none;width:940px;margin:0px;height:260px;padding-bottom:10px;border-bottom: 1px solid rgba(70,87,117,0.3);}

.rangee-citations-interieur {display:block;float:none;width:940px;margin:0px 30px 0px 30px;height:260px;background: transparent;padding-top:10px;padding-bottom:0px;border-top: 1px solid rgba(70,87,117,0.3);}


.bloc-citation-du-jour {text-align:left;font-family:"adelle",sans-serif;font-size:1em;width:325px;float:left;display:inline-block;height:230px;background: url(zb.png) repeat;margin-right:10px;padding: 10px 20px;}

.bloc-citation-du-jour .citation-zone-formulaire {margin-top:4px;padding-top:10px;border-top: 0.5px solid rgba(70,87,117,0.3);height:150px;border-bottom: 0.5px solid rgba(70,87,117,0.3);}

.bloc-citation-du-jour p {margin: 12px 0;font-size:0.9em;color: #000;}

.bloc-citation-du-jour span {font-size:0.9em;color: rgba(70,87,117,0.85);padding-left:10px;}

.bloc-citation-du-jour .citation-zone-bas {padding-top:4px;text-align:right;font-size:0.8em;color: rgba(70,87,117,0.85);}

.bloc-citation-du-jour .citation-zone-bas a{color: #000;text-decoration:none;}

.bloc-citation-du-jour .citation-zone-bas a:hover{color: #000;text-decoration:underline;}

.bloc-citation-du-jour .abonnement-citation-courriel {font-family:"adelle",sans-serif;font-weight:400;font-size:1.3em;width:250px;color: rgba(70,87,117,0.9);padding:5px;border-radius:5px;background: rgba(70,87,117,0.2);border:none;transition-property:all;
transition-duration:2s;
transition-timing-function:cubic-bezier(0,0,0.25,1);
}

.bloc-citation-du-jour .abonnement-citation-courriel:focus {background: rgba(70,87,117,0.1);	-webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);}

.bloc-citation-du-jour .abonnement-bouton {display:inline-block;text-align:center;width:20px;color:#fff;margin-left:6px;padding:7px 10px;font-size:1.5em;background: rgba(70,87,117,1);border-radius:5px;color:#fff;}

.bloc-citation-du-jour h2 {font-family:"adelle",sans-serif;font-weight:300;font-size:1.6em;color: rgba(70,87,117,0.85);padding:0 0 5px 0;margin:0;border-bottom: 0.5px solid rgba(70,87,117,0.3);height:40px;overflow:hidden;}  

.bloc-citation-vivante {width:380px;float:left;display:inline-block;height:250px;background: rgba(70,87,117,0.7);text-align:left;margin-left:10px;}

.bloc-citation-vivante h2 {text-align:left;font-family:"adelle",sans-serif;font-weight:300;font-size:1.7em;color: rgba(255,255,255,0.5);padding:5px 10px 5px 20px;margin:0;background: rgba(70,87,117,1);}  

.bloc-citation-vivante h3 {text-align:left;font-family:"adelle",sans-serif;font-weight:400;font-size:1.7em;color: rgb(255,255,255);padding:30px 10px 5px 20px;margin-right:160px;}  

.bloc-citation-vivante h3 a{text-decoration:none;color: rgba(255,255,255,1);transition-property:all;
transition-duration:1s;
transition-timing-function:cubic-bezier(0,0,0.25,1);
}

.bloc-citation-vivante h3 a:hover{color: rgba(255,255,255,0.8);}


.bloc-citation-vivante .citation-vivante-contenu {position:relative;bottom:0;left:0;margin:0;padding:0;height:203px;width:350px;-webkit-linear-gradient(left, rgba(116,145,197,100), rgba(116,145,197,0));
background: -moz-linear-gradient(left, rgba(116,145,197,100), rgba(116,145,197,0));
background: -ms-linear-gradient(left, rgba(116,145,197,100), rgba(116,145,197,0));
background: -o-linear-gradient(left, rgba(116,145,197,100), rgba(116,145,197,0));
transition-property:all;
transition-duration:1s;
transition-timing-function:cubic-bezier(0,0,0.25,1);
}

.bloc-citation-vivante .citation-vivante-contenu:hover {-webkit-linear-gradient(left, rgba(116,145,197,100), rgba(116,145,197,0));
background: -moz-linear-gradient(left, rgba(116,145,197,100), rgba(116,145,197,0.2));
background: -ms-linear-gradient(left, rgba(116,145,197,100), rgba(116,145,197,0.2));
background: -o-linear-gradient(left, rgba(116,145,197,100), rgba(116,145,197,0).2);}

.bloc-publication {text-align:left;font-family:"adelle",sans-serif;font-size:1em;width:155px;float:left;display:inline-block;height:250px;padding: 0px 9px;border-left: 0.5px solid rgba(70,87,117,0.3);border-right: 0.5px solid rgba(70,87,117,0.3);}

.bloc-publication-image {position:relative;display:block;width:135px;height:250px;background: url(zb.png) repeat;padding:0 10px;}

.bloc-publication-image img {padding-top:10px;width:135px;height:auto;max-height:180px;}


.bloc-publication-image a {opacity:1;
transition-property:all;
transition-duration:1s;
transition-timing-function:cubic-bezier(0,0,0.25,1);
}

.bloc-publication-image a:hover {opacity:0.6;}

.bloc-publication h3 {bottom:10px;text-align:center;font-family:"adelle",sans-serif;font-weight:300;font-size:1em;color: rgb(255,255,255);padding:10px 0px 0px 0px;}  

.bloc-publication h3 a{text-decoration:none;color: #000;transition-property:all;
transition-duration:2s;
transition-timing-function:cubic-bezier(0,0,0.25,1);
}

.bloc-citation-vivante h3 a:hover{color: rgba(255,255,255,0.5);}

.rangee-actus {position:relative;display:block;float:none;width:940px;margin:0px 0;height:170px;background: transparent;padding-bottom:10px;border-bottom: 1px solid rgba(70,87,117,0.3);}

.rangee-actus-interieur {position:relative;display:inline-block;float:none;width:940px;margin:0px 30px 10px 30px;height:170px;background: transparent;padding-top:0px;padding-bottom:10px;border-top: 1px solid rgba(70,87,117,0.3);border-bottom: 1px solid rgba(70,87,117,0.3);}


.bloc-bas-de-page {position:relative;text-align:left;font-family:"adelle",sans-serif;font-size:0.9em;color: rgba(70,88,118,0.8);}

.bloc-bas-de-page h2{font-family:"adelle",sans-serif;font-weight:300;font-size:1.6em;color: rgba(70,87,117,0.85);padding:0;margin:0;border-bottom: 1px solid rgba(70,87,117,0.3);height:30px;overflow:hidden;}  

.bloc-bas-de-page h2 a{font-family:"adelle",sans-serif;font-weight:300;color: rgba(70,87,117,0.85);text-decoration:none;}  

.bloc-bas-de-page h2 a:hover{font-family:"adelle",sans-serif;font-weight:300;color: rgba(70,87,117,0.5);text-decoration:none;}  

.bloc-bas-de-page p {margin-top:10px;color:#000;}
.bloc-video{position:relative;float:left;width:300px;height:170px;margin:10px 10px 10px 0;}

.bloc-actus{display:inline-block;float:left;width:260px;height:150px;margin:10px;padding: 0 20px;border-left: 1px solid rgba(70,87,117,0.3);}

.bloc-actus a {text-decoration:none;font-weight:700;color:#000;}



.bloc-boutique-temp{display:inline-block;float:left;width:260px;height:150px;margin:10px 0px ;padding: 0 20px ;border-left: 1px solid rgba(70,87,117,0.3);}

.bloc-boutique-temp p a {padding:0;text-decoration:none;font-weight:300;color: rgba(0,0,0,1);transition-property:all;transition-duration:1s;
transition-timing-function:cubic-bezier(0,0,0.25,1);}

.bloc-boutique-temp p a:hover {text-decoration:none;font-weight:300;color: rgba(0,0,0,0.3);}

.bloc-boutique{text-align:left;display:inline-block;float:left;width:280px;height:150px;margin:10px 0px;padding: 0px 0px 0px 10px;}

#menu-section {display: inline-block;list-style:none;height:125px;width:100%;}

#menu-section li {text-align:center;float:left;font-size:1em;color: rgba(70,87,117,1);width:17%;padding:0 0.5%;margin-left:1%;height:125px;overflow:hidden;
-webkit-linear-gradient(top, rgba(70,88,118,0), rgba(70,88,118,0.4));
background: -moz-linear-gradient(top, rgba(70,88,118,0), rgba(70,88,118,0.4));
background: -ms-linear-gradient(top, rgba(70,88,118,0), rgba(70,88,118,0.4));
background: -o-linear-gradient(top, rgba(70,88,118,0), rgba(70,88,118,0.4));
}

#menu-section li.texte-section {text-align:left;float:left;font-size:0.9em;color: rgba(70,87,117,1);width:65%;padding:0 0.5%;margin-left:1%;height:95px;overflow:hidden; -webkit-linear-gradient(right, rgba(70,88,118,0), rgba(70,88,118,0.2));background: -moz-linear-gradient(right, rgba(70,88,118,0), rgba(70,88,118,0.2));
background: -ms-linear-gradient(right, rgba(70,88,118,0), rgba(70,88,118,0.2));
background: -o-linear-gradient(right, rgba(70,88,118,0), rgba(70,88,118,0.2));padding:15px 30px;
}

#menu-section li.texte-section p{margin:0;padding:0;}


#menu-section li:first-child {margin:0;width:23%;}

#menu-section .titre-section {background: rgba(70,87,117,1);}

#menu-section .titre-section div{font-size:1.8em;font-weight:300px;color:#fff;height:80px;padding-top:25px;margin:10px 5px;border-top:1px solid rgba(255,255,255,0.2);border-bottom:1px solid rgba(255,255,255,0.2);}

#menu-section .titre-page {background: -webkit-linear-gradient(top, rgba(70,88,118,0), rgba(70,88,118,0.4));
background: url(msb.png) bottom center no-repeat, -moz-linear-gradient(top, rgba(70,88,118,0), rgba(70,88,118,0.4));
background: url(msb.png) bottom center no-repeat, -ms-linear-gradient(top, rgba(70,88,118,0), rgba(70,88,118,0.4));
background: url(msb.png) bottom center no-repeat, -o-linear-gradient(top, rgba(70,88,118,0), rgba(70,88,118,0.4));transition-property:all;
transition-duration:1s;
transition-timing-function:cubic-bezier(0,0,0.25,1);}

#menu-section .titre-page div{font-size:1.1em;text-align:center;height:65px;margin:11px 5px;padding-top:25px;}

#menu-section .titre-page a{color: rgba(70,88,118,1);text-decoration:none;}

#menu-section .titre-page:hover a{color: rgba(70,88,118,1);text-decoration:none;}

#menu-section .titre-page:hover {background: -webkit-linear-gradient(top, rgba(70,88,118,0.2), rgba(70,88,118,0.6));
background: url(msb.png) bottom center no-repeat, -moz-linear-gradient(top, rgba(70,88,118,0.2), rgba(70,88,118,0.6));
background: url(msb.png) bottom center no-repeat, -ms-linear-gradient(top, rgba(70,88,118,0.2), rgba(70,88,118,0.6));
background: url(msb.png) bottom center no-repeat, -o-linear-gradient(top, rgba(70,88,118,0.2), rgba(70,88,118,0.6));}

#menu-section .titre-page-on {background: rgba(145,124,174,1) url(ms.png) bottom center no-repeat;}

#menu-section .titre-page-on div{font-size:1.5em;text-align:center;height:65px;margin:11px 5px;padding-top:5px;}

#menu-section .titre-page-on a{color:#fff;text-decoration:none;}

.page-intro {width:940px;height:530px;margin: 30px 30px 0px 30px;}

.page-intro .page-intro-conteneur{width:940px;height:530px;}

.page-intro .page-intro-contenu{display:inline-block;text-align:left;width:350px;margin-top:40px;height:490px;background: rgba(70,88,118,0.4);color:#fff;}

.intro-droite {float:right;}

.intro-gauche {float:left;}

.pagination {display:inline-block;float:none;width:940px;margin:10px 30px 0 30px;height:40px;padding-top:10px;}

.no-page
{float:right;padding:6px 12px;border-radius:3px;margin: 0 10px;background: rgba(70,87,117,0.2);color: rgba(70,87,117,1);}

.no-page:hover
{float:right;padding:6px 12px;border-radius:3px;margin: 0 10px;background: rgba(70,87,117,1);color:#fff;}

.no-page_on
{float:right;padding:6px 12px;border-radius:3px;margin: 0 10px;background: rgba(70,87,117,1);color:#fff;}

.no-page a
{color: rgba(70,87,117,1);text-decoration:none;font-size:13px;font-family:"adelle",sans-serif;font-weight:700;text-decoration:none;}

.no-page_on a
{color:#fff;font-family:"adelle",sans-serif;font-weight:700;}

.no-page a:hover
{color:#fff;font-family:"adelle",sans-serif;font-weight:700;text-decoration:none;}

.page-intro .page-intro-contenu h1 {width:290px;height:85px;background: rgba(70,88,118,1) url(h1-intro.png) bottom left no-repeat;font-size:30px !important;line-height:1.2em;color:rgba(255,255,255,1) !important;padding:15px 30px;}


.page-intro .page-intro-contenu h2 {position:relative;bottom:0;width:290px;height:30px;background: rgba(70,88,118,0.2);font-size:24px !important;line-height:1em;color:rgba(255,255,255,1) !important;padding:15px 30px;}


.page-intro .page-intro-contenu p {font-size:1.2em;color:#fff;margin:30px;} 

#pages .page-conteneur{display:block;width:940px;height:auto;margin: 30px 30px;}

#pages .colonne-auteur{float:left;width:210px;height:auto;min-height:300px;margin: 0 30px;}

#pages .colonne-infos{float:left;width:240px;height:auto;min-height:300px;margin: 0 0 0 30px;overflow:hidden;}

#pages .colonne-infos p a{color:rgba(70,87,117,1);text-decoration:none;}

#pages .colonne-infos p a{color:rgba(70,87,117,1);text-decoration:underline;}


#pages .colonne-infos img{float:left;margin-right:10px;}

#pages .colonne-infos div{display:block;width:240px;height:140px;margin-bottom:10px;font-size:0.95em;}

#pages .colonne-infos div.recipiendaires {background: url(zb.png) repeat;padding:10px;}

#pages .colonne-infos h2{margin:0;margin-top:30px;color:#000;font-weight:700;font-size:14px;}

#pages .colonne-texte{float:left;width:670px;height:auto;}

.colonne-texte h1 {text-align:left;padding-right:100px;line-height:1.2em;margin-bottom:50px;}

#pages .page-auteur {font-size:1.2em;font-weight:700;color: rgba(70,87,117,1);margin: 0 0 5px; 0;}

span.date {background: rgba(70,88,118,1);color:rgba(255,255,255,1);padding:0px 8px 2px 8px;font-family:"adelle",sans-serif;font-weight:300;cursor:pointer;border-radius: 5px;font-size:1.2em;text-decoration:none;margin-right:10px;}

.jv-copyright {text-align:right;float:none;width:940px;margin: 0;font-family:"adelle",sans-serif;font-weight:300;color: rgba(70,87,117,0.85);font-size:0.9em;margin-bottom:10px;}

.jv-copyright div {display:inline-block;padding:0 20px 0 20px;color: rgba(70,87,117,0.3);font-size:1.2em;transition-property:all;
transition-duration:1s;
transition-timing-function:cubic-bezier(0,0,0.25,1);}

#retour {display: none;position:fixed;bottom:10px;right:20px;}


.page-intro h1 a{color:rgba(255,255,255,1);padding:0;text-decoration:none;transition-property:all;
transition-duration:1s;
transition-timing-function:cubic-bezier(0,0,0.25,1);}

.page-intro h1 a:hover{color:rgba(255,255,255,0.5);}

.jv-copyright div:hover {display:inline-block;padding:0 20px 20px 20px;color: rgba(70,87,117,0.8);}

.page-video{display:block;width:1000px;float:none;height:auto; !important;margin-top:0px;}


.page-video .page-video-item{display:inline-block;float:left;width:455px;height:auto;margin:0px 0px 30px 30px !important;background: url(zb.png) repeat;}

.page-video .page-video-item iframe{width:455px;height:auto;min-height:275px;padding-top:5px;}

.page-video .page-video-item-large{display:inline-block;float:left;width:940px;height:auto;margin:0px 0px 30px 30px !important;background: url(zb.png) repeat;}

.page-video .page-video-item-large iframe{width:940px;height:auto;min-height:540px;padding-top:5px;}


h2.titre-video{display:block;font-family:"adelle",sans-serif;font-weight:300;font-size:1.2em;color: rgba(70,87,117,0.85);border-bottom: 0.5px solid rgba(70,87,117,0.3);height:55px;overflow:hidden;padding: 0 10px;}  

.bloc-actus ul {inherit:none;display:block;list-style:square !important;height:150px;color: rgba(70,87,117,1);}

.bloc-actus ul li{display:block;color: rgba(70,87,117,1);height:auto;margin:0px;padding:5px 0px;opacity:1;}

.bloc-actus ul li a{text-decoration:none;color;#000 !important;}

.partage-sm {display:inline-block;list-style:none;line-height:40px;margin:0px 0;width:100%;text-align:right;padding-bottom:5px;border-bottom: 1px dotted #c0c0c0;}

.partage-sm a{padding:10px;line-height:1em;text-decoration:none;}

.partage-sm a:hover{opacity:0.8;text-decoration:none;}

.partage-sm li {width:24px;height:32px;float:right;padding:0px 5px;margin-right:10px;}

.partage-sm li:hover {-webkit-box-shadow: inset -3px 0px 15px 0px rgba(255,255,255.75);
-moz-box-shadow: inset -3px 0px 15px 0px rgba(255,255,255,0.75);
box-shadow: inset -3px 0px 15px 0px rgba(255,255,255,0.75);
}


.partage-sm li.partage-sm-fb {width:24px;height:32px;background: url(smedia-32x32.png) top left no-repeat;background-position: 0px -5px;}


.partage-sm li.partage-sm-tw {width:24px;height:32px;background: url(smedia-32x32.png);background-position: 34px -5px;}

.partage-sm li.partage-sm-g {width:24px;height:32px;background: url(smedia-32x32.png);background-position: 72px -5px;}

.dossier-de-presse
{display:inline-block;float:none;width:100%;height:auto;margin: 0px 0px 30px 0px;text-align:left;font-family:"adelle",serif;font-weight:400;font-size: 15px;}

.dossier-de-presse p
{margin-bottom:21px;}

.dossier-de-presse h1
{margin: 0px 0px 10px 0px;font-family:"adelle",sans-serif;font-weight:400;font-size:42px;color: rgba(70,87,117,0.7);}


.dossier-de-presse h2
{margin: 21px 0px 15px 0px;font-weight:normal;font-family:"adelle",serif;font-size:21px;color:#7591C5;}


.dossier-de-presse h3
{margin: 32px 0px 10px 0px;font-weight:700;font-size:16px;color:#555;}

.dossier-de-presse h3 a
{text-decoration:none;color:#555;}

.dossier-de-presse h3 a:hover
{text-decoration:underline;color:#887aa5;}

.dossier-de-presse .menu-ddp {display:block;width:185px;height:100%;float:left;margin:50px 25px 30px 25px;}

.dossier-de-presse .contenu-ddp {display:block;width:700px;height:100%;float:left;margin-bottom:30px;}


.dossier-de-presse ul {display:block;list-style:none;width:100%;height:auto;line-heigth:1em;}

.dossier-de-presse li {display:block;float:none;padding:5px 10px;width:100%;height:auto;line-heigth:1em;}

.dossier-de-presse li ul li{display:block;float:none;border-radius:6px;margin:5px 0;padding:5px 10px;background: rgba(70,87,117,0.1);}

.dossier-de-presse li a{text-decoration:none;color:#000;font-weight:700;}

.dossier-de-presse li ul li a{text-decoration:none;color:#000;font-weight:400;}

.dossier-de-presse li ul li:hover > a{text-decoration:none;color:#fff;}

.dossier-de-presse li ul li:hover {background: #a89bc2;}

.dossier-de-presse li ul li._on{background: rgba(145,124,174,1);}

.dossier-de-presse li ul li._on a{color: #fff;}


.votre-message {float:right;margin-top:15px;}

.votre-message a{font-size:1.1em;text-decoration:none;color:#fff;background: rgba(145,124,174,1);border-radius:6px;padding:5px 10px;transition-property:all;
transition-duration:1s;
transition-timing-function:cubic-bezier(0,0,0.25,1);}

.votre-message a:hover{font-size:1.1em;text-decoration:none;color:#fff;background: rgba(145,124,174,0.7);border-radius:6px;padding:5px 10px;}

.photo-legende-in-texte {text-align:right;width:100%;font-size:0.8em;height:40px;}

.photo-legende-sous-texte {display:block;text-align:right;width:100%;font-size:0.6em;height:40px;}

.photo-legende-sous-texte a{text-decoration:none;color:#000;text-transform:uppercase;display:block;margin-right:30px;}

.photo-legende-sous-texte a:hover{text-decoration:underline;color:#000;text-transform:uppercase;}


@media print {
  h2 { 
    page-break-before: always;
  }
  h3, h4 {
    page-break-after: avoid;
  }
  pre, blockquote {
    page-break-inside: avoid;
  }
}

.imprimer-sm-boutons {text-align:right;font-size:0.9em;}
.imprimer-sm-boutons a{text-decoration:underline;color:#000;}
.imprimer-sm-boutons a:hover{text-decoration:none;color:#000;}

.albums {width:940px;height:auto;margin: 30px 30px 0px 30px;}

.album-intro{width:455px;height:255px;float;left;margin:0;padding:0}

h2.titre-video a {color: rgba(117,145,197,1);text-decoration:none;}

h2.titre-video a:hover {color: rgba(117,145,197,0.6);text-decoration:none;}


.album-intro-overlay {position:absolute;margin-top:-265px;width:455px;height:255px;float;left;opacity:0.8;-webkit-box-shadow: inset -3px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: inset -3px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: inset -3px 0px 20px 5px rgba(0,0,0,0.75);
}

.album-intro-overlay:hover {position:absolute;margin-top:-265px;width:455px;height:255px;float;left;opacity:0.8;-webkit-box-shadow: inset -3px 0px 5px 0px rgba(255,255,255,0.75);
-moz-box-shadow: inset -3px 0px 5px 0px rgba(255,255,255,255.75);
box-shadow: inset -3px 0px 20px 5px rgba(255,255,255,0.75);
}


.album-photo{display:inline-block;text-align:left;float:left;width:235px;margin:0;padding:0;min-height:125px;height:auto;overflow:hidden;}

.album-photo:hover{display:inline-block;text-align:left;float:left;width:235px;margin:0;padding:0;min-height:125px;height:auto;background: rgba(70,88,118,0.4);overflow:hidden;
}

.album-photo a{display:block;width:233px;height:100%;text-decoration:none;}


.album-photo-overlay {opacity:0.8;-webkit-box-shadow: inset -3px 0px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: inset -3px 0px 5px 0px rgba(0,0,0,0.5);
box-shadow: inset -3px 0px 20px 5px rgba(0,0,0,0.5);
}

.album-photo-overlay:hover {opacity:0.8;-webkit-box-shadow: inset -3px 0px 5px 0px rgba(255,255,255,0.75);
-moz-box-shadow: inset -3px 0px 5px 0px rgba(255,255,255,0.75);
box-shadow: inset -3px 0px 20px 5px rgba(255,255,255,0.75);
}

.album-photo-c1 {display:inline-block;float:left;width:233px;margin:0;padding:0;min-height:500px;height:auto;}

.album-photo-c2 {display:inline-block;float:left;width:233px;margin:0;padding:0;min-height:500px;height:auto;}

.album-photo-c3 {display:inline-block;float:left;width:233px;margin:0;padding:0;min-height:500px;height:auto;}

.album-photo-c4 {display:inline-block;float:left;width:233px;margin:0;padding:0;min-height:500px;height:auto;}

.texte-section-photos {width:590px;overflow:hidden;display:block;width:100%;height:290px;background: url(zb.png) repeat;padding:20px;margin-right:40px;font-size:0.9em;}

.texte-section-videos {width:590px;overflow:hidden;display:block;width:100%;min-height:425px;background: url(zb.png) repeat;padding:20px;margin-right:40px;}

.texte-section-videos iframe{width:295px;height:auto;min-height:160px;margin-bottom:20px;margin-right:20px;}

.texte-section-photos img {float:left;margin:0;padding:0;}

.pt-lien a{font-size:3em;color:#fff !important;text-decoration:none;}

.pt-lien a:hover{opacity:0.7}

