/* Définition de règle */
@charset "windows-1252";


/* j'ai rassemblé sur le 17.css les 14   15   et  16.css  
 les titres 1 et 2 et 3 sont de couleur marron */
h1, h2  , h3 , h4 {color: maroon;      font-family: Tahoma, "Arial Black", Arial, Verdana, serif;}

/* pour faire flotter les vignettes */
#picture14 {float:left;   width: 155px;}

#picture15 {float:right;   width: 175px;}

#picture16 {float:left;   width: 125px;} 

#picture17 {float:right;   width: 125px;}	

 #picture217 {float:right;   width: 400px;}	
  #picture218 {float:right;   width: 210px;}	
  
  	  #picture219 {float:right;   width: 290px;}	
  

/* il faudrait faire un float pour image portrait 	

 Les liens ne seront plus soulignés */
a {text-decoration: none;}

/* Quand on pointe sur un lien 
 Le fond du lien change de couleur */
a:hover {background-color: #3399FF;      text-indent: 5px;}

/* Les paragraphes commenceront 10 pixels sur la droite 
 Ils seront justifiés 
 Allez, soyons fous, grossissons le texte :o;) */
P {text-indent: 10px;    text-align: justify;          font-family: Tahoma, "Arial Black", Arial, Verdana, serif;  font-size: small;       color: maroon;}

/* Fin de la section de style généré par WebExpert le 29/04/2009 10:33:25 */
