div.showicon {
	height: 70px;
	width: 70px;
	vertical-align: middle;
	text-align: center;
	display: block;
	float: left;
}

.option {
	float: left;
	height: 20px;
	width: 660px;
	background-color: #e2ebf5;
	border: 1px solid #b0c0df;
	margin: -5px 0px 10px 0px;
	padding: 2px 0px 0px 9px;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}

.decalage {
	padding: 0px 0px 0px 10px;
}

td {
	font-size: 11px;
}

a.info {
	position: relative;
	color: black;
	text-decoration: none;
	border: none; /* on souligne le texte */
}

a.info span {
	display: none; /* on masque l'infobulle */
}

a.info:hover {
	background: none; /* correction d'un bug IE */
	z-index: 999; /* on définit une valeur pour l'ordre d'affichage */
	cursor: help; /* on change le curseur par défaut en curseur d'aide */
}

a.info:hover span {
	display: inline; /* on affiche l'infobulle */
	position: absolute;
	z-index: 999;
	white-space: nowrap;
	/* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */
	top: 30px; /* on positionne notre infobulle */
	left: 150px;
	background: white;
	color: green;
	padding: 3px;
	border: 1px solid green;
}

tr.groupError {
	align: left;
	height: 15px;
}

tr.groupError td {
	border: 1px solid red;
	background: #FEBEBE;
}

div.textError {
	color: red;
	background: #FEBEBE;
	border: 1px solid red;
	height: 16px;
	margin: 2px;
	padding: 2px
}

div.textErrorImg {
	color: red;
	border: 0px;
	height: 16px;
	margin: 2px;
	padding: 2px
}
