#pluginImages {
	margin:0;
	padding: 0;
	width: 294px;
}

.pics { height: 87px; width: 87px; padding:0; margin:0; overflow: hidden }
.pics img { height: 75px; width: 75px; padding: 5px; border: 1px solid #ccc; background-color: #eee; top:0; left:0; cursor: pointer; }

#pluginImages table { margin: auto; border-collapse: separate; border-spacing: 5px }
#pluginImages td { vertical-align: top; text-align:center; width: 90px }
#tie6 { display:none; }
#tie6 a, #tie6 a img{ text-decoration: none; border:none;}
#tie6 a img { height: 75px; width: 75px; padding: 5px; border: 1px solid #ccc; background-color: #eee; top:0; left:0; cursor: pointer;  }

/*	*** 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;
}

#m_rubrique {
	height: 200px;
}

/*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;
	}

