 /* classe css de la page*/
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

HTML, BODY, A, TABLE, TR, TD, FORM, INPUT, SELECT, TEXTAREA, DIV, P, SPAN, H1, H2, H3, H4, H5, B, UL, LI, DD, DL, DT {
	font-family: 'Roboto';
	background-color:#FFFFFF;
}

#res_script{
	background-color:#FFFFFF;
	color:#374258;
}

div.ZoneTitreResultat
{
	display:none;
}


.Rubrique{
  color:#374258;
  font-size:1.5em;
}

.SousRubrique{
  color:#374258;
  font-size:1.2em;
}

.ValeurRes a{
	color:#f07e26;
	text-decoration:none;
}

.ChampRes{
    display:none;
}

.ValeurRes{
    display: inline;
    margin-left: 0;
}
.Titre:after, .Auteurs:after, .article:after{
  content: ",";
}
