	/* ============================================================*/
	/* 					TEXTE		   							*/
	/* ============================================================*/


	.texte-titre {
		font-family: Verdana;
		font-size: xx-large;
		font-weight: bolder;
		color: #0066CC;
	}
	
	.texte {
		font-family: Verdana, Verdana, Verdana;
		font-size: 12px;
		color: #000000;
	}

	.texte-petit {
	font-family: Verdana, Verdana, Verdana;
	font-size: 10px;
	}
	
	
	.texte-erreur {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #cb1400;
	}
	
	.texte-ok {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #339900;
	}
	
	.texte-lien {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3300FF;
	}
	
	/* ============================================================*/
	/* 					FORMULAIRE		   							*/
	/* ============================================================*/

	.bouton	{
		border: 1px solid black; 
		background-color: #EFEFEF; 
		font-weight: bold;
		font-family:Arial, Helvetica, sans-serif;
		font-style:normal;
		font-size:10px;
		}
		
	.case-formulaire {
	
		font-family:Arial, Helvetica, sans-serif;
		background-color:F3F3F3;
		font-style:normal;
		font-size:12px;
		color: #000000;
		width: 200px;
		border: 1px groove #999999;
		border-style:0px;
		margin-bottom: 0;
	}

	.case-formulaire-select{
	
		font-family:Arial, Helvetica, sans-serif;
		background-color:#FFFFFF;
		font-style: normal;
		font-size:12px;
		color: #000000;
		width: 200px;
		border: 1px groove #999999;
		border-style:0px;
		margin-bottom: 0;
	}
	
	.case-formulaire-noselect{
	
		font-family:Arial, Helvetica, sans-serif;
		background-color:F3F3F3;
		font-style: italic;
		font-size:12px;
		color: #999999;
		width: 200px;
		border: 1px groove #999999;
		border-style:0px;
		margin-bottom: 0;
	}
