/* POLICES */

@font-face {
 font-family: Helvetica;
 src: url("../polices/HelveticaNeueLTCom-Cn.ttf") format("TrueType"); /* TTF file for CSS3 browsers */
}

@font-face {
 font-family: Parisienne;
 src: url("../polices/Parisienne-Regular.ttf") format("TrueType"); /* TTF file for CSS3 browsers */
}

@font-face {
 font-family: Lato;
 src: url("../polices/Lato-Light.ttf") format("TrueType"); /* TTF file for CSS3 browsers */
}



/* SITE */

html, body {
    font-family: Lato, Helvetica, Arial, sans-serif;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 1em;
}

/* Application du background du site */
div#divFond {
    min-height: 1440px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    background: url("../images/FOND.jpg") no-repeat center 0 fixed;
}

/* Conteneur principal du site (Largeur fixe 1024px) */
div#divMain {
    width: 1024px;
    margin: 0 auto;
    padding: 0;
    z-index: 1;
    background: transparent;
}

/* Dimensions header et footer et centrage horizontal */
header, footer {
    position: relative;
    width: 1024px;
    margin: 0 auto;
}

header {
    height: 434px;
    z-index: 2;
}

footer {
    height: 50px;
}

/* Bloc pour le header du site */
div#divContenuHeader {
    /*position: fixed;*/
    width: 1024px;
    height: 434px;
    margin: 0;
    background: url("../images/HEADER.png") no-repeat center 0 fixed;
}

/* Bloc pour le menu du site */

div#divContenuNav {
    position: fixed;
    width: 960px;
    height: 22px;
    top: 170px;
    left: 50%;
    margin-left: -480px;
    background: #5f3715; /* Old browsers */
    background: -moz-linear-gradient(left, #5f3715 0%, #8a6946 100%, #794f23 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#5f3715), color-stop(100%,#8a6946), color-stop(100%,#794f23)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #5f3715 0%,#8a6946 100%,#794f23 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #5f3715 0%,#8a6946 100%,#794f23 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #5f3715 0%,#8a6946 100%,#794f23 100%); /* IE10+ */
    background: linear-gradient(to right, #5f3715 0%,#8a6946 100%,#794f23 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f3715', endColorstr='#794f23',GradientType=1 ); /* IE6-9 */
}

div#divContenuNav nav {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    margin: 0;
    padding: 0;
}
    
div#divContenuNav nav ul {
    height: 22px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-align: center;
}
    
div#divContenuNav nav ul li {
    display: inline-block; /* menu horizontal */
    margin: 0 10px;
    vertical-align: bottom;
}
    
div#divContenuNav nav ul li a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    font-size: .75em;
    line-height: 1.5em;
}

div#divContenuNav nav ul li a:first-child:hover {
    color: #cfbd92;
}

div#divContenuNav nav ul li a:visited {
    color: #ffffff;
}



/* Bloc pour le conteneur "utile" du site (affichage des informations) */
div#divContenu {
    width: 960px;
    margin: 0 auto;
    margin-top: -120px;
    text-align: center;
    z-index: 3;
    background: transparent;
}

div#divContenu p {
    text-align: justify;
}


/* CLASSES COULEURS */

.blanc {
    color: #ffffff;
}

.marron {
    color: #8a6946;
}



/* CLASSES MISE EN FORME TEXTES */

/* Mise en forme des titres */
div#divContenu h1, h3 {
    color: #8a6946;
}

div#divContenu h1 {
    font-family: Parisienne, cursive;
    text-align: center;
}

div#divContenu h3 {
    font-family: Lato, Helvetica, sans-serif;
    margin-top: 100px;
}

/* Mise en forme des paragraphes */
p {
    font-family: Lato, Helvetica, sans-serif;
    text-align: left;
    font-size: .9em;
    color: #58585a;
}

/* Marge pour titre */
#p1 {
    margin-top: 50px;
}

/* Marge première ligne paragraphe */
div#divContenu p span.margePremiereLigne {
    margin-left: 30px;
}

/* Bloc pour le footer du site */
div#divContenuFooter {
    //height: 61px;
    //background: url("../images/FLOKSHOP FOOTER.png") no-repeat center 0;
    z-index: 1;
}

div#divContenuFooter div#divPlanSite {
    //margin-left: 185px;
    padding: 20px;
    text-align: center;
}

div#divContenuFooter div#divPlanSite a {
    margin: 0 5px;
    text-decoration: none;
    color: #8a6946;
}

div#divContenuFooter div#divPlanSite a:hover {
    color: #5f3715;
}

