html {
	font-size: 62.5%;
}

body {
	background-color: rgb(82, 109, 137); /* Le fond de la page sera bleu */
	color: white; /* Le texte de la page sera blanc */
	font-family: "Century Gothic", helvetica, arial, sans-serif;
	font-size: 1.4em; 
	line-height: 1.5; 
    width: 800px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px; 
}

#logo_hornis
{
   width: 80px;
   height: 100px;
   position: absolute; top: 5px; left: 10px; width: 120px ;
   background-image: url("s-images_service/logo_hornis_trs.gif");
   background-repeat: no-repeat;
} 

#logo_tour_hornis
{
   width: 200px;
   height: 180px;
   position: absolute; top: 360px; left: 20px; width: 110px ;
   background-image: url("s-images_service/logo_hornis.gif");
   background-repeat: no-repeat; 
}

#titre_page
{  
   position: absolute; top: 20px; left: 150px; width: 780px ;
   font-size: 1.3em;  
   font-family: "Comic Sans MS" ;	 
   text-align: left;	  
   font-weight: bold;	
}

p:first-letter /* La première lettre de chaque paragraphe */
{
   font-weight: bold; /* En gras */
   font-size: 1.1em; /* Ecrit légèrement plus gros que la normale */
   color: rgb(255,215,0); 
}

h1
{			  
	color: white;	 
]

em
{	
	color: yellow;
}		

.introduction
{
	color: yellow;
}

