@font-face {
	font-family: "Bebas Neue";
	src: url('BebasNeue.otf');
}
@font-face {
	font-family: Monospace;
	src: url('VeraMono.ttf');
}
@font-face {
	font-family: "Courier 10 Pitch";
	src: url('courier-10-pitch-bt.ttf');
}
@font-face {
	font-family: Makisupa;
	src: url('makisupa.ttf');
}
body {
	background-color: #1a1a1a;
	background-image: url('fond-etoile.jpg');
	background-repeat: repeat;
	background-position: top center;
	margin: 0;
}
h1 {
	font-weight: normal;
}
.sans-barre {
	overflow: hidden;
}
#haut {
	height: 87px;
	background-image: url('haut-sous.png');
	background-position: bottom center;
	background-repeat: no-repeat;
}
#haut-menu {
	padding-top: 54px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	text-align: center;
	letter-spacing: 5.21px;
}
#haut-menu a {
	margin-left: 17px;
	margin-right: 17px;
	font-size: 22px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Bebas Neue", "Impact", "Arial";
	color: #EEE;
	text-shadow: 0px 1px 2px #000;
	transition: text-shadow 0.2s ease;
	-moz-transition: text-shadow 0.2s ease;
	-o-transition: text-shadow 0.2s ease;
	-webkit-transition: text-shadow 0.2s ease;
}
#haut-menu a:hover {
	color: #FFF;
	text-shadow: 0px 1px 2px #000, 0px 0px 10px #BBB;
}
#haut-menu a:active, .haut-menu-actif {
	border-top: 4px solid #e6e6e6;
	padding-top: 5px;
	margin-top: -9px;
}
#contenu {
	min-height: 50px;
	background-color: #333;
}
#contenu-affiche {
	position: relative;
	display: block;
	background-position: center top;
	background-repeat: no-repeat;
	min-height: 325px;
	border: 0;
}
#contenu-affiche h1 {
	position: absolute;
	top: 220px;
	left: 50%;
	width: 1000px;
	margin: 0 0 0 -500px;
	padding: 0;
	font-family: "Bebas Neue", Impact;
	font-weight: normal;
	font-size: 48px;
	line-height: 0.7em;
	color: rgba(255, 255, 255, 0.9);
	text-decoration: none;
	text-align: right;
}
#contenu-affiche h1 span:last-child {
	color: rgba(255, 255, 255, 0.7);
	display: block;
	font-size: 24px;
}
#contenu-affiche h1.fonce {
	color: rgba(0, 0, 0, 0.9);
}
#contenu-affiche h1.fonce span:last-child {
	color: rgba(0, 0, 0, 0.7);
}
#erreur-contenu {
	min-height: 250px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.75);
	padding-top: 130px;
}
#pied {
	min-height: 476px;
	background-image: url('pied-sous.png');
	background-position: center 0px;
	background-repeat: no-repeat;
	text-align: center;
}
#pied-logo img {
	border: 0px;
	margin-bottom: 28px;
}
#pied-contenu {
	text-align: center;
	color: #ccc;
	text-decoration: none;
	font-size: 10px;
	font-family: "Bitstream Vera Sans", Verdana, Arial;
}
#pied-contenu a {
	color: #ccc;
	text-decoration: none;
	font-size: 10px;
	font-family: "Bitstream Vera Sans", Verdana, Arial;
	margin-left: 7px;
	margin-right: 7px;
}
#pied-contenu a:hover {
	color: #d4ff2a;
}
#page {
	background-color: rgba(0, 0, 0, 0.9);
	display: inline-block;
	width: 100%;
	padding: 0;
}
#page-contenu {
	margin: 0 auto 0 auto;
	width: 1000px;
	min-height: 200px;
	padding: 0;
	padding-bottom: 25px;
}
#page h1 {
	margin-top: 48px;
	margin-bottom: 0;
	color: rgba(255, 255, 0, 0.9);
	font-size: 72px;
	font-family: "Bebas Neue", "Arial Black", Sans;
}
#page-contenu > .contenu {
	font-size: 13px;
	text-align: justify;
	color: rgba(255, 255, 255, 0.85);
	font-family: "Bitstream Vera Sans", Verdana, Arial;
}
#artiste {
	height: 1300px;
	background-image: url(artiste-sous.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#artiste-englobante {
	width: 800px;
	height: 1300px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#artiste-texte {
	position: absolute;
	top: 389px;
	left: 57px;
	width: 399px;
	text-align: justify;
	font-family: Monospace, "Courrier New", Courrier, Arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.75em;
	color: #eaece1;
}
#artiste-images {
	position: absolute;
	left: 528px;
	top: 405px;
	width: 203px;
}
#artiste-images > a {
	position: relative;
	display: block;
	width: 200px;
	margin-bottom: 55px;
	text-decoration: none;
	color: #d2d0c2;
	cursor: default;
}
#artiste-images > a > img {
	width: 200px;
	height: 150px;
}
#artiste-images > a > div {
	background-image: url(artiste-image-date-sous.png);
	background-repeat: no-repeat;
	background-position: top left;
	line-height: 53px;
	width: 120px;
	top: -28px;
	right: -31px;
	font-family: "Courier 10 Pitch", Courrier, Sans;
	font-size: 18px;
	text-shadow: 0 -1px 0 #000;
	position: absolute;
	text-align: center;
	text-decoration: none;
	padding-top: 3px;
}
#artiste-images > a:last-child {
	color: #f4f2ee;
	font-size: 36px;
	font-family: "Bebas Neue";
	text-shadow: 0 -1px 0 #000;
	text-transform: uppercase;
	cursor: pointer;
}
#artiste-images > a:last-child:hover {
	color: #ffff00;
}
#musique-contenu, #contact {
	background-image: url('musique-etoile.png');
	background-attachment: fixed;
	background-position: 100% -110px;
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, 0.7);
}
#musique, #contact {
	border: 0;
	border-spacing: 0;
	width: 100%;
}
#musique h1, #contact h1 {
	font-family: "Bebas Neue", "Arial Black", Sans;
	font-size: 48px;
	color: #ffff00;
	margin-bottom: 80px;
	margin-top: 60px;
	position: relative;
}
#musique h1 span, #contact h1 span {
	color: white;
	font-size: 28px;
	display: block;
	margin-bottom: -11px;
}
#musique-gauche > h1:first-child:before, #contact-gauche > h1:first-child:before {
	display: block;
	position: absolute;
	top: 0;
	left: -7px;
	margin-top: -60px;
	width: 4px;
	height: 128px;
	background-color: rgba(247, 250, 177, 0.86);
	margin-right: 4px;
	content: "";
}
#musique-englobante, #contact-englobante {
	width: 1000px;
	padding: 0;
}
#musique-extradroite {
	background-color: rgba(247, 250, 177, 0.86);
}
#musique-gauche, #contact-gauche {
	display: table-cell;
	width: 610px;
}
#musique-gauche h1, #contact-gauche h1 {
	margin-left: 75px;
}
#musique-gauche {
	font-size: 0px;
}
#musique-liste {
	display: block;
	margin-bottom: 60px;
}
#musique-liste .groupe {
	margin-left: 75px;
}
#musique-liste .groupe > h1 {
	font-size: 40px;
	display: inline-block;
	color: #333333;
	margin: 6px -10px 0 -54px;
	padding: 0px;
	transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}
