@charset "utf-8";
/* CSS Document */
body {
	width:100%;
	margin:auto;
	background-position:center top ;
	padding:0;
	margin:0;
	font-family:arial;
	font-size:12px;
	text-align:justify;
	min-width:1200px;
	
}
a {
	outline: none;
}
input, textarea {
	width:100%;
	border:none;
	background-color:#CCC;
}
input {
	height:25px;
}
.submit {
	background-image:url(../imgs/picto-envoyer.png);
	background-color:transparent;
	width:35px;
	height:35px;
	cursor:pointer;
}
a {
	text-decoration:none;
}
p {
	margin:0 0 10px 0;
	display:block;
}
#header {
	width:370px;
	margin:40px auto 0 auto;
	height:225px;
	text-align: center;
	padding: 0 265px 0 365px;
}
#menu {
	width:635px;
	margin:20px auto;
	height:42px;
	text-align: center;
	display: block;
	font-size: 16px;
	padding: 0 135px 0 235px;
}
#menu a{
	width:auto;
	display:block;
	float:left;
	padding:12px 20px;
	border-right:2px solid #3D3C3C;
	height: 18px;
	color: #3D3C3C;
}
#menu a:hover{
	color: #999;
}

#centrale {
	width:1000px;
	margin:0 auto;
	height:auto;
	display: block;
	overflow:hidden;
	padding: 0 50px;
}
#centrale #left {
	width:300px;
	height:auto;
	float:left;
}
#centrale #top_right {
	width:335px;
	height:158px;
	float:left;
	margin-left: 232px;
	text-align: right;
}
#centrale #bottom_right a {
	color:#3D3C3C;
	text-decoration:none;
}
#centrale #bottom_right a:hover {
	color:#999;
	text-decoration:none;
}
#centrale #top_right_prod {
	width:335px;
	height:158px;
	float:left;
	text-align: right;
}
#centrale #top_right_right_prod {
	width:118px;
	height:158px;
	float:left;
	text-align: right;
	margin:0 0 0 7px;
}
#top_right a, #top_right_prod a{
	color:#95AA23;
	width:99%;
	background-color:#3D3C3C;
	height:18px;
	margin:0 0 10px 0;
	display: block;
	text-align: right;
	font-size: 16px;
	padding: 6px 5px 8px 0;
}
#centrale #bottom_right {
	width:537px;
	height:430px;
	float:left;
	margin-left: 30px;
}
#centrale #bottom_right_prod {
	width:335px;
	height:430px;
	float:left;
}
h1 {
	font-size: 16px;
	margin: 0 0 10px 0;
	display: block;
}
#centrale #footer {
	width:670px;
	height:auto;
	float:right;
	text-align: right;
	color:white;
	margin-top:-10px;
	background-image:url(../imgs/icones_paiement.png);
	background-position:0 35px;
	background-repeat:no-repeat;
}
#centrale #footer a {
	color:white;
	text-decoration:none;
}
#centrale #footer a:hover {
	color:#3D3C3C;
	text-decoration:none;
}
#centrale #image {
	padding: 0;
	width: 216px;
	float: left;
	text-align: left;
	height: 90px; 
	padding-top: 450px;
}
#centrale #image img {
margin:0 0 0 75px;
}
