html, body {
	
	width: 100%;
	height: 100%;
	
}

body {
	
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	
	background-color: #E8E8E8;
	
}

img {
	
	border: 0px;
	
}



/*    STYLES DES BALISES DIV    */



.global {
	
	position: absolute;
	
	left: 50%;
	top: 50%;
	
	width: 699px;
	height: 310px;
	
	margin-left: -358px;
	margin-top: -236px;
	
}

.infos-flash {
	
	position: relative;
	
	margin-left: 20px;
	margin-top: 20px;
	
	width: 500px;
	
	color: #555555;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	
}



/*    STYLES DES BALISES DIV    */



.a-infos-flash:link {
	
	color: #BE0064;
	
	text-decoration: none;
	
}

.a-infos-flash:visited {
	
	color: #BE0064;
	
	text-decoration: none;
	
}

.a-infos-flash:hover {
	
	color: #000000;
	
	text-decoration: none;
	
}

.a-infos-flash:active {
	
	color: #000000;
	
	text-decoration: none;
	
}