body{
	width: 1000px;
	margin: auto;
	background : linear-gradient(white, white, white, gray, gray, gray)
}

h1{
	font-weight: bold;
	font-size: 24px;
}

#header {
	text-align: center;
	font-size: 50px;
	background-image: url(./Images/header_font.JPG);
	height: 238px;
	margin-top: 0.2em;
	border:1px solid black;
	margin-left: 20px;
	margin-right: 20px;
}

#panel {
	float: right;
	background-color: #FFE8A5;
	width: 18%;
	text-align: left;
	margin-top: 1%;
	border:1px solid black;
	margin-right: 20px;

}

#panel ul{
	margin-left: -20px;
	width: 95%;
}

#panel a {
	text-decoration: none;
	font-weight: lighter;
	color: #000000;
	font-size: 14px;
}

#panel a:hover {
	font-weight: lighter;
	font-variant:small-caps;
	color: #FFAF18;
}

#panel li {
	list-style-type: none;
}

.titre_panel {
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
}

.titre{
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	margin-top: 0.2em;
	background-image: url(./Images/route664.jpg);
	background-repeat: no-repeat;
	height: 3em;
}

.titre p {
	padding-top: 1em;
	margin-top: 0px;
}

.titre_jour{
	font-size: 20px;
	font-weight: bold;
}

#intro{
	height: 100%;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 1%;
	margin-bottom: 1%;
}

#vignette {
	float: left;
	width: 25%;
	text-align: center;
	margin-top: 1%;
	height: 112px;
}

#vignette:hover {
	background-color: #FFE8A5;
}

#vignette_global{
	float: left;
	width: 75%;
	margin-left: 20px;
}

#contenu {
	height: 30em;
	height: 100%;
	font-family: 'Lucida Console';
	font-size: 14px;
}


#itineraire{
	text-align: center;
	margin-top: 1em;
}

#clear_float {
	clear: both;
	margin: 0;
	padding: 0;
}

#texte {
	float: left;
	width: 75%;
	height: 100%;
	margin-left: 20px;
}

#footer {
	text-align: center;
}
