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

div.mainBox textarea {
	border: 1px solid black;
	width: 100%;
	height: 120px;
}
div.mainBox textarea.edittoptitle {
	height: 30px;
}
div.mainBox textarea.edittitle {
	height: 30px;
}

div.mainBox textarea.editsubtitle {
	height: 30px;
}



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

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:#d41d21;
	font-weight:bold;
	margin-left:4px;
}

div.editArticleMode font.off {
	float:left;
	background:#d41d21;
	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;
	}