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

* {
padding:0;
margin:0; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:12px;
}



img { border:none; }

.center {
width:400px;
margin-left:auto;
margin-right:auto;
}

.centerText {
text-align:center;
}
.center {
width:60%;
margin:20px auto 0 auto;
}

.marginbot {
margin-bottom:15px;
}

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

ul.tabs {
width:100%;
overflow:hidden;
}

ul.tabs li {
list-style-type:none;
display:block;
float:left;
color:#fff;
padding:5px 25px;
margin-right:8px;
border-bottom:2px solid #2f2f2f;
background-color:#323836;
cursor:pointer;
font-family: 'Open Sans', sans-serif;
font-weight:normal;
font-size:16px;
}

ul.tabs li:hover {
background-color:#70231b;
}

ul.tabs li.current {
    background-color: #70231b;
    border-bottom: 2px solid #ae011b;
    /*font-size: 17px;
    padding: 8px 27px;*/
}
.tabscontent {
border-top:2px solid #969092;
padding:8px 0 0 0;
display:none;
width:100%;
text-align:justify;
}
/* ------------------------------ liens */
a { color:#baee00; text-decoration:none; }
a:link { color:#baee00; }
a:visited { color:#baee00; }
a:hover { color:#baee00; text-decoration:underline; }
a:active { color:#baee00; }