body {
	margin: 0px;
	padding: 15px;
	color: #000000;
	background-color: #e0d6c8;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#global {
	position: relative;
	width: 1024px;
	height: 768px;
	margin: 0 auto 0 auto;

}

#header {
	float: left;
	width: 1024px;
	height: 300px;
	background-image: url(images/templates/home_header.jpg);
	background-repeat: no-repeat;
}

#header h1 {
	display: none;
}

#header a {
	display: block;
	width: 1024px;
	height: 300px;
}

#header a span {
	display: none;
}

#middle {
	float: left;
	width: 1024px;
	height: 468px;
	background-image: url(images/templates/home_footer.jpg);
	background-repeat: no-repeat;
}

#middle ul {
	margin: 187px auto 0 auto; /* 240px */
	/* margin: 240px auto 0 102px; */
	padding: 0px;
	width: 80%;
	/* width: 820px; */
}

#middle li {
	float: left;
	width: 33%;
	/* width: 273px; */
	min-height: 200px;
	list-style-type: none;
	text-align: center;
}

.prod {
	color: #ea8800;
	font-weight: bold;
}

.man {
	color: #000000;
	font-weight: bold;
}

.tpl-cadre {
	/* background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #CCCCCC; */
}