html, body {
height: 100%;
margin: 0;
background-color: #000;
background-image: url("Img/background.jpg");
background-attachment: fixed;
background-position: center center;
font-family:Verdana;
font-size : 12px;
color:#000;
}

div 	{
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	}
div#centraliser {
	width:906px;
	height:730px;
	background-color:#000;
}
div#bandeau {
	width:900px;
	height:150px;
	background-color:#00CCFF;
	background-image: url("Img/titre.jpg");
	}
div#corps {
	width:900px;
	height:560px;
	}
div#menu {
	float:left;
	width:200px;
	height:550px;
	background-color:#FF6699;
	}
div#contenu {
	float:left;
	width:700px;
	height:550px;
	background-color:#FFCC00;
	background-image: url("Img/main.jpg")
	}


#Texte {
   position: relative;
   top: 110px; left: 5px;
}
#Titre {
   position: absolute;
   top: 155px; left: 40%;
}

