body {
    background: url(../images/fond.jpg) repeat-y center -100px;
}
#texte_home {
    width: 900px;
    font-size: 4em;
    color: yellow;
    font-weight: bold;
    letter-spacing: 8px;
    text-align: center;
	margin-top: 30px;
    margin-left: auto;
  	margin-right: auto;
}
#footer {
    height: 281px;
    width: 760px;
    text-align: center;
	position: absolute;
    bottom: 0;
    margin-bottom: 80px;
    margin-left: 50%;
    left: -380px;
}
#footer a{
	cursor: pointer;
	text-decoration: none;
}
.spacer {
	height: 290px;
}
.texte {
	font-family: Times;
	font-size: 3em;
	color: yellow;
	letter-spacing: 8px;
	font-weight: bold;
}
#affiche46 {
    background: url(../images/affiche1946.jpg) center no-repeat;
    width: 200px;
    height: 281px;
    float: left;
}
#affiche06 {
    background: url(../images/affiche2006.jpg) center no-repeat;
    width: 200px;
    height: 281px;
    margin-left: 80px;
    float: left;
}
#affiche08 {
    background: url(../images/affiche2008.jpg) center no-repeat;
    width: 200px;
    height: 281px;
    margin-left: 80px;
    float: left;
}