body {
	margin: 0px;
	
	background-color : #fbfbfb;
	background-repeat: no-repeat ;
	background-image : url('./../medias/BG.JPG');
	
	overflow: hidden;
}

a{
	color: #B8B9B9;
	text-decoration : none;
}

a:hover{
	color: #9AB0AD;
	text-decoration : none;
	font-weight: bold;
}

#global{
	text-align : center;
	position : relative;
	clear: left;
	
	width : 402px;
	height : 100%;
	
	margin-left : auto;
	margin-right : auto;
	
	background-image : url('./../medias/fond_contenu.png');
}

#global_haut {
	width : 300px;
	height : 100%;
	
	margin-left : auto;
	margin-right : auto;

	overflow : hidden;
	font-family : "arial";
	font-size : 12px;
}

#global_bas{
	width : 300px;
	height : 30%;
	
	margin-left : auto;
	margin-right : auto;

	text-align: justify;
	color: #9AB0AD;
	font-weight: bold;
	overflow : hidden;
	font-family : "arial";
	font-size : 17px;
}

#splash{
	width : 252px;
	height : 272px;

	margin-left : auto;
	margin-right : auto;
	margin-top: 30%;
	
	background-repeat: no-repeat ;
	background-image : url('./../medias/splash.png');
}

#formSplash{
	text-align : center;
}

.legende{
	margin-top : 30px;
	color : #9F9F9F;
}

input, text{
	border-style : solid;
	border-width : 1px;
	border-color : #D9D9D9;
	background-color : #ffffff;
	
	color : #9F9F9F;
}

