@import url("reset.css");
@import url("commun.css");

/* annulation des marges par defaut */
body, table, div, p, h1, h2, h3, h4, h5, img, ul, li {
                                                       margin:0; 
                                                       border:0; 
                                                       padding:0;
                                                    }

													
html{
	height:100%;
}
body {
	height:100%;
	padding:0;
	margin:0;
	background-color:#990045;
	font-family:Trebuchet MS, Arial, Tahoma, sans-serif;
	font-size:9pt;
	text-align: center;
}
a {
	text-decoration: none;
	color:#d7ab0c;	
}

#flashIntro{
	margin-top:0px;
	height:625px;
	width:100%;
	background: url(/images/fondflash.png);
}

#footer {
	
	width:100%;
	height:30px;
	text-align:center;
	margin:0 auto;
	padding:0;
	bottom:0px;
	left:0px;
	color:#d7ab0c	;
	background: #000000 no-repeat 50% 0 ;
}