html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	text-align: center;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
#logo {
	margin-bottom: 20px;
	text-align: center
}
#page {
	margin: 0;
	padding: 0;
	background: url(dispatcher_bg.jpg) no-repeat center fixed;
	background-size: cover;
	-webkit-background-size: cover;
	width: 100%;
	height: 50%;
	font-family: sans-serif;
	font-size: 12px
}
#liste {
	background-color: rgba(255, 255, 255, 0.8);
	margin: 50px 50px 50px 50px;
	padding: 40px 60px 40px 60px;
	text-align: left;
}
ul {
	float: left;
	width: 33%
}
li {
	line-height: 2
}
li img {
	margin-right: 4px
}
/*.lang_choix {
	display: none
}
.lang:hover .lang_choix {
	display: inline-block
}*/

.lang_choix {
	display: inline-block;
	font-size: 10px
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	opacity: 0.7;
	text-decoration: none;
	border: none;
}
.continent {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}
.ec {
	background-image: url(bag.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 25px;
	padding-right: 5px;
	padding-top: 5px
}

.lang_choix a {
	padding-right: 0px;
	padding-left: 0px;
}
.lang_choix a:hover {
	opacity: 0.7;
}
.marge {
	margin-top: 38px
}
@media screen and (max-width: 812px) {
	#logo img {
		width: 100%;
		margin-bottom: 10px;
		margin-top: 10px
	}
	ul {
		width: 100%
	}
	li {
		margin-bottom: 1px
	}
	#liste {
		margin: 25px 25px 25px 25px;
		padding: 30px 50px 30px 50px;
		text-align: left;
	}
	.colonne2 {
		margin-top: -38px
	}
	.us {
		margin-top: 38px
	}
	#page {
		font-size: 15px
	}
	.continent {
		font-size: 18px;
	}
	.lang_choix {
		display: inline-block;
		font-size: 15px
	}
}