* {
	margin: 0;
	padding: 0;
}
body {
	font:		.8em georgia,serif; 
	color:		#7f7c61;
	text-align: justify;
	background: #efecca url(../images/fond.png) repeat-x top; 
}
ul {
	padding: 20px 0 0 135px;
}
li {
	padding: 0 12px;
	float: left;
	list-style-type: none;
}
img {
	border: 0;
}
input, textarea {
	border: 1px solid #7f7c61;
}

#contact, #copyright {
	font-family: "Times New Roman";
	font-size: 11px;
}
a:link		{text-decoration:underline; color: #7f7c61;}
a:visited	{text-decoration:underline; color: #7f7c61;}
a:hover		{text-decoration:none; color: #7f7c61;}

#header {
	text-align: center;
}
#page {
	margin: 12px auto 0 auto;
	width: 800px;
}
#fond {
	float: left;
	background: url(../images/page.png) repeat-y;
}
#link {
	width: 800px;
	height: 79px;
	background: url(../images/link.png) no-repeat;
}
#contenu {
	width: 800px;
	min-height: 178px;
	background: url(../images/contenu.png) no-repeat;
}
#left {
	float: left;
}
#texte {
	padding: 0 0 0 55px;
	width: 498px;
}
#right {
	padding: 0 51px 0 0;
	float: right;
	width: 177px;
}
#footer {
	float: left;
	width: 800px;
	height: 43px;
	background: url(../images/footer.png) no-repeat;
}

