@charset "utf-8";
/* CSS Document */

body {
	color:#FFFFFF;
	background-color:#191921;
	margin:0;
	/* pour éviter les marges */
	text-align:center;
	/* pour corriger le bug de centrage IE */
	height:100%;
	padding:0;
	width:100%;
}

#site-ext{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	background:#191921 url(../images/prehome.jpg) no-repeat center;
	padding-top:125px;
	height:100%;
}


html, body, /*table,*/ td {
	height:100%;
	margin:0;
	padding:0;
	width:100%;
}
table {
	margin:0;
	padding:0;
	width:100%;
}


#prehome_01 {
	height:198px; 
	width:640px; 
	background-image:url(../images/prehome_01.png); 
	background-repeat:no-repeat;
	position:relative;
}

#prehome_02 {
	height:320px; 
	width:640px; 
	background-image:url(../images/prehome_02.jpg); 
	background-position:0px 0px; 
	background-repeat:no-repeat;
	position:relative;
}

#prefooter { color:#9499a8; font-family:Arial, Helvetica, sans-serif; font-size:12px; height:24px; line-height:24px; width:640px;}


