body {
	margin-top: 50px;
	font-family: Arial, Helvetica, sans-serif;
}
.main {
	width: 826px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg_main.gif);
}
.main .contenu li {
	font-size: 13px;
	color: #4D3F24;
	list-style-position: inside;
	list-style-type: square;
}
.main .contenu a {
	color: #4D3F24;
}

.main .contenu {
	float: left;
	width: 436px;
	background-image: url(images/bg_p.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.main .contenu img {
	float: left;
	border: 1px solid #000000;
	margin-right: 8px;
	margin-bottom: 4px;
}

.main .contenu h1 {
	color: #6A6A6A;
	font-size: 24px;
	font-weight: normal;
}
.main .contenu p {
	color: #4D3F24;
	line-height: 22px;
	font-size: 13px;
	text-align: justify;
}




.main .col_gauche {
	height: auto;
	width: 367px;
	float: left;
}

.main .menu {
	width:459px;
	float: left;
}
.main .foot {
	text-align: center;
	height: 50px;
	width: 799px;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #958B76;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	color: #6A6A6A;
}

.main .foot a{
	color:#aaaaaa;
	text-decoration: none;
}

.spacer {
	clear:both;
}
