div#contents {
  margin:        0em;
  width:    35em;
  margin-top:    3%;
  margin-right:  1.5em;
  margin-left:   1.5em;
  margin-bottom: 3em;
}

div#biblio {
  width: 100%;
  position: relative;
}
div#bibtex {
  width: 100%;
  position: relative;
}

div#alphabet {
  position: absolute;
  overflow: hidden;
  top: 100px;
  width: 40px;
  right: 0px;
}

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


div.alphabet-cur {
  position: relative;
  background-color: #CCDDFF;
  padding: 2px 2px;
  width: 40px;
}
div.alphabet-ncur {
  position: relative;
  background-color: #CCDDFF;
  padding: 2px 2px;
  width: 20px;
  left:20px;
}
a.alphabet {
  text-decoration: none;
  font-size: xx-small;
  color: #4488CC;
}

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

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

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

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

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

td.entree-dispo {
  vertical-align: baseline;
  text-align: justify;
  background-color: #DDFFEE;
}
td.entree-nondispo {
  vertical-align: baseline;
  text-align: justify;
  background-color: #FFDDEE;
}
td.entree-dispoLSV {
  vertical-align: baseline;
  text-align: justify;
  background-color: #DDEEFF;
}

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

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

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

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

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

.titre_it {
  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;  
}



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

table.abstract {
  margin: 15 15% 15 15%;
  padding: 8;  
}
td.abstract_name {
  text-align: left;
  padding-right: 10;
  vertical-align: baseline;
}
td.abstract_content {
  text-align: justify;
  vertical-align: baseline;
  background: #DDEEFF;
  padding: 8;  
}


/**********
 * 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;
}


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

.coauteur ul {
}

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

