.pas_souligne li {
	display: in-line;
	margin-left: 15px;
	list-style-image: url("../ImgAccueil/fleche_droite.gif");
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
	
#corps h4 {
	padding-top: 20px;
}

#corps table {
	border-collapse: collapse;
	border: 1px solid rgb(102,102,204);
	margin: auto; /* Centre le tableau */
	margin-top: 5px;
	width: 95%;
}

#corps td /* Les cellules normales */
{
   border: 1px solid rgb(102,102,204);
   vertical-align: top;
   text-align: center; /* Tous les textes des cellules seront centrés*/
   padding: 0px; /* Petite marge intérieure aux cellules pour éviter que le texte touche les bordures */
   font-size: 14px;
}

#corps a {
	text-decoration: none;
}

.big {
	font-size: 17px;
}

.gotop {
	text-align: left;
	text-decoration: none;
}

.col1 /* Les cellules normales */
{
   width: 200px;
}

.rouge  {
   color: red;
}
.bleu  {
   color: navy;
}
.vert  {
   color: teal;
}
.fuchsia  {
   color: fuchsia;
}
