@charset "utf-8";
/* CSS Document */
/*
couleurs

mauve : #7f155c
gris foncé : #212121
gris moyen : #343434
gris texte : #bfbebf
gris clair : #666
bleu : #5ab5e1

*/
/* RÉINITIALISATION
   Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */
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: normal;
}
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;
}
/* GENERAL */
html {
	overflow:hidden;
}
body {
	padding:0px;
	margin: 0px;
	text-align: center;
	background-color:#212121;
	color:#bfbebf;
	font-family: 'Asap', Tahoma, Geneva, sans-serif;
}
#main.cine240 {
	margin-top: 116px;
}
#main.cine240 #video {
	height: 240px;
}
#main.cine256 {
	margin-top: 120px;
}
#main.cine256 #video {
	height: 256px;
}
#main.cine272 {
	margin-top: 123px;
}
#main.cine272 #video {
	height: 272px;
}
#main.cine288 {
	margin-top: 110px;
}
#main.cine288 #video {
	height: 288px;
}
#main.cine320 #video {
	height: 320px;
	margin-top: 0px;
}
#titre {
	font-size:15px;
	font-weight:400;
	color:#FFF;
	width: 550px;
	margin: 80px auto 20px;
}
#titre span {
	color: #7f155c;
	margin: 0 8px;
}
#video {
	width: 576px;
	border: thin solid #333;
	background-color: #111;
	text-align: center;
	margin: auto;
	padding: 1px;
}
#texte {
	font-size:15px;
	font-weight:400;
	color:#bfbebf;
	width: 550px;
	margin: 20px auto;
}
