body
{
   width: 760px; 
   margin-top: 20px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
   margin-bottom: 20px;
}

#en_tete
{
   width: 280px;
   height: 43px;
   margin-left: 390px;
   background-image: url("titulo.jpg");
   background-repeat: no-repeat;
   margin-bottom: 10px;
   
}

#menu
{
	margin-left: 30px;
	margin-top: 30px;
	float: left;
	width: 120px; /* Très important : donner une taille au menu */
}

.element_menu a
{
   color: black;
   font-family: courier new;
   font-size: 14px;
   margin-bottom: 20px; /* Pour éviter que les éléments du menu ne soient trop collés */
   text-decoration: none;
}
.element_menu a:hover
{
	color:fuchsia;
}

#corps
{
	margin-left: 150px;
    margin-bottom: 40px;
    padding: 10px;
	width: 862px;
	height: 696px;
	background-image: url("emergencia.jpg");
	background-repeat: no-repeat;
	margin-bottom: 10px;
}



