body {
	background-image: url(images/nabkgnd.jpg);
	background-color: White;
	scrollbar-base-color: darkseagreen; 
	scrollbar-arrow-color: green;
	scrollbar-DarkShadow-Color: green;
}
H1 {
	font-size: x-large;
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	color: #006600;
	text-align: center;
	font-weight: bold;
}
H2 {
	font-size: large;
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	color: #996633;
	text-align: center;
	font-weight: bold;
}
H3 {
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	color: #006600;
	font-weight: bold;
}
H4 {
	font-size: small;
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	color: #006600;
	font-weight: normal;
}
H5 {
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	color: #006600;
	font-weight: normal;
}
H6 {
	font-size: xx-small;
	font-family: Arial, Helvetica, sans-serif;
	color: #006600;
	font-weight: normal;
}
/* police de caractères pour les liens Accueil et Nous contacter */
.fontaccueil {
	font-size: small;
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	color: #006600;
	font-weight: normal;
}
/* police de caractères pour les cellules normales de tableaux */
.fonttabl {
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	color: #006600;
	font-weight: normal;
}
/* gestion des liens */

a {text-decoration:none}
a:link {
	color: #006600;
}
a:visited, a:active {
	color: #660033;
}
a:hover {
	font-size: medium;
}

/* les listes */

ul {
   list-style-image: url(images/cyprbu3.gif);
	list-style-position: outside;
}

.listeliens a:link {
	font-size: x-small;
	font-weight: bold;
}
.listeliens a:hover {
	font-size: medium;
	font-weight: bold;
	background-position:1% 50%;
	padding-left:15px;
}

/* le menu de gauche */

a.menu {
  color: #006600;
  background-image: url(images/navbs.gif);
  background-repeat: no-repeat;
  font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-align: center;
  padding: 15px;
  border: 0px outset #c0c0c0;
  width: 160px;
  height:60px;
}
a.menu:hover {
  font-size: medium;
}