#musique-liste .groupe > h1 > span {
	color: #aca793;
	display: inline;
	font-size: 40px;
	color: #aca793;
}
#musique-liste .groupe > a {
	display: inline-block;
	position: relative;
	overflow: hidden;
	background-color: #aca793;
	padding: 20px;
	margin-right: 7px;
	margin-bottom: 7px;
	height: 110px;
	width: 110px;
	color: #1a1a1a;
	font: 18px Makisupa;
	text-decoration: none;
	line-height: 1.25em;
	text-transform: uppercase;
	vertical-align: top;
}
#musique-liste .groupe > a:not(.absence):after {
	position: absolute;
	left: 0;
	top: -150px;
	display: table-cell;
	vertical-align: bottom;
	background-color: rgba(255, 255, 0, 0.84);
	content: "+PLUS";
	padding: 20px;
	padding-top: 115px;
	margin-right: 7px;
	margin-bottom: 7px;
	height: 15px;
	width: 110px;
	color: rgba(0, 0, 0, 0.76);
	font: 18px Makisupa;
	text-decoration: none;
	line-height: 1.25em;
	text-transform: uppercase;
	transition: transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	-webkit-transition: -webkit-transform 0.3s ease-out;
}
#musique-liste .groupe > a:not(.absence):hover:after {
	transform: translateY(150px);
	-moz-transform: translateY(150px);
	-o-transform: translateY(150px);
	-webkit-transform: translateY(150px);
}
#musique-liste .groupe > a.absence {
	cursor: default;
}
#musique-liste > img {
	margin-left: 75px;
}
#musique-droite, #contact-droite {
	display: table-cell;
	width: 387px;
	border-left: 3px solid rgba(77, 77, 77, 0.91);
	background-color: rgba(247, 250, 177, 0.86);
}
#musique-droite h1, #contact-droite h1 {
	color: #24221c;
	margin-left: 26px;
}
#musique-droite .bulle, #contact-droite .bulle {
	display: block;
	position: relative;
	padding: 12px;
	margin: 70px 26px;
	background-color: rgba(0, 0, 0, 0.82);
	color: #fff;
	font-family: "Bebas Neue", "Arial Black", Sans;
	text-decoration: none;
	font-size: 18px;
	line-height: 1.25em;
	-moz-transition: background-color 0.1s ease-in, color 0.1s ease-in;
	-o-transition: background-color 0.1s ease-in, color 0.1s ease-in;
	transition: background-color 0.1s ease-in, color 0.1s ease-in;
}
#musique-droite .bulle:after, #contact-droite .bulle:after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 37px;
	border-width: 0px 0px 20px 25px;
	border-style: solid;
	border-color: transparent rgba(0, 0, 0, 0.82);
	display: block; 
	width: 0;
	-moz-transition: border-color 0.1s ease-in;
	-o-transition: border-color 0.1s ease-in;
	transition: border-color 0.1s ease-in;
}
#musique-droite .bulle h1, #contact-droite .bulle h1 {
	color: #ffff00;
	font-size: 32px;
	margin: 11px 0 6px 0;
	-webkit-transition: color 0.1s ease-in;
	-moz-transition: color 0.1s ease-in;
	-o-transition: color 0.1s ease-in;
	transition: color 0.1s ease-in;
}
#musique-droite .bulle:hover, #contact-droite a.bulle:hover {
	color: #000;
	background-color: rgba(255, 255, 0, 0.90);
}
#musique-droite .bulle:hover:after, #contact-droite a.bulle:hover:after {
	border-color: transparent rgba(255, 255, 0, 0.90);
}
#musique-droite .bulle:hover h1, #contact-droite a.bulle:hover h1 {
	color: #999;
}
#musique-paroles {
	position: absolute;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.95);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	opacity: 0;
}
#musique-paroles.actif {
	opacity: 1;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}
