    
	body {
		width:1024px;
		margin:auto;
		background-color:#000000;
		color:#FFFFFF;
		font-family:Arial, Helvetica, sans-serif;
		}
		
			
		.header {
		width:auto;
		height:130px;
		background-image:url(../images_pro/auspex_logo.png);
		background-repeat:no-repeat;
		background-position:center top;
		margin-top:6px;
		}
		
		h1 {
		text-align: center;
		padding:0;
		margin:0;
		visibility: hidden;
		font-size: 9px;
		border:0;
		}
		
		#conteneur {
		background-image:url(../images_pro/auspex_480.jpg);
		background-repeat:no-repeat;
		background-position:top;
		position:relative;
		height:650px;
		}
		
		
		img {
		border:0;
		}
		
		#flag_fr {
		position:absolute;
		bottom:0;
		left:450px;
		}
	
		#flag_en {
		position:absolute;
		bottom:0;
		right:450px;
		}
		
		
		/* PIED DE PAGE */
		.footer {
		background-color:#333333;
		width:450px;
		margin-left:288px;
		text-align:center;
		font-size:.7em;
		}
		
		
