body {
	overflow:hidden;
	margin:0px;
	-moz-user-select: none; /* Firefox */
	-webkit-user-select: none; /* Chrome, Safari, Opéra depuis la version 15 */
	-ms-user-select: none; /* Internet explorer depuis la version 10 et Edge */
	user-select: none;
}

a:link, a:visited, a:hover, a:active {
	outline:none;
} 

@font-face {
    font-family: 'Passion One';
    src: url("../fonts/PassionOne-Regular.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Passion One';
    src: url("../fonts/PassionOne-Bold.ttf") format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Passion One';
    src: url("../fonts/PassionOne-Black.ttf") format('truetype');
    font-weight: 900;
    font-style: italic;
}

table {
	border: 0px;
	border-spacing: 0px;
}

input[type=button],input[type=submit] {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	outline:none;
	border: 0px;
	border-radius: 25px;
	background-color: #000000;
	font-family: 'Passion One';
	font-weight: 400;
	font-size: 20px;
	color: #FFFFFF;
	text-align:center;
	padding: 5px;
	cursor: pointer;
	width:100%;
	height:40px;
}

input[type=text],input[type=password] {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	outline:none;
	border: 2px solid #000000;
	border-radius: 25px;
	background-color: #FFFFFF88;
	font-family: 'Passion One';
	font-weight: 400;
	font-size: 20px;
	color: #000000;
	text-align:left;
	padding: 10px;
	width:100%;
	height:40px;
}

textarea {
	font-family: 'Passion One';
	font-weight: 400;
	font-size: 20px;
	color: #000000;
}

select {
    display: block;
    font-family: 'Passion One';
	font-weight: 400;
	font-size: 20px;
	color:#FFFFFF;
    box-sizing: border-box;
	padding:10px;
    border: none;
    box-shadow: none;
    border-radius: 25px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #000000;    
}

.image_contain {
	background-repeat: no-repeat;
	webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-position: center center;
}

.error_message {
	font-family: 'Passion One';
	font-weight: 400;
	font-size: 20px;
	color: #BB0000;
	text-align: center;
}

.message {
	font-family: 'Passion One';
	font-weight: 400;
	font-size: 20px;
	color: #000000;
	text-align: center;
}

.titre {
	font-family: 'Passion One';
	font-weight: 700;
	font-size: 40px;
	color: #000000;
	text-align: left;
	line-height: 40px;
}

.options {
	font-family: 'Passion One';
	font-weight: 400;
	font-size: 30px;
	color: #000000;
	text-align: center;
	cursor:pointer;
}

.options_small {
	font-family: 'Passion One';
	font-weight: 400;
	font-size: 18px;
	color: #000000;
	text-align: center;
	cursor:pointer;
}

#carte_message {
	font-family: 'Passion One';
	font-weight: 400;
	font-size: 18px;
	color: #000000;
	text-align: center;
	text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}