/*===============================================================
      TEXTE : styles des textes (sert aussi à FCKeditor)         
================================================================*/

/*  --------------------------------------------------------------------
    1. Body, HTML
--------------------------------------------------------------------    */
html, body{
    margin:0;
    padding:0;
}
body { 
    font: 10px Verdana, "DejaVu Sans", "Bitstream Vera Sans", Geneva, sans-serif; 
}

/*  --------------------------------------------------------------------
    2. Liens
--------------------------------------------------------------------    */
a, a:link {
    color  : #87888A;
    text-decoration: none;
}
a:visited {
    color  : #87888A;
    text-decoration: none;    
}
a:hover {
    color  : #87888A;
    text-decoration: underline;   
}
a:active, a:focus {
    color  : #87888A;
    text-decoration: underline;   
}

/*  --------------------------------------------------------------------
    3. Titres
--------------------------------------------------------------------    */
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    color: #d60f04;
}
h1 a, h1 a:link, h2 a, h2 a:link, h3 a, h3 a:link, h4 a, h4 a:link, h5 a, h5 a:link, h6 a, h6 a:link{
    color: #d60f04;
    text-decoration: none;
}
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited{
    color: #d60f04;
    text-decoration: none;
}
h1{
    font-size   :   26px;
}
h2 {
    font-size: 22px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 14px;
}

#cadre-haut a, #cadre-haut h1, #cadre-haut h2{
    color : #fff;
}
/*  --------------------------------------------------------------------
    4. Paragraphes
--------------------------------------------------------------------    */
p { 
    margin:0;
    padding:0;
}

/*  --------------------------------------------------------------------
    3. Listes
--------------------------------------------------------------------    */
ol, ul {margin-left: 2em;} 
ol{ list-style-type: upper-roman;}
ol ol{ list-style-type: decimal;}
ul{ list-style-type: disc;}
ul ul{ list-style-type: circle;}


/*  --------------------------------------------------------------------
    4. Citation 
--------------------------------------------------------------------    */
blockquote {
    padding-left:2.2em;
    margin: 1.5em;
    color: #666;
    font-style: italic;
}
blockquote:before, blockquote:after { /*ajoute un guillemet CSS sur le premier élément*/
    font-size:2.5em;
    font-family:georgia,serif;
    padding-right:.2em;
    color:#aaa;
    line-height:0;
}
blockquote:before {
    content:"\201C";
    margin-left:-.62em;
}
blockquote:after {
    content:"\201D";
    margin-left:.4em;
    vertical-align: bottom;
}

/*  --------------------------------------------------------------------
    5. Formulaires 
--------------------------------------------------------------------    */
form input, textarea, select{
    font-size:13px;
    letter-spacing:1px;
}
fieldset {
    padding:10px;
    margin: 0 0 15px 0;
    border: 1px solid #ccc;
}
legend {
    font-weight: bold;
    font-size:12px;
}
label {
    font-weight:bold;
    font-size:11px;
}
input, select, button, label {
    cursor: pointer;
}
input[type='hidden'] {
    display:none;
}
input[type='text'],input[type='password'] {
    cursor: text;
}
input[type=text], input[type=password], textarea, select { 
    background-color:#fff; 
    border:1px solid #bbb; 
}
input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus { 
    border-color:#666;
    outline: 1px solid #87888A;
}
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover {
    border-color: #a60a03;
}
input[type=text], input[type=password], textarea, select {
    margin:3px 0;
}
input[type=checkbox], input[type=radio], input.checkbox, input.radio { 
    position:relative;
    top:.25em; 
}

/*  --------------------------------------------------------------------
    CKeditor 
--------------------------------------------------------------------    */
.mise_en_avant1, .mise_en_avant1 a {
    font-size               :   10px;
    font-weight             :   bold;
    color                   :   #d60f04;
}
.mise_en_avant2, .mise_en_avant2 a {
    font-size               :   12px;
    font-weight             :   bold;
    color                   :   #d60f04;
}
.mise_en_avant1 a:hover, .mise_en_avant2 a:hover, a:hover .mise_en_avant1, a:hover .mise_en_avant2{
    color                   :  #d60f04;
    text-decoration         : underline; 
}

/*  ----------------------------------------------------------------------------
    MODULES STANDARD                                                            
    ------------------------------------------------------------------------- */
    
