/******************************************************************************************/
/***********************************************************************************/
/* polices pour le pied */
#contacter { /* OK */
	position: absolute;
	bottom: 11%;
	left: 23%;
	width: auto;
	height: 85%;
	z-index:0;
	font-family: "Bookman Old Style", Times, serif;
	font-size: 85%; /* 0.8em */
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color: inherit;
	text-align: justify;
	white-space: normal;
}
/***********************************************************************************/
/***********************************************************************************/
/* page erreur autorisation */
#texte_erreur_generale {
	background-color: inherit;
	color:#FF0000;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-style: normal;
	line-height: 1em;
	font-weight: bold;
	position:static;
	margin-top: 1em;
	margin-left: 1em;
	width: 60%;
	text-align: justify;
	padding: 3em;
}
#texte_erreur_generale2 { /* */
	background-color: inherit;
	color:#FF0000;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em; /* */
	font-style: normal;
	line-height: 1.1em;
	font-weight: bold;
	width: 620px; /* */
	text-align: justify;
}
