body {
  background-color: #ffffff;
  font-family: Verdana, "DejaVu Sans", "Lucida Sans", sans-serif;
  margin: 0px;
  padding: 0px;
}

h1, h2, h3, h4, h5, h6, p, ul {
  margin-left: 20px;
}

li {
  margin-top:8px;
  margin-bottom:8px;
}

a {
  color: #696969;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.course, a.title {
  color: #191970;
  font-weight: bold;
  padding-left: 20px;
  padding-right: 20px;
}

h1 a, h1 a:hover, h2 a, h2 a:hover {
  color: #000000;
  text-decoration: none;
}

a img {
	border: 0px;
}

.photo {
  float: right;
  font-size: small;
  margin: 0px 0px 10px 10px;
  text-align: right;
}

.photo img {
  position: relative;
  z-index: -1;
}

.picto {
  float: right;
  height: 256px;
  margin: 10px;
  position: relative;
  width: 256px;
  z-index: -1;
}

.picto img {
  height: 256px;
  position: relative;
  width: 256px;
  z-index: -1;
}

.validation {
  text-align: right;
}

.validation a img {
  border: 0;
  width: 88px;
  height: 31px;
}

.address {
  background: url('../images/icon_home.png') center left no-repeat;
  padding-left: 25px;
}

.email {
  background: url('../images/icon_email.png') center left no-repeat;
  padding-left: 25px;
}

.phone {
  background: url('../images/icon_telephone.png') center left no-repeat;
  padding-left: 25px;
}

.webpage {
  background: url('../images/icon_webpage.png') center left no-repeat;
  padding-left: 25px;
}
 
h1 a {
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 30px;	
}

a#personal {
	background-image: url('../images/icon_user.png');
}

h2 a {
	background-position: center left;
	background-repeat: no-repeat;
  padding-left: 24px;
}
a#publications {
  background-image: url('../images/icon_publications.png');
}

a#talks {
  background-image: url('../images/icon_talks.png');
}

a#courses {
  background-image: url('../images/icon_courses.png');
}

a#thesis {
  background-image: url('../images/icon_thesis.png');
}

a#miscellaneous {
  background-image: url('../images/icon_miscellaneous.png');
}

a#contact {
  background-image: url('../images/icon_contact.png');
}
