body, div, p, th, td, li, dd {
  margin: 0;
  padding: 0;
  text-align: justify;
}

body {
	text-align: center;
	background: White;
	font: normal 11px/1.5em Arial, Helvetica, sans-serif;
}

#page {
	position: absolute;
	width: 807px;
	text-align: left;
	left: 50%;
	margin-left: -380px;
	/*border: 1px solid #2F4F4F;*/
}

#entete{
	width: 100%;
	height: 135px;
}

#contenu {
	padding: 0px;
}

#gauche {
	float: left;
	width: 270px;
	height: 200px;
	/*border: 1px solid #2F4F4F;*/
}

#centre {
	margin-left: 280px;
	/*border: 1px solid #2F4F4F;*/
}
#menu-bas {
	clear: both;
}
#pied {
	clear: both;       /* keep footer below content and menu */
	background-color: #E8E8E8;
	margin-top: 0px;
}

hr.accessible {
	display: none;
	clear: both;
}

#actu {
	float: right;
	width: 250px;
	margin: 0px 0px 30px 30px;
}

div#mots {
	margin-top: 10px;
}

.clear {
	clear: both;
}