/* fr : Style de base*/
/* en : Basic style*/
html{
	background-color : #DDDDDD;
}

body{
	background-color : #DDDDDD;
	font-family : Trebuchet MS, Verdana, Arial, sans-serif;
	font-size : 10pt;
}

h1{
	font-size : 14pt;
	margin : 0%;
}

acronym{
	cursor : help;
}

pre{
	margin : 0%;
}

/* fr : Voila le truc */
/* en : Here is the trick*/

/* fr : Ce DIV agit egalement en tant que conteneur */
/* en : This DIV also acts as a container*/
.upperleft{
	width : 50%;
	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%;
}

