@charset "utf-8";
/* CSS Document */

* {
	
	margin:0;
	padding:0;
	border:0;

	}

body {
	
	background-color:#333;
	margin:0;
	padding:0;
	text-align:center;
	
	}

#contenu{
	
	width :100% ;
	height : 100% ;
	text-align:center;
	
	}
	
	
	#contenu #tete{
	
	width :100%;
	height : 33px ;
	text-align:center;
	
	}
	
	#contenu #tete .centre {
	
	width :780px;
	height : 33px ;
	text-align:left;
	margin:0 0 5px 0;
	
	}