/***************** MENU TOP ********************/
#menuTop{
width:980px;
height:50px;
padding:0 ;
background:url(../images/charte/bg-menu.gif) no-repeat scroll left top;
}
#menuT {
position:absolute;
z-index:89;
width:980px;
}
#menuT dl {
float:left;
}
#menuT dt {
cursor: pointer;
line-height:31px;
height:50px;
}
#menuT dt a {
text-decoration: none;
display:block;
height:50px;
background:no-repeat scroll left top;
}
#menuT dt a span {
display:none;
}
#menuT dt a.bt1 {
background:url(../images/charte/bt_03.jpg);
}
#menuT dt a.bt2 {
background:url(../images/charte/bt_04.jpg);
}
#menuT dt a.bt3 {
background:url(../images/charte/bt_05.jpg);
}
#menuT dt a.bt4 {
background:url(../images/charte/bt_06.jpg);
}
#menuT dt a.bt5 {
background:url(../images/charte/bt_07.jpg);
}
#menuT dt a.bt6 {
background:url(../images/charte/bt_08.jpg);
}
#menuT dt a.bt1:hover {
background:url(../images/charte/bth_03.jpg);
}
#menuT dt a.bt2:hover {
background:url(../images/charte/bth_04.jpg);
}
#menuT dt a.bt3:hover {
background:url(../images/charte/bth_05.jpg);
}
#menuT dt a.bt4:hover {
background:url(../images/charte/bth_06.jpg);
}
#menuT dt a.bt5:hover {
background:url(../images/charte/bth_07.jpg);
}
#menuT dt a.bt6:hover {
background:url(../images/charte/bth_08.jpg);
}

dl, dt, dd {
margin: 0;
padding: 0;
}
ul.spa{
position:absolute;
width:156px;
padding:0;
border:1px solid #33382C;
background:#EA9606;
}

#menuT  li {
list-style-type: none;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight: bold;
width: 156px;
line-height:18px;
text-align: center;
margin-top:3px;
border-bottom: 1px solid #33382C;
/*text-indent:7px;  */
}
/*#menuT  dd {
display: none;
}*/
#menuT  li a:link, #menuT li a:visited{
color:#F2F9E5;
text-decoration:none;
display:block;
height: 25px;
text-align: center;

}
#menuT  li a:hover, #menuT  li a:active{
color: #FFF591;
text-decoration: none;
display:block;
height: 25px;
text-align: center;

}
/**********************/