html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
	background-color: #FFF8AB;
	font-size: 12px;
	color: black;
	font-family: geneva, verdana, Arial, sans-serif;
}

a {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: black;
}

#page {
	position: relative;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-image: url(./images/fond.gif);
	background-position: center top;
	background-repeat: repeat-y;
}

#bandeau {
	color: #FFF8AB;
	position: absolute;
	top: 45px;
	left: 288px;
}

#cotegauche {
	float: left;
	width: 170px;
}

#cotedroit {
	float: left;
	width: 610px;
}

#menu {
	position: relative;
	left: 10px;
	top: 16px;
	width: 146px;
	background: #F8F8F8;
	border: 2px solid #969696;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#visites {
	position: relative;
	left: 10px;
	top: 16px;
	width: 146px;
	font-size: 10px;
	background: #F8F8F8;
	border: 1px solid #969696;
	margin: 0px;
	padding: 3px;
}

#menu li {
	margin: 5px;
}

#enbref {
	position: relative;
	top: 32px;
	left: 10px;
	width: 140px;
	background: rgb(255,255,150);
	border: 2px solid #969696;
	padding: 3px;
}

#enbref p {
	margin: 10px 4px 10px 4px;
	font-size: 11px;
}

#icones {
	position: relative;
	width: 150px;
	left: 10px;
	top: 48px;
	text-align: center;
	margin-bottom: 48px;
}

#icones a:hover {
	background: none;
}

#conteneur {
	position: relative;
	width: 600px;
	top: -32px;
	color: white;
	font-weight: bold;
}

#contenu {
	margin: 2px;
	padding: 5px;
	padding-bottom: 15px;
	color: black;
	background: white;
	font-weight: normal;
}

#contenu p {
	margin: 0px;
	margin-bottom: 15px;
	line-height: 1.5em;
}

#bienvenue {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
}

#listearticles {
	text-align: center;
	padding: 5px;
}

#piedpage {
	position: relative;
	width: 600px;
	top: -16px;
	left: 170px;
	text-align: center;
	clear: both;
}

.spacer {
	visibility: hidden;
}

.separation {
	width: 560px;
	height: 2px;
	padding: 10px;
}

.gauche {
	width: 150px;
	border: 0px;
	margin: 3px;
	float: left;
}

.droite {
	width: 150px;
	border: 0px;
	margin: 3px;
	float: right;
}

.infoflash {
	position: relative;
	color: black;
	background: rgb(255,200,145);
	border: 2px dashed yellow;
	margin: 5px;
	margin-left: 50px;
	margin-right: 50px;
	padding: 2px;
	text-align: center;
}

.icones {
	border: 0px;
	width: 40px;
	margin: 3px;
	text-decoration: none;
}
