@charset "utf-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	vertical-align: middle;
	text-align: justify;
	list-style-position: inside;
	list-style-type: square;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
}
.tour {
	background-attachment: scroll;
	background-image: url(../images/tour.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
}

.titres {
	font-size: 24px;
	font-weight: bolder;
	text-align: center;
	color: #E9503E;
	text-transform: capitalize;
	vertical-align: top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left top;
}

a:link {
	color: #0068B4;
	font-weight: bolder;
	text-decoration: none;
	font-size: 14px;
	text-align: left;
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
}
a:visited {
	color: #C8D529;
	font-weight: bolder;
	text-decoration: none;
	font-size: 14px;
	text-align: left;
	background-repeat: no-repeat;
}
a:hover {
	color: #E9503E;
	font-weight: bolder;
	background-color: #FFF;
	font-size: 14px;
	background-repeat: no-repeat;
}
a:active {
	text-align: left;
	color: #000;
	background-repeat: no-repeat;
}
.caisse {
	font-size: 24px;
	font-weight: bold;
	color: #0068B4;
}
.chemindefer {
	font-size: 10px;
	text-align: left;
	background-color: #F0F0F0;
}
.date {
	font-size: 12px;
	font-weight: bolder;
	color: #C8D529;
	text-align: right;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-top-color: #C8D529;
}
.bouton {
	color: #FFF;
	background-color: #000;
	font-weight: bolder;
	text-decoration: blink;
	border-top-style: none;
	border-left-style: none;
}

