* { margin: 0 auto; padding: 0; border: none; text-decoration: none; }

a { color: #666666; }
a:hover { color: #FF0000; }

body
{
	width: 1000px;
	text-align: justify;
	font-size: 12px;
	font-family: Verdana,Trebuchet MS,Arial;
	background-image: url(./images/fond.jpg);
}

#header
{
	width: 1000px;
	height: 150px;
	float: left;
	clear: both;
	background: url(./images/header.png) no-repeat;
}

#houblon
{
	width: 116px;
	height: 600px;
	float: left;
	background: url(./images/houblon.png) no-repeat;
}

#corps
{
	width: 864px;
	min-height: 600px;
	padding: 10px;
	float: left;
	background-color: #FFFFFF;
}

#corps .news
{
	margin-bottom: 10px;
}

#corps .news .news-titre
{
	margin-bottom: 5px;
}

#corps .news .news-titre h1
{
	font-size: 26px;
	font-family: Verdana,Trebuchet MS,Arial;
	color: #0024ff;
}

#footer
{
	width: 986px;
	padding: 5px;
	float: left;
	clear: both;
	background-color: #ede4c3;
	border: solid 2px #0024ff;
}
