@charset "UTF-8";
/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
}

body {
	background: #fff;
	color: #fff;
}

img {
	border: 0px;
}

h1, h2, h3, h4, h5, h6 {
	display: none;
}

.marginauto {
	margin: auto;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clearboth {
	clear: both;
	font-size: 1px;
}

#foundation {
	width: 996px;
	margin: 10px auto;
	padding: 10px 0px 0px 0px;
	background: #121317;
}

#contenu {
	width: 996px;
	height: 746px;
	background: url(../img-v3/contenu.jpg)
}

#contact {
	height: 34px;
	padding: 20px 20px 0px 0px;
	background: #fff;
	clear: both;
}

#contact-pic {
	float: right;
}

#presse-pic {
	float: right;
}

#documents-pic {
	float: right;
	margin: 0px 15px 0px 0px;
}