body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.75;
  font-family: "Open Sans", sans-serif;
 
  color: #737373;
  background-color: #C6B9A3;
}

a {
  color: inherit;
  text-decoration: none;
}

a:link, a:visited {
   text-decoration: none;
}

a:hover, a:focus, a:active {
   text-decoration: none ;
}


strong {
  font-weight: 700;
}

h1 {
  margin: 0 0 12 0px;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 1.25;
  color: #000000;
  font-family: 'aachenbold';
  font-weight: bold;
}

#animation { 
  with:810px;
  background-color: #F4F1ED;
}

.underline{
  text-decoration: underline;
  font-weight: bold;
}

h2 {
  margin: 0 0 12 0px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.25;
  color: #000;
}

p {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}

p .comment {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  font-size: 8px;
  font-style: italic;

}

hr {
  margin: 115px 0;
  padding: 0;
  height: 2px;
  background-color: #e6e6e6;
  background: none;
}

.cb {
  clear: both;
}

.fr{
float: right;
text-align: right;

}

.section {
  padding: 0px 0;
  background-color: #C6B9A3;
  position: relative;
}

/*  Layout  */
.l-container {
  width: 818px;
  margin: 0px auto;
  z-index: 5;
  position: relative;
  overflow: hidden;
  color: #000;
  background-color: #F4F1ED;
  background: url("../images/fondhautavecmenuligne.png"); 
  padding-right: 96px;
  padding-left: 96px;
  min-height: 800px;
  background-color: yellow;
}

/*  Modules */
.header {
  padding: 0px 0 0px 0;
  color: #000;
  text-align: center;
  background: url("../images/fondhaut.png");
}

.header-container
{
  width: 1010px;
  margin: 0px auto;
  z-index: 5;
  position: relative;
  overflow: hidden;
  background: url("../images/FondHautAvecMenus.png");
  background-color: #FFF;
  height:470px;

}

.menu {
 font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
 
 
  margin-top: 95px;
  float: left;
  font-size: 20px; 
 
  text-align: center;
  height: 60px;
  width: 1020px;

 text-transform: uppercase;
}


/*
.menu a {
  text-decoration: none;
  color:white;
}

.menu a:link, .menu a:visited {
  text-decoration: none;
   color:white;
}

.menu a:hover, .menu a:focus, .menu a:active {
  text-decoration: none;
   color:#3a2813;
}
*/

.menu-item {
   padding: 0 40px;
   padding-top: 10px;
   padding-bottom: 10px;
   color: #000;
   height:60px;
} 
.header-container span{
  display: inline;
  width:10px;
}

.menu-item:hover, .menu-item.is-active {
  color: yellow;
  background: url("../images/RoolOver2.png");  
  background-repeat: no-repeat; 
  background-position: center top;  
}

.header-logo {
  display: block;
  float: left;
  margin-top: -10px;
  padding-top: -10px;
  padding-left: 50px;
}

.footer {
  padding: 0px 0;
 /* background-color: #006BB6;*/
  position: relative;
  height:100px;
}

/**** Footer *******/
.footer-container{
  display: block;
  width: 1010px;
  position: relative;
  overflow: hidden;
  background: url("../images/footer3.png");  
  background-repeat: no-repeat;
  height:100px;
  margin: 0px auto;
  /*background-color: #006BB6;*/
}



/**** Menu *******/
.section-menu{
  height: 30px;
  width: 100%;
  background-color: #006CB7;
  line-height: 30px;
}

.l-container-menu{
  width: 900px;
  margin: 0px auto;
  position: relative;
  overflow: hidden;
}

.section a {
  color: inherit;
  text-decoration: underline;
}

.section a:hover {
  color: inherit;
  text-decoration: underline;
  color:red;
}

