

a:link
{
	color: rgb(0,78,160); 
	text-decoration: none;
}
a:visited
{
	color: gray; 
	text-decoration: none; 
} 
a:active 
{
	color: gray;
	text-decoration: none; 
}
body, td
{
	font-family: Arial, Helvetica;
	color: black;
	font-size: 10pt;
	text-align: justify;
}
h1, h2, h3, h4, h5, h6
{
   font-family: Arial, Helvetica;
   color: rgb(0,39,80);
text-align: justify;	
}
h1
{
	font-size: 54pt;
}
h2
{
	font-size: 12pt;
}
h3
{
	font-size: 10pt;
}
.BibAuthor
{ font-variant: small-caps;
}
.publications li
{
    margin : 1em 0 ;
}

/* Pour les articles de journaux */
.BibJournalTitle
{
    font-weight : normal ;
}
.BibJournal
{
    font-style : italic ;
}

/* Pour les proceedings */
.BibProceedingsTitle
{
    font-weight : normal ;
}

/* Pour les articles de conférences */
.BibInProceedingsTitle
{
    font-weight : normal ;
}
.BibInProceedingsBooktitle
{
    font-style : italic ;
}

/* Pour les livres */
.BibBookTitle
{
    font-weight : normal ;
}
.BibPublisher
{
    font-style : italic ;
}

/* Pour les chapitres de livre */
.BibInBookTitle
{
    font-weight : normal ;
}
.BibInBookBooktitle
{
    font-style : italic ;
}

/* Pour les theses */
.BibPhdThesisTitle
{
    font-weight : normal ;
}
.BibPhdThesisSchool
{
    font-style : italic ;
}

/* Pour les rapports de recherche */
.BibTechReportTitle
{
    font-weight : bold ;
}
.BibTechReportInstitution
{
    font-style : italic ;
}

/* Pour les divers */
.BibMiscTitle
{
    font-weight : bold ;
}
.BibMiscBooktitle
{
    font-style : italic ;
}
.BibMiscHowpiublished
{
    font-style : italic ;
}

/* pour le copyright */
.BibCopyright
{
    font-style : italic ;
}

