/*PARTIE PAGE AVANTAGES CSS*/
		  #corpsavantages
		 		 {
		 width: 730px;
		 height:auto;
		 /*margin:auto;*/
		 margin-top:5px;
		 background-color:#FFFFCC;
		 margin-left:128px;
		 }
		    
		  #investissement
		 		 {		 
		 width: 300px;
		 height:auto;
		 margin-left:5px;
		 font-size:medium;
		 font-style:oblique;
		 font-family: Times, Arial, "Arial Black", "Times New Roman", serif;
 		 }
		 
		  #professionnalisme
		 		 {		 
		 width: 400px;
		 height:auto;
		 margin-left:200px;
		 font-size:medium;
		 font-style:oblique;
		 font-family: Times, Arial, "Arial Black", "Times New Roman", serif;
 		 }
		 
		 #temps
		 		 {		 
		 width: 330px;
		 height:auto;
		 margin-left:400px;
		 font-size:medium;
		 font-style:oblique;
		 font-family: Times, Arial, "Arial Black", "Times New Roman", serif;
 		 }
		 
		 #pied_de_page
		 		 {
		 text-align:center;
		 font-size:large;
		 font-style:oblique;
		 color:black;
		 }
		 
    .surligne /* Un style qui permet  surligner certains mots d'un texte */
		 		 {
   background-color: rgb(138,138,255);
   color: white;
		 }=