/*------------------------------------------------
 Redefinitions de balises
------------------------------------------------*/
html {
  height: 100%;
}
body {
	color: #fff;
	margin: 0;
	padding: 0;
	height: 100%;
	background: #000;
	font-family:Arial, Helvetica, sans-serif;
}
img {
  border: none;
}
form {
  padding: 0;
  margin: 0;
}
table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}
table td {
  margin: 0;
  padding: 0;
}
a:hover {
	text-decoration: underline;
}
a{
	outline:none;
}
/*------------------------------------------------
 Zones du document
------------------------------------------------*/
#conteneur {
  padding: 0;
  margin:0;
  width:100%;
}
#cont_haut{
	background:#fff;
	color:#000;
}
#cont_menu{
  width:100%;
  background:#900 url(../images/commun/degade_haut.jpg) top repeat-x;
}
#cont_bas{
  width:100%;
  background:#900 url(../images/commun/degade_bas.jpg) bottom repeat-x;
}
#menu{
	width:920px;
	height:65px;
	background:url(../images/commun/liseret_menu.jpg) bottom no-repeat;
	margin:0 auto;
}
#contenu{
	width:921px;
	margin:0 auto;
	padding:10px 0 0 39px;
}
#contenu table{
	font-size:11px;
}
#bas{
	width:auto;
	padding:60px 0 120px 0;
	height:60px;
	clear:both;
	color:#E1B3B3;
}
#haut{
	width:960px;
	margin:0 auto 0 auto;
}
#haut h1 a{
	float:left;
}
.clear{
	clear:both;
}

.lk-referencement {
	padding: 10px 0 0 0;
	font-size: 10px;
	color: #FF5151;
}
.lk-referencement a {
	color: #FF5151;
	text-decoration: none;
}
.lk-referencement a:hover {
	color: #FF5151;
	text-decoration: underline;
}

.date {
display: none;
}