/* Couleurs
Bords : #FFFFFF
Menu : #FFFFFF
Page : #FFFFFF
Texte : #42469D
Texte sombre : #000000
Liens : #

filter: alpha(opacity=50); /* IE */

/*-moz-opacity: 0.5; /* Mozilla */

/*opacity: 0.5; /* CSS3 */

/*-khtml-opacity: .5; /* Safari */
/**/

/***************************************************************************       Général     */
* {
	margin: 0;
	padding: 0;
	}
body {
	font: 0.8em /1.8em verdana, arial, sans-serif;
	color: #42469D;
	background: #FFF url(../images/bande.gif) top left repeat-x;
	}
a {
	color: #C00;
	text-decoration: none;
	}
a:hover {
	text-decoration: none;
	}
img {
	border-style: none;
	}
.txtcentre { text-align: center; }
.txtdroite { text-align: right; }
.txtred, a.txtred {
	color: #800000;
	font-weight: bold;
	}
.txtgreen, a.txtgreen {
	color: #008000;
	font-weight: bold;
	}
.hidden { display: none; }
.clear { clear: both; }
hr { margin: 10px 0; }
.retour {
	text-align: center;
	padding: 1em 0;
	}
.retour img {
	cursor: pointer;
	}
table {
  border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	width: 100%;
	}
table th {
	font: bold small-caps 1.5em "times new roman", serif;
	text-align: left;
	}
table tr.gris {
	background-color: #eee;
	}
table td {
	padding: 0.2em;
	vertical-align: bottom;
	}
table td.tableft {
	text-align: left;
	}
table td.tabright {
	text-align: right;
	}
table td.centrer {
	text-align: center;
	}
table td.justifier {
	text-align: justify;
	}
.floatright { float: right; }
.floatleft { float: left; }
.nofloat { float: none; }
.bloccentre { margin-left: auto; margin-right: auto; }
/****************************************************************************    Mise en Page   */
#page {
	margin: 0px auto;
	width: 800px;
	background: #FFF url(../images/ombres.jpg) repeat-y;
	position: relative;
	}
h1 {
	background: transparent url(../images/titre.jpg) top left no-repeat;
	margin: 0 0 0 35px;
	width: 730px;
	height: 189px;
	}
h1 span {
	display: none;
	}
#extraDiv1 {
	position: absolute;
	top: 0;
	left: -22px;
	height: 189px;
	width: 57px;
	background: transparent url(../images/titre-2.jpg) top right no-repeat;
	z-index: 10;
	}
#extraDiv2 {
	position: absolute;
	top: 0;
	left: 765px;
	height: 160px;
	width: 35px;
	background: url(../images/titre-3.jpg) no-repeat;
	}
#menu {
	background: transparent url(../images/joueur.jpg) bottom left no-repeat;
	list-style-type: none;
	width: 180px;
	height: 750px;
	margin-left: 35px !important;    /* Pour les autres navigateurs */
	margin-left: 18px;               /* Pour IE seulement */
	padding: 30px 0 0 10px;
	float: left;
	}
#contenupage {
	background: transparent url(../images/ballon-fond.jpg) no-repeat right top;
	margin: 0 35px 0 250px;
	height: auto !important;   /* Pour les autres navigateurs */
	min-height: 670px;         /* Pour les autres navigateurs */
	height: 670px;             /* Pour IE seulement */
	padding-right: 20px;
	}
#pied {
	background: transparent url(../images/bord-b.gif) bottom left repeat-x;
	padding: 35px 10px 15px 40px;
	}
h2 {
	text-align: center;
	margin: 5px 0 20px 0;
	font: small-caps 3em "times new roman", serif;
	height: 50px;
	}
h2 span {
  display: none;
  }
h3 {
	font: bold 1.4em Arial, sans-serif;
	margin-bottom: 15px;
	padding: 4px 0 4px 40px;
	background: transparent url(../images/puce.gif) no-repeat top left;
	color: #C00;
  }
/***************************************************************************     Formulaires   */
input, select, textarea { 
	font: 1em Arial, Verdana, Helvetica, Sans-Serif; 
	border: 1px solid black;
	padding-left: 0.1em;
	margin: 0.1em 0;
	}
input, select { 
	width: 11em;
	}
