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

/*  --------------------------------------------------------------------
    1. Body, HTML
--------------------------------------------------------------------    */
html, body{
    margin:0;
    padding:0;
}
body, table { 
    color: #000; 
    font: 11px "Arial Unicode MS", Verdana, "DejaVu Sans", "Bitstream Vera Sans", Geneva, sans-serif; 
}

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

/*  --------------------------------------------------------------------
    3. Titres
--------------------------------------------------------------------    */
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    color: #62B01F;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{
    color: #62B01F;
}
h1{
    font-size   :   26px;
}
h2 {
    font-size: 22px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 14px;
}

/*  --------------------------------------------------------------------
    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;
}

/*  --------------------------------------------------------------------
    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-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    color: #1b46a0;
}
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; 
    box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.1);
}
input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus { 
    border-color:#666;
    outline: 1px solid #1172BC;
}
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover {
    border-color: #1172BC;
}
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; 
}

/* -- boutons de formulaire + faux boutons de type formulaire */
input[type=submit], input[type=reset] {
    display: inline-block;
    margin: 0;
    padding: 6px 30px 6px 15px;
    border:1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0px 0px 2px #ccc;
    background: url(/img/site/pictos-boutons.png) no-repeat right 4px #fff;  
    font-family: Verdana;
    font-size: 12px !important;
    font-weight: bold;
    color: #1b46a0 !important;
    text-transform: uppercase;
}

input[type=submit]:hover, input[type=reset]:hover,
input[type=submit]:focus, input[type=reset]:focus{
    background: url(/img/site/pictos-boutons.png) no-repeat right -96px #fff;  
    color: #62B01F !important;
    text-decoration         :   none !important;
}
input[type=reset]{
    padding-left: 30px;
    padding-right: 15px;
    background-position: left -196px !important; 
}
input[type=reset]:hover,
input[type=reset]:focus{
    background-position: left -296px !important; 
}
/*  --------------------------------------------------------------------
    CKeditor 
--------------------------------------------------------------------    */
.mise_en_avant1, .mise_en_avant1 a {
    font-size               :   14px;
    font-weight             :   bold;
    color                   :   #62B01F;
}
.mise_en_avant2, .mise_en_avant2 a {
    font-size               :   12px;
    font-weight             :   bold;
    color                   :   #62B01F;
}
.mise_en_avant1 a:hover, .mise_en_avant2 a:hover, a:hover .mise_en_avant1, a:hover .mise_en_avant2{
    color                   :  #62B01F;
    text-decoration         : underline; 
}

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

/* no-data */
#no-data{
    text-align              :   center;
}

/* Api map */
#mod-api_map address.contact,
#mod-formulaires address.contact{
    width                   :   45%;
    float                   :   left;
    margin-left             :   10px;
}
#mod-api_map div.gps,
#mod-formulaires div.gps{
    width                   :   45%;
    float                   :   right;
    margin-right            :   10px;   
}
#mod-api_map .api_map,
#mod-formulaires .api_map{
    clear                   :   both;
    margin                  :   0 auto;
    overflow                :   hidden;
}

/* module formulaire */
#mod-formulaires #cadre-colonne-milieu form{
    position            :   relative;
    overflow            :   hidden;
    width               :   70%;
    margin              :   10px auto;
}
#mod-formulaires #cadre-colonne-milieu form fieldset{
}
#mod-formulaires #cadre-colonne-milieu form legend{
    color           :   #999;
}
#mod-formulaires #cadre-colonne-milieu form .champ{
    position        :   relative;
    width           :   100%;
    clear           :   both;
    overflow        :   hidden;
    margin          :   5px 0;
}
#mod-formulaires #cadre-colonne-milieu input[type=text], 
#mod-formulaires #cadre-colonne-milieu input[type=password], 
#mod-formulaires #cadre-colonne-milieu textarea { 
    width               :   98%;
}
#mod-formulaires #cadre-colonne-milieu textarea { 
    min-height          :   150px;
}
#mod-formulaires #cadre-colonne-milieu form .date input[type=text], 
#mod-formulaires #cadre-colonne-milieu form .decimal input[type=text], 
#mod-formulaires #cadre-colonne-milieu form .entier input[type=text]{
    width               :   25%;
}
#mod-formulaires #cadre-colonne-milieu .multiple input[type=checkbox], 
#mod-formulaires #cadre-colonne-milieu .multiple input[type=radio]{
    margin-left     :   5%;
}
#mod-formulaires #cadre-colonne-milieu form .boutons{
    display         :   block;
    padding         :   10px 0;
    text-align      :   center;
}
#mod-formulaires #cadre-colonne-milieu form .boutons{
    display         :   block;
    padding         :   10px 0;
    text-align      :   center;
}
#mod-formulaires #cadre-colonne-milieu p.infos-juridiques{
    border-top      :   1px dashed #ccc;
    padding-top     :   5px;
    margin-bottom   :   20px;
    font-style      :   italic;
    color           :   #999;
}

