/* Mise en forme du plan  du site et du resultat moteur de recherche */
/* ------------------------------ plan du site ------------------------------------ */

/* LVL1 */
#plan ul
	{
	position: relative!important;

	margin: 0px 0px 0px 0px!important;
	padding: 0px 0px 0px 0px!important;
	list-style: none;
	}

#plan ul li
	{
	position: relative!important;
	margin: 0px 0px 10px 0px!important;
	border-bottom: 0px!important;
	background-image: url(img/puce_1.gif);
	background-position: left 5px;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 13px;
	}

#plan ul li a
	{
	display: block;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	color: #675444!important;
	margin: 0px 0px 0px 0px!important;
	padding: 0px 0px 0px 0px!important;
	}

#plan a:hover
	{
	text-decoration: underline!important;
	}

/*LVL2*/
#plan ul ul
	{
	position: relative!important;
	margin: 0px 0px 25px 0px!important;
	padding: 0px 0px 0px 0px!important;
	list-style: none;
	}

#plan ul ul li
	{
	position: relative!important;
	margin: 0px 0px 0px 0px!important;
	padding: 0px 0px 0px 0px!important;
	border-bottom: 0px!important;
	background-image: none!important;
	}

#plan ul ul li a
	{
	display: block;
	font-family: arial;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	color: #675444!important;
	margin: 0px 0px 0px 20px!important;
	padding: 0px px 0px 0px!important;
	}

/* ----------------------------------------- moteur de recherche --------------------------------- */

span.stitre1 /* nombre de résultats trouvés */
	{
	color: #295b97;
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	line-height: normal;
	margin: 25px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	display: block;
	}

div.enteteresultrecherche /* conteneur titre resultats */
	{
	margin: 0px 0px 5px 20px;
	}

span.lienrech /* num resultat */
	{
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	background-color: #295b97;
	padding: 0px 0px 0px 5px;
	}

span.lienrech a /* titre resultats */
	{
	color: #295b97;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFFFFF;
	padding: 0px 0px 0px 5px;
	}

span.lienrech a:hover
	{
	text-decoration: underline;
	}

div.fondresultrecherche /* conteneur resume */
	{
	color: #89888c;
	padding: 0px 25px 0px 45px;
	}

div.basresultrecherche /* conteneur navigation */
	{
	margin: 5px 0px 30px 20px;
	color: #295b97;
	}

div.basresultrecherche a
	{
	color: #295b97;
	text-decoration: none;
	}

div.basresultrecherche a:hover
	{
	text-decoration: underline;
	}