/* 404 */
#mod-404 .bloc-404{
    border                  :   1px dashed #a60a03;
    text-align              :   center;
    color                   :   #000000;
    padding                 :   5px;
    margin-bottom           :   10px;
}
/* no-data */
#no-data{
    text-align              :   center;
}

/* Contact */
#mod-contact #frm{
    margin-bottom           :   30px;
    font-size               :   12px;
}
#mod-contact #formulaire{
    margin                  :   0 auto;
}
#mod-contact #formulaire td.label{
    text-align              :   right;
    vertical-align          :   middle;
    padding-right           :   10px;
}
#mod-contact #formulaire td.input input,
#mod-contact #formulaire td.input textarea {
    width                   :   300px;
}
#mod-contact #crypto{
    overflow                :   hidden;
    margin                  :   0 20px;
    text-align              :   center;  
}
#mod-contact #crypto h4, #mod-devis #crypto_connexion h4{
    font-size               :   12px;
    background-color        :   #a60a03;
    color                   :   #fff;
    padding                 :   2px 0 2px 0;
}
#mod-contact #crypto p{
    margin                  :   5px 0 5px 0;
}
#mod-contact #crypto table {
    margin                  :   0 auto;
}
#mod-contact #boutons{
    margin-top              :   5px;
    text-align              :   center;
}
#mod-contact #boutons input, input.bouton{
    color                  :   #fff;
    padding                :   3px 6px 3px 6px;
    border                 :   1px solid #333333;
    background-color       :   #a60a03; 
}
#mod-contact #boutons input:hover, input.bouton:hover{
    background-color       :   #8D0902;
    border                 :   1px solid #999999;
}

/* Api map */
#mod-contact address.contact,
#mod-api_map address.contact{
    width                   :   45%;
    float                   :   left;
    margin-left             :   10px;
}
#mod-contact div.gps,
#mod-api_map div.gps{
    width                   :   45%;
    float                   :   right;
    margin-right            :   10px;
}
#mod-contact .carte,
#mod-api_map .carte{
    clear                   :   both;
    padding-top             :   10px;
    text-align              :   center;
}
#mod-contact .carte iframe,
#mod-api_map .carte iframe{
    margin                  :   0;
    overflow                :   hidden;
}
/* Mentions légales */

/* Plan du site */
h1.plan-site{
    margin-bottom           :   10px;
}
ul.plan_site, ul.plan_site_data{
    margin                 :   0;
    padding                :   0;
    list-style-type        :   none;
}
    /* Niveau 1 */
    ul li.plan_site_0{
        padding                :   0 0 10px 15px;
    }
    ul li.plan_site_0, ul li.plan_site_0 a {
        font-size              :   13px;
        font-weight            :   normal;
        text-transform         :   uppercase;
        color                  :   #a60a03;
    }
    ul.plan_site a:hover {
        text-decoration        :   none;
        color                  :   #000;
    }
    /* Niveau 2 */  
    ul.plan_site_1{
        padding                :   5px 0 0 30px;     
        border-top             :   1px solid #a60a03;
    } 
    ul li.plan_site_1, ul li.plan_site_1 a{
        font-size              :   14px;
        font-weight            :   normal;
        text-transform         :   none;
        color                  :   #a60a03; 
        list-style-type        :   circle; 
    }
    ul li.plan_site_1 a:hover  {
        text-decoration        :   none;
        color                  :   #000; 
    }
    /* Niveau Data de niveau 1 */  
    ul.plan_site_data{
        padding                :   0px 0 10px 30px;     
        border-top             :   1px solid #a60a03;
    } 
    ul li.plan_site_data, ul li.plan_site_data a{
        padding-top            :   7px;
        font-size              :   12px;
        font-weight            :   normal;
        text-transform         :   none;
        color                  :   #000; 
    }
    ul li.plan_site_data a:hover  {
        text-decoration        :   underline;
        color                  :   #000; 
    }
    /* Niveau Data de niveau 2 */  
    ul.plan_site_1 ul.plan_site_data{
        border-top             :   none; 
    } 
   
/* Module devis */
#mod-devis .bouton, #mod-devis .btnAdd, #mod-devis .btnAddOver{
    font-size              :   12px;
    letter-spacing         :   1px;
    color                  :   #fff;
    padding                :   3px 6px 3px 6px;
    border                 :   1px solid #333333;
    background-color       :   #a60a03; 
}

