/* bouton d'edition sur le visuel des pages des sites client */
div.iEdit{
position: absolute;
padding: 5px;
z-index: 500;
}
div.iEdit a{
	padding: 0 3px 0 19px;
	height:16px;
	width: 100px;
	display: block;
	background: url(images/edit.gif) no-repeat 0 0 #fff;
	color: #707C84;
	font-size: 10px;
	border: 1px solid #D1DADF;
	text-decoration: none;
	text-align: left;
}

div.iEdit a:hover{
	background: url(images/edit.gif) no-repeat 0 -16px #D0D8DD;
	text-decoration: none;
}

/* Boutons dans interface Edlite*/
a.edEdit{
	padding: 0;
	margin-right: 3px;
	float: left;
	height:16px;
	width: 17px;
	text-indent: -999em;
	display: block;
	background: url(images/edit.gif) no-repeat 0 0;
	text-decoration: none;
	overflow: hidden;
}

a.edEdit:hover{
	background: url(images/edit.gif) no-repeat 0 -16px;
	text-decoration: none;
}

a.edAdd{
	padding: 0;
	margin-right: 3px;
	float: left;
	height:16px;
	width: 17px;
	text-indent: -999em;
	display: block;
	background: url(images/add.gif) no-repeat 0 0;
	text-decoration: none;
	overflow: hidden;
}

a.edAdd:hover{
	background: url(images/add.gif) no-repeat 0 -16px;
	text-decoration: none;
}


a.edDelete{
	padding: 0;
	margin-right: 3px;
	float: left;
	height:16px;
	width: 17px;
	text-indent: -999em;
	display: block;
	background: url(images/delete.gif) no-repeat 0 0;
	text-decoration: none;
overflow: hidden;
}

a.edDelete:hover{
	background: url(images/delete.gif) no-repeat 0 -16px;
	text-decoration: none;
}

a.edNext{
	padding: 0;
	margin-right: 3px;
	float: left;
	height:16px;
	width: 17px;
	text-indent: -999em;
	display: block;
	background: url(images/next.gif) no-repeat 0 0;
	text-decoration: none;
overflow: hidden;
}

a.edNext:hover{
	background: url(images/next.gif) no-repeat 0 -16px;
	text-decoration: none;
}

a.edUp{
	padding: 0;
	margin-right: 3px;
	float: left;
	height:16px;
	width: 17px;
	text-indent: -999em;
	display: block;
	background: url(images/up.gif) no-repeat 0 0;
	text-decoration: none;
overflow: hidden;
}

a.edUp:hover{
	background: url(images/up.gif) no-repeat 0 -16px;
	text-decoration: none;
}

a.edDown{
	padding: 0;
	margin-right: 3px;
	float: left;
	height:16px;
	width: 17px;
	text-indent: -999em;
	display: block;
	background: url(images/down.gif) no-repeat 0 0;
	text-decoration: none;
overflow: hidden;
}

a.edDown:hover{
	background: url(images/down.gif) no-repeat 0 -16px;
	text-decoration: none;
}


a.edOpen{
	padding: 0;
	margin-right: 3px;
	float: left;
	height:16px;
	width: 17px;
	text-indent: -999em;
	display: block;
	background: url(images/open.gif) no-repeat 0 0;
	text-decoration: none;
overflow: hidden;
}

a.edOpen:hover{
	background: url(images/open.gif) no-repeat 0 -16px;
	text-decoration: none;
}
