@charset "utf-8";
/* CSS Document */


/* La boite qui sont-ils */
#humanbox {
	float:left;
	/*width:100%;*/
	width:400px;
}

#humanbox p {
	margin:0 0 0 0;
}

#details {
	float:left;
	width:280px;
}

#vignette {
	float:left;
	width:100px;
	height:120px;
	margin:0 10px 0 0;
}

#vignette img {
	float:left;
	width:100px;
	height:100px;
	border:0px;
	padding:0 0 0 0;
	margin:0 0 0 0;
	border:2px solid #d40b69;
}

#voir-photo-mail{
float:left;
width:100px;
height:20px;
}

.name-qui {
	font-weight:bold;
	text-transform: uppercase;
	color:#d40b69;
}

#sep-qui {
	float:left;
	width:400px;
	height:10px;
	margin:10px 0 10px 0;
	background-image:url(http://www.marceletsonorchestre.com/site2009/front/theme/images/sep-qui.gif);
}

