.listes DL {
	font : sans-serif;
}

.listes  DT {
	color : blue ;
}

.listes DL DL DD {
   color: black;	font-size: 80%;
   }
.listes DL DL DT {
	color : blue;	font-size: 80%;
}

A:HOVER {
	text-transform : capitalize;
	font-weight : bold;
	}
	
.sujet {
	/* présentation d'un theme pour la page de liens */
	padding : 2px 2px 2px 2px;
/*	background-color :Silver;*/
	border : thin solid Aqua;
	font : "MS Serif", "New York", serif;
	color : Black;
}
.sujet A:HOVER {
	text-transform : capitalize;
	font-weight : bold;
	color : Blue;
}
.sujet  H1,H2,H3 {
	font : larger Tahoma;
	text-align : right;
}
.ri H3 {
	font : larger Tahoma;
	text-align : right;
	color: Blue;
}
 
.corps {
	/* rien pour le moment mais c'est dans ce style que les choses se passe pour le body */
}

.navbar {
/*	margin-top: 2em;
	padding-top: 1em;*/
	border-top: solid thin navy;
	background-color : NAVY;
	color : Yellow;
}

.navbar IMG {
	/*float: none;
	*/
	border : thin solid Blue;
/*	height : 100; */

}
.navbar a {
 color: Yellow;		
}
.navbar a:visited {
	color: gray ;
}

.navbar a:hover {
	color: red ;
    Text-transform : capitalize;
	font-style : oblique;
	font-weight : bold;
}


@media print {
  .navbar { display: none }
}


/* $log$ * /
