#corps ul {
    margin: 0px;
}

#corps table {
    width: 100%;
}

#corps th {
    background-color: #BED8EE;
}

#corps h3 {
    color:black;
	font-size: 13px;
	font-weight: bold;
}

#corps hr { /* fonctionne que pour IE. Pour Firefox, il faut définir les attributs size et color sur la balise même */
    color: #0073C3;
    height:1px;
    width:100%
}

#corps img {
    border: none;
}

#corps legend {
    color: #0073C3;
}

/* Styles pour le forum de discussion */
.message {
    border: solid black 1px;
}

.entete_message {
    background-color: rgb(215,231,244);
}

.corps_message {
}

.indice {
    font-size: 9px;
    color: red;
}

.surligne {
    background-color: rgb(253,174,38);
    filter:alpha( opacity=80 );
	-moz-opacity:0.8;
}
/* Fin des styles pour le forum de discussion */

.actif {
    color: green;
}

.inactif {
    color: red;
}

.tableau {
    border: solid black 1px;
}

.libelle_detail {
    font-weight: bold;
    text-align: left;
}

.encart_message {
  border: 1px solid white;
  padding: 5px;
  color:white;
  background-color: red;
  font-weight: bold;
  text-align: center;
}

input, select, textarea {
	font-family: verdana;
	font-size: 11px;
}