
.inactif a
{
  font-family:Arial;
  font-weight:bold;
  font-size:13px;
  display:block;
  height:24px;
  padding-top:8px;
  text-align:center;
  color:white;
  text-decoration:none;
  background-image:url('images/bouton.gif');
  background-repeat:no-repeat;
}

.inactif a:hover
{
  font-family:Arial;
  font-weight:bold;
  font-size:13px;
  display:block;
  height:24px;
  padding-top:8px;
  text-align:center;
  color:white;
  text-decoration:none;
  background-image:url('images/bouton_actif.gif');
  background-repeat:no-repeat;
}

.actif a
{
  font-family:Arial;
  font-weight:bold;
  font-size:13px;
  display:block;
  height:24px;
  padding-top:8px;
  text-align:center;
  color:white;
  background-image:url('images/bouton_actif.gif');
  background-repeat:no-repeat;
}

.contenu h1
{
  font-family:verdana;
  font-weight:bold;
  font-size:18px;
  color:#A06F6C;
}

.sous_titre
{
  font-family:verdana;
  font-weight:bold;
  font-size:12px;
  color:#A06F6C;
}

.texte
{
  font-family:verdana;
  font-size:11px;
  color:black;
}

.texte a
{
  color:#A06F6C;
}


.liens_annexes ul
{
  margin-top:48px;
}

.liens_annexes ul li
{
  margin-left:28px;
  list-style-image:url('images/puce.jpg');
  line-height:12px;
}

.liens_annexes ul li a
{
  font-family:verdana;
  font-size:11px;
  color:black;
  text-decoration:none;
}

.liens_annexes ul li a:hover
{
  text-decoration:underline; 
}

.footer a
{
  font-family:Verdana;
  font-size:9px;
  color:white;
  text-decoration:none;
}

.footer a:hover
{
  text-decoration:underline;
}

.footer div
{
  font-size:9px;
  padding-top:5px;
  color:white;
  font-family:Verdana;
}