#musique-paroles > h1 {
	position: absolute;
	top: 20%;
	right: 50%;
	text-align: right;
	color: rgba(255, 255, 0, 0.9);
	font-family: "Bebas Neue", Impact;
	font-weight: normal;
	margin: -5px 0 0 0;
	padding: 0;
	font-size: 48px;
	cursor: default;
}
#musique-paroles > h1 > audio {
	display: block;
}
#musique-paroles .paroles {
	position: absolute;
	top: 20%;
	left: 50%;
	height: 80%;
	max-width: 50%;
	overflow: auto;
	padding-left: 4em;
	color: rgba(255, 255, 255, 0.9);
	font-family: "Makisupa", "Courier New", Courier;
	line-height: 1.5em;
	font-size: 14px;
}
#musique-paroles > a {
	position: absolute;
	font-family: "Bebas Neue", Impact;
	top: 3%;
	right: 3%;
	text-align: right;
	font-size: 18px;
	color: rgba(255, 255, 255, 0.6);
	cursor: pointer;
}
#musique-paroles > a:hover {
	color: rgba(255, 255, 255, 0.9);
}
#musique-paroles:not(.actif) * {
	display: none;
}
#contact-extradroite {
	background-color: rgba(246, 255, 213, 0.86);
}
#contact-droite {
	background-color: rgba(246, 255, 213, 0.86);
}
#contact-gauche p {
	margin-left: 75px;
	margin-bottom: 20px;
	color: #c4c8b7;
	font-size: 13px;
	font-family: Makisupa, Sans;
	text-transform: lowercase;
}
#contact-gauche p:first-line {
	color: #ffff00;
	font-size: 28px;
	line-height: 1em;
}
#contact-gauche > span.envoye {
	display: block;
	margin-left: 75px;
	font-family: "Bebas Neue", Impact;
	font-size: 24px;
	color: rgba(75, 255, 75, 0.85);
}
#contact-gauche > span.erreur {
	display: block;
	margin-left: 75px;
	font-family: "Bebas Neue", Impact;
	font-size: 24px;
	color: rgba(255, 75, 75, 0.85);
}
#contact-gauche > form {
	margin-left: 75px;
}
#contact-gauche > form > input, #contact-gauche > form > textarea {
	display: block;
	margin: 5px 0;
	padding: 0.6em;
	border: none;
	color: #FFF;
	font-family: "Courier 10 Pitch", Courrier, Mono;
	width: 420px;
	background-color: rgba(255, 255, 80, 0.7);
	font-size: 13px;
	-webkit-transition: background-color 0.2s ease-in, color 0.2s ease-in;
	-moz-transition: background-color 0.2s ease-in, color 0.2s ease-in;
	-o-transition: background-color 0.2s ease-in, color 0.2s ease-in;
	transition: background-color 0.2s ease-in, color 0.2s ease-in;
	outline: none;
}
#contact-gauche > form > input:focus, #contact-gauche > form > textarea:focus {
	background-color: rgba(255, 255, 0, 0.8);
	color: #222;
}
#contact-gauche > form > input::-webkit-input-placeholder, #contact-gauche > form > textarea::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.9);
}
#contact-gauche > form > input:-moz-placeholder, #contact-gauche > form > textarea:-moz-placeholder {
	color: rgba(0, 0, 0, 0.9);
}
#contact-gauche > form > input[type="submit"] {
	padding: 0.8em;
	background-color: rgba(255, 255, 200, 0.9);
	font-family: Makisupa;
	text-transform: uppercase;
	color: #222;
	display: inline-block;
	width: inherit;
	margin: 0;
	margin-right: 99px;
	float: right;
}
#contact-gauche > form > input[type="submit"]:hover {
	color: #FFF;
	background-color: rgba(255, 255, 150, 0.7);
	cursor: pointer;
}
#mediatheque {
	min-height: 500px;
}
#mediatheque > .barrehaut {
	height: 41px;
	background-color: rgba(255, 254, 178, 0.44);
}
#mediatheque > .barrehaut:after {
	height: 3px;
	margin-top: -4px;
	display: block;
	content: "";
	background-color: rgba(0, 0, 0, 0.53);
}
#mediatheque > .barrehaut > div {
	width: 933px;
	line-height: 45px;
	padding-left: 61px;
	padding-right: 16px;
	margin-left: auto;
	margin-right: auto;
}
#mediatheque > .barrehaut > div > span {
	font-family: "Bebas Neue", Impact, Sans;
	font-size: 20px;
}
#mediatheque > .barrehaut > div > span.numero {
	color: #d8d9ce;
	margin-right: 12px;
}
#mediatheque > .barrehaut > div > span.controles img {
	margin-right: 12px;
}
#mediatheque > .barrehaut > div > span.titre {
	margin-left: 5px;
	color: #FFF;
}
#mediatheque > .barrehaut > div > span.album {
	color: #FF0;
}
#mediatheque > .barrehaut > div > span.album:before {
	content: "·";
	margin-left: 5px;
	margin-right: 5px;
}
#mediatheque > .barrehaut > div > span.album:empty:before {
	display: none;
}
#mediatheque > .barrehaut > div > span.logo {
	color: #FFF;
	float: right;
}
#mediatheque > .barrehaut > div > span > span {
	color: #FF0;
}
#mediatheque > .barrehaut > div:after {
	height: 0;
	display: block;
	content: "";
	clear: both;
}
#mediatheque > .englobante {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('mediatheque-etoile.png');
	background-position: top right;
	background-repeat: no-repeat;
}
#mediatheque .gauche {
	display: table-cell;
	min-width: 766px;
	margin-right: 6px;
	padding-top: 79px;
}
#mediatheque .gauche .zone {
	height: 350px;
	margin-top: -67px;
	margin-left: 55px;
	margin-bottom: 6px;
}
#mediatheque .gauche .zone:last-child {
	margin-bottom: -67px;
}
#mediatheque .gauche .zone > div.petit {
	display: inline-block;
	width: 200px;
	height: 350px;
	vertical-align: top;
}
#mediatheque .gauche .zone > div.petit > div {
	display: block;
	height: 214px;
	margin-bottom: 6px;
	background-color: rgba(0, 0, 0, 0.76);
	overflow: hidden;
	position: relative;
}
#mediatheque .gauche .zone > div.petit > div > div {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	white-space: nowrap;
}
#mediatheque .gauche .zone > div.petit > div > div > img {
	border: 0;
	display: inline-block;
	width: 200px;
	height: 214px;
}
#mediatheque .gauche .zone > div.petit > a {
	height: 130px;
	display: block;
	background-color: rgba(246, 255, 213, 0.76);
	overflow: hidden;
	position: relative;
	padding-left: 86px;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	cursor: pointer;
}
#mediatheque .gauche .zone > div.petit > a:hover {
	background-color: rgba(255, 254, 178, 0.44);
}
#mediatheque .gauche .zone > div.petit > a > div {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#mediatheque .gauche .zone > div.petit > a:hover > div > span {
	color: rgba(255, 255, 255, 0.9);
}
#mediatheque .gauche .zone > div.petit > a:hover > div {
	-webkit-transform: scale(0.8) rotate(-2deg);
	-moz-transform: scale(0.8) rotate(-2deg);
	-ms-transform: scale(0.8) rotate(-2deg);
	-o-transform: scale(0.8) rotate(-2deg);
	transform: scale(0.8) rotate(-2deg);
}
#mediatheque .gauche .zone > div.petit > a > div {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
}
#mediatheque .gauche .zone > div.petit > a > div > span {
	color: #1a1a1a;
	font-size: 40px;
	position: absolute;
	font-family: "Bebas Neue", Impact, Sans;
	left: 95px;
	font-size: 40px;
	top: 83px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#mediatheque .gauche .zone > div.petit > a > div > span:first-child {
	display: block;
	font-size: 80px;
	font-family: Arial, Sans;
	font-weight: bold;
	left: 64px;
	top: 8px;
}
#mediatheque .gauche .zone > div.petit > a > div > span:nth-child(2) {
	display: block;
	font-size: 32px;
	top: 59px;
}
#mediatheque .gauche .zone > div.grand {
	display: inline-block;
	width: 500px;
	height: 350px;
	background-color: rgba(0, 0, 0, 0.76);
	overflow: hidden;
	position: relative;
}
#mediatheque .gauche .zone > div.grand > div {
	width: 500px;
	-webkit-transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
	transition: all 1.5s ease;
}
#mediatheque .gauche .zone > div.grand > div > img {
	border: 0;
	display: block;
	width: 500px;
	height: 350px;
}
#mediatheque .gauche .zone > div:nth-child(2) {
	margin-right: 6px;
}
#mediatheque .gauche .zone > h1 {
	font-size: 28px;
	color: rgba(255, 255, 255, 0.88);
	width: 200px;
	height: 54px;
	font-family: "Bebas Neue", Arial, Sans;
	padding: 0;
	vertical-align: bottom;
	margin: 73px 0 -127px -124px;
	text-align: right;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
