@charset "UTF-8";

body {
	background-color: #ffffff;
	margin:0;
	padding:0
}
#infos {
	position: relative;
	height: 600px;
	width: 600px;
}
#centreuse{
	position: absolute;
	width: 600px;
	height: 600px;
  z-index: 15;
  top:0;
  left: 50%;
  margin: 0 0 0 -300px;
	}

#texteINFO {
	position: absolute;
	height: 300px;
	width: 580px;
	bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	text-align: center;
	padding: 20px;
	background: rgba(255, 255, 255, 0.65);
	border-radius: 25px;
}
.Style1 {
	color: #003366;
	font-weight: bold;
}
.Style2 {font-size: 12px}.Style3 {font-size: 13px}
a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}