/*
* Mis en ligne le 02/02/2009
* SQLI
* Auteur : ONOUR
*/

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, sans-serif;
	color: #000;
	background: #fff;
	font-size: 9px;
}
#wrapper {
	width: 922px;
	margin: 0 auto 20px auto;
}
h1 {
	width: 922px;
	height: 142px;
	text-indent: -9999px;
	font-size: 9px;
	background: url(../images/top.gif) no-repeat 0 0;
	float: left;
}
p {
	margin: 0;
	padding: 0;
}
#left p {
	float: left;
	width: 602px;
	height: 479px;
	text-indent: -9999px;
	font-size: 9px;
	background: url(../images/left.gif) no-repeat 0 0;
}
#right {
	float: right;
	width: 314px;
	border: 2px solid #8a8972;
}
#flashcontent {
	height:62px;
}
p#r1 {
	width: 314px;
	height: 68px;
	text-indent: -9999px;
	font-size: 9px;
	background: url(../images/right1.gif) no-repeat 0 0;
}
p#r2 {
	height: 62px;
	margin:0;
	padding:0;
}
p#r3 {
	width: 314px;
	height: 140px;
	text-indent: -9999px;
	font-size: 9px;
	background: url(../images/right3.gif) no-repeat 0 0;
}
p#r4 {
	width: 314px;
	height: 290px;
	text-indent: -9999px;
	font-size: 9px;
	background: url(../images/right4.gif) no-repeat 0 0;
}
p#r5 a {
	display: block;
	width: 314px;
	height: 53px;
	text-indent: -9999px;
	font-size: 9px;
	background: url(../images/right5.gif) no-repeat 0 -53px;
}
	p#r5 a:hover {
		background: url(../images/right5h.gif) no-repeat 0 0;
	}
#legal {
	float: left;
	margin-top: 30px;
	width: 100%;
	overflow: scroll;
	height: 120px;
}
#legal p {
	color: #555;
	line-height: 1.4em;
	font-size: 9px;
	margin-bottom: 5px;
	width: 100%;
}


/* SELF-CLEARING ----------- */
#wrapper:after {
	content: ".";
	display: block;
	height: 0;
	text-indent: -5000px;
	visibility: hidden;
	clear: both;
}
* html #wrapper {
	height: 1%;
}
*:first-child+html #wrapper {
	min-height: 1px;
}