select optgroup {
  font-style: normal;
  color: #600;
  }
select optgroup option {
	padding-left: 20px;
  color: #000;
	}
/* Suppression des effets sur les checkbox */
input.chkbox, input.radio { 
	border-style: none;
	padding: 0;
	margin: 0;
	margin-left: 10px;
	width: auto;
	vertical-align: text-bottom;
	}
span.ChkRadio  { 
	color: #42469D;
	font: bold 0.85em/0.5em Arial, Helvetica, Geneva, Sans-Serif; 
	margin: -5px 0 0 5px;
	}
fieldset {
	padding: 1em 0.5em 1em 0.5em;
  margin-bottom: 20px;
	}
fieldset legend {
	color: #800000;
	font-weight: bold;
	font-size: 0.9em;
	padding: 0 0.5em;
	}
label  { 
	color: #000; 
	font: bold 0.85em Arial, Helvetica, Geneva, Sans-Serif; 
	text-decoration: none; 
	padding-right: 1em;
	margin-top: 6px;
	width: 10em;
	text-align: left;
	}
label.lblcentre {
	width: 170px;
	text-align: right;
	}
label.lbldroit {
	text-align: right;
	}
.disabled {
  background-color: #C0C0C0;
  }
.enabled {
  background-color: #FFF;
  }
.wAuto { width: auto; }
.w10 { width: 10px; }
.w20 { width: 20px; }
.w30 { width: 30px; }
.w50 { width: 50px; }
.w100 { width: 100px; }
.w120 { width: 120px; }
.w150 { width: 150px; }
.w200 { width: 200px; }
.w250 { width: 250px; }
.w300 { width: 300px; }
.w400 { width: 400px; }
/***************************************************************************       Titres      */
h2.informations {
  background: #FFF url(../images/titre-informations.gif) no-repeat right center;
  }
h2.calendrier {
  background: #FFF url(../images/titre-calendrier.gif) no-repeat right center;
  }
h2.rdv {
  background: #FFF url(../images/titre-rdv.gif) no-repeat right center;
  }
h2.coordonnees {
  background: #FFF url(../images/titre-coordonnees.gif) no-repeat right center;
  }
h2.classement {
  background: #FFF url(../images/titre-classement.gif) no-repeat right center;
  }
h2.administration {
  background: #FFF url(../images/titre-administration.gif) no-repeat right center;
  }
h2.club {
  background: #FFF url(../images/titre-club.gif) no-repeat right center;
  }
/****************************************************************************       Menu       */
#menu li {
	font-weight: bold;
	color: #000;
	margin-bottom: 3px;
	font-size: 0.85em;
	}
#menu a {
	color: #FFF;
	display: block;
	height: 35px;
	width: 171px;
	}
#menu a span {
  position: relative;
  left: 55px;
  top: 5px;
  }
#menu a.menu-1 {
  background: transparent url(../images/menu-01.gif) top left no-repeat;
  }
#menu a.menu-2 {
  background: transparent url(../images/menu-02.gif) top left no-repeat;
  }
#menu a.menu-3 {
  background: transparent url(../images/menu-03.gif) top left no-repeat;
  }
#menu a.menu-4 {
  background: transparent url(../images/menu-04.gif) top left no-repeat;
  }
#menu a.menu-5 {
  background: transparent url(../images/menu-05.gif) top left no-repeat;
  }
#menu a.menu-6 {
  background: transparent url(../images/menu-06.gif) top left no-repeat;
  }
#menu a.menu-7 {
  background: transparent url(../images/menu-07.gif) top left no-repeat;
  }
#menu a.menu-8 {
  background: transparent url(../images/menu-08.gif) top left no-repeat;
  }
#menu a:hover {
	color: #000;
	}
#menu a.menu-1:hover, #menu a.menu-2:hover, #menu a.menu-3:hover, #menu a.menu-4:hover, #menu a.menu-5:hover, #menu a.menu-6:hover, #menu a.menu-7:hover, #menu a.menu-8:hover {
  background-position: -171px 0;
  }
/********************************************************************* Gestion des onglets */
.onglets {
	width: 495px !important;
	width: 492px;
	height: 36px !important;
	height: 34px;
	background: transparent url(../images/tab-trait.gif) repeat-x bottom;
	line-height: normal;
	}
