html, body{
	margin: 0;
	padding: 0;
	text-align: center;
}

body{
	background: #fff;
	color: #333333;
	font-size: 0.8em;
	line-height: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
}

a{
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	text-decoration: none;
}

img {
	border: 0 none;
}

a img {
border: 0;
}

#page-accueil {
	position:absolute; 
    left: 50%;  
    top: 50%; 
    width: 800px; 
    height: 600px; 
    margin-top: -300px; /* moitié de la hauteur */ 
    margin-left: -400px; /* moitié de la largeur */ 
	background: #fff;
	color: inherit;
	text-align: center;
	padding: 0;
}

#flash-accueil {
	width: 400px;
	height: 580px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #ffffff url(images/petitbump.png) top no-repeat;
}


