div.contentBuilder_articleManage {
	margin-top:10px;
}


button.button_simple {
	background-color:transparent;
	font-size: 8pt ;
	width: 20px;
	height: 20px;
	margin: 0px;
	padding: 0px;
}
button.button_simple:hover {
	background-color:transparent;
}

select.addArticle {
	border: 1px solid  #db7791;
	background-color: #F3F3F3;
	width: 80px;
	height: 16px;
	color: black;
	font-size : 8pt;
}

tr.rubrique {
	border-bottom: 1px dotted  #db7791;
	background-color:#ffffff;
}
tr.rubrique:hover {
	background-color:#F3F3F3;
}
tr.article {
	background-color:#ffffff;
}
tr.article:hover {
	background-color:#F3F3F3;
}
tr.separate {
	height: 4px;
}
td.icone {
	width: 22px;
}
td.typefile {
	width: 30px;
}
td.title {
	width: 200px;
}
td.blank {
	width:0px;
}
td.addarticle {
	width: 100px;
}
div#articleManage {
	text-align:left;
	height:auto;
}

div#rightarticleManage {
	text-align:left;
	height:auto;
}

#articleManage img.icon {
	width:16px;;
	height:16px;
}

#rightarticleManage img.icon {
	width:16px;;
	height:16px;
}


table.manageRubrique {
	top: 0px;
	left: 0px;
	text-align:left;
	
}
table.tbarrow_li {
	float:left;
}
.arrow_li {
	width:14px;
	height:8px;
	background:#ffffff;
	padding:0px;
	margin:0px;
	text-align:center;
	border:0px;
	color:#ffffff;
	font-size:4pt;
	top:0px;
	left:0px;
}
.picto_li {
	width:12px;
	height:12px;
	vertical-align:text-top;
	margin-left:2px;
}

div.editArticleMode {
	margin-top:10px;
	margin-bottom:10px;
	padding-left:8px;
	display:block;
	clear:both;
	width:100%;
	border-bottom:1px #000000 solid;
	color:#ffffff;
	height:29px;
}
div.editArticleMode font.on {
	float:left;
	background:#FFFFFF;
	border-top:1px #000000 solid;
	border-left:1px #000000 solid;
	border-right:1px #000000 solid;
	border-bottom:1px #FFFFFF solid;
	padding:4px;
	height:20px;
	color:#7B7FB7;
	font-weight:bold;
	margin-left:4px;
}

div.editArticleMode font.off {
	float:left;
	background:#7B7FB7;
	border-top:1px #000000 solid;
	border-left:1px #000000 solid;
	border-right:1px #000000 solid;
	border-bottom:1px #000000 solid;
	padding:4px;
	margin-top:4px;
	height:16px;
	color:#ffffff;
	font-weight:normal;
		margin-left:4px;
	}
	
	table.manageGroup tr {border:1px dotted #7B7FB7;}