@charset "UTF-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #000;
	text-align: center;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	width: 960px;
}
a {
	color: #FFF;
	text-decoration : none ;
}
a:visited {
	color: #FFF;
	text-decoration : none ;
}
a:active {
	color: #ea4d4d;
	text-decoration : none ;
}
a.link {
	color: #29ABE2;
}
a.link:visited {
	color: #0066FF;
}
a.link:active {
	color: #ea4d4d;
}
a.fp {
	color: #BC3BEE;
}
a.fp:visited {
	color: #7C3EF9;
}
a.fp:active {
	color: #FA3E8E;
}
table {
	border-collapse:collapse;
	margin-left:auto;
	margin-right:auto;
}
td {
    border: none;
	padding:6px;
	text-align:center;
}
th {
    border: none;
	padding:6px;
    text-align:center;
}
.page {
	z-index: 49;
	display: inline-block;
	background-color: white;
	background-color: rgba(255, 255, 255, 0.7);
	width: 960px;
	height: auto;
	border-radius: 30px;
}
.barre {
	font-size: 16px;
	margin-top: -20px;
}
.sub_menu {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	margin-left: -10px;
	z-index: 10;
	display : none;
	padding-right: 10px;
	list-style:none;
	position: absolute;
	padding-left: 10px;
	text-align: left;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding-bottom: 5px;
}
.menu {
	display : inline-block;
	margin-left: 10px;
	margin-right: 10px;
}
.menu:hover .sub_menu {
	display:block;
	background-color : black;
}
.large {
	font-size: 24px;
}
.copyrights {
	float:left;
	font-size: 12px;
	margin-top: 30px;
	width: 960px;
}
a.copy {
	color: #29ABE2;
}
a.copy:visited {
	color: #77CBEF;
}
a.copy:active {
	color: #ea4d4d;
}
.flex {
	margin-top:30px;
	padding:0;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: center;
	align-content: space-around;
}
.list8 {
	flex-basis: 12.5%;
	list-style: none;
	margin-bottom: 24px;
}
.list6 {
	flex-basis: 16.6%;
	list-style: none;
	margin-bottom: 24px;
}
.list5 {
	flex-basis: 20%;
	list-style: none;
	margin-bottom: 24px;
}
.list5-2 {
	flex-basis: 40%;
	list-style: none;
	margin-bottom: 24px;
}
.list5-3 {
	flex-basis: 60%;
	list-style: none;
	margin-bottom: 24px;
}
.list4 {
	flex-basis: 25%;
	list-style: none;
	margin-bottom: 24px;
}
.list3 {
	flex-basis: 33.3%;
	list-style: none;
	margin-bottom: 24px;
}
.list3-2 {
	flex-basis: 66.6%;
	list-style: none;
	margin-bottom: 24px;
}
.list2 {
	flex-basis: 50%;
	list-style: none;
	margin-bottom: 24px;
}
.list1 {
	flex-basis: 100%;
	list-style: none;
	margin-bottom: 24px;
}
.dlcar {
	margin-left:auto;
	margin-right:auto;
    display:block;
    width: 500px;
    text-align: center;
}
.dlinfo1 {
    text-align: right;
}
.dlinfo2 {
    text-align: left;
}