* { margin: 0px; padding: 0px; }
img { border: none; }
a { color: #6a5e55; text-decoration: none;}
a:hover { color: #6a5e55; text-decoration: underline;}
.invisible { display: none; }
/*=================================================================*/
body, table, input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #595959;
}
body {
	text-align: center;
	background-color: #fef7df;
	background-image: url(homepage/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: center -40px;
}
/*=================================================================*/
h1 { color: #6a5e55; font-size: 26px; font-weight: normal; text-transform: uppercase; margin-bottom: 10px; }
h2 { color: #6a5e55; font-size: 22px; font-weight: normal; margin-bottom: 10px; letter-spacing: 1px; }
h3 { color: #6a5e55; font-size: 15px; font-weight: normal; margin-bottom: 10px; }
ul, ol { list-style-position: inside;  margin-bottom: 10px; }
p { margin-bottom: 10px; }
hr { border: none; }
/*=================================================================*/
/*==========================CONTAINER==============================*/
div.container {
	background-image: url(homepage/container_bg.jpg);
	background-repeat: no-repeat;
	background-position: center -40px;
}
div.main {
	width: 800px;
	margin: auto;
	text-align: left;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	position: relative;
}
/*=================================================================*/
/*============================HEADER===============================*/
div.header {
	height: 130px;
	padding-top: 10px;
	padding-bottom: 20px;
}
a.homepage { display: block; height: 130px; }
/*=================================================================*/
/*============================CONTENT==============================*/
div.content {
	font-size: 18px;
	text-align: right;
	width: 50%;
	float: left;
}
div.content div.taillesdepierres {
	margin-bottom: 10px;
}
div.content div.granulats {
}
div.content img.logo {
	float: right;
	margin-left: 15px;
}
div.content ul {
	list-style: none outside;
	padding-top: 15px;
}
div.content ul li {
	border: none;
	height: auto !important;
	height: 100%;
}
div.content ul li.separator {
	font-size: 0px;
	line-height: 1px;
	margin: 5px 0;
}
div.content ul li a {
	display: block;
}
div.content ul li a:hover {
	padding-right: 13px;
	background-image: url(homepage/link_hover.gif);
	background-position: center right;
	background-repeat: no-repeat;
	text-decoration: none;
}
div.societe {
	font-size: 18px;
	text-align: center;
	margin-top: 20px;
}
/*=================================================================*/
/*============================NEWS=================================*/
div.newscontainer {
	width: 40%;
	float: left;
	margin-left: 30px;
}
div.news {
	padding-left: 15px;
	padding-top: 15px;
	width: 200px;
}
div.news h2 {
	font-size: 18px;
	background-image: url(homepage/news_separator.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom: 5px;
}
div.news ul.news {
	list-style: none;
	list-style-position: outside;
}
div.news ul.news li.news {
	margin-bottom: 7px;
	padding-bottom: 7px;
	background-image: url(homepage/news_separator.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}
div.news ul.news p {
	margin-bottom: 4px;
}
div.news ul.news .date {
	font-weight: bold;
}
div.news ul.news .title {
	font-size: 14px;
	color: #6a5e55;
	font-weight: bold;
}
/*=================================================================*/
/*============================FOOTER===============================*/
div.footer {
	clear: both;
	text-align: center;
	margin: 30px 130px 0 130px;
	color: #afa582;
	border-top: solid 1px #afa582;
	padding: 10px;
}
div.footer a {
	color: #afa582;
}
div.footer a:hover {
	text-decoration: underline;
}
