/* -------------- Mise à zéro des styles ---------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}
a {outline: none;}
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#container {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height:680px;
	background-image: url(../images/site/bg-landing.jpg);
	background-repeat: no-repeat;

}
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.nostyle {
	list-style:none;
}
#menu {
	position: relative;
	float: left;
	top: 320px;
	left: 240px;
	z-index:00;
	font-size: 9px;
	width:100px;
	height:50px;
}
#menu dl {
	float: left;
	width: 20px;
	height:18px;
}
#menu dt {
	width: 19px;
	height:18px;
	cursor: pointer;
	text-align: center;
	border: none;
}
#menu dd {
	z-index:100;
	margin-top:-28px;
	margin-left:-20px;
	!margin-left:-36px;
	height:19px;
	padding-top:10px;
	/*display: none;*/
	z-index:100;
}
#menu li {
	text-align: center;
	z-index:100;
}
#menu li a, #menu dt a {
	color: #000;
	text-decoration: none;
	display: block;
	height: 100%;
	z-index:100;
}
#contenu {
	float:left;
	position: relative;
	top:150px;
	left:125px;
	width:740px;
	height:230px;
	text-align:left;
	font-size: 9px;
	color:#6a6a6a;
}
#contenu-gauche-sup {
	float:left;
	position:relative;
	top: 70px;
	left:125px;
	width:200px;
	height:230px;
	padding-left:10px;
	text-align: justify;
}
#contenu-gauche-sup p {
	font-size:9px;

}
#contenu-gauche {
	float:left;
	position:relative;
	top: 0px;
	left:0px;
	width:200px;
	height:230px;
	padding-left:10px;
	text-align: justify;
}

#contenu-centre {
	float:left;
	position:relative;
	top: 0px;
	left:60px;
	width:200px;
	height:230px;
	text-align: justify;

}
#contenu-droite {
	float:left;
	position:relative;
	top: 0px;
	left:125px;
	width:200px;
	height:230px;
	text-align: justify;

}
#contenu-droite-sup {
	float:left;
	position:relative;
	top: 65px;
	left:350px;
	width:200px;
	height:230px;
	text-align: justify;
	font-size: 9px;

}
#contenu-droite-sup p{
	font-size:9px;
}
#contenu p {
	padding-top:2px;
	font-size: 9px;

}