/* CSS Document */
/* --------------------------------------------------------------------------------------------- Remise à zéro de tous les préformatages navigateurs */
	* {
		padding:0;
		margin:0
	}
/* --------------------------------------------------------------------------------------------- Global */
	#global {
		position:relative;
		width:995px;
		height:473px;
		background:url(../img/structure/global.jpg) no-repeat;
		margin:0 auto
	}
	
	#globalcorporate {
		position:relative;
		width:995px;
		height:473px;
		margin:0 auto
	}
/* --------------------------------------------------------------------------------------------- France */
	#france {
		position:absolute;
		top:160px;
		left:376px;
		display:block;
		width:252px;
		height:152px;
		background:url(../img/boutons/france.jpg)
	}
	#france:hover {background:url(../img/boutons/france_hover.jpg)}
/* --------------------------------------------------------------------------------------------- Belgique */
	#belgique {
		position:absolute;
		top:270px;
		left:628px;
		display:block;
		width:167px;
		height:102px;
		background:url(../img/boutons/belgique.jpg)
	}
	#belgique:hover {background:url(../img/boutons/belgique_hover.jpg)}
/* --------------------------------------------------------------------------------------------- Corporate / Institutionnel */
	#corporate {
		position:absolute;
		right:32px;
		bottom:40px;
		width:215px;
		height:53px;
		background:url(../img/boutons/corporate.jpg)
	}
	#corporate:hover {background:url(../img/boutons/corporate_hover.jpg)}
/* --------------------------------------------------------------------------------------------- Mentions légales */
	#mentions_legales {
		position:absolute;
		right:90px;
		bottom:12px;
		width:100px;
		height:12px;
		font-size:0em
	}
/* --------------------------------------------------------------------------------------------- Contact */
	#contact {
		position:absolute;
		right:25px;
		bottom:12px;
		width:50px;
		height:12px;
		font-size:0em
	}