.onglets ul {
	padding: 10px 10px 0 0;
	list-style: none;
	}
.onglets li {
	display: inline;
	}
.onglets a {
	float: left;
	background: transparent url(../images/tab-left.gif) no-repeat left top;
	width: 0.1em;
	padding-left: 9px;
	}
.onglets>ul a {
	width: auto;
	}
.onglets a span {
	float: left;
	display: block;
	background: transparent url(../images/tab-right.gif) no-repeat right top;
	color: #fff;
	padding: 5px 15px 4px 6px;
	font-weight: bold;
	}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.onglets a span {
	float: none;
	}
/* End IE5-Mac hack */
.onglets a:hover span {
	background-color: inherit;
	color: #000;
	}
.onglets li.current a {
	background-position: 0 -100px;
	}
.onglets li.current a span {
	background-position: 100% -100px;
	padding-bottom: 5px;
	background-color: inherit;
	color: #000;
	}
.onglets a:hover {
	background-position: 0% -100px;
	}
.onglets a:hover span {
	background-position: 100% -100px;
	}
/****************************************************************************    News          */
div.news {
  margin-bottom: 40px;
  }
div.news p.titre {
  border: 3px double #547DB7;
  font-variant: small-caps;
  font-size: 0.85em;
  line-height: 1.2em;
  color: #547DB7;
  background-color: #D2DCE8;
  padding: 0 5px;
  font-weight: bold;
  margin-bottom: 6px;
  }
div.news p.titre span {
  float: right;
  color: #547DB7;
  font-size: 0.8em;
  font-style: italic;
  font-weight: normal;
  }
div.news div.texte {
  padding-left: 8px;
  border-left: 1px dotted gray;
  min-height: 70px;
  _height: 70px;
  }
div.news div.texte p {
  line-height: 1.4em;
  margin-bottom: 15px;
  }
.pjother {
  float: left;
  margin: 0 10px 5px 0;
  padding: 10px 15px;
  position: relative;
  }
.pjother span {
  color: #000;
  font-size: 0.8em;
  position: absolute;
  left: 8px;
  top: 20px;
  }
.pjimage {
  text-align: center;
  }
.pjimage img {
  border: 2px solid #000;
/*  width: 200px;*/
  }
/*************************************************************************      Calendrier     */
.infos {
	border-color: #003345;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	display: none;
	padding: 10px 5px;
	}
table.calendrier {
	margin-bottom: 15px;
  }
table.calendrier th span {
  float: right;
  font-weight: bold;
  color: #F90;
  }
table.calendrier th {
  font: 0.85em/1.5em Arial, sans-serif;
  color: #000;
  padding-top: 15px;
	border-bottom: 1px dotted #D2DCE8;
  }
table.calendrier td {
  vertical-align: middle;
  line-height: 1em;
  }
.date, .dateR {
  font-style: italic;
  font-size: 0.8em;
  width: 90px;
  padding-left: 16px;
  }
.date {
	background: transparent url(../images/fleche-verte.gif) no-repeat left center;
  }
.dateR {
	background: transparent url(../images/fleche-rouge.gif) no-repeat left center;
  }
td.match {
  font-weight: bold;
  width: 300px;
  }
td.score {
  text-align: center;
  font-size: 0.9em;
  font-weight: bold;
  width: 50px;
  color: #888;
  }
td.exempt {
  font-weight: bold;
  color: #F90;
  margin-bottom: 5px;
  font-size: 0.85em;
  }
td.report {
  color: #000;
  font-size: 0.7em;
  }
