﻿
a:link { color: rgb(102, 0, 0); text-decoration: none; }   	 /* cibles non encore visitées */
a:visited { color: #860071;  text-decoration: none;  }	 /* cibles visitées */
a:hover { color: rgb(102, 0, 0); background-color: #dbd4a6;}  	 /* Liens pour "MouseOver" */
a:active { color: red; text-decoration: none; } 		 /* Liens cliqués */
a:focus { color: black;  text-decoration: none;  }  		 /* Liens qui reçoivent la zone de saisie active */

/* texte de l infobulle */

.dtitre_map	{
		text-align: center;
		width: 800px;
		margin: auto;
		font-family: verdana;
		font-size: 1.1em;
		color: rgb(102, 0, 0);
		clear: both;
		}

.atitre_map	{
		position: relative;  
		text-decoration: none;
		}

.atitre_map:hover 	{
		background: none; 		
		z-index: 500; 
		}


.novisible		{
		display: none;
		}

a:hover .novisible 	{
		display: inline;
		position: absolute;
		z-index: 500;
		top: 1.5em;
		left: 2em;
		background: InfoBackground;
		font-family: verdana;
		font-size: 0.9em;
		color: #000000;
		font-weight:normal;
		text-align: center;
		padding: 2px;
		border:1px solid #000; 
		}

/* image sans cadre */
.ima                    {
		border: 0px none;
		}


/* color link */
a.clk		{
		background-color: #c3d9ff;
		}

/* header */

.headx		{
		clear: both;
		background-color: #dbd4a6;
		text-align:center;
		width: 100%;
		height: 100px;
		}

a.headx		{
		clear: both;
		border: 0px none;
		}

/* footer */

.footx		{
		background-color: #dbd4a6;
		text-align:center;
		width: 100%;
		padding-top: 15px;
		}
a.footx		{
		clear: both;
		border: 0px none;
		}
.xiti                     {
		text-align: right;
		}	

/* map */

.mapx		{
		width: 800px;
		height: 500px;
		margin-top: 20px;
		margin-right: auto;
		margin-left: auto;
		}

/* derniere ligne */

.last_line     	{
		clear: both;
		}

/* menu haut */

.menu_retour     	{
		clear: both;
		border: 2px solid rgb(204, 0, 0);
		background-color: rgb(195, 217, 255);
		font-family: Arial,sans-serif; 
		font-size: 11px; 
		font-weight: bold; 
		color: rgb(102, 0, 0); 
		padding-left: 1px; 
		width: 100%; 
		margin: 0px auto;
		height: 15px;
		}

a.menu_retour     	{
		border: 0px none;
		text-decoration: none;
		}

