@charset "utf-8";
body {
	background-image: url(images/degrade-splash.jpg);
	background-repeat: repeat;
	background-position: center top;
	margin: 0px;
	color: #FFF;
}
#backgroundimg {
	background-image: url(images/backgroundsplash.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
}
#container {
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	height: 1050px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

input {
	margin: 0px;
	padding: 0px;
	height: 22px;
}

#flyer {
	height: 282px;
	width: 180px;
	padding-top: 173px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
#menu {
	height: 30px;
	width: 360px;
	padding-top: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#entrez {
	height: 53px;
	width: 288px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#texte_facebook {
	float: left;
	height: 24px;
	width: 120px;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 12px;
	margin-left: 5px;
}
#box_email {
	float: left;
	height: 24px;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 12px;
	margin-left: 5px;
}
#texte_email {
	float: left;
	height: 24px;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 12px;
	margin-left: 5px;
}
.float_left {
	float: left;
}
