@charset "UTF-8";
/* CSS Document */

.header {
    z-index: 99;
    width: 100%;
    visibility: visible;
    float: left;
    height: 66px;
}
.culturewidth {
    margin-left:-50px !important;
}
.naturewidth {
    margin-left:-50px !important;
}
.padding-bot {
    padding-bottom:25px;
}
.menuheight {
    height: auto;
}
.menutop, .menutop a, .menutopcolored, .menutopcolored a {
    padding-top:10px;
    padding-left:15px;
    padding-right:15px;
    padding-bottom:13px;
    margin-top:0px;
    margin-left:5px;
    border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    behavior: url(../css/PIE.htc);
    float: left; /* Pour que les liens s’affichent horizontalement */
    /*    position: relative; /* Crée un contexte de positionnement pour les sous-listes */
    font-weight: 400;
    font-size:20px;
/*	line-height:18px; */
    color: black;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0px;
/*	text-transform: uppercase; */
    z-index:99;
}
.menutopcolored {
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding-bottom:8px;
    behavior: url(../css/PIE.htc);
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.6);
    background-color: rgb(249, 211, 10);
    background-color: rgba(249, 211, 10, 1.0);
    margin-left:15px;
}
.menubot {
/*	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 1.0); */
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 1.0);
    color:white;
    font-size:10px;
}
.headmenu {
    float:left;
    position:absolute;
    top:40px;
    height:80px;
    width:90%;
    margin-left:5%;
    margin-right:5%;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    behavior: url(../css/PIE.htc);
}

/*entete*/
.bodyleftcol {
    width: 220px;
    height: 240px;
    float: left;
    margin: 0 0 0 50px;
    position: relative;
    top: 175px;
}
.bodymenu {
    z-index: 99;
    width: 100%;
    left: 0;
    margin-left: 0;
    overflow: hidden;
    position: fixed;
    height: 70px;
}
.logoli {
    float:left;
    position:relative;
    top:-10px;
    left:20px;
    margin-right:20px;
}
.ulmenu0, .ulmenu0culture, .ulmenu0nature, .ulmenu0accueil, .ulmenu0soutenir {
    position: relative;
    white-space: nowrap;
    /* Pour que le texte ne revienne pas à la ligne */
    left: 0;
    /* FIX IE7 : pour que le sous-menu s’aligne avec son conteneur */
    top: 50px;
    /* FIX IE7 : pour que le sous-menu s’aligne avec son conteneur */
    margin-top: -3px;
    padding-top: 0px;
    z-index: 99;
}

.ulmenu0culture {
    width:45px;
    margin-left:-45px;
}
.ulmenu0soutenir {
    width:95px;
    margin-left:-95px;
}
.ulmenu0nature {
    width:82px;
    margin-left:-82px;
}
.ulmenu0accueil {
    width:80px;
    margin-left:-80px;
}
.limenu1 {
    white-space: nowrap;
    margin: 0;
    float: left;
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: left;
    width:220px;
    font-weight: 400;
    font-size:20px;
}
.endlimenu1 {
    white-space: nowrap;
    margin: 0;
    float: left;
    text-align: left;
    width:220px;
    border-radius: 0px 0px 8px 8px;
    -moz-border-radius: 0 0 8px 8px ;
    -webkit-border-radius: 0 0 8px 8px;
    behavior: url(../css/PIE.htc);
    height:10px;
}

.leftborderthin {
    border-left-style: solid;
    border-left-color: #18442A;
    border-left-width: thin;
}
.limenu1:hover {
    display: block;
}
.limenu1href {
    padding-left: 18px !important;
    white-space: nowrap; 
    font-size: 11px;
    text-decoration: none;
    letter-spacing: 0;
    padding-top: 3px;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    
}
.c3c:hover, .ccc:hover {
    color: black;
}
.ccc {
    text-align: left !important;
}
.c3c {
    text-align: left !important;
}

.decal {
    padding-left:40px !important;
    text-transform: uppercase;
    font-size:11px !important;
    padding-top:0px !important;
}

.culture, .nature, .accueil {
}
.sepli {
    float: left;
    height: 11px;
    margin: 11px 1px 1px;
    border-right-width: 0;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: solid;
    border-left-color: #18442A;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    float: left;
}

li {
    border: 0;
    display: inline;
    float: left;
}

li ul {
    display: none;
    /*	background-color:yellow; */
}

li ul li {
    display: block;
    float: none;
    /*	background-color:orange; */
}

/*Prevent text wrapping*/
li ul li a {
    width: 100%;
    padding: 0;
    /*	background-color:grey; */
}

/*Display the dropdown on hover*/
.hidden:hover,
ul li a:hover + .hidden {
    display: block;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
    margin-top: -25px;
    padding-right: 10px;
    text-decoration: none;
    color: #fff;
    display: none;
    /*	background-image:url(../img/menu.png);
	background-repeat: no-repeat; */
    width: 42px;
    height: 42px;
    float: right;
}
.show-pos {
    margin-top: -25px;
    padding-right: 10px;
    text-decoration: none;
    color: #fff;
    display: none;
    background-image: url("../img/pos.png");
    background-repeat: no-repeat;
    width: 42px;
    height: 42px;
    float: right;
}
input[type=checkbox]:checked ~ #menu {
    display: block;
}

.nav-itemli {
    margin-top: 3px;
    margin-bottom: 3px;
    float: left;
    /* Pour que les liens s’affichent horizontalement */
    z-index: 99;
    display: inline-grid;
    border-left-style: solid;
    border-left-color: transparent;
    border-left-width: thin;
    cursor: pointer;
}
.nav-itemli:hover {
    color: black;
}
.nav-itemlico {
    margin-left: 15px;
    margin-right: 45px;
    float: left;
    /* Pour que les liens s’affichent horizontalement */
    z-index: 99;
    display: inline-grid;
    border-left-style: solid;
    border-left-color: transparent;
    border-left-width: thin;
    padding-top: 4px;
}
.noshow {
    display: none;
}
/* FARES */
#menu {
    display: block;
    margin-top: 40px;
}

.c3coff {
    color: darkgreen;
}