/**** Boutton *******/
.btn {
  display: inline-block;
  padding: 0 20px;
  font-size: 15px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 30px;
  background-color: transparent;
  background-color: rgba(243, 156, 18, 0);
  border: 2px solid #f39c12;
  cursor: pointer;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
.btn:hover {
  background-color: #f39c12;
  border-color: #f39c12;
  color: #FFF;
}

.btn-small {
  line-height: 30px;
}

/**** Boutton *******/

.posts {
  margin: 0 -30px;
}

.post {
  float: left;
  width: 555px;
  height: 500px;
  margin: 30px;
  position: relative;
}

.post-thumb {
  width: 555px;
  height: 300px;
  display: block;
  background-color: #f39c12;
}
.post-thumb img {
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
.post-thumb:hover img {
  opacity: 0.5;
}

.post-content {
  position: absolute;
  top: 240px;
  right: 0;
  width: 445px;
  padding: 20px;
  text-align: justify;
  background-color: #FFF;
}

.post-icon {
  position: absolute;
  right: 445px;
  top: 256px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background-color: #f39c12;
}

.post-meta {
  width: 90px;
  padding-top: 20px;
  font-size: 14px;
  text-align: right;
}

.contact-form {
  float: left;
  width: 640px;
}

.contact-info {
  float: right;
  width: 495px;
}


._25 {
    width: 21%;
    display: inline;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
}
._50 {
    width: 46%;
    display: inline;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
}

._50_2 {
    width: 46%;
    display: inline;
    float: left;
    margin-left: 1%;
    margin-right: 1%;

} 
._75 {
    width: 71%;
    display: inline;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
}
._100 {
    width: 96%;
    display: inline;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
}
label {
    width: 100%;
}

._50 p {
  margin-top:10px;
  margin-bottom:10px;
}

._50_2 p {
  margin-top:10px;
  margin-bottom:10px;
}

._100 p {
  margin-top:10px;
  margin-bottom:10px;
}

._50 input[type="text"]  {
    border: 1px solid #B3B3B3;
    width: 100%;
    background-color:#FFF3FF;
    padding: 5px;
}

._50 select {
   width: 100%;
    background-color:#FFF3F3;
   }

._50 option {
   width: 10%;
    background-color:#FFF3F3;
   }
   
._100  input[type="text"],  textarea, select, option {
    background-color:#FFF3FF;
    width: 100%;
    padding: 5px;
 }
 
 ._100  h2 {
  font-family: 'Syncopate', sans-serif;
  color:#FF0000;
  font-weight:bold;
  font-size:18px;
  height:20px;
  padding-top: 15px;
 }
 
 ._100_2 {
    width: 96%;
    display: inline;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
}

._50  input[type="radio"] {
    text-align: left; 
}

.erreur 
{
  font-weight: bold;
  color: #D8000C;
  background-color: #FFBABA;
  background-image: url('erreur/erreur.png');
  background-repeat: no-repeat;
  background-position:left center; 
  padding-left:30px;
  -webkit-border-radius:.5em;
  border-radius:.5em;
  line-height:200%;
}

.column{
  width:32.65%;
  padding-left:1%;
  float:left;
  font-size: 12px;
}

.column img{
  width:100%;
  float:left;
}

.column a{
  display:block;
  float:left;
  width:100%;
  margin-bottom:8px;
  font-size: 14px;
  text-decoration: none;
  position:relative;
  text-decoration: none;
  opacity:0.9;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.column a:hover{
  opacity:1;
  color:#000;
}

.column a span{
  position:absolute;
  bottom:10px;
  background-color:#000;
  color:#FFF;
  padding:5px 15px;
  left:0px;
}

.membres{
  display: inline-block;
  background-color: #eeeef3;
  height: 380px;
  width: 740px;
  -webkit-box-shadow: 6px 6px 16px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    6px 6px 16px 0px rgba(50, 50, 50, 0.75);
  box-shadow:         6px 6px 16px 0px rgba(50, 50, 50, 0.75);
  padding: 10px;
  margin-left: 28px;
  color:#153f74;
}

.membres h2{ 
   color:#153f74;
}

.column1{
  float: left;
  width: 290px;
  padding-left: 20px;
  color:#153f74;
 }

.column1 input[type="text"], .column1 input[type="password"]{
  line-height: 38px;
  width:290px;
  border: 2px solid #dadada;
}

.column2{ 
float: left;
width: 45%;
padding-left: 50px;
color:#153f74; 
}

.floatright{
  float:right;
}
.membres-text{
  height:300px
}

 .btnmembres  {
  line-height: 38px;
  width:290px;
  color: #ffffff;
  background: #153f74;
  text-decoration: none;
  border: solid #fec144 1px;
  clear: both;
  width:180px;
  height:38px;
  background-image:url(../images/arrow.png);
  background-repeat:no-repeat;
  background-position: 90% 50%;
  text-transform: none;
}

.btnconnect {
  width:140px;
}

.btnmembresconn{
  text-align: center;
  display: table-cell; 

  width:260px;
  height:100px;
  background-color:#412e15;
  color:#ffffff;

  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;

  -webkit-box-shadow: #B3B3B3 14px 14px 14px;
  -moz-box-shadow: #B3B3B3 14px 14px 14px;
  box-shadow: #B3B3B3 14px 14px 14px; 

  vertical-align: middle;
  text-decoration: none;
  font-size: 25px;
  /*font-family: 'aachenbold';*/
  font-family: "Times New Roman", Georgia, Serif;
  font-weight: bold;
  line-height: 1.25;

  border:9px ;
  solid #432F13;
}

.btnmembresconn-active{
  text-align: center;
  display: table-cell; 

  width:260px;
  height:100px;
  background-color:#412e15;
  color:yellow;

  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;

  -webkit-box-shadow: #B3B3B3 14px 14px 14px;
  -moz-box-shadow: #B3B3B3 14px 14px 14px;
  box-shadow: #B3B3B3 14px 14px 14px; 

  vertical-align: middle;
  text-decoration: none;
  font-size: 25px;
  /*font-family: 'aachenbold';*/
  font-family: "Times New Roman", Georgia, Serif;
  font-weight: bold;
  line-height: 1.25;

  border:9px ;
  solid #432F13;
}



.membresconn{
  color: #FFF;
  text-decoration: none;
  font-size: 25px;
  float: left;
  padding-left: 10px;
}

.membresconn-active{
  color: #FFF;
  text-decoration: none;
  font-size: 25px;
  float: left;
  padding-left: 10px;
}


.membresconn a:link, .membresconn a:visited{
  color: #FFF;
  text-decoration: none;
}

.membresconn-active, .membresconn a:hover, .membresconn a:active{
    color: yellow;
    text-decoration: none;
}


.Table {
  margin:0px;padding:0px;
  width:100%; box-shadow: 10px 10px 5px #888888;
  border:1px solid #000000;

  -moz-border-radius-bottomleft:13px;
  -webkit-border-bottom-left-radius:13px;
  border-bottom-left-radius:13px;

  -moz-border-radius-bottomright:13px;
  -webkit-border-bottom-right-radius:13px;
  border-bottom-right-radius:13px;

  -moz-border-radius-topright:13px;
  -webkit-border-top-right-radius:13px;
  border-top-right-radius:13px;

  -moz-border-radius-topleft:13px;
  -webkit-border-top-left-radius:13px;
  border-top-left-radius:13px;
}

.Table table{
  width:100%;
  height:100%;
  margin:0px;padding:10px;
}

.Table tr:last-child td:last-child {
  -moz-border-radius-bottomright:13px;
  -webkit-border-bottom-right-radius:13px;
  border-bottom-right-radius:13px;
}

.Table table tr:first-child td:first-child {
  -moz-border-radius-topleft:13px;
  -webkit-border-top-left-radius:13px;
  border-top-left-radius:13px;
}

.Table table tr:first-child td:last-child {
  -moz-border-radius-topright:13px;
  -webkit-border-top-right-radius:13px;
  border-top-right-radius:13px;
}
.Table tr:last-child td:first-child{
  -moz-border-radius-bottomleft:13px;
  -webkit-border-bottom-left-radius:13px;
  border-bottom-left-radius:13px;
}

.Table tr:hover td{
}
.Table tr:nth-child(odd){ background-color:#e5e5e5; 
}
.Table tr:nth-child(even){ 
  background-color:#ffffff; }
.Table td{
  vertical-align:middle;
  border:1px solid #000000;
  border-width:0px 1px 1px 0px;
  text-align:left;
  padding:7px;
  font-size:10px;
  font-family:Arial;
  font-weight:normal;
  color:#000000;
}
.Table tr:last-child td{
  border-width:0px 1px 0px 0px;
}

.Table tr td:last-child{
  border-width:0px 0px 1px 0px;
}
.Table tr:last-child td:last-child{
  border-width:0px 0px 0px 0px;
}
.Table tr:first-child td{
  background:-o-linear-gradient(bottom, #cccccc 5%, #b2b2b2 100%);  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #b2b2b2) );  background:-moz-linear-gradient( center top, #cccccc 5%, #b2b2b2 100% );  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#b2b2b2");  background: -o-linear-gradient(top,#cccccc,b2b2b2);
  background-color:#cccccc;
  border:0px solid #000000;
  text-align:center;
  border-width:0px 0px 1px 1px;
  font-size:14px;
  font-family:Arial;
  font-weight:bold;
  color:#000000;
}

.Table tr:first-child:hover td{
  background:-o-linear-gradient(bottom, #cccccc 5%, #b2b2b2 100%);  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #b2b2b2) );  background:-moz-linear-gradient( center top, #cccccc 5%, #b2b2b2 100% );  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#b2b2b2");  background: -o-linear-gradient(top,#cccccc,b2b2b2);
  background-color:#cccccc;
}
  .Table tr:first-child td:first-child{
  border-width:0px 0px 1px 0px;
}
  .Table tr:first-child td:last-child{
  border-width:0px 0px 1px 1px;
}
