/*********************************************/
/* Feuille de style pour le th�me "Iceberg"  */
/* Fichier dans le domaine public            */
/*********************************************/

#theme { 
/* background: #bdf url(fond.png) repeat;	*/
 color: rgb(105, 105, 105);
 font-family: "Gill Sans", Verdana, Charcoal,Geneva, "Luxi Sans", sans-serif;
 /*font-family: Verdana;*/
 font-size: 18px;
 margin-top: 0;
 margin-left: 0;
 background: #999999;
}

/* Contenant */

#tout {
 background: #555555;
 border: solid 0px black;
 margin: 10px auto;
 padding: 0;
 position: relative;
 width: 50em;
}

/***********************/             
/* Barre de navigation */
/***********************/



/******************/
/* Corps du texte */
/******************/

#corps { 
 background: rgb(255, 255, 255);
 padding-bottom: 10px;
}

/**************/
/* G�n�ralit�s*/
/**************/

/* Liens */

a { text-decoration: none; }

a:link { color: #5080a0; }   /* lien non encore visit� */

a:visited { color: #5080a0; } /* lien visit� */

a:hover { color: #20407f } /* lien survol� par le curseur de la souris */

/* Hi�rarchisation�: titres, sous-titres */

h1 { 
  color: #e16f2f;
  font: normal 160% "Trebuchet MS","Gill Sans" Verdana, sans-serif;
  /*font: normal 160% Calibri, Helvetica, Verdana;*/
  font-weight: normal;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
} 

h2 { 
  background-color: #e29466;
  color: rgb(255, 255, 255);
  font: normal 130% "Trebuchet MS","Gill Sans" Verdana, sans-serif;
  /*font: normal 130% Calibri, Helvetica, Verdana;*/
  font-weight: normal;
  margin-left: 0;
  padding-left: 10px;
} 

h3 { 
  font: bold 140% "Trebuchet MS","Gill Sans" Verdana, sans-serif;
  /*font: normal 140% Calibri, Helvetica, Verdana;*/
  font-weight: normal;
  padding-left: 10px;
}

h4 { 
  font: bold 160% "Trebuchet MS","Gill Sans" Verdana, sans-serif;
  font-style: italic;
  font-size: 120%;
   /*font: normal 120% Calibri, Helvetica, Verdana;*/
  padding-left: 10px;
}

h5 { 
  font: italic 110% "Trebuchet MS","Gill Sans" Verdana, sans-serif;
 /* font: normal 110% Calibri, Helvetica, Verdana;*/
  padding-left: 10px;
}

h6 { 
  font-variant: small-caps;
  padding-left: 10px;
}

h7 { 
  color: #e16f2f;
  font: normal 160% "Trebuchet MS","Gill Sans" Verdana, sans-serif;
  font-weight: normal;
  margin-left: 0;
  margin-right: 0;
  
  /*font: normal 160% Calibri, Helvetica, Verdana;*/
 /* font-weight: normal;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;*/
} 

/* Texte */

p { 
 margin-right: 0;
 padding-left: 10px;
 padding-right: 10px;
 text-align: justify;
}

blockquote p { 
 color: #40aaff;
 font-size: 90%;
}

code {
 font-family: monospace; /* code informatique */
}

/* Images */

img { 
 border-width: 0; /* pas de bordure sur les images */
}

/* Tableaux */

/*table { 
 border: solid 1px;
 border-collapse: collapse;
 margin-left: auto;
 margin-right: auto;
}*/

/*table td, table th {  
 border: solid 1px black;
 margin: 0;
 padding: 0.7em;
}*/

th {  
 font-weight: bold; 
}

caption { 
 font-size: 120%;
 font-weight: bold;
 margin-left: auto;
 margin-right: auto;
 padding-bottom: 1em;
}

/* Lexiques */

dt {   
   font-weight: bold;
   padding-bottom: .5em; 
}

dd {   
   padding-bottom: 1.5em; 
}

pre {
  background: #FFDFFB;
  border: solid 1px #FF6860;
  margin: 1.5ex 5%;
  padding: 0.5ex;
  text-align: left;
}
