body {
    background-color:#36648f;
    font-family: Arial;
    
}
a:link {color: #36648b; text-decoration: none ; }
a:visited {color: #36648b; text-decoration: none ;  }
a:hover { color: #36648b; font-style:italic;}

div#conteneur {
width: 80%;
margin : auto; 
}

p#folder {
    margin-top:0px;
    margin-bottom:0px;
}

div#Menu {
float: left;
left:3px;
width: 175px;
text-align:left;
}

div#Main {
background-color:white;
background-image : url('./img/loupe_transparent.png');
background-repeat:no-repeat;
background-position:top;
}

div#Droite {
float : right;
width: 160px;
text-align:center;
border : 1px solid #a59f8b;
background-color: #36648b;
border-radius:10px ;
-moz-border-radius: 10px ;
-webkit-border-radius:10px ;
background-image : url('./img/degrade2.png');
background-repeat: repeat-y;

}

h2{
    color: #36648b; text-decoration: none ;
}

#calendrier li{
    list-style: none;   
}

#libelle {
    width: 210px;
    margin: 0 auto;
    padding: 0;
}
.ligne {
    width: 210px;
    margin: 0 auto;
    padding: 0;
} 
#libelle li {
    float : left;background-image : url('./img/degradevert.png');
background-repeat: repeat-y;

    width : 30px; 
}
.ligne li {
    color: #000;background-image : url('./img/degradevert.png');
background-repeat: repeat-y;

    float : left; 
    width : 30px; 
}


.ligne li a:hover{
    list-style: none;
    text-decoration: none;background-image : url('./img/degradevert.png');
background-repeat: repeat-y;

}

li.itemCurrentItem {
    font-weight: bold;background-image : url('./img/degradevert.png');
background-repeat: repeat-y;

    text-decoration : underline;
}
li.itemSelectedItem {
    text-decoration : underline;
background-image : url('./img/degradevert.png');
background-repeat: repeat-y;
background-image : url('./img/degradevert.png');
background-repeat: repeat-y;

}

table.tabtarifs {
    width: 100%;
    border-width:2px; 
    border-style:solid; 
    border-color:black;
}

.tabtarifs td {
 border-width:1px;
 border-style:solid; 
 border-color:black;
}
