body{
	background-color: #240a3d; /* bleu nuit */
}
#tete{
	background-color: #240a3d; /* bleu nuit */
}
#droite{
	background-color: #240a3d; /* bleu nuit */
	float : right;
	width : 10%;
}
#gauche{
	background-color:#240a3d;  /* bleu nuit */
	float : left;
	width : 10%;
}
#corps{
	margin-left: 11%;
	margin-right: 11%;	
	background-color: #240a3d; /* bleu nuit */
}
p{
	color :  #240a3d; /* bleu nuit */

}
a:link {
	text-decoration:none; 
	color: white;
}
a{
	text-decoration:none; 
	color: white;
}
a:hover{
	text-decoration:none; 
	font-weight: bold; 
	color: white;

}
a:visited{
	text-decoration:none; 
	color:white;
}
img{
	width :800;
	height:600;
	border:0;  
}
.drapeau{
	width :30;
	height:20;
	border:0;  
}
.maison{
	coords:70,54,140,80;
}

