/*
	Creative Commons Licence
	If you plan to copy my Resume page, please, put my name as the author of the xhtml/css
	Romain Gaucher / http://rgaucher.info
*/

body {
  background: #fff;
  font : 12px Helvetica,"Lucida Grande", Tahoma, Verdana,Geneva,Arial,Helvetica,sans-serif;
  color: #000;
  margin-left:  2%;
  margin-right: 2%;

}


a       { text-decoration: none;      color: #36d;}
a:hover { text-decoration: underline; color: #36d;}
li      { list-style-image: url('arrow-list.gif'); }

#langue img  {
  border: 0
}

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

#entete {
  font-size : 13px;
}

#entete h1 {
  font-size : 14px;

}

#me img {
	float: right;
	border: 2px solid black;
}


#contenu {
  margin-left:  5%;
  margin-right: 5%;
}

.partie {
  text-align: justify;
  background-color: #efefef;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #999;
  border-bottom: 3px solid #777;
  border-right:  3px solid #777;
  line-height: 17px;

}

.partie h1 {
  color: #222;
  font-size: 16px;
  border-bottom: 1px solid #999;
  padding: 5px;
  padding-left: 15px;
}

div#valid           {border:0px; text-align: right; margin-left: 10px;}
div#valid img       {border:0px;}
div#valid img:hover {border:0px;}


