/* Propriétés générales de la page */

html
  {
  font-family:serif; font-size:100%;
  }

body
  {
  text-align:justify;
  }

img
  {
  border:none;
  }

p
  {
  text-indent:2em;
  }

p,ul
  {
  margin:.5em;
  text-align:justify;
  }

#menu, #entete, #pied_de_page
  {
  position:absolute;
  visibility:hidden;
  top:0;
  left:0;
  width:0;
  height:0;
  }

/* Propriétés des tableaux */
table, td, th
  {
  border-style:solid;
  border-width:1px; 
  border-color:black;
  border-collapse:collapse;
  }

td{text-align:left;}

table
  {
  margin-top:20px;
  margin-bottom:20px;
  }

/* Propriété des liens */
a[href^="http://"]
  {
  padding-right:10px;
  background:url(../logos/lien_externe.png) no-repeat 100% 0;
  }

#infos {font-size:smaller;}
