/* CSS Document */

body
{ 
  background-color: #000000;
}

#header
{ text-align: center;
  margin-bottom: 5px; 
}

#photo
{ text-align: center;
  margin-left: 50px;
  margin-right: 50px;
}

.trait
{
  text-align: center;
  margin: 15px;
}

#texte_presentation
{
  text-align: center;
}

.style1
{
  text-align: center;
  color: #999999;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 24px;
  font-style: italic;
  background-color: #000000; 
}

.style2
{ 
  text-align: center;
  color: #CCCCCC;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 22px;
  background-color: #000000;
}
  
td img /* "td img", cela signifie "Toutes les balises <img> contenues dans un lien <td>"  */
{
   border: none; /* Pas de bordure */
}

table
{
  margin: auto;
}

#button_l
{
padding-left: 50px;
  text-align: left;
}

#button_r
{
padding-right: 50px;
 text-align: right;
}

#button_m
{
	text-align:center ;
}

