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;
	color: #A49870;
	width: 800px;
	padding: 0;
	margin: 0 auto 20px auto;
}
#header {
	width: 800px;
	height: 130px;
	padding-top: 10px;
	background-image: url(haut.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
#inheader {
	width: 700px;
	margin: auto;
	height: 120px;/* background-image:url(biostat_banner01.jpg);
	background-position:top center;
	background-repeat:no-repeat; */
}
#menu {
	text-align: right;
	width: 700px;
	height: 20px;
	margin: auto;
	border-bottom: 2px dotted #E2DED5;
}
#all {
	width: 800px;
}
#inall {
	width: 700px;
	margin: auto;
}
#inall-left {
	width: 660px;
	text-align: justify;
	padding-right: 10px;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
}
/*
#inall-right {
	width:200px;
	float:left;
	margin-top: 40px;
	}
*/
#inall-foot {
	width: 700px;
	clear: both;
}
#footer {
	width: 800px;
	height: 70px;
	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;
	font-weight: bold;
}
.nav:hover {
	padding: 5px 5px 5px 5px;
	margin-left: 5px;
	margin-right: 5px;
	color: #373737;
	background-color: inherit;
}
/* right */
.box {
	border: 1px dotted #D4CEC0;
	width: 200px;
	background-color: #FFF8E8;
	color: #A49870;
}
.box-title {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
.box-text {
	text-align: justify;
	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-bottom: 1px solid #D4CEC0;
	height: 20px;
	font-weight: bold;
	font-size: 14px;
	color: #996600;
}
.table {
	font-size: 12px;
	color: #336699;
	font-weight: bold;
}
.sign {
	text-align: right;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
}
.link:link, .link:active {
	color: #8C7541;
	font-weight: bold;
	text-decoration: none;
}
.link:hover {
	color: #CC3300;
	font-weight: bold;
}
.link:visited {
	color: #9966CC;
	font-weight: bold;
}
.tra-font {
	color: #333333;
}
.tra-font02 {
	color: #6A3500;
}
.title-font {
	color: #333333;
	font-size: 1.1em;
}
