/*IMAGE VALID*/
.validMsg {
	display:none;
}
.selectValidState .validMsg  {
	display:inline;
	margin:5px 0 0 10px;
	width:16px;
	height:24px;
}

/*TEXTE ERROR*/
.selectRequiredMsg, .selectInvalidMsg, .selectRequiredMsgDouble {
	display: none;
}
.selectRequiredState .selectRequiredMsg, .selectInvalidState .selectInvalidMsg {
	display:block;
	margin-left:0px;
	margin-bottom:10px;
	line-height:12px;
	color:#bb1b1b;
	font-size:12px;
	font-weight:normal;
	width:320px;
}
.selectRequiredState .selectRequiredMsgDouble, .selectInvalidState .selectInvalidMsgDouble {
	display:block;
	position:absolute;
	top:101px;
	left:0;
	/* hack IE8 */
	top /*\**/: 130px\9;
	left /*\**/: 30px\9;
	line-height:12px;
	color:#bb1b1b;
	font-size:12px;
	font-weight:normal;
	width:320px;
}
/* HACKS IE6 */
* html .selectRequiredState .selectRequiredMsgDouble
{
	display:block;
	position:absolute;
	top:110px;
	left:30px;
}
* html .selectInvalidState .selectInvalidMsgDouble {
	display:block;
	position:absolute;
	top:110px;
	left:30px;
}
/* HACKS IE7 */
*+html .selectRequiredState .selectRequiredMsgDouble
{
	display:block;
	position:absolute;
	top:120px;
	left:30px;
}
*+html .selectInvalidState .selectInvalidMsgDouble {
	display:block;
	position:absolute;
	top:120px;
	left:30px;
}