div.cv {
	width: 85%;
	margin:auto;
	font-family: Verdana,Tahoma,Arial,sans-serif;
	font-size: 12px;
}

div.etatcivil img {
	float:right;
}

div.competance {
	margin-top: 10px;
	float: left;
}

div.section {
	padding-bottom: 20px;
}

div.cv div.period {
	font-style: italic;
	font-weight: bold;
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
	width: 30%;
	color: red;
}

div.cv div.content {
	float: right;
	width: 68%;
	margin-top: 10px;
}

div.cv h2 {
	border-bottom: 1px solid blue;
	clear:both;
}

div.employeur {
	clear: both;
	font-size: 11px;
	font-weight: normal;
}

div.environnement {
	color: blue;
}

div.environnement .intitule {
	color: black;
	font-weight: normal;
}

div.cv ul {
	margin: 0px 0px 10px 0px;
	padding-left: 30px;
	clear: both;
}

div.cv ul li {
	list-style-type: disc;
	list-style-position: outside;
	list-style-image: none;
}

div.cv div.separator {
	clear:both;
}
