
/* ---------------------------------------------------------------- color:dans-a-page*/

TD {
	font-family:Times New Roman, Georgia;
	font-size:20px;
	color: #54370f;
	color: #422b0a;
}

/* ---------------------------------------------TABLEAUX PAR DEFAUT */

  Table {}
  TR {}
  TD {}

  /* fond, barres de defilement et les cases de formulaire et
   face=couleur-rectangle et carré
   track=fond-barre
   arrow=petits-triangles
   highlight=bord-rectangle gauche
   shadow=petit-triangle-dans-questionnaire ou bords droit rectangles
   background=???
   background=fond-de-la-page*/
  body {
	scrollbar-base-color: #8a8178;
	scrollbar-face-color: #8a8178;
	scrollbar-track-color: #C9C0B7;
	scrollbar-arrow-color: #4b4b4b;
	scrollbar-highlight-color: #DBD9C7;
	scrollbar-shadow-color: #d4cfca;
	margin : 0;
	font-family:Verdana;
	font-size:10px;
	background-color: #d4cfca;
	color: #a59ca5;
	color: #422b0a;
}

/* ----------------------------------------------VALEURS PAR DEFAUT */
#menuDeroulant
{
 width: 70px;
 list-style-type: none;
 padding: 0;
 margin: 0;
 border: 0;
}
#menuDeroulant a:hover { background-color: #908478; }
#menuDeroulant a:active { background-color: #cec8c2; }
 
#menuDeroulant2
{
 width: 70px;
 list-style-type: none;
 padding: 0;
 margin: 0;
 border: 0;
}
#menuDeroulant2 a:hover { background-color: #908478; }
#menuDeroulant2 a:active { background-color: #cec8c2; }
 
.zoom1 {
 width: 147px;
 height: 144px;
 background-image: url(carte-3.jpg);
 background-repeat: no-repeat;
 margin: 0 auto; 
}
.zoom1 p, .zoom1 a {
height: 144px; 
display: block;
margin:0
}
.zoom1 a:hover {
background-image: url(carte-3.jpg);
background-position: 0 -144px;
background-repeat:no-repeat;
cursor:help;
}

.zoom2 {
 width: 37px;
 height: 60px;
 background-image: url(souris04.jpg);
 background-repeat: no-repeat;
 margin: 0 auto; 
}
.zoom2 p, .zoom2 a {
height: 60px; 
display: block;
margin:0
}
.zoom2 a:hover {
background-image: url(souris04.jpg);
background-position: 0 -60px;
background-repeat:no-repeat;
cursor:help;
}

