.index {
//commentair
	
	color : black;
	text-align :center;
	margin-left : auto;
	margin-right : auto;
	width : 1024px;
}
.logo {

width : 200px;
}
.titre {
	
	float : right;
		width : 800px;
}
.menu {
	float : left;
	
	width : 200px;
	border : 1.5px solid black;
}
.contenu {
	float : right;
	
	width : 800px;
	height : 440
}