/* CSS Document */

/* fr : Style de base*/
/* en : Basic style*/
html{
	background-color : #FFFFFF;
}

body{
	background-color : #FFFFCC;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : medium;
}

h1{
	font-size : large;
	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 : #FFFFCC;
	background-image : url('SG.png');
	background-repeat : no-repeat;
	background-position : top left;
}

.upperright{
	background-image : url('SD.png');
	background-repeat : no-repeat;
	background-position : top right;
}

.lowerleft{
	background-image : url('IG.png');
	background-repeat : no-repeat;
	background-position : bottom left;
}

.lowerright{
	background-image : url('ID.png');
	background-repeat : no-repeat;
	background-position : bottom right;
	padding : 3% 3% 3% 3%;
	line-height: normal;
}
