h1
{
  text-decoration: underline;
  font-weight: bold;
}

h2
{
  text-decoration: underline;
  font-weight: bold;
}

h3
{
  text-decoration: underline;
  font-weight: bold;
}

h4
{
  text-decoration: underline;
  font-weight: bold;
}

h5
{
  text-decoration: underline;
  font-weight: bold;
}

h6
{
  text-decoration: underline;
  font-weight: bold;
}


/*Tableau de mods*/

table
{
  border: ridge 3px #EEE7D0;
  border-collapse: collapse;
}

th
{
  font-weight: bold;
  border: ridge 3px #EEE7D0;
}

td
{
  padding: 2px;
  border: ridge 3px #EEE7D0;
}

.description_mods
{
  width: 220px;
}


/* Autres tableaux*/

#dl
{
  border: 0px;
}


/*Differentes classes et design de liens*/

.taille_150_souligne
{
  text-decoration: underline;
  font-size: 150%;
}

a
{
 color: #4C3618;
 text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

#speedbarre a:hover
{
  text-decoration: underline;
}  

hr
{
  width: 300px;
}