td.victoire { color: green; }
td.defaite { color: #C00; }
td.forfait { color: #00f; }
/*************************************************************************      Classement     */
p.legende {
  font: 0.85em Arial, sans-serif;
  text-align: right;
  margin-bottom: 15px;
  }
table.classement div {
  position: relative;
  }
span.libmatchs, span.libsets {
  position: absolute;
  top: -15px;
  }
span.libmatchs{
  left: 30px !important;
  left: 10px;
  }
span.libsets {
  left: 35px !important;
  left: 15px;
  }
table.classement {
	margin-bottom: 20px;
  }
table.classement th {
  font: italic 0.9em Arial, sans-serif;
	border-bottom: 1px solid #F90;
	padding: 4px 0;
  }
table.classement th, table.classement td {
  text-align: center;
  line-height: 1.2em;
  }
table.classement td {
	border-bottom: 1px dotted #D2DCE8;
  }
table.classement th.tableft {
  text-align: left;
  }
table.classement td.equipe {
  text-align: left;
  padding-left: 10px;
  width: 40%;
  }
table.classement td.place, table.classement td.equipe, table.classement td.points, table.classement td.forfait {
  border-right: 1px solid #F90;
  } 
table.classement td.place, table.classement td.equipe, table.classement td.points {
  font-weight: bold;
  } 
/****************************************************************************   Coordonnées    */
.adresse {
	padding-bottom: 15px;
	}
.adresse strong {
	display: block;
	font: bold small-caps 1.3em "times new roman", serif;
  line-height: 0.8em;
	color: #666;
	padding: 3px 5px;
	border-bottom: 1px solid #f90;
	margin-right: 30px;
	}
.adresse .mel {
	float: right;
	position: relative;
	top: 5px;
	left: -3px;
	}
.adresse em {
  font-size: 0.8em;
  line-height: 1.2em;
	padding: 2px 0 0 8px;
	display: block;
	}
.notabene {
  margin-top: 20px;
  font: 0.8em Arial, sans-serif;
  color: #606060;
  }
/****************************************************************************     RDV          */
div.rdv {
  margin-bottom: 30px;
  }
div.rdv span {
  display: block;
  border: 3px double #547DB7;
  font-variant: small-caps;
  font-size: 0.85em;
  line-height: 1.4em;
  color: #547DB7;
  background-color: #D2DCE8;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  }
div.rdv p {
  line-height: 1.4em;
  margin-bottom: 15px;
  }
div.rdv div.rdvTexte {
  border: 1px solid #D3D3D3;
  height: 110px;
  overflow: auto;
  }
div.rdv div.rdvInfos {
  float: right;
  }
/****************************************************************************     Documents    */
#DocsPdf {
  list-style: none;
  margin-top: 10px;
  }
#DocsPdf li {
  padding: 5px 0 5px 20px;
  }
#DocsPdf li img {
  vertical-align: middle;
  margin-right: 10px;
  }
/****************************************************************************       Club       */
.clubseparation {
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #C0C0C0;
  padding: 0;
  }
.clubseparation legend {
  color: #555;
  padding: 0 8px 4px 0;
  }
.clubseparation p {
  margin-left: 50px;
  }
#cartevisite {
  border: 1px solid #000;
  margin: 5px 70px 0 50px;
  padding: 5px 15px;
  -moz-border-radius: 15px;
  }
#cartevisite p {
  margin-left: 0;
  }
/****************************************************************************       Pied       */
#pied span {
	}
#pied a.webmaster {
	color: #F90;
	float: right;
	font-size: 0.8em;
	font-weight: bold;
	color: #F90;
	padding-top: 5px;
	margin-right: 30px;
	}
#pied a {
	padding-left: 5px;
	}
/****************************************************************************   Menus icones   */
.menu-icones {
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #C0C0C0;
  padding: 0;
  }
.menu-icones legend {
  color: #555;
  padding: 0 8px 4px 0;
  }
.menu-icones a {
  float: left;
  width: 100px;
  font: bold 0.85em Arial, sans-serif;
  color: #000;
  text-align: center;
  margin: 5px 10px;
  padding-top: 40px;
  height: 30px;
  }
.menu-icones a:hover {
  color: #8B0000;
  text-decoration: underline;
  }
.menu-icones a.Adress {
	background: transparent url(../images/adress.gif) center top no-repeat;
  }
.menu-icones a.Coord {
	background: transparent url(../images/coord.gif) center top no-repeat;
  }
.menu-icones a.Note {
	background: transparent url(../images/feuille.gif) center top no-repeat;
  }
.menu-icones a.Bloc {
	background: transparent url(../images/bloc.gif) center top no-repeat;
  }
.menu-icones a.Stats {
	background: transparent url(../images/stats.gif) center top no-repeat;
  }
.menu-icones a.Contact {
	background: transparent url(../images/contact.gif) center top no-repeat;
  }
