*{
	padding: 0px;
	margin: 0px;
}
html{
	width: 100%;
	height: 100%;
}
body{
	width: 100%;
	height: 100%;
	background-image: url(../img/fd_repeat.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
}
img{
	border: none;
}
div#fond{
	max-width: 1280px;
	min-width: 990px;
	height: 570px;
	background-image: url(../img/fond-accueil.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-left: auto;
	margin-right: auto;
}
div#select{
	width: 990px;
	height: 345px;
	margin-left: auto;
	margin-right: auto;
	margin: auto;
}
div#flash_bienvenue{
	width: 350px;
	height: 70px;
	padding-top: 184px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #007e7d;
}
div#flash_bienvenue h1 {
	font-size: 15px; text-align: center;
}
div#download{
	width: 360px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 630px;
}
div#download a {
	color: #000000;
	text-decoration: none;
}
div#pied-page{
	max-width: 1280px;
	min-width: 990px;
	font-size: 10px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}