/* Panel Tab/button */
#position{
float: right;
margin-right: 30px;
position: relative;
z-index: 999;
height: 27px;
}

#left-tab,
#left-tab2 {
background: url(../pictos_site_21/tab_l.gif) no-repeat right 0;
height: 27px;
width:18px;
padding: 0;
margin: 0;
float: left;
}


#center-tab,
#center-tab2 {
background: url(../pictos_site_21/tab_m.gif) repeat-x 0 0;
height: 27px;
float: left;
color: #fff;
line-height: 23px;
}


#right-tab,
#right-tab2 {
background: url(../pictos_site_21/tab_r.gif) no-repeat left 0;
height: 27px;
width: 20px;
padding: 0;
margin: 0;
float: left;
}


#center-tab a,
#center-tab2 a {
color: #fff;
background: url(../pictos_site_21/fleche_login.gif) no-repeat left 2px;
padding-left: 10px;
}


#center-tab a:hover,
#center-tab2 a:hover {
color: white;
}


.flag {
height: 27px;
width: 33px;
padding: 0;
margin: 0;
float: left;
}