/* 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                  :   #1172bc;
	}
    ul.plan_site a:visited {
        text-decoration        :   none;
        color                  :   #1172bc;
    }
    ul.plan_site a:hover, ul.plan_site a:active, ul.plan_site a:focus {
        text-decoration        :   underline;
        color                  :   #1172bc;
    }   
	/* Niveau 2 */	
	ul.plan_site_1{
	    padding                :   10px 0 5px 30px;     
	    border-top             :   1px solid #1172bc;
	} 
	ul li.plan_site_1, ul li.plan_site_1 a{
	    font-size              :   12px;
	    font-weight            :   normal;
	    text-transform         :   none;
	    color                  :   #87888A; 
        text-transform         :   uppercase;
        list-style-type        :   disc;
	}
    ul li.plan_site_1 a:visited {
        text-decoration        :   none;
        color                  :   #87888A;
    }
    ul li.plan_site_1 a:hover, ul li.plan_site_1 a:active, ul li.plan_site_1 a:focus {
        text-decoration        :   underline;
        color                  :   #87888A;
    }   
    /* Niveau Data */  
    ul.plan_site_data{
        padding                :   5px 0 10px 30px;     
        border-top             :   1px solid #1172bc;
    } 
    ul li.plan_site_data, ul li.plan_site_data a{
        padding-top            :   3px;
        font-size              :   12px;
        font-weight            :   normal;
        text-transform         :   none;
        color                  :   #62B01F; 
        list-style-type        :   circle;
    }
    ul li.plan_site_data a:visited {
        text-decoration        :   none;
        color                  :   #62B01F;
    }
    ul li.plan_site_data a:hover, ul li.plan_site_data a:active, ul li.plan_site_data a:focus {
        text-decoration        :   underline;
        color                  :   #62B01F;
    }
    /* Niveau Data de niveau 2 */  
    ul.plan_site_1 ul.plan_site_data{
        border-top             :   none; 
    } 
/* newsletter */
#mod-newsletter #cadre-colonne-milieu .newsletter{
    margin-bottom           :   50px;
}
#mod-newsletter #cadre-colonne-milieu h2{
    font-size               :   16px;
}
#mod-newsletter #cadre-colonne-milieu p{
    font-size               :   12px;
    color                   :   #000;
    margin                  :   10px 0;
}
#mod-newsletter #cadre-colonne-milieu label{
    float                   :   left; 
    margin-right            :   25px;
}
#mod-newsletter #cadre-colonne-milieu .corps{
    position            :   relative; 
    overflow-x          :   auto; 
    overflow-y          :   hidden;
}
#mod-newsletter #cadre-colonne-milieu .boutons .newsletter-ajout{
   /* background-image: url(/img/picto/newsletter_on.png);*/
}
#mod-newsletter #cadre-colonne-milieu .boutons .newsletter-suppression{
  /*  background-image: url(/img/picto/newsletter_off.png);*/
}
    
/*  ----------------------------------------------------------------------------
    AXN                                                                         
    ------------------------------------------------------------------------- */

/* baseline */
#baseline-axn{
    position                :   relative;
    clear                   :   both;
    padding                 :   5px 0 5px 0;
    font-size               :   11px;
}
#baseline-axn, #baseline-axn a{
    color                   :   #fff;
}
#baseline-axn .baseline-axn img{
    vertical-align          :   bottom;
}
#validation{
    display                 :   inline;
    position                :   absolute;
    margin                  :   -2px 0 0 5px;
}
#info-validation{
    display                 :   none;
    position                :   absolute;
    margin-top              :   -58px;
    margin-left             :   -120px;
    width                   :   300px;   
    height                  :   35px;  
    padding                 :   10px;
    background-color        :   #fff;
    border                  :   1px solid #005A9C;
    color                   :   #000;
    z-index                 :   10;
}

/* 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 : fixed;
    top : 0;
    left : 0;
    z-index : 1000;
    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;
    margin-bottom       :   15px;
}

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

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

/**********************************************************/
/*                Classes Génériques                      */
/**********************************************************/
.clear {
    clear:both;
}
.left{
    float: left;
}
.right{
    float: right;
}
.hidden{
    display             :   block;
    width               :   0;
    height              :   0;
    margin              :   0;
    padding             :   0;
    overflow            :   hidden;
}
.text-hidden{
    text-indent:-9999px;
}
.text-left{
    text-align          : left;
}
.text-center{
    text-align          : center;
}
.text-right{
    text-align          : right;
}
.loading{
    display: block;
    width:100%;
    height:80px;    
    background   :   url(/img/loading.gif) no-repeat center center;
}