@charset "windows-1252";

a:link 
{
  color: #000000; 
  text-decoration: none
}

a:active 
{
  color: #000000; 
  text-decoration: none
}
a:visited 
{
  color: #000000; 
  text-decoration: none
}

a:hover 
{
  color: #000000; 
  text-decoration: underline
}

body
{
  width: 760px;
  margin: auto; 
  margin-top: 20px; 
  margin-bottom: 20px;    
  background-image: url("images/bg.jpg"); 
}

h1
{
  font-family: Myriad Pro, Arial, serif;
  font-size: 17px;
  color: #cc0066;
  position: relative;
  left: 40px;
  float: none;
}

#haut
{
  width: 760px;
  height: 100px;
  margin: auto;
  background-color: #FFFFFF;
  padding-top: 5px;
}

#bas
{
	width: 760px;
	margin: auto;
	background-color: #FFFFFF;
}

#corps
{
  width: 760px;
  margin: auto;
  background-color: #FFFFFF;
}

#contenu
{
  width: 740px;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #FFFFFF;
  font-family: Myriad Pro, Arial, serif;
  font-size: 13px;
  text-align: justify;
}

td
{
  text-align: justify;
}

.rouge
{
  font-family: Myriad Pro, Arial, serif;
  font-size: 13px;
  color: #cc0066;
}
  
