/* CSS Document */
/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default u;ll,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none}

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... */

body{
	margin:0px;
	color:#000;
	background-color:#FFF;
	line-height:24px;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-size:16px;
}

body#accueil{
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	background-position:center top;

	
	}


body#livre{
	background-image:url(../images/bg_livre.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size: contain;
	background-color: #0F325A;
line-height:12px;
	
	}
body#livre .espacement_livre{
	margin:auto;
	width:1100px;
	background-color: #BAC6D3;
	padding: 1%;
	background: rgba(194, 202, 218, 0.5); 
}

body#livre #footer{
	
	margin-top: 0px !important;
}

body#membre{
	background-image:url(../images/bg_membre.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size: cover;
	background-color: #0F325A;
line-height:20px;
	
	}
body#membre strong{
	font-weight: 700;
}
body#membre .espacement_livre{
	margin:auto;
	width:1100px;
	background-color: #BAC6D3;
	padding: 1%;
	background: rgba(194, 202, 218, 0.9); 
}

body#membre #footer{
	
	margin-top: 0px !important;
}
.langue {
    margin-bottom: 10px;
    margin-right: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    border-top: 1px solid #B3B3B3;
    border-bottom: 1px solid #B3B3B3;
    background-color: #EDF1F4;
    display: inline-block;
    text-align: right;
    color: #050505;
	width: auto;
	float: right;
  
}
.langue:hover {
    margin-bottom: 10px;
    margin-right: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    border-top: 1px solid #B3B3B3;
    border-bottom: 1px solid #B3B3B3;
    background-color: #064E7E;
    display: inline-block;
    text-align: right;
    color: #FFFFFF;
	width: auto;
	float: right;
  
}

a{
	color:#0053A0;
	text-decoration: none;
	margin: 0;
	transition: all 0.3s ease-in-out 0s;
	transition-duration: 0.2s;
}
a:hover{
	color: #0C2B40;
	text-decoration: none;
}

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
  text-transform:lowercase;
}

h1{
	font-family: 'Playfair Display', serif;
	font-size:30px;
	font-weight:400;
	margin-bottom:20px;
	line-height:30px;
	color:#444444;
	text-transform:uppercase;
	}
h2{
	font-family: 'Playfair Display', serif;
	font-size:18px;
	font-weight:700;
	margin-bottom:20px;
	line-height:24px;
	color:#A3A3A3;
	}
h3{
	font-family: 'Playfair Display', serif;
	font-size:18px;
	font-weight:900;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:10px;
    margin-top: 15px;
	}
	
h4{
	font-family: 'Playfair Display', serif;
	font-size:16px;
	line-height:24px;
	font-weight:400;
	padding-bottom:20px;
	padding-left:20px;
	}
	
h5{
	font-family: 'Playfair Display', serif;
	font-size:18px;
	line-height:24px;
	font-weight:900;
	border-top:1px solid #DCDCDC;
	text-align:right;
	padding-top:20px;
	padding-bottom:20px;
	}
	
h6{
	font-family: 'Roboto', sans-serif;
	font-size:18px;
	font-weight:700;
	margin-top:10px;
	}
	
p{
    margin-top: 15px;
}
.ImgLeft{
	padding:2px;
	margin-bottom:5px;
	margin-right:10px;
	float:left;
	width:150px !important;
	height:auto;
	border:1px solid #C4C4C4;
}
.ImgLeftDetail{
	padding:2px;
	margin-bottom:5px;
	margin-right:10px;
	float:left;
	width:300px !important;
	height:auto;
	border:1px solid #C4C4C4;
}	
.logo img{
	padding:10px;
	/*width:50%;*/
	width:25%;
	padding-bottom:0px;
}

.separateurSub	{
	padding-top:2%;
}


.content{
	background-color:#FFF;
	min-height:500px;
	padding-top:15px;
}

.conteneur{
	margin:auto;
	width:1100px;
}

.colonne_rss{
	width:100%;
	float:left;
	padding-bottom:20px;
	}

.colonne_droite{
	width:760px;
	float:right;
	padding-bottom:20px;
	min-height:400px;
	}
	
