#tableau table
{
  margin-top: 20px;
  margin-left: 20px;
  width: 455px;
}

#tableau table td
{
  padding: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

#tableau table th
{
  padding-bottom: 5px;
  width: 100%;
}

.violet
{

  font-size: 0.8em;
  color: #9a4273;

}
.site a
{
  color: #FF4985;
  font-size: 0.8em;
}

.pointille_right
{
  border-right: 1px dotted #fbdee8;
}

.titre
{
  border-bottom: 1px dotted #fbdee8;
  float: left;
}

.lien_active
{
  font-family: arial;
  color: #e62465;
  font-style: italic;
  font-weight: bolder;
  font-size: 1.3em;
}

.lien_inactive a
{
  font-family: arial;
  color: #9a4273;
  font-weight: bolder;
  font-size: 1.3em;
}

.liste_createur {
	color: #9a4273;
	font-size: 1.2em;
}
.liste_createur a {
	color: #FF4985;
	text-decoration: none;
	font-size: 15px;
}