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

body {
	margin:0;
	padding:0;
}
#centpourcent {
	width:100%;
	height:100%
}
#container {
	width: 960px;
	height:700px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../_images/mcsealand.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#container #left {
	float: left;
	width: 322px;
	text-align: left;
}
#container #right {
	float: right;
	width: 322px;
	text-align: right;
}
#container #bottomGroup {
	width:960px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	position: relative;
	float: left;
	top: 30px;
}
#container #bottomAdd {
	width:960px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	position: relative;
	float: left;
	top: 50px;
}
#container #bottomLang {
	width:960px;
	text-align:center;
	position: relative;
	float: left;
	top: 60px;
}
#container #logoTop {
	height: 34px;
	width: 960px;
	text-align: center;
}
#bgCenter {
	background-image:url(../_images/fond.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#667274;
}

#topFR {
	background-image: url(../_images/fondHaut.png);
	height: 136px;
	width: 259px;
	z-index:50;
	background-repeat: no-repeat;
	background-position: center;
	color:#FFFFFF;
	text-align: center;
	padding-top: 35px;
}

#topEN {
	background-image: url(../_images/fondHaut.png);
	height: 136px;
	width: 259px;
	z-index:50;
	background-repeat: no-repeat;
	background-position: center;
	color:#FFFFFF;
	text-align: center;
	padding-top: 35px;
}

#bottomFR {
	background-image: url(../_images/fondBas.png);
	height: 151px;
	width: 259px;
	z-index:50;
	background-repeat: no-repeat;
	background-position: center;
	color:#FFFFFF;
	text-align: center;
	padding-top: 20px;
}

#bottomEN {
	background-image: url(../_images/fondBas.png);
	height: 136px;
	width: 259px;
	z-index:50;
	background-repeat: no-repeat;
	background-position: center;
	color:#FFFFFF;
	text-align: center;
	padding-top: 35px;
}
#bottomGroup a {
	color: #FFFFFF;
	text-decoration: none;
}
#bottomGroup a:hover {
	text-decoration: underline;
}
#bottomAdd a {
	color: #FFFFFF;
}
