#pluginEmbed{
	margin:0;
	padding: 0;
}
#eie6 {display: none;}

/*	*** Back-Office ***	*/
#pluginBack{
	color:#404040;
	font-family:Arial;
}
#pluginBack .uniForm fieldset legend{
  color:#404040; /* Reset IE */
  font-weight:bold; 
}
#pluginBack .titre_div{
	border-bottom:1px solid #EDEDED;
	font-size:14px;
	font-weight:bold;
	margin-bottom:16px;
	padding-bottom:4px;
	margin-top: 10px;
}

#pluginBack .show_all {
	font-size:11px;
	font-weight:normal;
	margin:0pt;
	background:transparent url(../img/col_left_puce.gif) no-repeat scroll left center;
	margin:5px 0pt 0pt 5px;
}
#pluginBack .right {
	float:right;
}
#pluginBack .left {
	float:left;
}
#pluginBack .clear {
	clear:both;
}
#pluginBack .show_all a {
	background:transparent url(../img/col_left_under_show_all.gif) repeat-x scroll center bottom;
	color:#5295C9;
	text-decoration:none;
}
#pluginBack a:hover {
	text-decoration:none;
}
#pluginBack .show_all a{
	margin-left:12px;
}

#pluginBack #formContent fieldset legend{
  margin-bottom: 0.7em;
}
#pluginBack #formContent .blockLabels .textInput{
  margin-bottom: 0.7em;
}


/*MESSAGE BOX CLEAN	serie	  		 */
	.clean-gray{
		border:solid 1px #DEDEDE; 
		background:#EFEFEF;
		color:#222222;
		padding:4px;
		text-align:center;
	}
	.clean-yellow{
		border:solid 1px #DEDEDE; 
		background:#FFFFCC;
		color:#222222;
		padding:4px;
		text-align:center;
	}
	.clean-ok{
		border:solid 1px #349534; 
		background:#C9FFCA;
		color:#008000;
		font-weight:bold;
		padding:4px;
		text-align:center;
	}
	.clean-error{
		border:solid 1px #CC0000; 
		background:#F7CBCA;
		color:#CC0000;
		font-weight:bold;
		padding:4px;
		text-align:center;
	}

