/*** GENERAL ***/
body{
    margin: 0;
    padding: 0;
    text-align: center; /* Corrige Bug IE */
    background: #b3c904 url(../images_css/bg_top.gif) repeat-x left top;
    font: normal normal normal 1.0em Arial, sans-serif;
    color: #333333;
}

.clear{
    clear: both;
    height: 0;
    overflow: hidden;
}

#bloc_920{
    position: relative;
    width: 920px;
    margin: 0 auto;
    text-align: left;
}

#header{
    width: 912px;
    margin: 0 auto;
    text-align: left;
    background-color: #FFFFFF;
    height: 196px;
}

#header .logo{
    display: block;
    float: left;
    border: 0;
    margin-top: 25px;
    margin-left: 5px;
}



/*** Slideshow Bandeaux **/
#header .bandeau{
    position: relative;
    float: right;
    background: #FFFFFF url(../images_css/bg_bandeau.gif) no-repeat left top;
    width: 595px;
    height: 160px;
}


#header .bandeau div {
    position: absolute;
    top: 0;
    left: 45px;
    z-index: 8;
    opacity: 0.0;
    height: 133px;
    background-color: #FFF;
}


#header .bandeau div.active {
    z-index: 10;
    opacity: 1.0;
}

#header .bandeau div.last-active {
    z-index: 9;
}

#header .bandeau img{
    display: block;
    border: 0;
    height: 133px;
    width: 540px;
}


#onglets{
    text-align: right;
 }
 
#onglets ul {
    position: relative;
    float: right;
    margin: 0;
    margin-top: 9px;
    margin-right: 6px;
    padding: 0;
    list-style: none;
}
    
#onglets li {
    float: left;
    margin: 0;
    padding: 0;
    background: url(../images_css/onglet_droit.gif) no-repeat right top;
    padding: 0;
    margin-left: 1px;
}

#onglets a {
    display: block;
    background:url(../images_css/onglet_gauche.gif) no-repeat left top;
    padding: 6px 12px;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

#onglets a:hover, #onglets a.active{
    color: #333333;
}

#content{
    position: relative;
    width: 900px;
    margin: 0 auto;
    margin-top: 4px;
    background: url(../images_css/bg_content.gif) repeat-y left top;
}

#colonne_gauche{
    float: left;
    width: 300px;
    padding-bottom: 20px;
}

#colonne_droite{
    margin-left: 300px;
    padding: 20px;
    /*background-color: blue;*/
}


/*--- search ------------*/
div#searchbox{
    padding: 8px;
}

div#searchbox form{
    margin: 0;
    padding: 0;
}

div#searchbox form#searchform input {
    float: left;
    width: 220px;
}

form#searchform fieldset {
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
    border: 0;
}

form#searchform fieldset input {
    margin: 0;
    padding: 0.5em;
    height: 26px;
    background-color: #EEEEEE;
    border: 0;
    outline: none; /* remove Safari glow */
    font-size: 14px;
    color: #b3c904;
    font-weight: bold;
}

form#searchform fieldset input:focus {
    /*background: transparent url("/img/global/search_on.png") 0.4em 0.4em no-repeat;*/
    background-color: #FFFFFF;
}

form#searchform fieldset button {
    float: right;
    text-indent: -300em;
    width: 50px;
    background: url(../images_css/search_button.jpg) no-repeat center center;
    height: 40px;
    cursor: pointer;
    border: none;
    margin: 0;
    padding: 0;
}

form#searchform fieldset button:hover {
    background: url(../images_css/search_button_hover.jpg) no-repeat center center;
}

/*--- Rubrique ------------*/
#rubriques{
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 8px;
}

.niv_1{
    position: relative;
    display: block;
}
.niv_1 > li{
    margin: 0;
    margin-bottom: 1px;
}

.niv_1 li > a{
    display: block;
    padding: 11px 0;
    padding-left: 15px;
    padding-right: 60px;
    background: url(../images_css/bg_rubrique.jpg) no-repeat top left;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    outline: none;
}

.niv_1 li > a:hover{
    background: url(../images_css/bg_rubrique_hover.jpg) no-repeat top left; 
}
    
.niv_1 li > a.active{
   background: url(../images_css/bg_rubrique_active.jpg) no-repeat top left; 
}

.niv_2{
    margin: 10px 0;
    padding: 0px;
    padding-left: 10px;
    list-style: none;
}

.niv_2 li{
    position: relative;
    display: block;
}

.niv_2 li > a{
   padding: 6px 0;
   color: #b3c904;
   font-size: 12px;
   font-weight: bold;
   background: transparent;
}

.niv_2 li:hover > a, .niv_2 li > a.active2{
    background: #b33a87;
}

.niv_2 li:hover > .niv_3{
    display: block;
}

.niv_3{
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 999;
    margin: 0;
    padding: 0;
    background-color: #b33a87;
}

.niv_3 > li{
    padding: 0px;
    width: 250px;
}

.niv_3 li > a{
    color: #FFFFFF;
    padding-bottom: 7px;
}

.niv_3 li:hover > a{
    background: #9c2872;
}

.niv_2 li > a{
   padding-left: 20px; 
}


/*--- Nos Communes ------------*/
#nos_communes .titre{
    display: block;
    border: 0;
}

#nos_communes #liste{
    margin-top: 6px;
    text-align: center;
    padding: 0 4px;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 26px;
}

#nos_communes #liste a{
    margin: 0 2px;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 13px;
    padding: 2px 4px;
}

#nos_communes #liste a.vert{
    color: #b3c904;
}

#nos_communes #liste a:hover, #nos_communes #liste a.active{
    /*text-decoration: underline;*/
    background-color: #FFFFFF;
    color: #9c2872;
}


