body
{
   width: 900px;
   margin: auto; /* Pour centrer notre page */
   margin-top: 40px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
   margin-bottom: 40px;    /* Idem pour le bas du navigateur */
   background-color: #000000
}

#en_tete
{
   
   height: 100px;
   background-repeat: no-repeat;
   margin-bottom: 10px;
}

#menu
{
   color: #FFFFFF; /* Le menu flottera à gauche */
   font-family:"Courrier New", Courier, monospace; 
   margin-bottom: 5px;
   text-align:right;
}


porsche
{
    margin-bottom: 50px;
}   

	 
a.type1
{
	text-decoration: none;
	text-align: right;
	padding-right: 10px;
	color: white;
	font-size: 15px;
	font-family:"Courier New", Courier, monospace;
	margin-bottom: 5px;
}

