﻿#gauche 
{
    float: left;
    width:200px;
    background-color:#f5f5f5;
    border: 1px solid #ababab;
    margin-bottom:10px;
    font-size: 0.8em;
}

#gauche > h1
{
    background-color: #3B669E;
    background-image: url('../bgMenu.png');
    background-repeat: repeat-x;
    background-position: top;
    vertical-align: middle;
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 1em;
    text-align: center;
    color: #ffffff;
    border-bottom: 1px solid #ababab;
    margin-bottom: 5px;
    font-weight: bold;
}

#gauche h2 
{
    border-bottom:1px solid #000;
    font-size:1.2em;
    height:0.6em;
    line-height:0.6em;
}


#gauche > div
{
    padding:10px;
}

#gauche form label
{
    font-size: 11px;
    font-weight: bold;
}

#gauche form input,
#gauche form select
{
    width: 100%;
    background-color: #ffffff;
    margin-bottom: 10px;
    margin-top:2px;
}

#gauche form input.date{
    width: 55%;
    display: inline;
    vertical-align: 3px;
}

#gauche form label.dateAu{
    display: inline;
    vertical-align: 5px;
}

#gauche form select
{
    width:182px;
}

#gauche form input[type=checkbox]
{
    width: 16px;   
    font-weight: normal;
}

#gauche form .boutons
{
    text-align:right;
}

/*Pour utiliser une partie du menu de gauche comme menu de
 navigation, utiliser des listes.*/
#gauche ul
{
    list-style-type: none;  
    margin:0;
    padding:0;
}

#gauche ul li
{
     width: 100%;
     padding: 2px 0;
     font-weight: bold;
     font-size: 0.9em;
     background-color: transparent;
     list-style-type: none;  
}

#gauche ul li span,
#gauche ul li a
{
    padding: 2px 10px;   
    display: block;
}

#gauche ul li.verrouille > a,
#gauche ul li.verrouille:hover  > a
{
     color: #AAAAAA;
    pointer-events: none;
}

#gauche ul li a.menuNiv2
{
    padding-left:20px;
}

#gauche ul li:hover
{
    background-color: #C0C6CE;
    cursor: pointer;
    color: #133868;
}

#gauche ul li.actif
{
    background-color: #376191;
    color: #ffffff;   
}

#gauche ul li.actif a
{
    color: #ffffff;
}

#gauche ul li ul
{
    display: none;
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
    margin-top: 2px;
}

#gauche ul li.actif ul
{
    display: block;
}

#gauche ul li ul li
{
    background-color: #f5f5f5;
    list-style-position: inside;
    margin-left: 10px;
    width: auto;
    /*list-style-image: url('../puce.png');*/
    padding-left:5px;
    color: #000000;
    font-size: 11px;
}

#gauche ul li ul li:hover
{
    /*list-style-image: url('../puce_select.png');*/
}

#gauche ul li ul li.select
{
    background-color: #A0ACE5;   
    /*list-style-image: url('../puce_select.png');*/
}


#gauche .nombreResultats
{
    font-weight:bold;
    padding-bottom:10px;
}

fieldset
{
    margin:0px 10px 0px 10px;    
}

#boiteDialogue fieldset
{
    margin:0px;    
}