/* CSS Document */

BODY {
  text-align: center;
  background: #E5D6DF;
  background-image: url("images/pink-gradient.gif");
  background-repeat: repeat-x;
  color: #000000;
  margin-left: 20px;
  margin-right: 60px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.fixcenter {
  width: 950px;
  border: solid; border-color:#940045; border-width: 1px;
  background: #ffffff;
  color: #000000;
  margin: auto;
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left;
}

a:link	{ text-decoration: none; color: #000000}
a:visited 	{ text-decoration: none; color: #000000}
a:hover 	{ border-top-width: thin; border-bottom-width: thin; background-color: #990000; color: #FFFFFF}
a:active 	{ color: #66CCCC; background-color: #990000}
TD {font-family: Arial, Helvetica, sans-serif; font-size:10pt; color: #000000; }

.Texte {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #000000;
}

.Petit_texte {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #000000;
}

.Texte_gras {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}


<STYLE type="text/css">
		BODY { font-family: Arial, Helvetica, sans-serif; color: #000000;}
		a:link	{ text-decoration: none; color: #000000}
		a:visited 	{ text-decoration: none; color: #000000}
		a:hover 	{ border-top-width: thin; border-bottom-width: thin; background-color: #990000; color: #FFFFFF}
		a:active 	{ color: #66CCCC; background-color: #990000}
		TD {font-family: Arial, Helvetica, sans-serif; font-size:10pt; color: #000000; }
</STYLE>
*/