ul.subsection_tabs {
border-bottom:1px solid #B7CAE2;
clear:both;
height:22px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
font-size:11px;
}
ul.subsection_tabs li {
float:left;
text-align:center;
}
#content ul.subsection_tabs li a {
/*background:url('../img/hotels/fond_onglet.gif') no-repeat;*/
background: url('tab.png') no-repeat;
background-position: 0 0;
color:#749E23;
display:block;
float:left;
height:22px;
text-decoration:none;
/*width:84px;*/
}
#content ul.subsection_tabs li a span{
display:block;
background: url('tab.png') no-repeat;
background-position: 100% -100px;
padding:4px 12px;
}
#content ul.subsection_tabs li a:hover {
color:#666666;
}
#content ul.subsection_tabs li a.active {
position:relative;
bottom:-1px;
/*background:url('../img/hotels/fond_onglet_in.gif') no-repeat;*/
background: url('tab.png') no-repeat;
background-position: 0 -50px;
}
#content ul.subsection_tabs li a.active span{
background-position: 100% -150px;
}
ul.register_tabs {
border-bottom:medium none;
}
#content ul.register_tabs li a.active {
background-color:#6D7A81;
color:#FFFFFF;
}
