/********************************************************************************/
/*      Auteur : Denis LALLET							*/
/*     Version : 1.0								*/
/*        Date : 30/08/2005							*/
/* Commentaire : Partie spécifique pour la rubrique menu au format html		*/
/********************************************************************************/

/*----- Entete de l'ecran - Titre de la page -----*/
#zonetexte {
	margin-top:				100px;
	background-image:			url(images/galadriel.jpg);
	background-repeat:			no-repeat;
	background-position:			right;
}
#idrecherche {
	position:				absolute;
	top:					50px;
	right:					0px;
	width:					200px;
	height:					67px;
	z-index:				2;
	background-color:			#000000;
}

#idrecherche p {
	text-align:				center;
	font-family:				Verdana, Arial, Helvetica, sans-serif;
	color:					#FFFFFF;
}
/*Raccord rechercher */
#raccrecherche {
	position:				absolute;
	right:					0px;
	top:					117px;
	width:					200px;
	height:					20px;
	z-index:				1;
	background-image:			url(images/recherche.gif);
	background-repeat:			no-repeat;
}
#raccsuppdroit {
	position:				absolute;
	right:					200px;
	top:					50px;
	width:					45px;
	height:					46px;
	z-index:				1;
	background-image:			url(images/angled.gif);
	background-repeat:			no-repeat;
}
.annonce {
	border:				1px;
	border-style:			dashed;
	border-color:			#DDDDDD;
	background-color:		#EEEEEE;	
}
