/* ---------- 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: 2px dotted #7d7d7d;
	margin-bottom: 0.2em;
	padding-bottom:0.2em;
	list-style:none;
}




/********** Recherche Formulaire ************/

#recherche{
	font-size:11px;
}

#recherche .legende{
	color:#C1002A;
}

#recherche fieldset{
	width:120px;
	height:45px;
	padding:5px;
	background:#fff url(/html/formulaires/images/fond-rech-simple.gif) 0 0 no-repeat;
}

#recherche .valider{
	width:20px;
	height:20px;
	border:none;
	background:#fff url(/html/formulaires/images/bouton-ok.gif) 0 0 no-repeat;
	margin:5px 0 0 90px;
	padding:0;
}




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 #7d7d7d; border-left:10px solid #3e5659; margin-top:50px; font-weight:bold; color:#332e44; }

.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:100px; 
	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;
}

div.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 {
	border: 1px solid #666;
}

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

.no-border {
	border:0;
}

