body {
	padding-left: 15em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: black;
	text-align: center;  
	background-image: url(photo/boulef2.jpg);
	background-attachment: fixed;
	background-position: 50% 0%;
	background-repeat: repeat;
	}

div {
	text-align:center;
	width: 650px;
	margin: auto;

	background-image: url(photo/fon.png);
	background-attachment: fixed;
	background-position: 50% 0%;
	background-repeat: repeat;

	}
div#logo {
	float:right;
	width:100%;
	background-color: #1e90ff;
	background-attachment: fixed;
	background-position: 50% 0%;
	background-repeat: repeat;
	}
div#bandeau {
	float:right;
	width:100%;
	}
div#contenu {
	float:right;
	width:100%;
	height:100%;
	}
div#bloc_flash1 {
	float:right;
	right: -5px;
	width:576px;
	height:384px;
	}
div#bloc_machine {
	float:left;
	left: 5px;
	width:300px;
	height:450px;
	}
div#bloc_machine2 {
	float:right;
	width:300px;
	height:450px;
	}
div#bloc_horaire {
	float:left;
	width: 12em;
	background-color:#FF3300;
	border: 2px solid blue;
	}
div#bloc_adresse {
	float:left;
	width: 12em;
	background-color:#FF3300;
	border: 2px solid blue;
	}
div#pied_page {
	float:right;
	clear:both;
	width:100%;

	}
address {
	background-image: none;
	margin-top: 1em;
	padding-top: 1em;
	border-top: thin dotted
}

ul.navbar {
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: fixed;
	top:51px;
	left: 1em;
	width: 12em }
h1 {
	font-family: Helvetica, Geneva, Arial,
	SunSans-Regular, sans-serif
	}
  ul.navbar li {
    background: #127907;
    margin: 0.5em 0;
    padding: 0.3em;
  text-align: center;
    border: 2px solid blue }

  ul.navbar a {
    text-decoration: none }
  a:link {
    color: blue }
  a:visited {
    color: #A020F0 }
}
ul.navbar li a:hover, ul.navbar li a:focus, ul.navbar li a:active {
background: #00FF00;
text-decoration: underline;
}
