body { /* Modifications : la couleur de fond de page - la police - l'unité utilisée pour la taille de la police  */
  background-color :none;
  font-family :Serif;
  font-size :15pt;
}

h2 {
  font-size: .85em;
  color:black; }
  
  a {
  font-size: .85em;
  color:black; } 
  
  .vignettehorizontale {
  width:60%; }

  
.header__area .logo {
display:none;  
 }
 
 .descriptionficheh {
color:red;  
display:none;

 }
 .ht__bradcaump__area__shopgrid {
display:none;  
 } 
 
 .footer__area {
display:none;  
 } 
 .shop__sidebar {
display:none;  
 } 
 .first__img{
	 width:20%;

 } 
 
 .first__img{
	 width:20%;

 }
 
#page { /* Modifications : suppression de la bordure - marges */
  margin :0;
  border :none;
}

#banner, #menuright, #footer { /* Les éléments qui ne seront pas affichés  */
  display :none;
}

h1#top { /* Affichage du titre */
  margin :0;
  padding :0;
  text-indent :0;
  line-height :25pt;
  font-size :25pt;
}


