body {
  text-align: center;
  background-color: #000000;
}

.txt {
  font-family:'Courier New',Courier, mono;
  font-size:11px;
  color:#000000;
  text-align:justify;
  margin-left: 14px;
  margin-right: 18px;
}

div#principal {
  width: 350px;
  margin-left: auto;
  margin-right: auto;
  /*text-align: left; */ /*pour rétablir l'alignement ŕ gauche du texte*/
  background-color: #ffffff;
  background-image:url(../pix/ticket-bord.jpg);
  background-repeat:repeat-y;
}

a.amenu {
  color:#000000;
	text-decoration:none;
}

a.amenu:hover {
  color:#000000;
	text-decoration:none;
  font-weight:bold;
}

a.col {
  color:#ff6600;
	text-decoration:none;
}

a.col:hover {
  color:#ff6600;
	text-decoration:none;
  font-weight:bold;
}

.big1 {font-size:14px;}

h1.groupes  {
  font-family:'Courier New',Courier, mono;
  font-size:14px;
  color:#000000;
  display:inline;
}
