/*CSS document*/

#interieur {
	width:978px;
	margin: 0px auto;
}

body {
	background-image: url(image/fond_haut.png);
	background-repeat: repeat-x;
	margin : 0px auto;
	text-align:left;
}
	
#bandeauhautimage {
	background: url(image/SMIL_haut.png) no-repeat;
	width: 978px;
	height: 90px;
	position: relative;
}

#bandeaujaune {
  background :#ffed00;
  position:relative;
  width: 978px;
  height: 3px;
}

#lien {
  position:relative;	
  right:-290px;
}

#lien ul li {
  display:inline;
  padding-left: 2px;
  padding-right: 2px;	
  position:relative;
  font-size: 12px;
}

#lien a {
text-decoration: none;
	color:#666666;
}

#bandenoir {
	background: url(image/bande_noir.png) no-repeat;
	width: 425px;
	height: 3px;
	position: relative;
	left: 553px;
}