html {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
* html {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "Arial";
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #b7b7b7;
}
body.white {
	background-color: white;
}
div#conteneur {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
}
div#contenu  
	{
	margin-left: -420px;
	position: absolute;
	top: -295px;
	left: 50%;
	width: 840px;
	height: 590px;
	border: 0px;
	}
/* liens */
a {
	text-decoration: none;
	outline: none;
	color:white;
}


.newsletter {
	color:#FF0000;
}

a.black {
	color:#4D4D4D;
}
a img {
	border: 0px none;
}
/* colonnage */
div#col1 {
	left: 0px;
	z-index: 10;
}
div#col2 {
	left: 140px;
	z-index: 0;
}
div#col3 {
	left: 280px;
	z-index: 10;
}
div#col4 {
	left: 420px;
}
div#col5 {
	left: 560px;

}
div#col6 {
	left: 700px;
	z-index: 0;
}
.expd {
	position: absolute;
	top: 0px;
	width: 280px;
	height: 590px;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
}
.cond {
	position: absolute;
	top: 0px;
	width: 140px;
	height: 590px;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	background-color: #4D4D4D;
}
/* Menu 1 & Menu 2 */
div#menu1 {
	position: absolute;
	top: 120px;
	left: 0px;
	width: 120px;
	height: auto;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 0.70em;
	color: white;
}
div#menu2 {
	position: absolute;
	top: 515px;
	left: 0px;
	width: 120px;
	height: auto;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 0.65em;
	color: white;
}
/* Newsletter & recherche */
div#newsletter {
	position: absolute;
	top: 120px;
	left: 0px;
	width: 120px;
	height: auto;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 0.70em;
	color: white;
}
div#recherche {
	position: absolute;
	top: 200px;
	left: 0px;
	width: 120px;
	height: auto;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 0.70em;
	color: white;
}
/* listes */
ul {
	margin: 0px;
	padding-left: 0px;
}
ul li {
	list-style: none;
	padding: 0px;
	margin: 0px;
	border: 0px none;
}
div#menu1 ul li ul {
	margin-bottom: 3px;
}
/* Titres et soustitres */
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.1em;
}