/* Mise en forme du plan  du site et du resultat moteur de recherche */
/* ------------------------------ plan du site ------------------------------------ */
/* 1er niveau de plan du site */
#plan li {
	list-style-type: none;
	margin-bottom: 5px;
}
#plan li a {
	color: #555555; 
	text-decoration: none;
	font-weight: normal;
	font-size: 15px;
	border-bottom: 1px solid #555555;
	display: block;
	padding-left: 10px;
}
#plan li a:hover {
	text-decoration: none;
	color: #3FA8EC;
}
/* 2eme niveau de plan du site */
#plan ul ul {
	margin-top: 8px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-left : 20px;
	margin-right: 0px;
	padding-left: 0px;
}
#plan li li a {
	color: #555555;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	border: 0px;
	display: inline;
	padding-left: 10px;
	background-image: url(../img/flechette-grise.gif);
	background-position: left 4px;
	background-repeat: no-repeat;
}

#plan li li a:hover {
	color: #555555;
	text-decoration: underline;
}
/* 3eme niveau de plan du site */
#plan ul ul ul {
	margin-top: 5px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left : 30px;
	margin-right: 0px;
	padding-left: 0px;
}
#plan li li li {
	margin-bottom: 2px;
}
#plan li li li a {
	color: #555555;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}
#plan li li li a:hover {
	text-decoration: underline;
}
/* 4eme niveau de plan du site */
#plan ul ul ul ul {
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 7px;
	padding-bottom: 11px;
	margin-left : 30px;
	margin-right: 0px;
	padding-left: 0px;
}
#plan li li li li a {
	color: #555555;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}
#plan li li li li a:hover {
	text-decoration: underline;
}
/* ----------------------------------------- moteur de recherche --------------------------------- */
div.enteteresultrecherche {
}
div.enteteresultrecherche span {
}
/* numero et lien de la reponse */
span.lienrech {
	color: #555555;
	font-weight: bold;
	font-size: 15px;
}
span.lienrech a {
	color: #555555;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}
span.lienrech a:hover {
	color: #555555;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}
/* couleur de fond du resume */
div.fondresultrecherche {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left : 12px;
	margin-right: 0px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #ffffff;
	color: #555555;
}
/* zone de liens en dessous du resume */
div.basresultrecherche {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left : 12px;
	margin-right: 0px;
	padding-top: 2px;
	padding-bottom: 7px;
	padding-left: 0px;
	padding-right: 10px;
}

div.basresultrecherche li {
	display: inline;
	color: #555555;
	background-image: url(../img/flechette-grise.gif);
	background-position: left 4px;
	background-repeat: no-repeat;
	padding-left: 12px;
	padding-right: 10px;
}
div.basresultrecherche li a {
	color: #555555;
	text-decoration: none;
}
div.basresultrecherche li a:hover {
	color: #555555;
	text-decoration: underline;
}
div.basresultrecherche li a.home {
	color: #555555;
	font-weight: bold;
	text-decoration: none;
}
/* ---------------------------------------------------------- */
/* --- pour surligner les resultats du moteur de recherche --- */
/* ---------------------------------------------------------- */
.searchword {
	color: #000000;
	background-color: #E6ECF5;
}


/* --------------------------- */
/* ----- exposants ----------- */
/* --------------------------- */
table.affichetab
	{
	width: 426px;
	border-collapse: collapse;
	}

tr.affichetr
	{
	border-bottom: 1px solid #DBE4CA;
	}

tr.affichetr td
	{
	color: #333333;
	font-weight: bold;
	padding: 10px;
	font-size: 13px;
	}

tr.affichetr1,
tr.affichetr1 a
	{
	background-color: #DBE4CA;
	}

tr.affichetr2,
tr.affichetr2 a
	{
	/*background-color: #ffffff;*/
	}
	
tr.affichetr2 td input[type=submit]
{
	/*border: 1px solid #DBE4CA !important;
	background-color: #ffffff !important;
	color: #666666 !important;*/
	border: 1px solid #666666;
	background-color: #666666;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}

tr.affichetr1,
tr.affichetr1 a,
tr.affichetr2,
tr.affichetr2 a
	{
	color: #666666;
	font-size: 11px;
	text-decoration: none;
	line-height: normal;
	}

tr.affichetr1 a:hover,
tr.affichetr2 a:hover
	{
	text-decoration: underline;
	color: #666666;
	font-size: 11px;
	line-height: normal;
	}

tr.affichetr1 td,
tr.affichetr2 td
	{
	padding: 2px 5px 2px 5px!important;
	}

td.affichetd1
	{
	text-align: center;
	}

td.affichehall
	{
	color: #666666;
	font-weight: bold;
	}

td.td_desc
	{
	background-color: #ffffff;	
	color: #666666;
	font-weight: bold;
	padding: 10px;
	font-size: 13px;
	text-align: right;
	}

td.td_desc2
	{
	background-color: #ffffff;	
	}
