#etatcivil {
	background: transparent url(/img/cv_etatcivil.png) no-repeat top left;
	width: 800px;
	height: 75px;
  padding: 0;
  font-size: 10px;
}
#etatcivil p {
	padding-left: 15px;
	padding-top: 6px; 
}

#informations {
	margin-top: 15px;
	background: transparent url(/img/cv_informations.png) no-repeat top left;
	height: 135px;
	width: 600px;
  font-size: 10px;
}
#informations p {
	padding-left: 15px;
	padding-top: 6px;
}
#informations li {
  padding-right: 5px;
  padding-top: 3px;
}
#experience {
	background: transparent url(/img/cv_experience.png) no-repeat top left;
  margin-top: 15px;
	width: 800px;
  height: 100px;
}

.title_ {
	background: transparent url(/img/cv_experience_title.png) no-repeat top left;
	text-align: center;
	font-size: 14px;
	padding: 5px 5px;
	font-weight:bold;
	color: #fff;
	height: 17px;
}
#experience table {
	width: 800px;
	padding-left: 15px;
}

#competences {
	background: transparent url(/img/cv_competences.png) no-repeat top left;
	margin-top: 15px;
	width: 800px;
	height: 120px;
}

#competences table {
	width: 800px;
	padding-left: 15px;
}

#formation {
  background: transparent url(/img/cv_experience.png) no-repeat top left;
  margin-top: 15px;
  width: 800px;
  height: 120px;
}

#formation #content {
	margin-top: 5px;
  width: 800px;
  padding-left: 15px;
}

