div.principal{
	float:none;
}
div.contenu{
	width:50%;
	margin-left:1%;
	margin-right:1%;
	float:left;
}
div.photo{
	text-align:center;
	width:45%;
	float:right;
}
img.photo{
	width:100%;
}
div.haut{
	clear:both;
}
a.resume{
	text-decoration:none;
	color:#000000;
}
a.resume:hover {
	color:#0000FF;
	text-decoration:underline;
}
a.resume:visited:hover{
	color:#800080;
}
p.plus{
	text-align:center;
	font-size:75%;
}

