@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans');

/* CSS Document */

* {
padding:0;
margin:0; 
}



img { border:none; }

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

/* Tabs */

.center {
width:1200px;
margin: 0 auto;
}

.marginbot {
margin-bottom:5px;
}

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

ul.tabs {
width:100%;
overflow:hidden;
font-size:1em;
padding-top:40px;
}

ul.tabs li {
border-bottom:1px solid #eee;
box-sizing:border-box;
list-style-type:none;
display:block;
float:left;
color:#333;
padding:10px;
font-size:1.5em;
width: 50%;
/* border-bottom:2px solid #ccc; */
-moz-border-radius: 3px 3px 0 0;
-webkit-border-radius: 3px 3px 0 0;
cursor:pointer;
text-align: center;
}

ul.tabs li:hover {
color:#000;
font-weight:bolder;
box-sizing:border-box;
}

ul.tabs li.current {
/* border-bottom:2px solid #43b0ce; */
    background-color: #eee;
    color: #000000;
    font-weight: bolder;
box-sizing:border-box;
}

.tabscontent {
padding:0px 0 0 0;
display:none;
width:100%;
text-align:justify;
}


#content1 > table {width:630px !important;}


