/* CSS Document */

body {
	padding-top: 50px;
    padding-bottom: 50px;
    background-color: #efefef;
}

iframe.informations {
	border: none;
	min-height: 1100px;
	width: 100%;
}

#entete {
	height: 108px;
	width: 100%;
	background-image: url("/images/entete.jpg");
	display: table;
	background-repeat: no-repeat;
	background-size: auto;
	margin-bottom: 10px;
}
#entete div {
	color: white;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 42px;
	font-weight: bold;
	margin: 32px 20px;
	text-transform: uppercase;
	text-shadow:0 0 3px #333;
	text-align: center;
}
.basPage {
	background-color: #F5F5F5;
}
.footer {
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 40px;
	position: fixed;
}
