#header {
	font-family: "SourceSansPro" !important;
	color: #000E9C;
	text-decoration: none;
	vertical-align: middle;
	font-size: 20px;
}

#header .header_wrapper {
    margin: 0 auto;
    width: 100%;
    position: relative;
    display: block;
}

#header .main_logo {
	display: block;
	width: 100%;
	float: none;
	text-decoration: none;
	border: 0;
	text-align: left;
	background-color: #000E9C;
	font-weight: 400;
	line-height: 35px;
	vertical-align: middle;
	box-sizing: border-box;
	margin-left: 0;
}

a img {
	border: 0;
	margin-left: 16%;
}

#main {
	text-align: center;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}

#menu-deroulant, #menu-deroulant ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#menu-deroulant {
    text-align: center;
}

#menu-deroulant li {
    display: inline-block;
    padding: 0;
    float: left;
    width: 33.33%;
    text-align: center;
    margin: 0px;
    line-height: 62px;
    background: #f2f2f2;
}

#sub-menu li{
background: #bef1ff;
}

#menu-deroulant ul li {
    display: inline-block;
}

#menu-deroulant ul {
    position: absolute;
    left: -999em;
    text-align: left;
    z-index: 1000;
    padding-left: 50px;
}

#menu-deroulant  li:hover ul {
    left: auto;
    display: inline-grid;
    background-color: #bef1ff;
    width: 100px;
}

#iperf {
  margin-top: 20px;
}

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}