.menu-icones a.Rdv {
	background: transparent url(../images/reveil.gif) center top no-repeat;
  }
.menu-icones a.House {
	background: transparent url(../images/house.gif) center top no-repeat;
  }
.menu-icones a.Team {
	background: transparent url(../images/team.gif) center top no-repeat;
  }
.menu-icones a.Match {
	background: transparent url(../images/match.gif) center top no-repeat;
  }
.menu-icones a.Keys {
	background: transparent url(../images/keys.gif) center top no-repeat;
  }
.menu-icones a.Off {
	background: transparent url(../images/btnoff.gif) center top no-repeat;
  }
.menu-icones a.Config {
	background: transparent url(../images/config.gif) center top no-repeat;
  }
.menu-icones a.Notepad {
	background: transparent url(../images/notepad.gif) center top no-repeat;
  }
.menu-icones a.Write {
	background: transparent url(../images/notepad-pen.gif) center top no-repeat;
  }
.menu-icones a.Calendrier {
	background: transparent url(../images/calendrier.gif) center top no-repeat;
  }
.menu-icones a.Podium {
	background: transparent url(../images/podium.png) center top no-repeat;
  }
.menu-icones a.Imprimante {
	background: transparent url(../images/impr.jpg) center top no-repeat;
  }
/****************************************************************************    Info Bulle    */
#InfoBulle {
	position: absolute;
	top: 0;left: 0;
	z-index:10;
	display: none;
	width: 200px;
	background: transparent url(../images/infobulle/bulle_topleft.gif) left top no-repeat;
	background-image: url(../images/infobulle/bulle_topleft.gif);
	padding-top: 25px;
	line-height: 1.3em;
/*
	-moz-opacity:0.70;
	opacity: 0.70;
	-khtml-opacity:0.70;
  filter:alpha(opacity=70);
*/
	}
#InfoBulle .bulle-titre {
	font-weight: bold;
	background: transparent url(../images/infobulle/bulle_center.gif) left top repeat-y;
	display: block;
	color: maroon;
	text-align: center;
	text-decoration: underline;
	padding: 0;
	padding-bottom: 6px;
	}
#InfoBulle .bulle-texte {
	display: block;
	background: transparent url(../images/infobulle/bulle_center.gif) left top repeat-y;
	color: black;
	padding: 0 5px;
	}
#InfoBulle p {
	font-family: arial, sans-serif;
	font-size: 0.85em;
	background: transparent url(../images/infobulle/bulle_bottom.gif) left bottom no-repeat;
	padding-bottom: 6px;
	}
/* Spécifique au site */
#InfoBulle .score {
	display: block;
	color: maroon;
	font-weight: bold;
	text-align: center;
	}
#InfoBulle .separateur {
	display: block;
  border-top: 1px solid gray;
  margin-top: 7px;
  padding-top: 7px;
  text-align: center;
	}
#InfoBulle .separateur table {
  margin: 5px auto 0;
  width: 90px;
  font-weight: bold;
	}
#InfoBulle .separateur table th {
  font: bold 1em arial, sans-serif;
  text-align: center;
  padding-bottom: 5px;
	}
#InfoBulle .separateur table tr {
  border: 1px dotted #BBB;
  border-width: 1px 0;
	}
#InfoBulle .separateur table td {
  padding-top: 0;
  padding-bottom: 0;
  }
#InfoBulle .MatchA {
	background: transparent url(../images/fleche-verte.gif) no-repeat left center;
	margin-left: 5px;
  padding-left: 18px;
  }
#InfoBulle .MatchR {
	background: transparent url(../images/fleche-rouge.gif) no-repeat left center;
	margin-left: 5px;
  padding-left: 18px;
  }
/****************************************************************************  Administration  */
.adm {
	padding: 5px;
	}
.adm a {
	background-color: inherit;
	color: #01516d; 
	font: bold 1em/1em Arial, Verdana, Geneva, sans-serif;
	}
.adm a:hover {
	text-decoration: underline; 
	}
.adm label {
	float: left;
	}
.adm label.full {
	float: none;
	width: auto;
	margin-left: 5px;
	}
.admboutonbox {
	padding: 0.5em;
	text-align: center;
	}
