<!--
	.confirmationLibelle {
		color: blue;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 8pt; 
		font-weight: bold;
		text-decoration: none;
	}
	.erreurLibelle {
		color: red; 
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 8pt; 
		font-weight: bold; 
		text-decoration: none;
	}
	.formBoutton {  
		background-color: white; 
		border-bottom-width: thin; 
		border-color: black;
		border-left-width: thin;
		border-right-width: thin; 
		border-style: solid;
		border-top-width: thin; 
		color: black;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10pt; 
		font-weight:bold; 
		text-decoration: none; 
	}
	/* Spécifique             */
	.formBoutton:hover {  
		background-color: black; 
		color: white; 
	}
	/* Fin spécifique         */
	.formCadre {
		background-image: url(../images/fond.gif);
		background-repeat: repeat-x;
		border-color: white;
		border-style: solid; 
		border-width: 1px; 
	}
	.formLibelle {
		color: black; 
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 8pt; 
		font-weight: bold; 
		text-decoration: none;
	}
	.formLigne {
		background-color: lightgray; 
		border-color: black;
		border-style: solid; 
		border-width: 1px; 
	}
	.imageLien {  
		background-color: white; 
		border-bottom-width: thin; 
		border-color: white; 
		border-left-width: thin;
		border-right-width: thin; 
		border-top-width: thin; 
		color: white; 
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 10pt; 
		font-weight: bold; 
		text-decoration: none; 
	}
	.menuLien {
		background-color: white;
		border-bottom-width: thin; 
		border-color: black;
		border-left-width: thin;
		border-right-width: thin; 
		border-style: solid;
		border-top-width: thin; 
		color: black;
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 10pt;
		font-weight: bold; 
		text-decoration: none; 
	}
	.menuLien:hover {
		background-color: black; 
		color: white; 
	}
	.pageCentre {
		background-color: white;
		/* Spécifique             */
		-khtml-border-radius: 15;
		-moz-border-radius: 15;
		-webkit-border-radius: 15;
		/* Fin spécifique         */
	}
	.pageCote {
		background-image: url(../images/fond.gif);
		background-repeat: repeat-x;
	}
	.pageEncadre {
		background-image: url(../images/fond.gif);
		background-repeat: repeat-x;
		/* Spécifique             */
		-khtml-border-radius: 15;
		-moz-border-radius: 15;
		-webkit-border-radius: 15;
		/* Fin spécifique         */
	}
	.pageLibelle {
		color: black;
		display: inline;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10pt;
	}
	.pageLibelle1 {
		color: black; 
		display: inline; 
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		font-weight:bold;
	}
	.pageLibelle2 {
		color: black;
		display: inline;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		font-weight: bold;
	}
	.pageLien {
		border-color: white;
		color: blue;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		text-decoration: underline;
	}
	.pageTitre {
		color: white; 
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 12pt; 
		font-weight: bold; 
		text-decoration: none;
	}	
	.pageTitre0 {
		color: black; 
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 12pt; 
		font-weight: bold; 
		text-decoration: none;
	}
	.pageTitre1 {
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-weight:bold; 
		font-size: 10pt; 
		color: black; 
		text-decoration: underline; 
		display: inline; 
	}
	.pageTitre2 {
		color: black; 
		display: inline; 
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 10pt; 
		text-decoration: underline; 
	}
-->