html, body {
	font: 11px Verdana, Geneva, sans-serif;
	color: #000;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
}
img { border: 0 none; }
/*===== liens =====*/

a.vert {
	color: #CCCC00;
	text-decoration: none;
	font-weight: bold;
}
a.marron {
	color: #b29e95;
	text-decoration: none;
	font-weight: bold;
}
a.blanc {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
a.orange {
	color: #FF9900;
	text-decoration : none;
	font-weight : bold;
}
a.orange:hover {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
a.erreur {
	color: #b29e95;
	text-decoration: underline;
	font-weight: bold;
}
a.erreur:hover {
	color: #cede2f;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
/*==== table =====*/
.texte_orange {
	color: #FF9900;
	padding-left:2px;
	background: url(../img/fleche.jpg) no-repeat;
}
.signature {
	color: #000;
	padding-bottom: 3px;
}
.small {
	color: #666;
	font-size: 10px;
	font-style: italic;
}
/*===== masquage / démasquage des div =====*/

div.masque { display: none; }
div.visible { display: block; }

