/* HTML5 âœ° Boilerplate
 * ==|== normalize ==========================================================
 */
 
@font-face {
    font-family: 'lic';
    src: url('fonts/lic-webfont.eot');
    src: url('fonts/lic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lic-webfont.woff') format('woff'),
         url('fonts/lic-webfont.ttf') format('truetype'),
         url('fonts/lic-webfont.svg#LickcurlPetiteRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bs';
    src: url('fonts/bs.eot');
    src: url('fonts/bs.eot?#iefix') format('embedded-opentype'),
         url('fonts/bs.woff') format('woff'),
         url('fonts/bs.ttf') format('truetype'),
         url('fonts/bs.svg#scriptbl') format('svg');
    font-weight: normal;
    font-style: normal;
}

.flottant_gauche{float:left;margin:0 10px 10px 0}
.flottant_droite{float:right;margin:0 0 10px 10px}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: #FF6000; color: #fff; text-shadow: none; }
::selection { background: #FF6000; color: #fff; text-shadow: none; }

a { color: #FF6000; }
a:visited { color: #FF6000; }
a:hover { color: #DD7C13; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: FB - codeway
   ========================================================================== */

.page{
    float:left;
    position: relative;
    width:1280px;
}

.centre{
    width:960px;
    margin:0 auto;
}

.contenu{
    width:650px;
    margin:0 auto;
    padding:0 270px 0 40px
}

#logo{
  position:absolute;
  top: 95px;
  left:-200px;
}

#actus{
 position:absolute;
 top:370px;
 width:239px;
 height:214px;
 color:#5A5959;
 font-size:13px;
 background: url(/static/img/bloc-actus.png) no-repeat;
}
#actus a{text-decoration: none}
#actus p{margin:0;padding:0}
#actus .titre{color:#FF6000}
    
#pane-target{}

#videos{position: absolute;top:360px}
#photos{position: absolute;top:374px}

body{margin:0;padding:0;background:url(/static/img/fond.jpg) 50% 413px no-repeat #62320B; color:#fff;font-family: "Trebuchet MS";font-size:14px}

footer{height:100%;width:100%;background:#191210;margin:15px 0 0 0;padding:20px 0 0 0;text-align: center;color:#5E4F44;}
footer div{font-size:12px;width:800px;padding:0 0 0 200px;margin:0 auto;background: url(/static/img/pierreetchausson-footer.jpg) top left no-repeat}
footer div            { height: 300px;}/* (IE 6) */
html>body footer div  { height: auto; min-height:300px;} /* Nav recents*/
*+html>body footer div{ min-height: 300px;}/* IE 7 */ 
footer a, footer a:visited {color: #fff; font-size:10px;text-decoration: none;display:inline-block;padding:0 10px;} 
footer a.nopadding {padding:0 4px;position: relative;top:-8px}
footer a:hover { color: #fff; text-decoration: underline}
footer a.selected{color:#F0AF00}

#slogan{margin:-300px 0 0 130px}
#container{overflow:hidden;position: relative;}

div#container            { height: 300px;}/* (IE 6) */
html>body div#container  { height: auto; min-height:300px;} /* Nav recents*/
*+html>body div#container{ min-height: 300px;}/* IE 7 */ 

#main{overflow:hidden;padding:172px 0 0 0;}

p{margin:8px}

#nav{position:absolute;top:588px;width:243px;z-index:100}
#nav div.top{background: url(/static/img/menu-droit-top.png) no-repeat top left;padding:0 0 0 15px}
#nav div.bottom{background: url(/static/img/menu-droit-bottom.png);height:27px}
#nav ul{margin:0;padding:7px 0 0;list-style: none;width:223px;}
#nav li{margin:0;padding:0 0 5px 0;color:#fff;background: url(/static/img/menu-droit-sep.jpg) bottom center no-repeat;}
#nav a{color:#FFEA00;width:100%;display:inline-block;font-size:24px;text-decoration: none;padding:1px 0 5px 0px;text-align:center;font-family: bs}
#nav li.last{background: none;}
#nav li.last a{background: url(/static/img/menu-droit-last-tache.jpg) bottom center no-repeat;}
#nav a.selected{color:#fff}

#nav ul li ul{padding:0}
#nav ul li ul li {background: none;padding:0 0 5px 0}
#nav ul li ul a{font-size:14px;padding:1px 0 2px 0}
#loader{text-align: center;padding:100px 0 0 0}

#etapes-details-container{position:absolute;overflow:hidden;width:0;height:300px}
#etapes-details-container div{display:none;position:absolute;left:-509px}

#bloc-5etapes{background: url(/static/img/accueil/5-etapes.png) no-repeat;height:294px;width:515px;margin:0 0 7px 14px}
#bloc-5etapes ul{
    margin:0;
    list-style-type:none;
    padding:52px 0 0 0;
    width:100%;
}
#bloc-5etapes li{padding:0 0 0 10px;text-align: center;height:48px;cursor: pointer}
#bloc-5etapes li a{padding:16px 0;color:#000;text-decoration: none;display:inline-block}
#bloc-5etapes li a span{color:#9B0912;}
#etapes-details-container div{position: absolute;top:0;left:0;width:355px;height:192px;padding:20px 5px;background: #EAE2E2;color:#000;}
#etapes-details-container h3{color:#9B0912;margin:0 0 20px 0;padding:0 0 0 5px}
#etapes-details-container p{margin:15px 8px}

#encart-actus{
    background: url(/static/img/accueil/actus.png) no-repeat;
    height:135px;
    width:567px
}
    #encart-actus #news-container{
        width: 426px; 
        color:#fff;
    }
    #encart-actus p{
       margin:0;
       padding:5px 0 0 0;
    }
    #encart-actus .titre{font-weight:bold}

    #encart-actus a,
    #encart-actus #news-container a{
        color:#FF0000;
        font-weight: bold;
    }
/*
.content-blanc            { height: 400px;}
html>body .content-blanc  { height: auto; min-height:400px;}
*+html>body .content-blanc{ min-height: 400px;}
*/

h1{margin: 0 0 10px 0;color:#FF6000;font-size:34px;font-family: bs}
h2{margin: 10px 0 5px 0;color:#FF6000;font-size:20px;font-family: bs}
h3{margin: 10px 0 5px 0;color:#FF6000;font-size:16px;font-family: bs}
 
.requis{color:#FF6000}
.infos{color:#FFEA00}

form {
    width: 98%;
    margin: 0 auto;
    overflow: auto;
}
     
    form label {
        color: #fff;
    }
     
    /**
     * Adding red star after label of each required Zend_Form_Element
     */
    form label.required {
        
    }
 
    form dl{margin: 0}
    
    /**
     * Horizontally centering submit button, 'submit-container' class added by jquery
     */
    form dd.submit-container {
        clear: both;
        text-align: center;
    }
 
    form fieldset {
        border: none;
    }
 
    form dd {
        margin: 0 0 0.7em 0;
    }
 
        form dd p.description {
            width: 100%;
            max-width: 350px;
            margin: 0.2em 0 0 0.2em;
            padding: 0;
            color: #999;
            font-size: 0.85em;
        }
 
        form dd ul.errors {
            margin: 0 0 0 1.6em;
            padding: 0;
        }
 
            form dd ul.errors li {
                width: 100%;
                max-width: 350px;
                margin-top: 0.2em;
                margin: 0.2em 0 0 0;
                padding: 0;
                color: #FF6000;
                font-size: 0.9em;
            }
 
 
    form input,
    form button,
    form textarea,
    form select {
        display:block;
        width: 100%;
        max-width: 350px;
        padding: 0.5em;
        color: #000;
        font-size: 1em;
        background: #EED5A6;
        border: 1px #BCBCBC solid;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    
    /**
     * Highlighting current element
     */
    form input:focus,
    form select:focus,
    form textarea:focus {
        border: 1px solid #FF6000;
    }
    
    .bouton,.button {
       background:  #FFEA00;
       color:#B00102;
       cursor:pointer;
       width:200px;
    }
 
    form select {
        max-width: 365px;
    }
 
    form textarea {
        height: 100px;
    }
     
    /**
     * Highlighting elements that were found invalid.
     * 'error' class added by jquery.
     */
    form input.error,
    form select.error,
    form textarea.error {
        background: #C00D0D;
    }




.alert{
  padding: 20px 20px;
  /*
  background: #ff6000;
  color: #fff;*/
  background: #FFEA00;
  color: #000;
  margin: 20px 0;
}



.alert.alert-danger{
  background: #dedede;
  color: #FF6000;
}

#contact .row{
  margin: 20px 0;
  clear: both;
  max-width: 368px;
}

#contact .col-lg-2{
  float: left;
  width: 20%;
}

#contact .col-lg-10{
  float: left;
  width: 80%;
}

/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== media queries ====================================================== */

@media only screen and (min-width: 480px) {


}

@media only screen and (min-width: 768px) {

}

/* ==|== print styles ======================================================= */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}


 