body
{
	font-family: Comic Sans MS;
	background-color: #35a4ce ;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;

}

h1
{
	text-align: center;
}

#cadre
{
	border-left: black solid 2px;
	border-right: black solid 2px;
	border-top: black solid 2px;
	border-bottom: black solid 2px;
	width: 25%;
	height: 60%;
	position: absolute;
	left: 1%;
	bottom: 30%;
	text-align: left;
	color: white;
	background-color: #683a31 ;
}

#cadre2
{
	border-left: black solid 2px;
	border-right: black solid 2px;
	border-top: black solid 2px;
	border-bottom: black solid 2px;
	width: 47.7%;
	height: 47.8%;
	position: absolute;
	right: 2%;
	bottom: 50%;
	text-align: left;
	color: white;
	background-color: #683a31 ;
}