.accueil {
  background:#eee;
  border:1px solid #aaa;
  margin:8px auto;
  padding:8px;
  font-size:12px;
  width:440px;
  color:#000;
  text-align:left;
}
.info {
  float:left;
  width:200px;
  margin:10px;
}
.info a {
  color:#269;
  font-size:12px;
  font-weight:normal;
}
.info a:hover {
  color:#269;
  font-size:12px;
  font-weight:normal;
  text-decoration:underline;
}

#copyright {
	color: #6bd;
	font-size: 8px;
	letter-spacing: 1px;
	width: 720px;
	height: 20px;
	top: 35px;
	margin: 0 auto;
	position: relative;
}
#copyright a {
	font-size: 8px;
}
#bas a.entrer:hover {
	color: #fff;
}
#bas a.entrer {
	padding: 0px;
	color: #157;
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	letter-spacing: 4px;
}
#bas {
	background: url(accueil/bas.png);
	width: 746px;
	height: 88px;
	top: 0px;
	margin: 0 auto;
	position: relative;
}
.droite {
	background-image: url(accueil/droite.jpg);
	width: 82px;
	height: 193px;
	top: 1px;
	right: 3px;
	position: relative;
	float: right;
}
.vignettes {
	background: #379;
	width: 386px;
	height: 193px;
	top: 1px;
	left: 3px;
	position: relative;
	float: left;
}
.seprolec {
	background: #379;
	width: 191px;
	height: 193px;
	top: 1px;
	left: 3px;
	position: relative;
	float: left;
}
.gauche {
	background-image: url(accueil/gauche.jpg);
	width: 82px;
	height: 193px;
	top: 1px;
	left: 3px;
	position: relative;
	float: left;
}
#flash {
	background-image: url(accueil/flash.png);
	width: 746px;
	height: 195px;
	top: 0px;
	margin: 0 auto;
	position: relative;
}
#menu h1 {
	padding: 66px 0px 0px 0px;
	color: #157;
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif;
	font-size: 16px;
}
#menu {
	background: url(accueil/menu.png);
	width: 746px;
	height: 88px;
	top: 0px;
	margin: 0 auto;
	position: relative;
}
#page {
	width: 746px;
	height: 371px;
	top: 60px;
	margin: 0 auto;
	position: relative;
}
* {
	padding: 0;
	margin: 0;
}
body {
	background: url(accueil/trame.png);
	color: #777;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	text-align: center;
}
td {
	color: #4f4f4f;
	font-size: 11px;
}
h1 {
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 2px;
}
h2 {
	color: #fff;
	font-size: 16px;
	letter-spacing: 2px;
}
h3 {
	font-weight: normal;
	font-size: 1.0em;
	line-height: 1.0em;
	text-indent: -2000em;
	display: block;
}
h4 {
	color: #507c90;
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: bold;
}
hr {
	border: solid 1px #507c90;
	height: 1px;
}
img {
	border: none;
}
a {
	color: #6bd;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none; 
}
a:hover { 
	color: #fff;
	text-decoration: none;
}
/***************************************************** [CLEARFIX] *****************************************************/
/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */
