.printpage{display: none;}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { 
	margin: 0;
	padding: 0;
}
:focus {
	outline: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
}
fieldset,img,abbr,acronym { 
	border: none;
}
address,caption,cite,code,dfn,th,var {
	font-style: normal;
	font-weight: normal;
	font-family: inherit;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

.clearLeft,
.clearRight,
.clearBoth{
	clear: left;
	height: 0px;
	margin: 0px;
	visibility: hidden;
	line-height: 0px;
	padding: 0px;
	font-size: 0px;
}
.clearRight{clear: right;}
.clearBoth{clear: both;}

/* Class d'alignement photo par défaut */
.alignright, .alignleft{
	margin: 0px 15px 15px 0px;
	float: left;
}
.alignright{
	float: right;
	margin: 0px 0px 15px 15px;
}
/* Class d'alignement photo par défaut */

/* Class pour le edit */
div.editBTN{
	position: relative;
	z-index: 999;
}
div.editBTN img{
	position: absolute;
	width: 91px;
	height: 81px;
	cursor: pointer;
	background: url(/adnbase/edit.png) 0px 0px no-repeat;
	top: -7px;
	left: -96px;
}
	div.editBTN img:hover{background-position: 0px -81px;}
/* Class pour le edit */