/* 	global							*/
.hidden{ display:none }
.inline{ display:inline; }
.clear{ clear:left; height:1px; }
.clearBoth{ clear:both; height:1px; }
.center{ text-align:center; }
.caleXS{ height:1px; }
.caleS{ height:5px; }
.caleM{ height:10px; }
.caleL{ height:15px; }
.caleXL{ height:20px; }
.caleXXL{ height:25px; }
.border{ border:#999999 1px solid; padding:5px; margin:5px; }
.left{ float:left !important; }
.right{ float:right !important; }
.infoChamp{
	font-size:0.8em;
	text-indent:150px;
	margin:0;
	color:#565656;
}
.errorMessage{
	color:red;
}
.barre{ text-decoration:line-through; }
#message{	/* pour les messages d'erreurs et de confirmation */
	background:#ffff99;
	border:2px double red;
	position:absolute;
	z-index:1000;
	width:300px;
	padding:10px;
	display:none;
}
