body {
	background-color:#FFF8E8;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0;
	margin:20px auto 0 auto;
	color:#A49870;
	}
#conteneur {
	background-image:url(fond.jpg);
	background-position:center;
	background-repeat: repeat-y;
	background-color:#FFFFFF;
	color:#A49870;
	width:764px;
	padding:0;
	margin:0 auto 20px auto;
	}
#header {
	width:764px;
	height:120px;
	padding-top:10px;
	background-image:url(haut.jpg);
	background-position:top center;
	background-repeat: no-repeat;
	visibility: visible;
	}
#inheader {
	width:700px;
	margin:auto;
	height:120px;
	background-image:url();
	background-position:top right;
	background-repeat:no-repeat;
	}
#menu {
	text-align:right;
	width:700px;
	height:20px;
	margin:0 auto;
	border-bottom:2px dotted #E2DED5;
	}
#all {
	width:764px;
	}
#inall {
	width:700px;
	margin:auto;
	}
#inall-left {
	width:446px;
	text-align:justify;
	padding-right:10px;
	float:left;
	}
#inall-right {
	width:240px;
	float:left;
	}
#inall-foot {
	width:700px;
	clear:both;
	text-align:center
	}	
#footer {
	width:764px;
	height:28px;
	background-image:url(pied.jpg);
	background-position:bottom center;
	background-repeat: no-repeat;
	clear:both;
	}
#infooter {
	width:700px;
	margin:auto;
	text-align:center;
	border-top:2px dotted #E2DED5;
	}
/* nav */
.nav {
	color:#A49870;
	display: inline;
	padding:5px 5px 5px 5px;
	background-color:inherit;
	margin-left:5px;
	margin-right:5px;
	text-decoration:none;
	text-transform:uppercase;
	}
.nav:hover {
	padding:5px 5px 5px 5px;
	margin-left:5px;
	margin-right:5px;
	color:#D4CEC0;
	background-color:inherit;
	}

/* right */
.box {
	border:1px dotted #D4CEC0;
	width:238px;
	background-color:#FFF8E8;
	color:#A49870;
	}
.box-title {
	text-align:center;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	}
.box-text {
	text-align:center;
	padding: 5px 17px 5px 17px;
	}
.box-img {
	border:1px solid #D4CEC0;
	}
.box-img:hover {
	border:1px solid #000000;
	}
/* text */
p {
	padding:10px 0 10px 0;
	margin:0;
	}
span {
	padding:0;
	margin:0;
	}
img {
	border:0px;
	}
.titre {
	border-top:1px solid #D4CEC0;
	border-right:1px solid #D4CEC0;
	border-bottom:1px solid #D4CEC0;
	height:16px;
	font-weight:bold;
	}
.sign {
	text-align:right;
	font-size:10px;
	font-style:italic;
	}
.link:link, .link:active {
	cursor:help;
	color:#8C7541;
	font-weight:bold;
	text-decoration:none;
	background-color:inherit;
	}
.link:visited {
	cursor:help;
	color:#8C7541;
	font-weight:bold;
	text-decoration:line-through;
	background-color:inherit;
	}
