/* 
Eddy's Home Web stylesheet
*/
body {
        background : #43579B; /* Bleu */
	color : #000000;  /* noir */
	font-family : Helvetica,Lucida,Arial,sans-serif;
	margin : 0pt; 
}

/* <body TEXT=#000000 BGCOLOR=#A3FFA4 LINK=#7F1F1F VLINK=#B74B4B> */

/* link color */
a {
	color : #0050a0; /* Bleu dur */
	text-decoration : none;
	background : transparent; 
}

/* active link */
a:active {
	color : #0000cc; /* Bleu vif */
	background : transparent;
}

/* hover anywhere */
a:hover {
	color : #0000cc; /* Bleu vif */
	background : transparent;
}

/* link on navBar */ 
a.navBar {
	color : #dddddd; /* Gris */
	font-weight : bold;
	background : transparent;
	font-size : 80%;
}

/* Couleur du lien de la barre de navigation lors du passage de la souris*/
a.navBar:hover {
        color : #bc75ff; /* Violet clair */
	background : transparent;
}

/* link on navBar */ 
a.white {
  color : #c9deff; /* Bleu clair */
  font-weight : bold;
  background : transparent;
  font-size : 80%;
}

/* link hover on navBar */
a.white:hover {
        color : #bc75ff; /* Violet clair */
	background : transparent;
}

/* Couleur du lien de la barre de navigation qui a été sélectionné */
a.highlightNav {
color : #bc75FF; /* Violet Foncé */
	font-weight : bold;
	background : transparent;
	font-size : 80%;
}

/* Couleur du lien de la barre de naviagtion au passage de la souris (2)
   Si le lien déjà actif */
a.highlightNav:hover {
  color : #cdaaff; /* Violet très clair */
  background : transparent;
}

/* navigation links on top right of content tables */
a.rightTitle {
  color : #000000;
  background : transparent;
}

/* navigation links on top right of content tables (hover) */
a.rightTitle:hover {
	color :#0000cc;
	background : #ffffff;
}

/* outline of the navBar at the top */
table.navOutline {
	background : #000000;
	color : #ff0000;
}

td.menu {
	align : center ;
	valign : center ;
}

/* outline color of content tables */
table.outline {
	background : #000000;
	color : #ff0000;
}

/* color of content tables */
table.content { 
	background : #d0d0d0; /* Gris clair */
        color : #000000;
}

/* Couleur du contenu des tableaux  */
tr.content {
        background : #c9deff; /* Bleu clair */
	color : #000000;
	font-size : 90%;
}

/* Couleur de la barre du menu */
td.navBarColor {
  background : #020089; /* Bleu Foncé */
  color : #cccccc;
}

/* Couleur du titre des tableaux */
td.leftTitle {
  background : #020089; /* Bleu Foncé */
  color : #dddddd;
  font-weight : bold;
  font-size : 90%;
}

td.leftNavTitle {
	background : #305080;
	color : #dddddd;
	font-weight : bold;
	font-size : 200%;
}

/* Couleur titre de la page (à droite) */
td.rightNavTitle {
  background : #43579B; /* Bleu foncé */
  color : #dddddd;
  font-weight : bold;
  font-size : 200%;
}

/* Couleur de la barre titre des tableaux (partie droite) */
td.rightTitle {
  background : #6c46ea; /* Violet Bleu */
  color : #eeeeee;
  font-weight : bold;
  font-size : 80%;
}

/* bib title */
td.bibTitle {
	color : #000000;
	background : #ffffff;
	font-weight : bold;
	font-size : 150%;
}

/* bib attributes */
td.bibAttr {
	color : #808080;
	background : #ffffff;
}

/* Content of bibliography */
td.bibCtn {
	color : #808080;
	background : #ffffff;
}

/* color of the date on the right of navBar */
.dateText {
	color : #808080;
	background : transparent;
}

/* any text out of the content tables */
.normalText {
	color : #dddddd; 
	background : transparent;
	font-size : 70%;
}
