.cv {
width:400px;
height:210px;
background-color:#FFFFFF;
position:relative;
float:left;
border-style:solid;
border-color:#000000;
border-width:1px;
margin:10px 10px 0 0 ;
}

.cv .coordonnees {
	width:150px;
	position:absolute;
	font-size:90%;
	left:3px;
	bottom:3px;
	text-align:center;
}

.cv .accroche{
	width:231px;
	top:3px;
	left:166px;
	font-size:90%;
	text-align:center;
	position:absolute;
}
.cv .logoent{
	width:160px;
	height:80px;
	top:3px;
	left:3px;
	position:absolute;
}

.cv .description{
	width:231px;
	left:166px;
	bottom:3px;
	text-align:justify;
	font-size:90%;
	position:absolute;
}