/* CLASSES MISE EN FORME IMAGES */

.divImage {
    text-align: center;
}

ul#ulGalerieMini
{
    margin-right: 10px;
    list-style-type: none ;
}

ul#ulGalerieMini li
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 6px;
    padding-top: 0;
    border: 1px solid #8a6946;
    float: left ;
}

ul#ulGalerieMini #liDernier {
    clear: both;
}

ul#ulGalerieMini li a {
    display: block;
    margin: 0;
    padding: 0;
    width: 62px;
    height: 62px;
}

    

/* CSS GENERAL PAGES */

/* Bloc pour le conteneur "utile" de la page  */

div#divContenuPage {
    //height: 800px;
    padding: 0 90px;
    font-size: 1.2em;
    line-height: 1.2em;
    background: transparent;
}

div#divImagePage {
    width: 568px;
    text-align: center;
    height: 350px;
    margin: 0 auto;
}

div#divContenuPhoto {
    margin: 0 auto;
}

div#divFondPhoto {
    background: url("../images/EMPLACEMENT-PHOTO.png") no-repeat center center;
    height: 272px;
    margin: 0;
    padding: 2px;
    overflow: hidden;
    text-align:center;
    vertical-align:middle;
}

div#divPhoto {
    display:inline-block;
    width: 562px;
    height: 252px;
    margin: 0;
    padding: 0;
}

div#divPhoto:first-of-type, div#divPhoto:last-of-type {
  overflow:hidden; /* visible pour voir la zone coupée */
}

div#divPhoto img {
    position: relative;
    margin: -15%;
    width: 100%;
    //padding-top: 1px;
    vertical-align: middle;
    /*z-index:10000;        /* sibesoin de repasser image devant */
}

div#divImagePage div {
    font-size: .8em;
    color: #8a6946;
}



/* PAGE PRESENTATION */

/* Bloc pour le conteneur "utile" de la page (affichage des informations) */
div#divContenu div#divContenuPresentation {
    background: transparent;
    width: 960px;
    /* mettre un height si besoin de remonter le footer */
    margin: 0 auto;
    padding: 0;
}

div#divPresentation {
    height: 700px;      /* positionnement du footer */
    padding: 0 200px;
    line-height: 1.2em;
}

div#divPresentation p {
    text-align: justify;
}



/* PAGE MACONNERIE */
div#divContenuPageMaconnerie {
    height: 870px;
    padding: 0 90px;
}

div#divMaconnerie {
    height: 250px;      /* positionnement du footer */
    padding: 0 110px;
    line-height: 1.2em;
}



/* PAGE TAILLE DE PIERRE */
div#divContenuPageTaillePierre {
    height: 1000px;
    padding: 0 90px;
}

div#divTaillePierre {
    height: 380px;      /* positionnement du footer */
    padding: 0 110px;
    line-height: 1.2em;
}



/* PAGE MENUISERIE / CHARPENTE */
div#divContenuPageMenuiserieCharpente {
    height: 900px;
    padding: 0 90px;
}

div#divMenuiserieCharpente {
    height: 300px;      /* positionnement du footer */
    padding: 0 110px;
    line-height: 1.2em;
}



/* PAGE COUVERTURE */
div#divContenuPageCouverture {
    height: 750px;
    padding: 0 90px;
}

div#divCouverture {
    height: 225px;      /* positionnement du footer */
    padding: 0 110px;
    line-height: 1.2em;
}

/* PAGE REALISATIONS / PAGE CONCIERGERIE */
div#divContenuPageRealisation, 
div#divContenuPageConciergerie {
    padding: 0 90px;
    line-height: 1.2em;
}

div#divContenuPageRealisation {
    height: 1600px;
}

div#divContenuPageConciergerie {
    height: 1100px;
}

div#divRealisation, 
div#divConciergerie {
    padding: 0 110px;
}

div#divEspaceLiens {
    height: 100px;
}

div#divRealisationsLiens {
    text-align: center;
    margin-top: 75px;
}
div#divRealisationsLiens a, 
div#divRealisationsLiens a:after {
    text-decoration: none;
    color: #8a6946;
    margin: 0 10px;
}



/* PAGE CONTACT */

div#divContenuPageContact {
    margin-top: 30px;
    height: 600px;
    padding: 0 90px;
    line-height: 1.2em;
    background: transparent;
}

img#imagePlan {
    float: right;
}

div#divContenuPageContact p {
    padding-top: 50px;
}

p#pMailContact {
    font-size: .9em;
}