@charset "iso-8859-1";

/*Message important*/
#mess_imp
{
  color : red;
  font-size: 1.1em;
  background-color:white;
  border-top: 1px pink solid;
  border-right: 1px pink solid;
}
#mess_imp a
{
  text-decoration: none;  
}
#mess_imp a:hover
{
  text-decoration: underline;  
}
#mess_imp a:visited
{
  color : blue;  
}

/*Description*/
.desc1 a
{
  color : black;
  font-size:1.2em;
  text-decoration:none;
}
.desc2 a
{
  color : blue;
  text-decoration:none;
}
.desc3 a
{
  color : green;
  font-size:1.1em;
  text-decoration:none;
}
.desc4 a
{
  color : red;
  text-decoration:none;
}

.desc1 a:hover
{
  background-color: yellow;
}
.desc2 a:hover
{
  background-color: yellow;
}
.desc3 a:hover
{
  background-color: yellow;
}
.desc4 a:hover
{
  background-color: yellow;
}

/*Avatar*/
.avatar
{
  font-style: italic;
  color: blue;
  font-size : 1.2em;
}

/*Corps central*/
#corps_central table td
{
  width : 30%;
  vertical-align : top;
}
#corps_central table td a:hover
{
  background-color: yellow;
}

.red a
{
  color : red;
}
.blue a
{
  color : blue;
}
/*Fin Corps central*/


/*Corps gauche*/
#corps_gauche
{
  float: left; 
  width: 23%; 
}
/*Citations*/
#citation
{
  border: 2px solid pink;
  border-bottom : ridge 2px pink;
  padding: 2px;    
  background : white;
  margin-top : 2px;
}
.aut_cit a
{
  color: blue;
  text-decoration:none;
}

ul
{
  list-style-type: circle;
}
.tx_desc1 a
{
  font-size: 1.6em;
  color: red;
  margin-left: 5px;
  text-decoration: none;
}
/*Fin corps gauche*/
