html {
    height: 100%;
    
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #600;
	background-color: #FBFBFB;
	margin: 0px;
}
.top{
	position: -webkit-sticky;
	position: sticky;
	top: 0px;
	width: auto;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	background: #F2EEF2;	
	border: thin solid #D6D6D6;

}
.topb{
	width: auto;
	min-width: auto;
	height: auto;
	min-height: auto;
	top: 2px;
	position: relative;
	text-align: center;
}
h2 {
	font-family: "Arial Black", Gadget, sans-serif;
	color: #C00;
}
.topgauche{
	align: center;
	float: left;
	vertical-align: middle;
	min-width: auto;
	width: auto;
	text-align: center;	
}
.topdroite{
	vertical-align: middle;
	text-align: center;
	height: 100%;
	min-height: 100vh;
	min-height: 100%;
	width: auto;
	position: relative;
}
nav {
    display: inline-flex;
}
ul {
	width: 100%;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}
.haut {
	margin: 0px;
	height: 120px;
	width: 100%;
}
li {
	list-style-type: none;
	margin-right: 20px;
	margin-left: -10px;
	margin-top: 0px;
	margin-bottom: 0px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.cadre {
	width: 100%;
	background: #F2EEF2;
	border: thin solid #D6D6D6;
	text-align: center;
	vertical-align: middle;
}

a:link {
	color: #CC0000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
	font-style: oblique;
	font-weight: bold;
}

a:active {
	color: #CC0000;
	text-decoration: none;
	font-style: oblique;
	font-weight: bold;
}
a:visited {
	color: #CC0000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}
