#listWidgets {
	float: left;
	width: 33%;
}

#sidebarsWidgets {
	float: left;
	width: 65%;
	margin-left: 1%;
}
#sidebarHome {
	float: left;
	width: 90%;
	margin-left: 0%;
}
#sidebarExtra {
	float: left;
	width: 49%;
	margin-left: 1%;
}

#sidebarsControl {
	clear: left;
}

#widgets, #dndhome, #dndextra {
	padding: 1em 0;
}
#dndhome {
	margin: 0;
}

.widgets fieldset {
	border: 1px solid #999;
}
.widgets legend {
	border: 1px solid #999;
}
.widgets li {
	list-style: none;
}

.widgets p.widget-name {
	background: #dee1e2;
	color: #000;
	padding: 4px;
	margin: 0.5em 0 0 0;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #666;
	font-weight: bold;
}
.widgets p.widget-name img {
	cursor: pointer;
	margin-bottom: -1px;
}

.widgetSettings {
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #666;
	padding: 4px;
	background: #EEE;
}

#widgets .widgetSettings {
	display: none;
}

.hideControls .widgetSettings {
	display: none;
}
.hideControl {
	display: none;
}

#widgets-tpl dt {
	margin: 1em 0 0 0;
}
#widgets-tpl dd {
	margin: 0.2em 0 1em 0;
}

.bloctext{
display : block;
}

.homeright{width : 49%; float : right; clear : right; margin-bottom: 25px;}
.homeleft{width : 49%; float : left; clear : left; margin: 0 1.5% 25px 0;}
.homecenter{width : 100%; clear : both; margin-bottom: 25px;}

.BoutonbloctxtCarousel{
    display:none;
}
.widgets p.widget-name > span {
	font-weight: normal;
}

.textblock-wrapper label {
	margin: 0;
	margin-bottom: -10px;
}
.textblock-wrapper .button {
	margin: 0;
	border-radius: 0;
	height: 26px;
	line-height: 26px;
	float:right;
	font-size: 150%;
}
.textblock-wrapper .sortable {
	list-style: none;
	padding: 10px 0;
	line-height: 36px;
	margin: 0;
}
.textblock-wrapper .sortable > li {
	border: 1px solid #CCC;
	margin: 4px 0;
	height: 36px;
    line-height: 36px;
	background: #F3F3F3;
}
.textblock-wrapper .sortable > li > .handle {
	display: inline-block;
    vertical-align: top;
	cursor: pointer;
	font-weight: bold;
	font-size: 16px;
	margin-right: 8px;
	width: 17px;
	height: 28px;
    padding: 4px 6px;
	text-align: center;
    background: #DDD url("/index.php?pf=ecommerce/img/dragdrop.png") center center no-repeat;
}