/*CSS document*/

#interieur {
	width:978px;
	margin: 0px auto;
}

body {
	background-image: url(image/fond_bas.png);
	background-repeat: repeat-x;
	background-color: #FFED02;
}
#bandeaubasimage {
	background: url(image/SMIL_bas.png) no-repeat;
	width: 960px;
	height: 90px;
	position:relative;
	top: -8px;
}

#lien {
  position:relative;	
  top:-100px;
}

#lien ul li {
  display:inline;
  padding-left: 2px;
  padding-right: 2px;	
  position:relative;

  font-size: 12px;
}
#interieur #lien ul {
	text-align: center;
}

#lien a {
text-decoration: none;
	color:#666666;
}

#copyright {
	color:#666666;
	position:relative;
	top: -110px;
	text-align: center;
	font-size: 12px;
}

#bandeaunoir {
  background:#333;
  position:relative;
  width: 960px;
  height: 3px;
  top: -8px;
}