@charset "utf-8";
/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

body{
	background-color:#FFF;
	margin: 0;
	padding: 0;
	text-align: center;
	background-repeat: repeat-x;
}

#wrapper{
	width: 600px;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
	height: 300px;
}

#top {
	height: 175px;
	background-color:#FFFFFF;
	background-repeat: no-repeat;
}

#main{
	width: 600px;
	background-color:#FFFFFF;
	height: 250px;
}

#logo {
	width: 400px;
	background-repeat: no-repeat;
	float: left;
	height: 250px;
	text-align: center;
	vertical-align: middle;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#langue {
	height: 240px;
	width: 200px;
	background-image: url(../images/water_right.gif);
	background-repeat: no-repeat;
	float: right;
}

#choicef {
	height: 98px;
	width: 110px;
	background-repeat: no-repeat;
	text-align: center;
	float: left;
	padding-top: 2px;
}

#choicea {
	height: 97px;
	width: 110px;
	background-repeat: no-repeat;
	text-align: center;
	float: left;
	padding-top: 2px;
}

#corner {
	height: 13px;
	width: 110px;
	background-repeat: no-repeat;
	text-align: right;
	float: left;
}

#footer{
	background-color: #B9CD66;
	color: #FFFFFF;
}
