* {
 font-family : Arial, Helvetica, sans-serif;
 font-size : 12px;
}

body {
 background-color : #ffffff;
 background-image: url('fond_nav.jpg');
 margin:0;
 padding:0;

}

#principal{
	height:100%;
}



#data {
	z index:1;
	padding-top : 10px;
	width: 100%
}

#tableau {
	z index:2;
	position: relative;
	top:10px;	
	color : #211884;	
	font-size : 20px;	
}

#data h1 {

font-size : 18px;
font-weight:normal;
text-align: center;
color : #211884;	
}

#data h2 {

font-size : 14px;
font-weight: normal;
text-align: center;
color : #211884;	
}


#tableau h3 {		
	font-size:11px ;
	color : #211884;
}




