/* ---------- Resultats de recherche ------------ */
h2 {
	margin: 15px 0 30px 0;
}

.byline-res {
	color: #6f8689;
	margin:8px 0;
font-weight:700;	
}

ul.liste-res {
margin-top: 1em;
list-style:none;
}

ul.liste-res li{
border-bottom: 1px solid #7d7d7d;
margin-bottom: 0.5em;
padding-bottom:0.2em;
}


/********** Recherche Formulaire ************/
p.byline-rech { 	
	color: #3e5659;
	margin:40px 0 20px 0;
}
* html p.byline-rech { margin-bottom:0; }  /* weird spacing pb with the form */

/*** IE5 Mac weird weird weird ****/
/* >html #fil-ariane { display:none; } */
/* >html h2 { display:none;} */
/* >html .byline-rech { display:none; }	*/
/* >html .resultats { width:500px; } */


.resultats { border:1px solid #39276a; border-left:10px solid #39276a; margin-top:50px; font-weight:bold;  }

.res-bgd{
background: url(../../images/rech_bgd.gif) repeat-y;
}

legend{
display:none;
}

.ligne-res{
padding: 5px;
border-bottom:1px solid #7d7d7d;
overflow:auto; }


.ligne-res div { float:left; }
.ligne-res-gau { width:90px; padding-left:5px; }

.ligne-res .ChampSaisie {
	margin: 0 5px;
	width:150px;
	color:#5c46a0;
}
#ra-titre { width:250px; }
.ligne-res select {
	margin: 0 5px;
	width: 170px;
	color: #5c46a0;
}
p.button-ra {
	float: right;
	margin-top: 20px;
}

a.precedent, a.suivant,
p.button-ra .effacer,
p.button-ra .valider {
	font-size: xx-small;
	color: #5c46a0;
	border: 1px solid #333;
	margin: 0 0 10px 10px;
	padding:3px 2px;
}

.button-ra .effacer {
}

.bouton {
	font-size: xx-small;
	color: #5c46a0;
	border: 1px solid #333;
	margin: 0 0 1px 0;
	padding:3px 2px;
	background-color: #fff;
}

a.precedent, a.suivant {
	border:0;
}

.no-border {
	border:0;
}


