@charset "utf-8";
/* CSS Document */

* {
padding:0;
margin:0; 
}



img { border:none; }

.center {
width:480px;

margin-left:auto;
margin-right:auto;
}

.centerText {
text-align:center;
}

/* ------------------------------ liens */

/* Tabs */

.center {
width:100%;
margin: 0 auto;
}

.marginbot {
margin-bottom:5px;
}

ul.list li {
list-style-type:none;
margin-left:0px;
}

ul.tabs {
width:580px;
overflow:hidden;
font-size:1.2em;
margin:0px;
}

ul.tabs li {
list-style-type:none;
display:block;
float:left;
color:#fff;
/* padding:7px 0px 0 8px; */
margin-right:2px;
font-size:1.2em;
width: 110px;
height: 25px;
/* border-bottom:2px solid #ccc; */
background-color: #a7a7a7;
-moz-border-radius: 3px 3px 0 0;
-webkit-border-radius: 3px 3px 0 0;
cursor:pointer;
text-align: center;
padding-top:10px;
}
ul.tabs li:nth-child(3) {
    width:163px;
}

ul.tabs li:hover {
background-color:#02bdc0;
/* border-bottom:2px solid #43b0ce; */
}

ul.tabs li.current {
/* border-bottom:2px solid #43b0ce; */
background-color: #455a64;

}

.tabscontent {
border-top: 1px solid #a7a49b;
padding:0px 0 0 0;
display:none;
width:585px;
text-align:justify;
margin:0px;
}


.box_ff{background-color: transparent !imporant}