@charset "utf-8";
/* CSS Document */

@font-face{font-family:alstom_medium;src:url(https://www.alstom.com/themes/custom/alstom/css/webfont.eot);src:url(https://www.alstom.com/themes/custom/alstom/fonts/alstom_medium-webfont.woff2) format("woff2"),url(https://www.alstom.com/themes/custom/alstom/fonts/alstom_medium-webfont.woff) format("woff"),url(https://www.alstom.com/themes/custom/alstom/css/webfont.ttf) format("truetype")}

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-family: 
}
a, .bleu {
	color: #002f87;
}
.header, .main, .footer {
	margin: 0 auto;
	max-width: 867px;
	padding: 25px;
	
}
.header .logo {

	max-width: 30%;
	clear: both;
}
.bandeau {
	width: 100%;
	text-align: center;
	background-color: #e3edf6;
	font-family: alstom_medium, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
}
.bandeau h1 {
	max-width: 867px;
	text-align: left !important;
	font-family: alstom_medium, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 1.2em;
	margin: 10px auto;
	padding: 10px 25px;
	color: #666666;
}
.bandeau img {
	width: 80%;
	max-width: 860px;
	margin: -10px auto 10px;
}
.main .section {
	font-family: alstom_medium, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	display: table-cell;
	width: 49%;
}
.main p, .main ul {
	padding: 0;
	margin: 10px 10px 10px 25px;
}
.main ul li {
	padding: 5px 0;
}
.footer {
	font-family: alstom_medium, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	text-align: right;
	font-size: 0.65em;
	border-top: solid 1px #cccccc;
}
@media only screen and (max-width:800px) {
.main .section {
	display: block;
	width: 100%;
}
