<!-- Table Envoi NewsLetter-->  
table.tnews
  {
  border-width        : 1;
  border-style        : solid;
  border-color        : #000000;
  }

<!-- Table EMail -->  
table.temail
  {
  border-width        : 1;
  border-style        : solid;
  border-color        : #FF0000;
  }

<!-- Table Principale -->  
table.main
  {
  border-width        : 1;
  border-style        : solid;
  border-color        : #A39C5A;
  }

td.main
  {
  font-family         : Verdana,Arial;
  color               : #000000;
  font-size           : 8pt;
  background-color    : #FFFFFF;
  }

td
  {
  font-family         : Verdana,Arial;
  color               : #000000;
  font-size           : 8pt;
  }

td.commentaire
  {
  font-family         : Verdana,Arial;
  color               : #000000;
  font-size           : 8pt;
  background-color    : #EEEEEE;
  }

td.sep
  {
  font-family         : Verdana,Arial;
  font-size           : 8pt;
  color               : #FFFFFF;
  background-color    : #000000;
  }

<!-- Fin Table Principale -->

body
  {
  color               : #000000;
  font-family         : Verdana,Arial;
  font-size           : 8pt;
  margin              : 0px;
  }

A:visited
  {
  font-family         : Verdana,Arial;
  font-size           : 8pt;
  text-decoration     : none;
  color               : black;
  }

A:hover
  {
  font-family         : Verdana,Arial;
  font-size           : 8pt;
  text-decoration     : none;
  color               : red;
  }

A
  {
  font-family         : Verdana,Arial;
  font-size           : 8pt;
  text-decoration     : none;
  color               : black;
  }

A.Menu
  {
  font-family         : Verdana,Arial;
  font-size           : 8pt;
  text-decoration     : none;
  color               : black;
  }

A.Menu:visited
  {
  font-family         : Verdana,Arial;
  font-size           : 8pt;
  text-decoration     : none;
  color               : black;
  }

A.Menu:hover
  {
  font-family         : Verdana,Arial;
  font-size           : 8pt;
  text-decoration     : none;
  color               : red;
  }

A.Admin
  {
  font-family         : Verdana,Arial;
  font-size           : 8pt;
  text-decoration     : none;
  color               : #DDDDDD;
  }

A.Admin:visited
  {
  font-family         : Verdana,Arial;
  font-size           : 8pt;
  text-decoration     : none;
  color               : #DDDDDD;
  }

A.Admin:hover
  {
  font-family         : Verdana,Arial;
  font-size           : 8pt;
  text-decoration     : underline;
  color               : #DDDDDD;
  }

A.Petition
  {
  font-family         : Verdana,Arial;
  font-size           : 8pt;
  text-decoration     : none;
  color               : #FF0000;
  }

A.Petition:visited
  {
  font-family         : Verdana,Arial;
  font-size           : 8pt;
  text-decoration     : none;
  color               : #FF0000;
  }

A.Petition:hover
  {
  font-family         : Verdana,Arial;
  font-size           : 8pt;
  text-decoration     : underline;
  color               : #FF0000;
  }

<!-- Formulaire -->

input, textarea
  {
  font-family      : sans-serif;
  font-size        : 8pt;
  font-weight      : normal;
  color            : #000000;
  background-color : #FFFFFF;
  border-style     : solid;
  border-width     : 1;
  border-color     : #000000;
  }


fieldset.Petition {
	border: 2px solid #000000;
	color: #000000;
	width: 100%;
}

legend.Petition {
	color:#000000;
	font-weight:bold;
}
