@charset "UTF-8";

/**
 * Definition des styles pour integration des portlets du site du CCE.
 */
.portletscce #centercontent:hover .bab-portlet-container.portlets-configurable {
        outline: 1px solid #ddd !important;
}

.portletscce .portlet-frame {
	border: none;
	position: relative;
	margin-bottom: 15px;
}
.portletscce .bab-portlet-container.portlets-configurable:empty {
	border: 1px solid #ddd;
	background: transparent;
	box-shadow: none;
}

.portletscce .portlet-toolbar {
	height: 0;
	padding: 0;
	overflow: hidden;
	background-color: #999 !important;
	color: #fff;
	font-size: 14px;
/*
	transition-duration: 0.1s;
	-moz-transition-duration: 0.1s;
	-webkit-transition-duration: 0.1s;
*/
}

.portletscce .bab-portlet-container.portlets-configurable .portlet-frame:hover .portlet-toolbar h4 {
	margin-right: 50px;
}
.portletscce .bab-portlet-container.portlets-configurable .portlet-frame:hover .portlet-toolbar {
	position: absolute;
	top: -22px;
	right: 0;
	
	height: 18px;
	padding: 2px;
	z-index: 100000 !important;
}

.portletscce .bab-portlet-container.portlets-configurable .portlet-frame:hover {
	border: none;
	outline: 1px solid #ddd;
}

.portletscce .portlet-frame {
    margin: 0px;
}
