.aa
{
	border:5px double blue;
	width:630px;
	height:445px;
	overflow:auto;
	position:absolute;
	left:330px;
}
.bb
{
	text-align:center;
	color:yellow;
	border:3px solid yellow;
	border-radius:10px;
	box-shadow:5px 5px 0 blue inset;
		width:260px;
		height:90px;
		overflow:auto;
		position:absolute;
		left:10px;
		top:25px;
}

.cc
{
	position:relative;
	top:10px;
	left:20px;
}
.dd
{
	color:white;
	overflow:auto;
	border:3px solid blue;
	border-radius:10px;
	box-shadow:5px 5px 0 white inset;
	width:250px;
	height:230px;
	position:absolute;
	left:10px;
	top:135px;
	text-align:justify; 
	padding-right:10px;
}
strong
{
	color:yellow;
}
body
{
	
	background-image:url("../FOTO/fond4.png");
	

}
em
{
	color:yellow;
}
.ee
{
	width:240px;
	height:75px;
    color:white;
	overflow:auto;
	border:3px solid red;
	border-radius:10px;
	box-shadow:5px 5px 0 yellow inset;
	padding:5px;
    position:absolute;
	left:10px;
	top:385px;
    text-align:justify;
	padding-right:10px;
	padding-left:10px;
}
