/* CSS Document */

/* LE MENU */ 
#exitmenu1{
position:relative;
top:150px;
width:400px;
height:30px;/*
background-color:red;*/
}
#exitmenu2{
position:relative;
top:150px;
width:400px;
height:30px;/*
background-color:red;*/
}

#menu_gauche{
position:relative;
width:169px;
top:74px;
left:170px;/*
background-color:red;*/
z-index:100;
border:0px solid red;
}
#menu_gauche dt {
cursor: pointer;
padding-left:5px;
padding-top:0px;
margin: 1px 0 0 0;
height: 18px;
line-height: 15px;
/*text-align: right;*/
font-weight: bold;
color:white;
font-size:10px;
font-family : arial, helvetica;
background-image: url(../images/fond_bt_menu.jpg);
background-repeat:no-repeat;
background-position:top left;
/*border: 1px solid gray;
background: #ccc;*/
}
#menu_gauche dd {/*
position:absolute;
width:100px;
left:150px;
margin-top:-20px;
padding-right:5px;*/
background-color:#5F94CA;/*
border-left:1px solid #c00000;
border-bottom:1px solid #c00000;*/
/*border: 1px solid gray;*/
/*background-image: url(file:///D|/sites_web/coeur_en_musiques/wwwroot2/css/%27img/menu/coin_ssmenu.gif%27);
background-repeat:no-repeat;
background-position:top right;*/
display:none;
}
#menu_gauche li {
/*height:100%;*//*
text-align:left;*/
padding: 3px 5px 2px 5px;
/*background: #fff;*/
}
#menu_gauche li a, #menu_gauche dt a {
font-family:arial,helvetica;
color: white;
font-size:11px;
font-weight:bold;
text-decoration: none;
display: block;
border: 0 none;
}

#menu_gauche li a:hover {
color:#1A2537;
background-color:#C3BEBE;

}
#menu_gauche dt a:hover {
background-image: url(../images/fond_bt_menu_on.jpg);
background-repeat:no-repeat;
background-position:top left;}
/*#cache_menu{
position:absolute;
top:0;
left:0;
width:300px;
height:300px;
border:1px solid green;
}*/



