/* general */

img {
    border: 0;
}

a {
    text-decoration: none;
    color: #660099;
/*    font-weight: bold;*/
}

a:hover {
    text-decoration: none;
/*    color: #ff6600; */
    color: #25FDE9;
/*    font-weight: bold;*/
}


/* Titre */
#icon {
    position:absolute; 
    top: 10px; 
    right: 5px;
}

#recouvre img {
  display: none;
  top:5px;
  right:5px;
  width:150px;
  height:150px;
}

#recouvre{
  display: block;
  width:170px;
  height:150px;
  background:url(../images/myfrog.png) no-repeat;
}

#recouvre:hover {
  background-image:url(../images/barbara_small.png);
}


#logo {
    position:fixed;
    top: 10px;
    left: 20px;
}

#logo a img {
/*     height: 2.5em; */
}


#title {
    text-align: right;
    margin-top: 100px;
    margin-right: 180px;
    margin-bottom: 0px;
    border-bottom: 3px solid #25FDE9;
    font-variant: small-caps;
    font-size: 2.5em;
    font-weight: bold;
    font-family: "Comic Sans MS";
}

/* Corps */

#main {
    position:relative;
    padding: 30px;
    margin: 30px 10px 30px 14em;
/*    margin: 30px 10px 30px 11em;*/
    border: 1px solid #660099;
    background-color: #efefef;
}

/* Menu */
#menu {
    position:fixed;
    top: 220px;
    min-width: 13em;
    text-align: center;
}

ul.menu {
    list-style-type: none; 
    margin: 0px;
    padding: 10px;
}

ul.menu li {
    text-align: right;
    margin-bottom: 20px;
    border-bottom: 2px solid #660099;
}

ul.menu li a {
    text-decoration: none;
    color: #660099;
    font-weight: bold;
}

ul.menu li a:hover {
    text-decoration: none;
    color: #25FDE9;
    font-weight: bold;
}


/* Pied de page */

#footer {
    position: fixed;
    bottom: 0px;
    width: 98%;
    background-color: #cccccc;
    font-family: Verdana;
    font-size: 0.7em;
    border-top: 3px solid #25FDE9;
}

/* Importé de Patricia */

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

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

/**********
 * 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: #660099;
/*  color: #0510dd; */
}

.titre:hover a{
  color: #25FDE9;
/*  color: #116622; */
 
}

.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: #ff6600;
/*  color: #116622; */
  text-decoration:none;  
}

a.link:hover {
  color: #25FDE9;
/*  color: #116622; */
 
}

a.bibtex_link {
  color: #ff6600;
/*  color: #116622; */
  text-decoration:none;  
}

a.bibtex_link:hover {
  color: #25FDE9;
/*  color: #116622; */
 
}

a.abstract_link {
  color: #ff6600;
/*  color: #116622; */
  text-decoration:none;  
}

a.abstract_link:hover {
  color: #25FDE9;
/*  color: #116622; */
 
}



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