body {
	background-color: #ff9900;	
	text-align: center;	
}
* {
	margin: 0;
	padding: 0;
}
div#global {
	min-width: 780px;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;	
}
div#titre {
	background-color: #ff9900;
	margin: 0 150px 0 150px;
	padding-top: 10px;
	height: auto;
	font-family: "monotype corsiva", arial, "times new roman";
	font-size: 54pt;
	font-weight: bold;
	color: Blue;
	letter-spacing: 0.2em;
	word-spacing: 0.3em;
	width: auto;
	text-align: center;
}
div#francais {
	padding-left: 50px;
	padding-top: 400px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: auto;
	font-family: "monotype corsiva", arial, "times new roman";
	font-size: 28pt;
	font-weight: bold;
	color: #990000;
	width: auto;
	text-align: left;
	height: auto;
}
div#allemand {
	padding-top: 400px;
	padding-right: 50px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: auto;
	font-family: "monotype corsiva", arial, "times new roman";
	font-size: 28pt;
	font-weight: bold;
	color: #990000;
	width: auto;
	text-align: center;
	height: auto;
}
div#contenu1 {
	background-color: #ff9900;
	position: relative;
}
div#contenu2 {
	background-color: #ff9900;
	position: relative;
}
div#pied_page {
	background-color: #ff9900;
	text-align: center;
	padding-top: 6px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*backslash hack hides from IE mac\*/

* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/* Alsett Clearing Method code remove here to save space */