.colonne_gauche ul{
	list-style-image:url(../images/puce.png);
	margin:0;
	padding:0;
	padding-left:20px;
	}
	
.colonne_gauche a{
	color:#000;
	}
	
.colonne_gauche a:hover{
	color: #909090;
	/*text-shadow: 2px 2px #FFF;*/
	}
	
.colonne_gauche{
	margin-right:40px;
	width:240px;
	float:right;
	border-right:1px solid #232323;
	background-color:#E4E4E4;
	padding:20px;
	}

.colonne_gauche_lien ul{

	margin:0;
	padding:0;
	padding-left:20px;

	}
.colonne_gauche_lien ul li{
	
	margin:0;
	padding:0;
	
	list-style-image:url(../images/puce2.png);
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:1px dotted #FFFFFF;
	}
.colonne_gauche_lien{
	margin-right:40px;
	width:240px;
	float:right;
	border-right:1px solid #0053A0;
	background-color:#064E7E;
	padding:20px;
	color:#FFFFFF !important;
	
	}
.colonne_gauche_lien h1{
	color:#FFBB22;
	}
.colonne_gauche_lien a{
	color:#FFFFFF;
	
	}
	
.colonne_gauche_lien a:hover{
	color: #FCB728;
	/*text-shadow: 2px 2px #FFF;*/
	}
	
.colonne_tiers{
	width:30%;
	float:left; 
	padding-right:20px;
	}
	
.infolettre{
	margin-right:40px;
	margin-bottom:20px;
	border:1px solid #BBBBBB;
	background-color:#E4E4E4;
	padding:20px;
	width:200px;
	float:right;
	border-right:1px solid #232323;
	background-color:#E4E4E4;
	}
	
/* ----------------   Accordeon*/


.accordeon{
	background-color:#CBCBCB;
}


.accordion {
  width: 100%;
 /* max-width: 1080px;*/
  height: 390px;
  overflow: hidden;
  margin: 0px auto;
}

.accordion ul {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}

.accordion ul li {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  width: 16.666%;
  height: 390px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 500ms ease;
}

.accordion ul li div {
  display: block;
  overflow: hidden;
  width: 100%;
}

.accordion ul li div a {
  display: block;
  height: 390px;
  width: 100%;
  position: relative;
  z-index: 3;
  vertical-align: bottom;
  padding: 15px 20px;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  font-family: Open Sans, sans-serif;
  transition: all 200ms ease;
}



