body
{
  background-color:#FFFFFF;
  color:#000000;
  font-size:12pt;
}



/*  début de la partie à ne PAS imprimer  */
#en_tete
{
  display:none;
}

#menu
{
  display:none;
}

#pied_de_page
{
  display:none;
}
/*  fin de la partie à ne PAS imprimer  */




/*  début de la partie à imprimer  */
#corps
{
  background-color:#FFFFFF;
  text-align: center;
}

#corps h1
{
   color: red;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-decoration:underline;
}

.images_presentation
{
   width:80px;
   height:80px;
   margin:20px;
   border:outset;
}

.sujet
{
   color: green;
   font: 20px bolder oblique;
   text-decoration: underline;
}

legend
{
   font-family: Arial,"Arial Black", Georgia, "Times New Roman", Times, serif;
   color: green;
   font-weight: bold;
}

fieldset
{
   margin: 20px;
}

.image
{
   border: none;
}

.texte
{
	text-align: justify;
	color: black;
}

.retour
{
   display: none;
}
/*  fin de la Partie a imprimer  */
