/* fr : Style de base*/
/* en : Basic style*/


pre{
	margin : 0%;
}

/* fr : Voila le truc */

/* fr : Ce DIV agit egalement en tant que conteneur */
.upperleft{
	width : 100%;
	margin-left : auto;
	margin-right : auto;

	background-color : #C0C0C0;
	background-image : url('upperleft.png');
	background-repeat : no-repeat;
	background-position : top left;
}

.upperright{
	background-image : url('upperright.png');
	background-repeat : no-repeat;
	background-position : top right;
}

.lowerleft{
	background-image : url('lowerleft.png');
	background-repeat : no-repeat;
	background-position : bottom left;
}

.lowerright{
	background-image : url('lowerright.png');
	background-repeat : no-repeat;
	background-position : bottom right;
	padding : 3% 3% 3% 3%;
}