/*
Original design by Free CSS Templates
http://www.freecsstemplates.org (isometric)
Released for free under a Creative Commons Attribution 2.5 License
*/

li#phone, li#email, li#apache, li#linkedin {
  position: relative;
  left: -25px;
  padding-left: 25px;
  background-repeat: no-repeat;
}

li#phone {
  background-image: url(../images/tel.png);
}

li#email {
  background-image: url(../images/email.png);
  background-position: 0 11px;
}

li#apache {
  background-image: url(../images/apache.png);
  background-position: 0 15px;
}

li#linkedin {
  background-image: url(../images/linkedin.gif);
  background-position: 0 7px;
}

p#photo {
  text-align: center;
  margin-left: -20px;
}

p#photo img {
  /*border: 1px solid #0077A7;*/
}

p#creditsPhoto {
  margin: -20px -20px 0 -20px; 
  text-align: center;
  font-size: 90%;
}


div.experience, div.etude, dl.competence, div.hobbie {
  padding: 4px 0 4px 0;
  background-image: url(../images/img6.gif);
  background-repeat: repeat-x;
}

span.date {
  text-style: italic;
}

dl.competence {
  position: relative;
  width: 100%;
}

dl.competence {
  margin: 0;
}

dl.competence dt {
  position: absolute;
  top: 11px;
  left: 0;
  font-size: 110%;
}

dl.competence dd {
  margin-left: 170px;
}

span.typeHobbie {
  font-size: 110%;
}

span.important {
  font-weight: bold;
  font-style: normal;
}

span.nomPropre {
  /*font-weight: bold;*/
  font-variant: small-caption;
}

a:hover span.nomPropre {
  /*cursor: help;*/
}

span.nomPropre a:hover {
  /*cursor: help;*/
}