#mediatheque .gauche .zone > h1 > div {
	display: table-cell;
	vertical-align: bottom;
	height: 54px;
	width: 200px;
}
#mediatheque .droite {
	display: table-cell;
	vertical-align: top;
	padding-top: 13px;
	min-width: 228px;
}
#mediatheque .droite > .liste {
	counter-reset: musiques;
}
#mediatheque .droite > .liste > a {
	display: block;
	line-height: 28px;
	padding-top: 4px;
	font-size: 10px;
	font-family: Makisupa, Impact, Sans;
	text-transform: uppercase;
	text-decoration: none;
	color: #CCC;
	background-color: rgba(174, 176, 146, 0.36);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	overflow: hidden;
	max-width: 228px;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	cursor: default;
}
#mediatheque .droite > .liste > a.en-cours {
	background-color: rgba(230, 230, 108, 0.65) !important;
	color: #000 !important;
}
#mediatheque .droite > .liste > a.en-cours:before {
	color: #FFF !important;
}
#mediatheque .droite > .liste > a:hover, #mediatheque .droite > .liste > a:nth-child(2n):hover {
	background-color: rgba(255, 255, 255, 0.52);
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
#mediatheque .droite > .liste > a:active, #mediatheque .droite > .liste > a:nth-child(2n):active {
	background-color: rgba(255, 255, 0, 0.91);
	color: #333;
}
#mediatheque .droite > .liste > a:active:before, #mediatheque .droite > .liste > a:nth-child(2n):active:before {
	color: #333;
}
#mediatheque .droite > .liste > a:before {
	counter-increment: musiques;
	content: counter(musiques, decimal-leading-zero);
	margin-left: 7px;
	margin-right: 10px;
	color: #d8d9ce;
	display: inline-block;
	font-size: 20px;
	font-family: "Bebas Neue", Impact, Sans;
}
#mediatheque .droite > .liste > a:nth-child(2n) {
	background-color: rgba(122, 125, 90, 0.18);
}
#mediatheque .droite > h1 {
	border-top: 3px solid rgba(122, 125, 90, 0.36);
	font-size: 38px;
	font-family: "Bebas Neue", Impact, Sans;
	font-weight: normal;
	color: #7a7d5a;
	text-align: center;
	margin: 1px 0 0 0;
	padding: 3px 0;
	cursor: default;
}
#plus-de-videos, #plus-de-photos {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.94);
	opacity: 0;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	z-index: 10;
}
#plus-de-videos.actif, #plus-de-photos.actif {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
#plus-de-videos > h1, #plus-de-photos > h1 {
	position: absolute;
	font-family: "Bebas Neue", Impact;
	font-size: 3.1em;
	color: rgba(250, 30, 20, 0.9);
	top: 4%;
	left: 7%;
}
#plus-de-videos > div, #plus-de-photos > div {
	position: absolute;
	overflow: auto;
	top: 17%;
	left: 0%;
	height: 82%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.85);
	font-size: 0;
}
#plus-de-videos > div > div {
	width: 33.3333%;
	/*height: 395em;*/
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
#plus-de-videos > div > div, #plus-de-videos > div > div * {
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
#plus-de-videos > div > div:hover, #plus-de-videos > div > div:hover * {
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
#plus-de-videos > div > div > h1 {
	position: absolute;
	top: 7%;
	left: 5%;
	width: 40%;
	line-height: 0.75em;
	color: rgba(255, 255, 255, 0.93);
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-size: 70px;
	font-family: "Bebas Neue", Impact;
	opacity: 0;
	z-index: 2;
	-webkit-transform: translateX(-150px);
	-moz-transform: translateX(-150px);
	-ms-transform: translateX(-150px);
	-o-transform: translateX(-150px);
	transform: translateX(-150px);
}
#plus-de-videos > div > div:hover > h1 {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
#plus-de-videos > div > div > img {
	width: 100%;
	opacity: 1;
	border: 0;
	display: block;
}
#plus-de-videos > div > div:hover > img {
	opacity: 0.3;
}
/*#plus-de-videos > div > div > img:last-child {
	width: 30%;
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 0;
}
#plus-de-videos > div > div:hover > img:last-child {
	opacity: 1;
}*/
#plus-de-videos > div > div > div {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
#plus-de-videos > div > div > div > * {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#plus-de-videos > div > div.actif > div {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
#plus-de-videos > a:first-line, #plus-de-photos > a:first-line {
	font-size: 18px;
}
#plus-de-videos > a, #plus-de-photos > a {
	position: absolute;
	top: 10%;
	right: 7%;
	font-family: "Makisupa", Verdana;
	font-size: 12px;
	line-height: 1.7em;
	color: rbga(0, 0, 0, 0.8);
	text-transform: uppercase;
	text-align: right;
	cursor: pointer;
	-webkit-transform: translate(42%, 0);
	-moz-transform: translate(42%, 0);
	-ms-transform: translate(42%, 0);
	-o-transform: translate(42%, 0);
	transform: translate(42%, 0);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#plus-de-videos > a:hover, #plus-de-photos > a:hover {
	color: rgba(250, 30, 20, 0.9);
	-webkit-transform: translate(25%, 0);
	-moz-transform: translate(25%, 0);
	-ms-transform: translate(25%, 0);
	-o-transform: translate(25%, 0);
	transform: translate(25%, 0);
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
#plus-de-photos > div * {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#plus-de-photos > div > div {
	position: relative;
	height: 150px;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
}
#plus-de-photos > div > div > h1 {
	font-size: 100px;
	margin: 0;
	padding: 0;
	color: rgba(255, 255, 255, 0.95);
	font-family: "Bebas Neue", Impact;
	position: absolute;
	top: 20px;
	left: 40px;
	opacity: 0;
	z-index: 2;
	-webkit-transform: translateX(50px);
	-moz-transform: translateX(50px);
	-ms-transform: translateX(50px);
	-o-transform: translateX(50px);
	transform: translateX(50px);
}
#plus-de-photos > div > div > img {
	min-height: 150px;
	display: inline-block;
	vertical-align: top;
}
#plus-de-photos > div > div:after {
	background-image: url(filet_noir.png);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	content: "";
	z-index: 1;
}
#plus-de-photos > div > div:hover:after {
	opacity: 1;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
