/*
	------------------
	Moteur de recherche
	------------------
*/
#ZoneRecherche{
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*width: 650px;*/
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

#ZoneRecherche a{
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	color:#5d0b2a;
}

#ZoneRecherche table#ZRFormRech {	
    text-align: center;
	border:1px solid black;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
}

#ZoneRecherche #ZRResume {
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 5px;
	border:1px solid black;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	width: 310px;
	position:relative;
	top: -5px;
}

#ZoneRecherche #ZRNav {
	margin-left: 100px;
	margin-top: 0px;
	margin-bottom: 5px;
	border:1px dotted black;
	padding-bottom: 10px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	/*width: 500px;*/
	
	position:relative;
	left: -10px;
}

#ZoneRecherche #ZRResultats{
}

#ZoneRecherche .ZRlabel{	
   font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #5d0b2a;
}

#ZoneRecherche #ZRFormRech input.champ{
 color: #000000;
 border:1px solid black;
 background-color: white;
 color:black;
}

#ZoneRecherche #ZRFormRech input.bouton {
	border: 1px solid black;
	font-weight: bold;
	background-color: #F6D2E1;
	cursor: pointer;
}

#ZoneRecherche #ZRResume .ZRvaleur{	
   font-style: italic;
}



#ZoneRecherche #ZRNav #ZRNavPNum{
	text-align: right;
	margin-bottom: 5px;
}

#ZoneRecherche #ZRNav #ZRNavPBar{
	white-space: nowrap;
	text-align: center;
}

#ZoneRecherche #ZRNav #ZRNavPBar a.ZRNavDeplace{
	font-weight: bold;
	color: #5d0b2a;
	cursor:pointer;
	text-decoration: none;
}

#ZoneRecherche #ZRNav #ZRNavPBar a:hover.ZRNavDeplace{
	cursor:pointer;
	text-decoration: none;
	
}

#ZoneRecherche #ZRNav #ZRNavPBar a.ZRNavDeplaceN{
	color: #5d0b2a;
	cursor: pointer;
	text-decoration: none;
	border: 0px solid black;
	background-color: transparent;
}

#ZoneRecherche #ZRNav #ZRNavPBar a.ZRNavDeplaceN:hover{
	background-color: transparent;
}

#ZoneRecherche #ZRNav #ZRNavPBar .ZRNavDeplaceN{
	border: 1px solid black;
	
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	margin-left: 2px;
	margin-right: 2px;
	text-align: center;
	
	width:17px;
	white-space: nowrap;
	display: inline;
}

#ZoneRecherche #ZRNav #ZRNavPBar div.ZRNavDeplaceN:hover{
	background-color: #F6D2E1;
}


#ZoneRecherche #ZRNav #ZRNavPBar .ZRNavDeplaceNSelect{
	border: 1px solid black;
	
	padding-bottom: 3px;
	padding-top: 4px;
	padding-left: 8px;
	padding-right: 8px;
	margin-left: 2px;
	margin-right: 2px;
	text-align: center;
	
	width:22px;
	white-space: nowrap;
	display: inline;
	background-color: #F6D2E1;
	color:#5d0b2a;
	font-weight: bold;
}

#ZoneRecherche #ZRResultats #ZRResultat{
	/*width:645px;	*/
	margin: 0px 0px 15px 0px;
}
#ZoneRecherche #ZRResultats #ZRResultat .ZRResultTitre {
	/*width:645px;	*/
		
}

#ZoneRecherche #ZRResultats #ZRResultat .ZRResultTitre a{
	color: #5d0b2a;
	font-weight: bold;	
}

#ZoneRecherche #ZRResultats #ZRResultat .ZRResultResume{
	font-style: italic;
	font-size: 10px;	
	margin-left: 15px;
	margin-top: 2px;
	/*width:645px;	*/
		
	
}
#ZoneRecherche #ZRResultats #ZRResultat .ZRResultLien{
	text-align: right;
	/*width:645px;	*/
	
	overflow:hidden;
}
#ZoneRecherche #ZRResultats #ZRResultat .ZRResultTaille{
	text-align: right;
	font-style: italic;
	/*width:645px;	*/
		
}




