/*--------------------------------------------------------------------------*/
/*                                                                          */
/*     This file is part of IXPRIM CMS - Content Management System          */
/*                      <http:#www.ixprim.com/>                             */
/*                                                                          */
/*  Copyright (c) 2004 Christophe Deltheil <aka trollix> and contributors.  */
/*                     All rights reserved.                                 */
/*--------------------------------------------------------------------------*/
/* css  technique: non dépendant du theme                                   */
/* technical ccs : no theme dependant                                       */
/*--------------------------------------------------------------------------*/
#ixpinnavup {		/* bloc image en arrière-plan */
	width : 40px;
	height: 20px;
	background: url("../images/page_up.gif") top left no-repeat;
}

#ixpinnavdown {		/* bloc image en arrière-plan */
	width : 40px;
	height: 20px;
	background: url("../images/page_down.gif") top left no-repeat;
}

#z1 {			/* zone cliquable retour en arrière*/
	float:left;
	width : 15px;
	height: 15px;
	margin-left: 0px;
	margin-top: 0px;
	/*debug border: 1px dotted red;*/
}

#z2 {			/* zone cliquable retour haut comme en float: left=0 */
	float:left;
	width : 23px;
	height: 15px;
	margin-left: 16px;
	margin-top: -16px;
	/*debug border: 1px dotted green;*/
}