body {
  font-size:12px;
  font-family:Arial, Helvetica, sans-serif;
}
td {
	padding:0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	border-style:none;
}
tr {
  border-style:none;
}
table { 
  border-style:none;
}

.frameheader {
  background:#99CC00;
  font-weight:bold;
  text-align:center;
  vertical-align:middle;
  border-style:solid;
  border-color:#000000;
  border-width:1px;
  padding:5px;
}
.framecontent {
  border-style:solid;
  border-color:#000000;
  border-width:1px;
  padding:10px;
}

/* STYLES DES LIENS */
A {
  text-decoration: none;
  font-weight: bold;
  color: #006600;
}
A:hover {
  text-decoration: underline;
  color: #669900;
  font-weight: bold;
}
A:link {
  color: #006600;
  font-weight: bold;
}
A:visited {
  color: #006600;
  font-weight: bold;
}
A:active {
  text-decoration: none;
  color: #669900;
  font-weight: bold;
}
/* REDEFINITION DES STYLES DE TITRE */
h1 {
  font-style:normal;
  font-weight:bold;
  font-size:22px;
  color:#669900;
  text-align:right;
}
h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  color: #669900;
  text-align:left;
}
h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  color: #000066;
  line-height:12px;
  text-align:center;
}

