body {
	margin: 0px;
	background-color: #ffffff;
	background-image: url('img/fond.gif');
	background-attachment: fixed;
}
* {
	font-family: 'Source Code Pro', courier, "courier new", monospace;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	text-decoration: none;
}
img {
	display: block;
	margin: 0px;
	border: none;
}
#menu {
	position: fixed;
	z-index: 200;
	top: 20px;
	left: 20px;
	min-width: 640px;
	padding-left: 87px;
	background-image: url('img/logo.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
}
#menu a {
	float: left;
	margin: 50px 10px 0px 10px;
	color: #000000;
	background-color: #ffffff;
}
#menu a, .titre, .texte {
	display: block;
	padding: 4px 12px;
}
#contenus {
	position: absolute;
	z-index: 100;
	padding-top: 140px;
	width: 100%;
}
.contenu {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: 0px 0px 50px 20px;
	width: 31%;
}
.contenu .titre, .contenu .texte, .contenu img {
	float: left;
	clear: left;
	background-color: #ffffff;
}
.contenu .titre {
	text-transform: uppercase;
	color: #ffffff;
	background-color: #000000;
}
.contenu img {
	width: 100%;
}
.contenu .contact {
	display: block;
	float: left;
	width: 640px;
	padding: 15px 0px;
}
#menu a.on, #menu a:hover, .contenu .titre a {
	color: #ffffff;
	background-color: #000000;
}

@media only screen and (max-width:1280px) {
	.contenu {
		width: 45%;
	}
}

@media only screen and (max-width:900px) {
	.contenu, .contenu img {
		width: auto;
	}
}
