

/**************
 * CATEGORIES *
 **************/

.category {
  font-size: large;
  font-weight: bold;
  text-align: center;
}

h3.category {
  clear: both; 
  font-size: large;
  font-weight: bold;
  text-align: center;
  /* background-color: #006699; */
  /* color:       white; */
  margin-top: 1.5em;
  margin-bottom: 1em;
  padding: .1em 0.3em;
}

/**********
 * LABELS *
 **********/

td.labels {
  vertical-align: baseline;
  text-align: right;
}

/**********
 * ENTREE *
 **********/

td.entree {
  vertical-align: baseline;
  text-align: justify;
}

/***********
 * AUTEURS *
 ***********/

.auteur {
  text-decoration:none;
  color: #116622;
}

.editeur {
  text-decoration:none;
  color: #116622;
}

/**********
 * TITRES *
 **********/

.titre a {
  text-decoration:none;
  color: #0510dd;
}
.titre span {
}

.titre_it a {
  text-decoration:none;
  color: #0510dd;
  font-style: italic;
}
.titre_it span {
  font-style: italic;
}


span.booktitle {
}

span.journal {
  font-style: italic;
}

/********
 * DATE *
 ********/

span.year {
}

/*************
 * PUBLISHER *
 *************/

span.publisher {
}

/********
 * LIEN *
 ********/

a.link {
  color: #116622;
  text-decoration:none;  
}
a.DOI_link {
  color: #772211;
  text-decoration:none;
}
a.DOIinentry {
  color: #662211;
  text-decoration:none;
}
a.bibtex_link {
  color: #116622;
  text-decoration:none;  
}
a.abstract_link {
  color: #116622;
  text-decoration:none;  
}

span.abstract_omo span {
   display:none;
}
span.abstract_omo:hover span {
   display: inline;
   position: fixed; 
   top: 50%; left: 50%; width: 50em; 
   padding: 5px; margin: 10px; z-index: 100;
   color: black; background: #aaaadd; 
   border: medium dashed #7777aa;
   font: 12px sans-serif; text-align: justify;
   visibility: visible; opacity:0.8;
}


/************
 * ABSTRACT *
 ************/

.abstract {
  NOborder-top: solid 1pt;
  NOborder-bottom: solid 1pt;
  background: #DDEEFF;
}
.abstract_name {
  text-align: left;
  padding-right: 10;
  font-weight: bold;
  vertical-align: baseline;
}
.abstract_content {
  text-align: justify;
  vertical-align: baseline;
  background: #DDEEFF;
  padding: 10px;  
  margin: 1cm;
}


/**********
 * BIBTEX *
 **********/

/********************************************************************************
 * Avec Opera + Emacs, le copier-coller sur les listes de definitions donne     * 
 * des resultats merdiques (perte de l'indentation). Le code serait plus propre,*
 * mais on y perdrait quand meme pas mal, je pense... On attend mieux, donc.    *
 ********************************************************************************/

dl.bibtex
{
width: 20cm;
padding: 0;
text-align: center;
margin: 15 15% 15 15%;
}

.bibtex dt
{
width: 5cm;
float: left;
margin: 0 0 0 0;
}

.bibtex dd
{
float: left;
width: 13cm;
margin: 0 0 0 0;
text-align: justify;
}

table.bibtex
{
  width: 80%;
  min-width:35em;
  align: center;
}

/**************
 * CO-AUTEURS *
 **************/

.coauteur ul {
}

.coauteur a {
  text-decoration:none;
  color: #116622;
}

