#mootabs_title {
list-style-image: none;
list-style-type: none;
margin: 0px;
padding: 0px;
height: 19px; 
text-decoration: none
}

#mootabs_title li {
text-align:center;
float: left;
cursor: pointer;
line-height: 19px; 
text-decoration: none;
}

#mootabs_title li.active {
background-image:url(../images/bleue/titrebox.gif); 
}

.mootabs_panel {
display: none;
position: relative;
width: 100%;
height:360px;
clear: both;
overflow: hidden;

}

.mootabs_panel.active {
display: block;
height:360px;
}