.accordion ul li div a * {
  opacity: 0;
  margin: 0;
  width: 100%;
  text-overflow: ellipsis;
  position: relative;
  z-index: 5;
 /* white-space: nowrap;*/
  overflow: hidden;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.accordion ul li div a h2 {
 	font-family: 'Playfair Display', serif;
	font-size:36px;
	font-weight:700;
	line-height:36px;
	color:#FFF;
 	margin-bottom: 10px;
	margin-left: 30px;
  	top: 10px;
	width: 500px;
    height: auto;
	display:block;
}

.accordion ul li div a p {
  top: 10px;
  font-size: 16px;
  width: 500px;
  height: auto;
  display:block;
  margin-left: 30px;
}

.accordion ul li div a img {
  top: 280px;
  left:530px;
  width: 71px;
  height: auto;
  display:block;
}

.accordion ul li:nth-child(1) div, .accordion ul li:nth-child(3) div, .accordion ul li:nth-child(5) div   { background: rgba(0, 105, 171, 0.5); filter:saturate(3);}
.accordion ul li:nth-child(2) div, .accordion ul li:nth-child(4) div, .accordion ul li:nth-child(6) div   { background: rgba(0, 45, 71, 0.5); filter:saturate(3);}



.accordion ul li:nth-child(1) {  background-size:cover; }

.accordion ul li:nth-child(2) {  background-size:cover; }

.accordion ul li:nth-child(3) {  background-size:cover; }

.accordion ul li:nth-child(4) {  background-size:cover; }

.accordion ul li:nth-child(5) {  background-size:cover; }

.accordion ul li:nth-child(6) {  background-size:cover; }

.accordion ul:hover li { width: 8%; }

.accordion ul:hover li:hover { width: 60%; }

.accordion ul:hover li:hover a { background: rgba(0, 0, 0, 0.7);}

.accordion ul:hover li:hover a * {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
 @media screen and (max-width: 600px) {

body { margin: 0; }

.accordion { height: auto; }

.accordion ul li,
.accordion ul li:hover,
.accordion ul:hover li,
.accordion ul:hover li:hover {
  position: relative;
  display: table;
  table-layout: fixed;
  height:auto;
  width: 100%;
  -webkit-transition: none;
  transition: none;

}
.accordion ul li a * {
  opacity: 1 !important;
  padding-left:1%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.accordion ul li div a {
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-family: Open Sans,sans-serif;
    height: auto;
    padding: 0px 0px;
   position: relative;
    text-decoration: none;
    transition: all 200ms ease 0s;
    vertical-align: top;
    width: 100%;
    z-index: 3;
	 padding-left:10% !important;
	 padding-bottom:30px;

}

.accordion ul li div a h2 {
    color: #fff;
    display: block;
    font-family: "Playfair Display",serif;
    font-size: 26px;
    font-weight: 700;
    height: auto;
    line-height: 26px;
    margin-bottom: 10px;
    top: 0px;
    width: 100%;
}
.accordion ul li div a p {
    display: block;
    font-size: 14px;
    height: auto;
    top: 0px;
    width: 100%;
}

}







/* -------------------Nouvelles*/

.bordure{
	border-top:1px solid #E7E7E7;
	margin-bottom:40px;

}

.nav{
	position:relative;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:0px;
	z-index:998;
	display:block;
	float:right;
}

.icones{
	position:relative;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:10px;
	z-index:998;
	display:block;
	float:left;
}
.icones img{
	width:40px;
	width:40px;
}

.icones a{
	margin-right:5px;
	opacity: 1;
}


.icones a:hover {
  opacity: 0.5;
  -webkit-transition: all 0.2s ease;
}



/*Fin de nouvelles*/



/*SousPage -------------------------*/

	

.champs{
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	margin-bottom: 5px;
	/*padding: 4px;*/
padding: 4px;
	padding-top: 11px;
	padding-bottom: 11px;
	border: 1px solid #C0C0C0;
	display:block;
	width:95%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(top,  #eeeeee 0%, #dddddd 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #eeeeee 0%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #eeeeee 0%,#dddddd 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #eeeeee 0%,#dddddd 100%); /* IE10+ */
background: linear-gradient(to bottom,  #eeeeee 0%,#dddddd 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
	}
.champs_full{
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	margin-bottom: 5px;
	padding: 4px;
	padding-top: 11px;
	padding-bottom: 11px;
	border: 1px solid #C0C0C0;
	display:block;
	width:98%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(top,  #eeeeee 0%, #dddddd 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #eeeeee 0%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #eeeeee 0%,#dddddd 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #eeeeee 0%,#dddddd 100%); /* IE10+ */
background: linear-gradient(to bottom,  #eeeeee 0%,#dddddd 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
	}
.champs2{
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	margin-bottom: 5px;
	padding: 11px;
	border: 1px solid #C0C0C0;
	
	width:auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(top,  #eeeeee 0%, #dddddd 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #eeeeee 0%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #eeeeee 0%,#dddddd 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #eeeeee 0%,#dddddd 100%); /* IE10+ */
background: linear-gradient(to bottom,  #eeeeee 0%,#dddddd 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
	}
	
.champs_drop{
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	margin-bottom: 5px;
	padding: 4px;
	padding-top: 11px;
	padding-bottom: 11px;
	border: 1px solid #C0C0C0;
	display:block;
	width:auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(top,  #eeeeee 0%, #dddddd 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #eeeeee 0%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #eeeeee 0%,#dddddd 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #eeeeee 0%,#dddddd 100%); /* IE10+ */
background: linear-gradient(to bottom,  #eeeeee 0%,#dddddd 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
	}

	
.bouton{
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 5px;
	border: none;
	color:#FFF;
	background-color: #064E7E;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor:pointer;
	display:block;
	width:95%;
	}

.bouton:hover{
	background-color: #000;
	text-decoration:none;
	}
	
	.bouton_form{
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	margin-bottom: 5px;
	padding: 1%;
	border: none;
	color:#FFF;
	background-color: #064E7E;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor:pointer;
	display:block;
	width:100%;
	}
	
	.bouton_form:hover{
	background-color: #000;
	text-decoration:none;
	}

/* ----------------- SLIDER NOUVELLE PAGE D'ACCUEIL*/

#slider2 {
  position: relative;
  overflow: hidden;
  float:right;
  width: 700px !important;

}

#slider2 ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

#slider2 ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 350px;
  text-align: left;
  line-height: 20px;
  height:auto;
  min-height:500px;
}

#slider2 h1{
  width: 320px;
  padding-left:10px;
}

#slider2 h2{
  width: 320px;
  padding-left:10px;
  padding-top:10px;
  font-family: 'Roboto', sans-serif;
  font-size:14px;
  font-weight:700;
  text-transform:uppercase;
  margin-bottom:5px;
}

#slider2 h3{
margin-bottom:10px;
margin-right:10px;
  padding-top:5px;
  padding-bottom:5px;
      }

.aimta{
	border-top:1px solid #B81C00;
  border-bottom:1px solid #B81C00;
   background-color:#F4E9E9;
   padding-left:10px;
  font-size:14px;
  font-weight:400;
  letter-spacing:2px;
  }
 
.local{
  border-top:1px solid #B3B3B3;
  border-bottom:1px solid #B3B3B3;
   background-color:#EDF1F4;
   padding-left:10px;
     font-size:14px;
  font-weight:400;
  letter-spacing:2px;
  }
  
.savoir{
	margin-bottom:10px;
	margin-right:10px;
	padding-right:10px;
  padding-left:10px;
  padding-top:5px;
  padding-bottom:5px;
  font-size:12px;
  font-weight:400;
  letter-spacing:2px;
    border-top:1px solid #B3B3B3;
  border-bottom:1px solid #B3B3B3;
   background-color:#EDF1F4;
 /*  display:block;*/
   text-align:right;
   color:#050505;
  position: absolute;
    bottom: 0;
    left: 0;
   
   
      }

#slider2 p{
  font-size:15px;
  font-weight:300;
  line-height:21px;
  color:#000;
  width: 90%;
  padding-left:10px;
  padding-bottom:20px;
}



a.control_prev, a.control_next {
  position: relative;
  float:right;
  z-index: 999;
  display: inline-block;
  padding: 10px;
  height: auto;
  background: #FFF;
  color: #262626;
  border:1px solid #9E9E9E;
  text-decoration: none;
  font-weight: 600;
  font-size: 12px;
  opacity: 0.6;
  cursor: pointer;
  margin-bottom:20px;
  margin-right:20px;
}

a.control_prev:hover, a.control_next:hover, a.control_plus:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}


/* ---------------Footer */



#footer{
	background-color:#303137;
	min-height:100px;
	padding-top:50px;
	margin-top:150px;
	color:#FFF;
	font-size:13px;
	line-height:16px;
	letter-spacing:2px;
	}
	
	
.footerText{
	margin:auto;
	width:1000px;
	text-align:center;
}


.colonneFooter{
	width:24%;
	float:left;
	text-align:left;
	border-top:1px solid #1B1B1B;
	padding-top:15px;
}

#footer a{
	color:#FFF;
	}
	
#footer a:hover{
	color:#E1B310;
	}


/* Webgrid site public */
.WebGridTable{
    background: #fff;
	width:100%;
}

.WebGridTable table{
	padding:10px;
}

 
 
 
.WebGridTable th{
border-top: 1px dashed #CCC;
padding-bottom:20px;
}

.WebGridTable caption{
    font-size:14px;
	text-align:left;
}

.WebGridTable a{
    color: #444444;
}
.WebGridTable a:hover{
    color: #000;
	text-decoration:underline;
}



.addthis_inline_share_toolbox{
    padding-top:25px;
}


.field-validation-error{
    color: #FF1111;
}
legend{
	font-weight:bold;
	font-size: 18px;

	}
	fieldset{
			padding:2%;
			margin-bottom:45px;
		}
body#livre .content{
	
	background-color: none;
}
.image_rss{
	
	float: right;
	width: 25%;
	height: auto;
}