a {text-decoration:none;color:inherit;}
@media print{.noprint {display :none;}} 
p.boutons{text-align:center;}
.droite {float:right;background-color:lightblue;}
.gauche {float:left;}
img {border:0;}
table {font-size:14px}
button.menu {
	border-radius: 6px 6px 6px 6px;
	border : 1px solid #aaa;
	background-color : white ;
	}
button.favori {
	border-radius: 6px 6px 6px 6px;
	border : 1px solid #aaa;
	background-color : white ;
	}	
input.saisie {
	position : absolute;
	left : 30ex;
	right : 0;
	width : 60ex;
	}
label {
	width : 30ex;
	text-align : right;
}
abbr {
	cursor: help;
	border-bottom: 1px dotted green;
	}
div.exterieur {
	position: relative;
	width: 880px;
	left: 50%;
	margin-left: -440px;
	border: 0px;
	border-style: solid;
	border-color: #86AAD4;
	}
div.interieur {
	position: relative;
	z-index: 2;
	border: 0px;
	border-style: solid;
	border-color: #86AAD4;
	width: 880px;
	}
H1{
	font-family: verdana;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	color: #444444;
	text-align: center; 
	}
H1.titre {
	font-family: verdana;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	color: #444444;
	text-align: center; 
	}
H2 {
	font-family: verdana;
	font-size: 9px;
	font-weight: bold;
	font-style: italic;
	color: #444444 ;
	}
H3 {
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color: #444444 ;
	}
legend {
	font-family: verdana;
	font-size: 9px;
	color: #08c ;
	}
p.error {
	color: #ff0000;
	text-align: center;
	}
p.message {
	color: green;
	text-align: center;
	}
p.commentaire {
	font-family: verdana;
	font-size: 9px;
	font-style: italic;
	color: #ff5555;
	text-align: center;
	}
input.retour {background-color:#ccffcc;}

.tooltip {
	border-bottom: 1px dotted red;
	color: #000000; outline: none;
	cursor: help; text-decoration: none;
	position: relative;
	}
.tooltip span {
	margin-left: -999em;
	position: absolute;
	}
.tooltip:hover span {
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px 5px; 
    -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); 
	-moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	position: absolute; left: 1em; top: 2em; z-index: 99;
	margin-left: 0; width: 250px;
	}
.tooltip:hover img {
	border: 0; margin: -10px 0 0 -55px;
	float: left; position: absolute;
	}
.tooltip:hover em {
	font-family: Candara, Tahoma, Geneva, sans-serif; font-size: 1.2em; font-weight: bold;
	display: block; padding: 0.2em 0 0.6em 0;
	}
.classic { padding: 0.8em 1em; }
.custom { padding: 0.5em 0.8em 0.8em 2em; }
* html a:hover { background: transparent; }
.classic {background: #FFFFAA; border: 1px solid #FFAD33; }
.critical { background: #FFCCAA; border: 1px solid #FF3334;	}
.help { background: #9FDAEE; border: 1px solid #2BB0D7;	}
.info { background: #9FDAEE; border: 1px solid #2BB0D7;	}
.warning { color:black;background: #FFFFAA; border: 1px solid #FFAD33; }

/*  pour le spinner */

div.indicateur {
	display:block;
	position:absolute;
	height:100%;
	width:100%;
	/* top:45%; */
	/* left:45%; */
	background: url("./images/barre.gif") no-repeat center;
	}
.fond {
	background-color: #cfcfcf;
	}