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

* {
padding:0;
margin:0; 
}

img { border:none; }
.centerText {
text-align:center;
}

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


#tab-cont{
height:auto;
width:auto;
float:left;
margin:15px 0px 0px 15px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
line-height:18px;
color:#30302f;
text-align:justify;
}
.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:8px;
margin-right:12px;
border-bottom:2px solid #2f2f2f;
background-color:#FC1C1D;
-moz-border-radius: 4px 4px 0 0;
-webkit-border-radius: 4px 4px 0 0;
cursor:pointer;
}

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

ul.tabs li.current {
border-bottom:2px solid #000;
background-color:#000;
padding:8px;
}

.tabscontent {
border-top:2px solid #000;
padding:8px 0 0 0;
display:none;
width:100%;
text-align:justify;
}