/* 
    Document   : style3
    Created on : 5 avr. 2012, 13:56:23
    Author     : gFabrice
    Description:
        Purpose of the stylesheet follows.
*/
/*
.zonemenu
{

}
*/

#barmenu
{
    width: 100%;
    text-align: center;
    background-color: white;            
    text-align: center;
    font-family: Arial, Verdana ,sans-serif;
    font-size: 0.9em;
}

#barmenu ul li
{   list-style: none;
    display: inline;            
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 5px;
    margin-left: 5px;    
    font-size: 0.9em;
    text-align: center; 
    background-color: #ccc;
    border-top-left-radius: 10px 10px;
    border-top-right-radius: 10px 10px;

}

#menu1
{	position: absolute;
        display: none;
        left: 200px;
        top: 500px;
        width: 170px;
        background-color: #ccc;
        opacity: 0.8;
        font-size: 0.9em;
}

#menu2
{	position: absolute;
        display:none;
        left: 300px;
        top: 300px;
        width: 170px;                
        background-color: #ccc;
        opacity: 0.8; 
        font-size: 0.9em;       
}


ul li a
{ text-decoration: none;
}

div#menu1 ul
{   padding-left: 5px;
    margin-right: 1px;
    margin-left:  1px;
    text-align: left;  
} 

div#menu1 ul li
{   list-style: none;
    display: block;
    border-bottom: 1px dotted red;
    padding-left: 1px;
    margin-right: 1px;
    margin-left: 1px;
    text-align: left;  
} 
div#menu1 ul li a:hover,div#menu2 ul li a:hover
{   
    background-color: white;
    color: red;
    font-weight: bold;
    display: block;
}

div#menu2 ul
{   padding-left: 5px;
    margin-right: 1px;
    margin-left:  1px;
    text-align: left;  
} 

div#menu2 ul li
{   list-style: none;
    display: block;
    border-bottom: 1px dotted red;
    padding-left: 1px;
    margin-right: 1px;
    margin-left: 1px;
    text-align: left;            
}

div#menu2 ul li a:hover
{   
    background-color: white;
}

#contenu_1 ul li
{
    list-style: url(../images/pdf_img.gif);
}