#plus-de-photos > div > div:hover > h1 {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
#photos-album {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.90);
	opacity: 0;
	-webkit-transition-duration: 0.7s;
	-moz-transition-duration: 0.7s;
	-ms-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	transition-duration: 0.7s;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	z-index: 20;
}
#photos-album.actif {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
#photos-album > div:first-child {
	position: absolute;
	top: 0;
	left: 0;
	height: 85%;
	width: 100%;
}
#photos-album > div:last-child {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 15%;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.2);
	white-space: nowrap;
	overflow: auto;
	overflow-y: hidden;
}
body:hover #photos-album > div:first-child {
	height: 85%;
}
#photos-album > div:first-child > div:first-child {
	position: absolute;
	background-color: rgba(255, 255, 255, 0.95);
	width: 100%;
	height: 40px;
	opacity: 0;
	-webkit-transform: translateY(-40px);
	-moz-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	-o-transform: translateY(-40px);
	transform: translateY(-40px);
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
body:hover #photos-album > div:first-child > div:first-child {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
#photos-album > div:first-child > div:first-child > h1 {
	position: absolute;
	left: 12px;
	top: 7px;
	font-family: "Bebas Neue", Impact;
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	cursor: default;
}
#photos-album > div:first-child > div:first-child > h1 > span {
	padding-right: 0.3em;
	color: rgba(0, 0, 0, 0.6);
}
#photos-album > div:first-child > div:first-child > a {
	position: absolute;
	top: 12px;
	right: 12px;
	font-family: Makisupa, Arial;
	text-transform: uppercase;
	font-size: 12px;
	padding-left: 2em;
	cursor: pointer;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
