/* CSS Document */
img {
  border: 0;
  padding-right: 3px;
  padding-left: 7px;
}

a:link {
  color: blue;
  text-decoration: none;
  font-weight: normal;
  
}

a:visited {
  color: blue;
  text-decoration: none;
}

a:hover {
  color: green;
  text-decoration: overline underline;
}

table {
  position: center;
  border: 0px;
  width: 100%;
  padding: 2px;
}


/* POUR LE TITRE */
.tr_titre {
  text-align: left;
  vertical-align: middle;
}

.td_titre {
  width: 100%;
  height: 28px;
  position: left;
  text-align: left;
  vertical-align : middle;
  background-image: url('../images/intro_bloc_degrade.gif');
  background-repeat:repeat;
}

.bloc_titre_texte {
  font-size: 12px;
  font-weight: bold;
  color: blue;
}

/* POUR LE BLOC */
.td_bloc {
  width: 100%;
  position: left;
  vertical-align: top;
  border-width: 1pt;
  border-color: rgb(0,51,0);
  border-style: solid;
}
