body {
	display: flex;
	flex-direction: column;
	background-repeat: no-repeat;
	border: none;
	border-collapse:collapse;
}


header {
	background-origin: border-box;
	background-repeat: no-repeat;
	background-image: url(./images/telescope.png);

}

table.hfix td { 
	height :200px;
}
.searchername {
	justify-content: left;
	font-size: 40px;
}

.tdnum {
	font-size: 80px;

}
td.separator {
	height :1px;
	padding : 10px; 
	background-color: rgba(0,0,0,0.5);
}
tr.separator {
	border-spacing : 10px; 
	margin-top : 30px;
}
section.waterbody {
	display: flex;
}
div.navspacer {
	width: 100px;
}
footer {
	min-height: 200px;
	background-origin: border-box;
	background-repeat: no-repeat;
	background-image: url(./images/bandeau_telescope.png);
}
.bandeau1 {
	display: flex;
	min-height: 80px;
	height: 2%;
	width: 100%;
	max-width: 2466px;
	border: 0;
	border-collapse:collapse;
	background-color: rgba(0,0,0,0.5);
}

.bandeau2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height:120px;
	text-align: center;
	color: rgba(255,255,255,1);
}
.bandeau2 span {
	border-radius: 30px;
	padding: 3px;
	margin: 20px;
	color: rgba(255,255,255,1);
}
.RF {
	background-repeat: no-repeat;
	min-height: 80px;
	width: 115px;
	background-image: url(./images/logoRF.png);
	background-color: rgba(255,255,255,1);
}

.ANR {
	background-repeat: no-repeat;
	min-height: 80px;
	width: 196px;
	background-image: url(./images/logoANR.png);
	background-color: rgba(255,255,255,1);
}
.title {
	flex: 1;
	font-weight: bold;
	letter-spacing: 2px;
	min-width:200px; 
	text-align: center;
	color: white;
	font-size: 70px;
}
.stitre {
	background-color: rgba(0,0,0,0.5);
}
.imgfloatleft {
	float:left;
}
nav {
	display:flex;
	text-align: center;
	flex-direction:column;
	flex-wrap: wrap;
}
nav a {
	text-decoration: none;
}
nav ul {
	list-style-type: none;
	color: inherit;
	border-bottom: solid;
	border-bottom-width: 0.5px;
	border-bottom-color: rgba(120,120,120,1);
	background-color: rgba(255,255,255,1);
}
nav ul li {
	text-align : left;

}
nav > ul li:hover .sousmenu {
	visibility: visible;
	opacity:1;
	width:0px;
	transition: all 1s;
}
li.menu {
}
.smenu {
	background-color: rgba(240,240,240,1);
}
.sousmenu {
	display: flex;
	flex-direction: column;
	opacity:0;
	visibility: collapse;
	z-index:1000;
	width: 100%;
	transition: all 1s;
}
.groupname {
	vertical-align: middle;
	align-items: center ;
	justify-content: center;
}
td {
	text-align: center;
	align-items: center ;
}
table.with_logo {
	width:100%;
}
.maincontainer {
	display: grid;
	width: 100%;
}
article {
	display: block;
}


article h1 {
	font-size: 20px;
}
