#les_menus h2 {     color:#fff;}

#menu-n1 ul, #menu-n1 li {
    /*font-size:14px;*/
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    line-height:21px;
    text-align:left;
    /* border-bottom: 1px solid #CCCCCC;*/
}

#menu-n1 {
    list-style:none;
    /*width:730px;*/
    margin:0px auto 0px auto;
    height:105px;
    padding:0px 0px 0px 0px;
   /* border-bottom: 1px solid #CCCCCC;*/


    /* Rounded Corners */
    /*
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            border-radius: 10px;
    */
    /* Background color and gradients */
    /*
    background: #014464;
    background: -moz-linear-gradient(top, #0272a7, #013953);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0272a7), to(#013953));
    */
    /* Borders */
    /*
            border: 1px solid #002232;
    
            -moz-box-shadow:inset 0px 0px 1px #edf9ff;
            -webkit-box-shadow:inset 0px 0px 1px #edf9ff;
            box-shadow:inset 0px 0px 1px #edf9ff;
    */
}

#menu-n1 > li {
    border: medium none;
    display: block;
    float: left;
    height: 92px;
    margin-right: 0;
    margin-top: 0;
    padding: 4px 9px;
    position: relative;
    text-align: center;
    width: 120px;
}

#menu-n1 > li.inactifItem{
   /* border-bottom:1px solid #ccc;*/
}

#menu-n1 li:hover {
    /*border: 1px solid transparent;*/
    padding: 4px 9px 4px 9px;
    background: rgba(255,255,255,0.10);
}

#menu-n1 li.actif {
    /*border: 3px solid transparent;*/
    padding: 4px 9px 4px 9px;
 /*
    border-right: 1px solid #bbb;
    border-left: 1px solid #bbb;*/
    background: rgba(255, 255, 255, 0.10 );
    border-radius: 0px 0px 6px 6px;
}

#menu-n1 li.none {
    background: none!important;
}


#menu-n1 li a {
    font-family:Helvetica;
    outline:0;
    text-decoration:none;
   /* line-height: 2px;*/
   color:#ccc;
}

#menu-n1 li:hover a {
   
}

.dropdown_1column,
.dropdown_2columns,
.dropdown_3columns,
.dropdown_4columns,
.dropdown_5columns {

    margin:65px auto;
    float:left;
    position:absolute;
    z-index:1000!important;
    left:-999em;
    text-align:left;
    padding:5px 15px 5px 15px;
  /*  border:1px solid #777777;*/

    /*background:#F4F4F4;*/
  background: url(../pia/public/images/bg.png);

}

.dropdown_1column {width: 140px;}
.dropdown_2columns {width: 280px;}
.dropdown_3columns {width: 420px;}
.dropdown_4columns {width: 560px;}
.dropdown_5columns {width: 700px;}

/*
#menu-n1 li:hover .dropdown_1column,
#menu-n1 li:hover .dropdown_2columns,
#menu-n1 li:hover .dropdown_3columns,
#menu-n1 li:hover .dropdown_4columns,
#menu-n1 li:hover .dropdown_5columns {
        left:-1px;
        top:auto;
}
*/

.affiche {
    left:-1px;
    top:auto;
}

.affiche_droite{
    left:auto;
    right:-1px;
    top:auto;
}

.col_1,
.col_2,
.col_3,
.col_4,
.col_5 {
    /*position:relative;*/
    display:inline;
    float: left;
    position: relative;
    /*margin-left: 5px;*/
    /*margin-right: 5px;*/

}

h3.inactif,
p.inactif,
ul.inactif li
{
    color: rgba(0, 0, 0, 0.8 );
    text-shadow: none!important;
}

h3.inactif{
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.8 )!important;*/
}



.item-sm{
    padding-top: 13px;
    /*padding-bottom: 7px;*/
    position: relative;
    /* border: 1px solid;*/
    /*height: 76px;*/
    /*bottom: 7px;*/
}

.item-sm:hover{
    background: rgba(255, 255, 255, 0.5 );
    padding-top:13px;
    bottom:0px;
    /*height:50px;*/
}

#sous-menu .col_1 {width:140px;padding-right:10px;padding-left:10px;}

.col_1 {width:130px;}
.col_2 {width:270px;}
.col_3 {width:410px;}
.col_4 {width:550px;}
.col_5 {width:690px;}

.col_1:hover,
.col_2:hover,
.col_3:hover,
.col_4:hover,
.col_5 {
    /*background: rgba(255, 255, 255, 0.5 );*/
}






