
img { border: none; }

/* Structure générale */

body
{
  font-family: "Verdana" sans-serif;
  font-size: 10pt;
  background-color: #F0F9FB;
  color: black;
  text-align: center;
}

table.tout
{
  margin: auto;
  width: 775px;
  border-spacing: 0px;
  background-image: url("images/fond.jpg");
  text-align: center;
  border: 1px solid #84CCE1;
}

table.ptite
{
  margin: auto;
  width: 600px;
  border-spacing: 0px;
  text-align: center;
  border: 1px solid #84CCE1;
}

table.ptite2
{
  margin: auto;
  width: 500px;
  text-align: left;
  border: 1px solid #84CCE1;
  border-collapse: collapse;
}

.ptite2 td
{
  border: 1px solid #84CCE1;
  width: 20%;
  font-size: 10pt;
  font-family: "Verdana" sans-serif;
}


table.bloc
{
  margin: auto;
  width: 600px;
  border: 1px solid #84CCE1;
  text-align: justify;
  text-indent: 12pt;
}


.tout a
{
  color: #9933CC;
  text-decoration: none;
}

.tout a:hover
{
  text-decoration: none;
  background-color: #CBEAF3;
}

.tout a:visited
{
  text-decoration: none;
  color: #CC33CC;
}
