@charset "utf-8";
/* CSS Document */
html {
	height: 100%;
}
body {
	margin: auto;
	width: 1000px;
	height: 100%;
	background-color: #333;
}
#logo {
	text-align: center;
}
h1  {
	text-align: center;
	display: block;
	height: 40px;
	width: auto;
	background-color: #7ed1ee;
	background-position: 0%;
	margin: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
}
#page {
	background-color: #ececec;
	height: 100%;
}
a {
	text-decoration: none;
}
#bouton {
	height: 50px;
	width: 200px;
	margin-left: 200px;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	background-color: #090;
	text-decoration: none;
	font-family: "Courier New", Courier, monospace;
	padding-top: 25px;
	border-radius: 10px;
	text-align: center;
	float: left;
	margin-top: 50px;
	margin-bottom: 50px;
}
#bouton_control:hover {
	background-color: #CF0;
}
#bouton:hover {
	background-color: #05A6D4;
}
#bouton_control {
	background-color: #C00;
	height: 45px;
	width: 200px;
	font-family: "Courier New", Courier, monospace;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	padding-top: 25px;
	border-radius: 10px;
	margin-left: 400px;
	clear: both;
	margin-top: 50px;
	margin-bottom: 300px;
}
