* 
{
	margin: 0px;
	padding: 0px;
}
body
{
	background: black url(../img/body_fond.png) repeat left top;
}
h1
{

}
.line_portrait
{
	background:url(../img/bande.png) repeat left top;
	width:100%;
	height:222;
	border:0;
	padding-top: 1px;
	/*position: absolute;*/
}
.block_portrait
{
	margin-top: 10px;
	width:800px;
	height:200px;
	text-align: center
}
.img_portrait
{
	position: relative;
	display: block;
	float: left;
	height:200px;
	width: 200px;
	background: black url(../img/portrait_fond.png) no-repeat left top;
	overflow:hidden;
}
.texte_portrait
{
	display: block;
	float: left;
	height:180px;
	width: 580px; 
	padding:10px;
	background:url(../img/bande_fond.png) repeat left top;
}