#logopage {
	right: 30px;
	position: absolute;
	top: 70px;
}
body {
	background: url('fond_ecam.jpg');
}
#container {
	font-family: proxima-nova, sans-serif;
	color: black;
	background-color: white;
	opacity: 0.9;
	padding: 20px;
	width: 75%;
	margin: auto;
	font-size: 1.1em;
}
#logo {
	float: right;
}
.boutton {
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	background-color: #FFFFFF;
	-webkit-border-top-left-radius: 11px;
	-moz-border-radius-topleft: 11px;
	border-top-left-radius: 11px;
	-webkit-border-top-right-radius: 11px;
	-moz-border-radius-topright: 11px;
	border-top-right-radius: 11px;
	-webkit-border-bottom-right-radius: 11px;
	-moz-border-radius-bottomright: 11px;
	border-bottom-right-radius: 11px;
	-webkit-border-bottom-left-radius: 11px;
	-moz-border-radius-bottomleft: 11px;
	border-bottom-left-radius: 11px;
	text-indent: 0;
	border: 2px solid #383638;
	display: inline-block;
	color: #383638;
	font-family: inherit;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	height: 29px;
	line-height: 23px;
	text-decoration: none;
	text-align: center;
	margin: 5px;
}
.boutton:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #E6E3E3), color-stop(1, #E6E3E3) );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FEFEFE', endColorstr='#504E4E');
	background-color: #dfdfdf;
}
.boutton:active {
	position: relative;
	top: 1px;
}
footer {
	margin-top: 5px;
	border-top: 1px solid #000082;
	text-align: center;
	color: #000082;
}
footer li {
	margin-right: 30px;
	display: inline-block;
}
