/* DEBUT DE TOUT */
#deTout {
	position:absolute; /* garner en absolue si non ne fond ne s affiche pas sur toute la surface*/
	left:150px;
	top:5px;
	width:985px;
	height:780px; /*important pour que ie prenne l'image de fond jusqu'en dessous menu et autre*/
	background-image: url("");
	background-repeat: repeat;
	background-color: #265FA8;
}
/* FIN DE TOUT*/
