
body {
background:white url(../images/template/fond.png) repeat-x center top;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 0.8em;
margin: 0;
padding: 0;
color:#71655D;
}
#template-fond{
float:left;
width:1043px;
background: url(../images/template/fond2.png) no-repeat top center;
padding-left:50px;
}
#h1{
float:left;
margin-top:15px;
margin-left:10px;
}
#h2{
float:right;
background: url(../images/template/header.png) no-repeat top center;
width:420px;
height:127px;
}
#menu-root,
#h3{
float:left;
width:990px;
text-align:center;
background: url(../images/template/barre.png) repeat-x top center;
height:31px;
padding-top:6px;
border-radius:10px;
color:white;
font-size:17px;
margin-top:10px;
}
#menu-root{
background: url(../images/template/barre2.png) repeat-x top center;
}
#h3 b{
font-size:20px;
}
#template-header{
float:left;
width:990px;
}
#template-body{
float:left;
width:990px;
padding-top:10px;
padding-bottom:10px;
}
#template-centre{
float:right;
width:680px;
}
#template-droite{
float:left;
width:160px;
}
#footer-centre{
float:left;
width:820px;
}
#template-gauche{
float:left;
width:300px;
}
#conteneur {
position: relative;
width: 1093px;
margin: 0 auto;
}
#template-pied {
position: relative;
width: 995px;
margin: 0 auto; 
}
#conteneur_footer {
float:left;
background:transparent url(../images/template/footer.png) repeat-x scroll right top;
width:100%;
margin-top:20px;
height:250px;
}
.qqch {
background:none;
clear:both;
font-size:0.01em;
}

/* ===== CORRECTIONS RESPONSIVE ===== */

/* Clearfix pour contenir les floats */
#conteneur::after,
#template-fond::after,
#template-header::after,
#template-body::after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 1200px) {

  #conteneur {
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }
  #template-fond {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    box-sizing: border-box !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    overflow: visible !important;
  }
  #template-header {
    width: 100% !important;
    float: none !important;
    box-sizing: border-box !important;
  }
  #template-body {
    width: 100% !important;
    float: none !important;
    box-sizing: border-box !important;
    padding: 5px !important;
    overflow: visible !important;
    height: auto !important;
  }
  #menu-root {
    width: 100% !important;
    box-sizing: border-box !important;
    height: auto !important;
    padding: 8px 5px !important;
  }
  #template-centre,
  #template-gauche {
    float: none !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  #home_box_3,
  #home_box_4 {
    float: none !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: visible !important;
    height: auto !important;
  }
  #conteneur_footer {
    height: auto !important;
    min-height: 0 !important;
  }
  #template-pied {
    width: 100% !important;
    box-sizing: border-box !important;
  }
  #h3 {
    width: 100% !important;
    height: auto !important;
    min-height: 44px !important;
    white-space: normal !important;
    line-height: 1.5 !important;
    padding: 10px 12px !important;
    box-sizing: border-box !important;
    overflow: visible !important;
  }
  #h3 b {
    font-size: 15px !important;
    white-space: normal !important;
    display: inline !important;
  }
  input#email,
  input#password {
    float: none !important;
    display: block !important;
    width: 90% !important;
    max-width: 320px !important;
    margin: 4px auto !important;
    box-sizing: border-box !important;
    font-size: 16px !important;
    padding: 8px !important;
  }
}
