@font-face {
	font-family: "Frutiger LT Std 55 Roman Regular"; /* famille de la police de caractères*/
 	src: url('Fonts/Frutiger/Frutiger LT Std 55 Roman Regular.otf'),
 		 url('Fonts/Frutiger/Frutiger LT Std 55 Roman Bold.otf'),
 		 url('Fonts/Frutiger/Frutiger LT Std 55 Light Italic.otf');
}
body {
	font-family: "Frutiger LT Std 55 Roman Regular", Arial, sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
    color : #310b3d;
    background-color: black;
    cursor: url('bomber.cur'), url("images_site/bomber.png"), auto;
}

a:hover {
	cursor: url("007.cur"), url("images_site/007.png"), pointer;
}

.bandeau {
	width:100%;
	background-color: black;
}
.bandeau div {
	text-align: center;
}
.bandeau img {
	box-shadow: 6px 6px 6px #2a232c; 
}
.none { /* ligne supplémentaire pour décaler le timer vers le bas*/
	opacity: 0;
	margin-top: 18em;
	margin-bottom: 18em;
}
.vid {
	width: 100%;
	margin: 0;
	background-color: black;
}
#video {
  	position: fixed;
  	margin-top : 2em;
  	top: 118px;
 	right: 0;
  	bottom: 0;
  	left: 0;
  	min-width: 100%; 
  	max-height: 80%;
  	width: auto; 
  	height: auto;
	background-color: black;
}
.total {
	display:block;
	position:relative;
	width:600px;
	left:65%;
	margin:0;
	margin-top: 1em;
	box-shadow: 6px 6px 6px #29012b;
	border-radius :15px;
	font-size:1.2em; 
	color: #29012b;
	text-shadow: 2px 2px 3px #550859;
	text-align: center;
	background-color: black;
}
#global{
	padding:2px 10px 20px 10px;
	background-color:#7fa3fa;
	box-shadow:inset 0 0 35px #1b0746;
	border-radius :15px;
}
h1{ /* "Remaining time (GMT)" */"
	margin:0;
	font-weight:normal;
}
#timer{
	display:inline-block;
	padding: 6px;
	font-weight:bold;
	border:1px solid #58045b;
	border-radius :5px;
	margin-top:-2em;
	background-color:#edeaf2;
	box-shadow: 6px 6px 6px #29012b;
	word-spacing:10px;
	font-size:2em;
}
.rebours{
	display:inline-block;
	padding-top: -3em;
	padding-left:4px;
	color:#a83286;
	font-weight:normal;
	font-size:0.4em;
}


