@charset "UTF-8";
/* CSS Document */

body {
	font-family:'Merriweather Sans', Arial, Helvetica, sans-serif;
	text-align:justify;
	font-size:14px;
	color:#444444;
	alignment-adjust:central;
	width:650px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

html {
	margin:0;
	padding:0;
	background:url(img/bg.jpg) no-repeat center fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}

a:link, a:visited {
	text-decoration:none;
	color:#cc051c;
}

a:hover, a:active {
	text-decoration:underline;
	color:#cc051c;
}

div.titre {
	text-align:justify;
	float:inherit;
	background:#FFFFFF;
	padding:5px 25px 5px 25px;
}

div.entete {
	background:#CC051C;
	padding:5px 25px 5px 25px;
}

div.container {
	text-align:justify;
	float:inherit;
	background:#FFFFFF;
	padding:25px 25px 25px 25px;
}

div.espace {
	padding:35px 25px 35px 25px;
}

div.gare {
	padding:20px 20px 20px 20px;
	color:#FFFFFF;
	background:#CC051C;
	font-size:12px;
}

table {
	text-align:center;
	font-family:AkzidenzGrotesk, Arial, Helvetica, sans-serif;
	font-size:17px;
	padding:0 10px 15px 10px;
}

@font-face {
	font-family: 'AkzidenzGrotesk';
	src: url('fonts/akzidenzgrotesk-lightcond-webfont.eot');
	src: url('fonts/akzidenzgrotesk-lightcond-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/akzidenzgrotesk-lightcond-webfont.woff') format('woff'),
		 url('fonts/akzidenzgrotesk-lightcond-webfont.ttf') format('truetype'),
		 url('fonts/akzidenzgrotesk-lightcond-webfont.svg#') format('svg');
	font-weight: normal;
	font-style: normal;
}

h1 {
	font-family:AkzidenzGrotesk, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align:center;
	font-size:48px;
}

h3 {
	font-family:AkzidenzGrotesk, Arial, Helvetica, sans-serif;
	color:#cc051c;
	padding-left:30px;
	text-transform:uppercase;
	font-size:24px;
}

span.titregare {
	font-family:AkzidenzGrotesk, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:24px;
	text-transform:uppercase;
}

.gare a:link {
	text-decoration:underline;
	color:#FFFFFF;
}

.gare a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}

.gare a:visited {
	text-decoration:underline;
	color:#FFFFFF;
}

.gare a:active {
	text-decoration:underline;
	color:#FFFFFF;
}

ul,li {
	list-style-type: square;
}