#menu-n1 .menu_right {
    float:right;
    margin-right:0px;
}
#menu-n1 li .align_right {
    /* Rounded Corners */
    -moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
}

/*
#menu-n1 li:hover .align_right {
        left:auto;
        right:-1px;
        top:auto;
}
*/

#menu-n1 p, #menu-n1 h2, #menu-n1 h3, #menu-n1 ul li {
    font-family:Helvetica;
    line-height:21px;
    font-size:14px;
    text-align:left;
    color:#fff;
   
}
#menu-n1 h2 {
    font-size:23px;
    font-weight:bold;
    letter-spacing:0px;
    margin:7px 0 14px 0;
    padding-bottom:14px;
    border-bottom:1px solid #ccc;
    color:#fff;
}
#menu-n1 h3 {
    font-size:14px;
    margin:7px 0 14px 0;
    padding-bottom:7px;
    border-bottom:1px solid #ccc;
    color:#fff;
}
#menu-n1 p {
    line-height:15px;
    margin:0 5px 10px 0;
    font-size:0.8em;
    padding-left: 2px;
    padding-right: 2px;
    /*border:1px solid;*/
    color:#fff;
}

#menu-n1 li:hover div a {
    font-size:14px;
    
}


#menu-n1 li:hover div a:hover {
    
}


.strong {
    font-weight:bold;
}
.italic {
    font-style:italic;
}

.imgshadow { /* Better style on light background */
    /*	background:#FFFFFF;*/
    /*padding:4px;*/
    /*border:1px solid #777777;*/
    /*margin-top:5px;*/
    /*
    -moz-box-shadow:0px 0px 5px #666666;
    -webkit-box-shadow:0px 0px 5px #666666;
    box-shadow:0px 0px 5px #666666;
    */
}

.img_left { /* Image sticks to the left */
    width:auto;
    float:left;
    margin:5px 15px 5px 5px;
}

#menu-n1 li .black_box {
    background-color:#333333;
    color: #eeeeee;
    text-shadow: 1px 1px 1px #000;
    padding:4px 6px 4px 6px;

    /* Rounded Corners */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

    /* Shadow */
    -webkit-box-shadow:inset 0 0 3px #000000;
    -moz-box-shadow:inset 0 0 3px #000000;
    box-shadow:inset 0 0 3px #000000;
}

#menu-n1 li ul {
    list-style:none;
    padding:0;
    margin:0 0 12px 0;
    min-height: 120px;
}
#menu-n1 li ul li {
    font-size:14px;
    line-height:17px;
    position:relative;
    text-shadow: 1px 1px 1px #ffffff;
    padding:0;
    margin:0;
    float:none;
    text-align:left;
    width:130px;
}
#menu-n1 li ul li:hover {
    background:none;
    border:none;
    padding:0;
    margin:0;
}

#menu-n1 li .greybox li {
    background:#F4F4F4;
    border:1px solid #bbbbbb;
    margin:0px 0px 4px 0px;
    padding:4px 6px 4px 6px;
    width:116px;

    /* Rounded Corners */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
#menu-n1 li .greybox li:hover {
    background:#ffffff;
    border:1px solid #aaaaaa;
    padding:4px 6px 4px 6px;
    margin:0px 0px 4px 0px;
}

/********************** Personnalisation **************************************/

.icon-holder{

}


.icon-holder  span{
    display: inline-block;
    height: 44px;
    margin-bottom: 5px;
    padding-top: 10px;
    vertical-align: middle;
    width: 50px;
}

.icon-holder-2{
    text-align: center;
    margin-top:4px;
}

.titre{
    text-align: center;
    font-weight: bold;
    /*font-size: 1.25em;*/
}


.icon-holder-2  span{
    display: inline-block;
    vertical-align: middle;

}

.icon-holder:hover  span{
    /*background-color: #015b86;*/

}

#menu-n1 .titre{
    position:relative;
    padding-bottom: 20px;
    /*padding-top:10px;*/
}

div.holder{
    padding:2px;
    height:90px;
}

div.holder:hover{


}

#container-menu a:hover{text-decoration: none;}

#container-menu .col_active,
#container-menu .col_1:hover{
    border-bottom-width:  3px;
    border-bottom-color:#119A42;

    border-bottom-style: solid;
    padding-bottom: 0px;

}

.noLien{
    color:#a70000!important;
    font-weight: bold;
}