#photos-album > div:first-child > div:first-child > a:hover {
	padding-right: 2em;
	padding-left: 0;
	-webkit-transition-duration: 0.1s;
	-moz-transition-duration: 0.1s;
	-ms-transition-duration: 0.1s;
	-o-transition-duration: 0.1s;
	transition-duration: 0.1s;
	color: rgba(255, 0, 0, 0.9);
}
#photos-album > div:first-child > div:last-child > img {
	display: block;
	max-height: 100%;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#photos-album > div:first-child > div:last-child > a {
	position: absolute;
	top: 45%;
	padding: 1.5em;
	background-color: rgba(255, 255, 255, 0.9);
	font-weight: bold;
	border-radius: 10em;
	cursor: pointer;
	opacity: 0;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
#photos-album > div:first-child > div:last-child:hover > a {
	opacity: 0.3;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
#photos-album > div:first-child > div:last-child:hover > a:hover {
	opacity: 1;
	-webkit-transition-duration: 0.1s;
	-moz-transition-duration: 0.1s;
	-ms-transition-duration: 0.1s;
	-o-transition-duration: 0.1s;
	transition-duration: 0.1s;
}
#photos-album > div:first-child > div:last-child > a:first-child {
	left: 3em;
}
#photos-album > div:first-child > div:last-child > a:last-child {
	right: 3em;
}
#photos-album > div:first-child > div:last-child > div {
	position: absolute;
	top: 40px;
	width: 100%;
	padding: 2em;
	text-align: center;
	font-family: "Bitstream Vera Sans";
	font-size: 11px;
	color: #FFF;
	background-color: rgba(0, 0, 0, 0.85);
	-webkit-transform: translateY(-40px);
	-moz-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	-o-transform: translateY(-40px);
	transform: translateY(-40px);
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	opacity: 0;
}
#photos-album > div:first-child > div:last-child > span {
	position: absolute;
	display: block;
	bottom: 0;
	right: 0;
	padding: 1.5em;
	text-align: right;
	font-family: "Bitstream Vera Sans";
	font-size: 11px;
	color: #FFF;
	background-color: rgba(0, 0, 0, 0.85);
	-webkit-transform: translateX(40px);
	-moz-transform: translateX(40px);
	-ms-transform: translateX(40px);
	-o-transform: translateX(40px);
	transform: translateX(40px);
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	opacity: 0;
}
body:hover #photos-album > div:first-child > div:last-child > div {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
#photos-album > div:first-child > div:last-child > div:empty {
	display: none;
}
#photos-album > div:first-child > div:last-child > span:empty {
	display: none;
}
#photos-album > div:first-child > div:last-child:hover > div {
	opacity: 1;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
#photos-album > div:first-child > div:last-child:hover > span {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
#photos-album > div:last-child > img {
	min-height: 100%;
	display: block-inline;
	vertical-align: top;
	cursor: pointer;
	opacity: 0.3;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
#photos-album > div:last-child:hover > img {
	opacity: 1;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
#photos-album > div:last-child:hover > img:hover {
	opacity: 0.2;
	-webkit-transition-duration: 0.1s;
	-moz-transition-duration: 0.1s;
	-ms-transition-duration: 0.1s;
	-o-transition-duration: 0.1s;
	transition-duration: 0.1s;
}