#mod-devis .bouton a, #mod-devis .bouton a:visited, #mod-devis .bouton a:hover, #mod-devis .bouton a:active, #mod-devis .bouton a:focus{
    color                  :    #fff;
    text-decoration        :    none;
}

.historique_devis_lien, #mod-devis .historique_devis_lien a, #mod-devis .historique_devis_lien a:visited, #mod-devis .historique_devis_lien a:hover, #mod-devis .historique_devis_lien a:active, #mod-devis .historique_devis_lien a:focus{
    text-decoration        :    none;
    color                  :    #fff;
}

/* newsletter */
#mod-newsletter .newsletter{
    margin-bottom           :   50px;
}
#mod-newsletter #cadre-colonne-milieu p{
    font-size               :   12px;
    color                   :   #000;
    margin                  :   10px 0;
}
#mod-newsletter label{
    float                   :   left; 
    margin-right            :   25px;
}

#mod-newsletter  .boutons input{
    color                  :   #fff;
    padding                :   3px 6px 3px 6px;
    border                 :   1px solid #333333;
    background-color       :   #a60a03; 
}
#mod-newsletter  .boutons input:hover{
    background-color       :   #8D0902;
    border                 :   1px solid #999999;
}

/*  ----------------------------------------------------------------------------
    AXN                                                                         
    ------------------------------------------------------------------------- */

/* baseline */
#baseline-axn{
    position                :   relative;
    clear                   :   both;
    margin-top              :   5px;
    font-size               :   11px;
}
#baseline-axn .baseline-axn img{
    vertical-align          :   bottom;
}
#baseline-axn .validation{
    position                :   absolute; 
    margin-top              :   -2px;  
    padding-left            :   5px;    
    text-decoration         :   none;     
}
#baseline-axn div#info-validation{
    display                 :   none;
    position                :   absolute;
    top                     :   -58px;
    left                    :   520px;
    width                   :   300px;   
    height                  :   35px;  
    padding                 :   10px;
    background-color        :   #fff;
    border                  :   1px solid #00549d;
    color                   :   #000;
}
/* Messages erreur */    
.erreur, .information, .succes {
    padding: .8em;
    margin-bottom: 5px;
    border: 2px solid #ddd;
}
.erreur {
    background-color: #FBE3E4;
    color: #8a1f11;
    border-color: #FBC2C4;
}
.information {
    background-color: #acdbff;
    color: #222f53;
    border-color: #57b6ff;
}
.succes {
    background-color: #E6EFC2;
    color: #264409;
    border-color: #C6D880;
}
.erreur a {
    color: #8a1f11;
    text-decoration: underline;
}
.information a {
    color: #222f53;
    text-decoration: underline;
}
.succes a {
    color: #264409;
    text-decoration: underline;
}

/* Erreurs javascript et flash */    
.bloc-erreur-javascript .erreur, .bloc-erreur-flash .erreur{
    margin                 :   10px auto;
    padding-top            :   10px;
    padding-left           :   35px;
    width                  :   60%;      
    background-image       :   url(/img/warning.gif);
    background-position    :   10px 5px;
    background-repeat      :   no-repeat; 
    font-weight            :   bold;
}
.bloc-erreur-javascript, .bloc-erreur-flash{
    position               :  relative;
    width                  :  100%;
    text-align             :  center;
}
.bloc-erreur-flash .erreur{
    width                  :  100%;
    background-position    :  center 5px;
    padding-top            :  30px;
}

div.message_nok, div.message_ok, div.message_warning{
    font-weight         :   bold;
    padding             :   10px;
    padding-left        :   30px;
    margin-top          :   10px;
}

.message_nok{
    border              :   2px solid red;
    color               :   red;
    background          :   url(/img/picto/s_cancel.png) no-repeat 10px center #ffffdd;
}

.message_ok{
    border              :   2px solid green;
    color               :   green;
    background          :   url(/img/picto/s_success.png) no-repeat 10px center #f0fff0;
}

.message_warning{
    border              :   2px solid orange;
    background          :   url(/img/picto/warning.gif) no-repeat 4px center #F5E9A3;
    margin-bottom       :   15px;
}

td.message_warning{
    background-image    :   none;
    padding             :   5px;
}

td.message_warning_right{
    border-left         :   0px;
}

td.message_warning_left{
    border-right        :   0px;
}
