	/*Proprietés de la page*/
	
	body {
				margin: 0;
				padding: 0;
				text-align: center; /* Alignement horizontal dans Internet Explorer */
				background-color:#FFFFFF;
	}
	#content {
				position: relative; /* Nécessaire pour Safari */
				margin: auto; /* Alignements horizontal dans les navigateurs respectant les standards */
				text-align: left;
				width: 720px;
				height: 540px;
	}
	h1, p {
				margin: 0;
				padding: 1em;
	}
	h1 {
				font-size: 12px;
				line-height: 1.5em;
	}
	
	/*Proprietés des styles "span" (photos, etc...)*/
	.GeorgiaTitle {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 16px;
			letter-spacing: 0.2em;
			color: #FF9900;
	}
	.GeorgiaText {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 12px;
			color: #444444;
	}
			
	/*Proprietés du Contenu*/
			
	#borderGray {
	position:relative;
	width:755px;
	height:539px;
	z-index:1;
	background-image:url(assets/contentBackground.jpg);
	background-repeat:no-repeat;
	}
	#borderYellow {
	position:absolute;
	width:680px;
	height:472px;
	z-index:5;
	background-image:url(assets/contentBackgroundInner.jpg);
	background-repeat:no-repeat;
	top: 33px;
	left: 39px;
	}
	#flashContent {
	position:absolute;
	width:660px;
	height:457px;
	z-index:5;
	top: 41px;
	left: 49px;
	}
	

