body {
	background-image: url("../img/fond1.png");
	background-size: cover;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11pt;
	color: #444444;
	background-attachment:fixed;
}

#header {
	background-image: url("../img/header.png");
	background-size: 80%;
	background-repeat: no-repeat;
	width: 1000px;
	height: 200px;
	background-position: top center;
	margin: auto;
}

#menu {
	width: 1000px;
	margin: auto;
	color: blue;
	font-family: Impact;
	font-size: 1.5em;
}

#menu ul li {
	display: inline;
	list-style-type: none;
	padding: 0 20px 0 20px;
}

#menu ul li  a{
	text-decoration: none;
	color: blue;
}

#menu ul li.active a{
	color: #ff9200;
}


.li-border-right {
	border-right: 2px solid blue;
}

#contenu-index {
	width: 1000px;
	margin:auto;
	margin-top: -20px;
	background-color: white;
	box-shadow: 0px 0px 12px #000;
}

table {
	padding: 20px 30px 20px 30px;
}

.image-entete-td  img{
	width: 100%;
	height: 200px;
}

h1 {
	color: #ff9200;
	font-size: 15pt;
}

h2 {
	color: #ffbf00;
	font-size: 14pt;
}

#footer {
	width: 1000px;
	margin: auto;
	padding: 10px 0 10px 0;
	text-align: center;
	background-color: gray;
	color: blue;
	box-shadow: 0px 0px 12px #000;
}

#footer a{
	text-decoration: none;
	color: blue;
}

#footer a.active{
	color: #ff9200;
}

form #submit {
	background-image: url("../img/envoyer.png");
	background-repeat: no-repeat;
	width: 90px;
	height: 30px;
	cursor:pointer;
	border:none;
	background-color: white;
}

a {
	color: blue;
	text-decoration: none;
}

.camion {
	list-style-image : url("../img/camion.png");
}