/* Options generales */
A:link {color: #0000FF;
        text-decoration:none;}
A:visited {color: #0000BB;
           text-decoration:none;}
P{text-align:justify;}


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

#contents h3.category {
  clear: both; 
  font-size: large;
  font-weight: bold;
  text-align: center;
  background-color: #006699;
  color:       white;              /* CNRS light blue */
  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 a {
  text-decoration:none;
  color: #116622;
}

.editeur a {
  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: #772211;
  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;
}