/*** Slideshow Mairies **/
#nos_communes #mairies{
   position: relative;
   display: block;
   height: 172px;
   width: 282px;
   margin: 0 auto;
   margin-top: 6px;
}

#nos_communes #mairies div {
    position:absolute;
    top: 0;
    left: 0;
    z-index: 8;
    opacity: 0.0;
    height: 172px;
    background-color: #FFF;
}


#nos_communes #mairies div.active {
    z-index: 10;
    opacity: 1.0;
}

#nos_communes #mairies div.last-active {
    z-index: 9;
}

#nos_communes #mairies p{
    margin: 0;
    position: absolute;
    left: 2px;
    bottom: 2px;
    text-align: center;
    opacity: 0.85;
    background-color: #9caf00;
    padding: 2px 0;
    width: 278px;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 12px;
}

#nos_communes #mairies img{
    border: 2px solid #FFFFFF;
    height: 168px;
    width: 278px;
}


/*Liens*/
.pj a{
    display: block;
    padding: 8px;
    background-color: #EEEEEE;
    border: 1px #CCCCCC solid;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    color: #666666;
    margin-top: 10px;
}

.pj a > span{
    font-size: 12px;
    font-weight: normal;
}
.pj a:hover{
    background-color: #DDDDDD;
    text-decoration: none;
    color: #333333;
}

#colonne_droite .titre{
    color: #B3C904;
    font-size: 18px;
    font-weight: bold;
    background: url(../images_css/puce_titre.gif) no-repeat left center;
    text-align: left;
    padding: 0;
    padding-left: 50px;
    line-height: 30px;
    margin: 0;
    margin-bottom: 10px;
}

/* Derniers Articles */
#colonne_droite .derniers_articles{
    border-top: 2px #E0E0E0 solid;
    margin-top: 20px;
    padding-top: 20px;
}

.derniers_articles ul, .liste-articles ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.derniers_articles ul li, .liste-articles ul li{
    margin-bottom: 20px;
}

.derniers_articles ul li p, .liste-articles ul li p{
    font-weight: bold;
    color: #9B1564;
    font-size: 14px;
    margin: 0;
    padding: 0;
}



.derniers_articles ul li div, .liste-articles ul li div{
    text-align: justify;
    font-size: 12px;
    color: #333333;
    margin-top: 2px;
    margin-bottom: 4px;
}

.derniers_articles ul li a, .liste-articles ul li a{
    display: block;
    padding: 4px 8px;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #B3C904;
    text-decoration: none;
    font-size: 12px;
}

.derniers_articles ul li a:hover, .liste-articles ul li a:hover{
    background-color: #9B1564;
}

.derniers_articles ul li a span, .liste-articles ul li a span{
    float: right;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: normal;
    font-style: italic;
}

/*Articles */
.titre_article{
    font-size: 14px;
    font-weight: bold;
    color: #9B1564;
    margin: 4px 0;
}

.titre_publication{
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    margin: 0;
}

.chapo{
    text-align: justify;
    font-size: 12px;
    font-style: italic;
    color: #999999;
}

.img_article{
    margin:10px;
    margin-right: 0;
    width: 180px;
}

/* Print */
.print{
    text-align: right;
    margin-top: 10px;
}

.print a{
    background-color: #E0E0E0;
    border-color: #CCCCCC;
    color: #666666;
    font-size: 12px;
    font-weight: bold;
    padding : 4px 8px;
    text-decoration: none;
}

.print a:hover{
    background-color: #CCCCCC;
    text-decoration: none;
    color: #444444;
}

/*Breadcrumb */
#breadcrumb{
    border: 1px #CCCCCC solid;
    background-color: #EEEEEE;
    padding : 4px 8px;
    margin-bottom: 20px;
    font-size: 11px;
    color: #999999;
}

#breadcrumb span{
    color: #e4008b;
}

#breadcrumb a{
   text-decoration: none;
   color: #666666;
}

#breadcrumb a:hover{
   color: #333333;
}

/* Newsletter */
.newsletter_titre{
    margin: 4px;
    font-size: 12px;
}

/* Plan */
#plan p{
    padding: 4px 8px;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #e7008c;
    text-decoration: none;
    font-size: 12px;
    margin: 4px 0;
    margin-top: 20px;
}

#plan a.racine{
    display: block;
    padding: 4px 8px;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #B3C904;
    text-decoration: none;
    font-size: 12px;
    margin: 4px 0;
}

#plan a.racine:hover{
    text-decoration: none;
    background-color: #94a700;
}

#plan .plan-rubriques{
    margin: 0;
    padding: 0;
    list-style: none;
}

#plan .plan-rubriques li{
    margin-left: 20px;
}

#plan .plan-rubriques li a{
    display: block;
    padding: 4px 8px;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #b33a87;
   /* background-color: #E9E9E9;*/
    text-decoration: none;
    font-size: 12px;
    margin: 4px 0;
    margin-top: 10px;
}

#plan .plan-rubriques li a:hover{
    background-color: #9c2872;
    /*background-color: #DDDDDD;*/
}

#plan .plan-rubriques li li{
    margin-left: 20px;
}

#plan .plan-rubriques li li a{
    display: block;
    padding: 4px 8px;
    color: #FFFFFF;
    font-weight: bold;
    /*background-color: #b33a87;*/
    background-color: #B3C904;
    text-decoration: none;
    font-size: 12px;
    margin: 4px 0;
}

#plan .plan-rubriques li li a:hover{
    /*background-color: #9c2872;*/
    background-color: #94a700;
}

/* Recherche */
.terme_recherche{
    font-size: 12px;
    color: #333333;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #E9E9E9;
}

.terme_recherche span{
    font-size: 14px;
    color: #e7008c;
    margin-left: 4px;
}