body {
  	color:black;
	padding:0px;
	margin-right: 0px;
	margin-left: 0;
	background-attachment : fixed;
	background-repeat : repeat;
	font-family : Helvetica, Arial, sans-serif ;
	font-size : 8pt ;
	background:#fff;
}
/* classe css de la page*/
#res_script{
	font-family : Helvetica, Arial, sans-serif ;
	text-indent : 10px ;
	margin: 0px;
	margin-right: 8px;
	padding: 0px;
	border-bottom: 0px solid #000000;
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	border-left: 0px solid #000000;
	border-radius: 10px;
	-moz-border-radius: 10px;
	color : #000000;
	background:#FFF;
}

/*Titre*/
div.ZoneTitreResultat
{
	display:none;
	color:black;
}
/* classes pour les rubriques pour certains type de classement (type de publi, année de publi) */ 
.Rubrique{
 display:none; 
}
.SousRubrique{
 display:none; 
}
/*nom du champ*/
.ChampRes {
	display:none;
	color:black;
}

/* classe commune à tous les champs affichés */ 
.ValeurRes {
	margin: 8px;
	font-family : Helvetica, Arial, sans-serif ;
	font-size : 9pt ;
	color:black;
}
/* classe pour les titres */ 
.Titre, .Titre a {
	margin: 8px;
	font-family : Helvetica, Arial, sans-serif ;
	font-size : 9pt ;
	font-weight:bold;
	color:black;
	
}
/* classe pour les auteurs */ 
.Auteurs {
}
/* classe des détails de publication : une calsse par type */ 
.detail_revue,.detail_conf,.detail_cours,.detail_ouv,.detail_hdr,.detail_these,.detail_autre,.detail_brevet,.detail_rapport,.detail_sans_ref{
}
/* classe pour les résumés */ 
.Debut_du_resume{
  	color:#000000;
}
/* classe pour les doi */ 
.DOI{
  	color:black;
}
/* classe pour les identifiants */ 
.Identifiant{
}
/* classe pour les rubriques pour certains type de classement (type de publi, année de publi) */ 
.Rubrique{
}
.NoticeRes {
	border: 0px solid #000000;
	border-radius: 10px;
	-moz-border-radius: 10px;
	padding:2px;
	margin:2px;
	background: #fff;/* fallback */
	border-bottom: 0px dashed #000000;
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	border-left: 0px dashed #000000;
}
.NoticeResAvecVignette {
	border-radius: 10px;
	-moz-border-radius: 10px;
	padding:2px;
	margin:2px;
	background: #fff;/* fallback */
	border-bottom: 0px dashed #000000;
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	border-left: 0px dashed #000000;
}
.Vignette {
	margin: 0px;
	padding:0px;
	background-color : transparent;
	border-bottom: 0px dashed #000000;
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	border-left: 0px dashed #000000;
	border-radius: 10px;

}
.Vignette img {border-radius: 10px;padding:0px;
	-moz-border-radius: 5px;
	box-shadow: 2px 2px 2px #000000;
	-moz-box-shadow: 2px 2px 2px #000000;
	-webkit-box-shadow: 2px 2px 2px #000000;

}
.BibTex{
}
.ValeurResAvecVignette a{
border-radius: 3px;
text-decoration:inherit;
text-shadow:#bcf 1px 1px 0px;
border-bottom: 0px dotted #66a;
}
}