.simpletip {
	z-index: 10000;
}
.simpletip .tip {
	color: #fff;
	width: 200px;
/* 	z-index: 8000; */
}
.simpletip .tip-title {
   	font-family: Trebuchet, Tahoma, Arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	margin: 0;
	color: #000000;
	font-style: normal;
	padding: 0px 20px 0px 10px;
	width: 180px;
	background: transparent url('images/tips.png') no-repeat 0px -10px;
}
.simpletip .tip-text {
	height:0px;
	display:none;
	visibility:hidden;
}
.simpletip .tip-top {
	height:10px;
	width:210px;
	background: url('images/tips.png') no-repeat 0px 0px;
}
.simpletip .tip-bottom {
	height:20px;
	width:210px;
	background: url('images/tips.png') no-repeat 0px -300px;
}

#note input.inputmatcherok, .texte input.inputmatcherok,  .texte textarea.inputmatcherok {
	background-color:green;
	color:#FFF;
}
#note input.inputmatchernotok, .texte input.inputmatchernotok,  .texte textarea.inputmatchernotok{
	background-color:red;
	color:#FFF;
}
button.inputmatcherok, button.inputmatchernotok {
	border:0px;
	height: 22px;
	width: 22px;
	margin: 0px 0px 0px 5px;
	padding: 0px;
}
button.inputmatcherok {
	background:url('images/bouton.png') transparent no-repeat -30px -50px;
	width:22px;
	height:22px;
}
button.inputmatchernotok {
	background:url('images/bouton.png') transparent no-repeat 0px -50px;
	width:22px;
	height:22px;
}

.bloc_texte button.inputmatcherok, .bloc_texte button.inputmatchernotok {
	padding: 120px 0px 0px 0px;
	margin-left: -22px;
}

.bloc_objet button.inputmatcherok, .bloc_objet button.inputmatchernotok {
	padding: 120px 0px 0px 0px;
	margin-left: -22px;
}

.bloc_adresse button.inputmatcherok, .bloc_adresse button.inputmatchernotok {
	padding: 120px 0px 0px 0px;
	margin-left: -22px;
}
