/* CSS Document */
body {
	font-family: Arial;
	font-size: 11px;
}
#content{
	width:900px;
	height:397px;
	color: #8C828C;
	padding: 0px 0px 0px 100px;
	margin:15px 0px 20px 0px;
}

#contentLeftDashed {
	float:left;
	width:570px;
	height:383px;
	border:1px dashed #8C828C;
	background-color:#F0F0F0;
}
#textLeft {
	padding:30px;
}

#plan_carre {
	width:260px;
	height:383px;
	border:1px dashed #8C828C;
	right:10px;
	float:right;
	position:absolute;
}

