/*

================= CSS AdminBox =============

*/

#adminBox {
	background : white;
	width : 250px;
	position : absolute;
	top : -100px;
	left : 10px;
	margin : 0;
	padding : 0;
}

#adminBox #handle {
	background : url(img/bg_handle.gif) repeat-x top;
	height : 12px;
	font-size : 8pt;
	color : white;
	margin : 0;
	padding : 0;
	line-height : 12px;
	
}

#adminBox h3 {
	font-size : 7pt;
	margin : 0;
	padding : 0;

}

#adminBox .service {
}
.droppable {	
	background : url(img/image.png) no-repeat center center;
}
.active {
	border : 2px solid #7096B4;
}

.memorise{font-size:11px; margin-bottom:10px;}

/*============ Css Pannel ==========*/
#pannel_conteneur {
	background : black;
	position : absolute;
	top : 0;
	left : 0;
	opacity: 0;
	filter: alpha(opacity=0);
	text-align:center;
}
#pannel_contenu {
	background : white;
	width : 600px;
	margin : 30px auto;
}
.loading {
	text-align:center;
}


/*======= Autocomplete ======*/
.autocomplete {
	border: 1px solid #999;
	background: #fafafa;

}
.autocomplete ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.autocomplete a {
	display: block;
	padding: .2em .3em;
	text-decoration: none;
	color: #333;
}
.autocomplete ul li {
	text-align : left;
	padding: 5px;
}
.autocomplete ul li.selected {
	background-color: #ffb;
	padding-left:10px;
}

.autocomplete ul strong.highlight { 
	color: #800; 
	margin:0;
	padding:0;
}


/*====== CSS editable =====*/
#toolmenu {

	background : url(img/bg_editable_tool.png) no-repeat bottom center;
	width : 59px;
	text-align:center;
	padding-bottom: 15px;
}
#toolmenu ul {
	list-style-type : none;
	margin : 0;
	padding : 0;
}
#toolmenu ul li {
	padding : 0;
	margin : 0;
}

/*===== Images =====*/
#service_Image_content ul li img {
	width : 150px;
}

/*==== ACtions ===*/
.close {
	display : block;
	width : 16px;
	height: 16px;
	background: url(img/fileclose.png) no-repeat center center;
	position: absolute;
	right : 0;
	top : 0;
	padding: 2px;
}
.delete {
	display : block;
	width : 16px;
	height : 16px;
	background: url(img/delete.png) no-repeat center center;
}

/*====== Formulaire ajout image ==== */
#ts_elts .loadImage form h1 {
	font-size : 11pt;
}
#ts_elts .loadImage iframe {
	display : none;
}

/*==== Gestion des images === */
#ts_elts #service_Image_content li {
	list-style-type : none;
	position:relative;
	padding : 5px 0 0 15px;
}
#ts_elts #service_Image_content li img {

}
#ts_elts #service_Image_content li a.delete {
	margin-top:5px;
}
#ts_elts #service_Image_content li .tools {
	background : url(img/bg_tools_img.png) no-repeat top left #e4e4e4;
	float : left;
}
