/* CSS pour mon CV
 * par Romain Gaucher
 * Compatible css2 ? :)
 */

body
{
 background: #fff;
 font : 14px "Trebuchet MS", Verdana,Geneva,Arial,Helvetica,sans-serif;
 color: #000;
}

a       { text-decoration: none;      color: #007;}
a:hover { text-decoration: underline; color: #007;}

acronym { text-decoration: none;}

img {display: none;}

#langue {
	display: none;
}

div#titre
{
  text-align: center;
  font-size: 20px;
}

div#entete
{
  font-size : 14px;
}

div#entete h1
{
  font-size : 16px;
}


div#contenu
{
  position: absolute;
  width: 100%;
  padding: 0px 0px 15px 15px;
}

.partie_prems h1 {
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  padding: 5px 5px 5px 5px;
}

.partie_prems {
  width: 100%;
  padding: 0px 5px 5px 5px;

}

.partie {
  width: 80%;
  padding: 0px 5px 5px 5px;
}

.partie h1 {
  font-size: 16px;
  border-top: 1px dashed #000;
  border-bottom: 1px solid #ccc;
  padding: 5px 5px 5px 5px;
}

div#valid           {visibility: hidden;}
div#valid img       {visibility: hidden;}
div#valid img:hover {visibility: hidden;}


