@charset "UTF-8";
/* CSS Document */
body {
  margin: 0; /* pour éviter les marges */
  text-align: center; /* pour corriger le bug de centrage IE */
}
#Haut {
	width:100%;
	height:25px;
	padding:0px; 
	background-color:#333333;
	margin:0px;
	left: 0px;
}
#Global {
	width:100%;
	margin: 0 auto;
	/*border:solid #333 1px;*/
	text-align: left; /* on rétablit l'alignement normal du texte */
}
#Contenu {
	width:780px;
	margin-left:Auto;
	margin-right:Auto;
	margin-top:25px;
	margin-bottom:25px;
}
#Bas {
	width:100%;
	height:25px;
	background-color:#333333;
	left: 0px;
	text-align:center;
	vertical-align:middle;
	color:#FFF;
}