a.admbouton, .admboutonbox a {
	background: transparent url(../images/bouton.gif) no-repeat left top;
	padding: 2px 8px 2px 18px;
  text-decoration: none;
	font: bold 0.85em/1em Arial, Verdana, Geneva, sans-serif;
	border-right: 1px solid #CCD5D5;
 	}
a.admbouton:hover {
  text-decoration: none;
 	}
#admboutonsnav {
  float: left;
  }
#admboutonsnav img {
  padding-right: 8px;
  }
.adm ul {
	list-style: none;
	text-align: center;
	}
.adm ul li {
	line-height: 1.5em;
	}
.adminfo {
	font-size: 0.8em;
	}
.admmini {
	font-size: 0.85em;
	font-weight: bold;
	color: #003345;
	padding: 0 0.2em;
	margin: 0;
	}
.OptSel {
	color: #C0C0C0;
	}
.OptRed {
	color: #900;
	font-weight: bold;
	}
.zoneactive {
  cursor: pointer;
  }
.zoneinfos {
  cursor: help;
  }
div.scroller {
  border: 1px dotted #000;
  height: 120px;
  width: 100% !important;
  width: 490px;   /* IE */
  overflow: auto;
  }
div.scroller p {
  font: bold 1.8em Arial, sans-serif;
  color: #003345;
  text-align: center;
  margin-top: 40px;
  }
.tabNewsTitre {
  padding-left: 20px;
  }
.tabNewsPj {
  background: transparent url(../images/trombone.gif) left center no-repeat;
  }
#tabNews, #tabMatchs {
  color: black;
  width: 100% !important;
  width: 473px;   /* IE */
  }
#tabNews td, #tabMatchs td {
  line-height: 1.1em;
  vertical-align: middle;
  }
#piecejointe a {
  font-size: 0.9em;
  text-decoration: none;
  }
#piecejointe a:hover {
  text-decoration: underline;
  }
#piecejointe img {
  margin-left: 10px;
  vertical-align: text-bottom;
  }
.admBoutons {
  margin-left: 15px;
  }
.admBoutons img {
  margin-right: 5px;
  }
#CadreFieldset {
  position: relative;
  }
#WaitBox {
  border: 2px solid #FFF;
  width: 200px;
  height: 44px;
  z-index: 100;
  position: absolute;
  top: 0; left: 0;
  visibility: hidden;
  }
#WaitBox p {
  font: bold 0.9em Arial, Verdana, Geneva, sans-serif;
  color: #000;
  padding: 5px 0 5px 50px;
  background: #EEF0FC url(../images/chargement.gif) left center no-repeat;
  border: 2px solid #6E89DD;
  }
.MatchTraite, .MatchNonTraite, .MatchFutur {
  font-weight: bold;
  font-size: 0.85em;
  }
.MatchTraite {
  color: maroon;
  }
.MatchNonTraite {
  color: #F63;
  }
.MatchFutur {
  color: green;
  }
option.ResSaisi {
  font-weight: bold;
  color: green;
  }
option.ResNonSaisi {
  font-weight: bold;
  color: maroon;
  }
#ResRappelMatch {
  font-size: 0.8em;
  font-style: italic;
  color: #000;
  float: left;
  text-decoration: underline;
  }
em.EquipeCapitaine {
  color: #555;
  float: right;
  font-size: 0.85em;
  margin-right: 50px;
  }
.restriction {
  margin: 10px 0;
  padding: 5px;
  border: 1px solid red;
  font: bold 0.85em Arial, Helvetica, Geneva, Sans-Serif;
  color: #000;
  }
.libligne1 {
  padding-left: 183px;
  line-height: 10px;
	color: #000; 
	font: bold 0.85em Arial, Helvetica, Geneva, Sans-Serif; 
  }
.libligne1 span {
  padding-left: 135px;
  }
.libligne2 {
  padding-left: 137px;
  word-spacing: 20px;
color: #000; 
font: bold 0.85em Arial, Helvetica, Geneva, Sans-Serif; 
  }
.libligne2 span {
  padding-left: 78px;
  word-spacing: 5px;
  }
input.inputset {
  width: 20px;
  text-align: center;
  }
input.total {
  width: 25px;
  text-align: center;
  background-color: #DDD;
  }
tr.Membre {
  color: #888;
  }
tr.Admin {
  color: #f00;
  }
