@font-face {
	font-family: "Bebas Neue";
	src: url('../../ext/BebasNeue.otf');
}
body {
	margin: 0px;
	background-color: #3C4344;
	background-image: url('fond.jpg');
	background-position: center top;
	font-family: "Bitstream Vera Sans", Verdana;
	font-size: 12px;
	color: #170B1F;
}
a:link {
	color: #A65DAC;
	text-decoration: none;
}
a:hover {
	color: #499CC6;
}
h1 {
	font-family: "Bitstream Vera Sans";
	text-transform: uppercase;
	font-weight: normal;
	font-size: 17px;
	letter-spacing: 0.1em;
	margin-top: 30px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 2px solid #EFD30D;
	color: #1B2D41;
}
h1 > a, h1 > a:link {
	float: right;
	font-size: 12px;
	text-transform: none;
	padding: 0.8em;
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	-webkit-transform: translateY(-0.9em);
	-moz-transform: translateY(-0.9em);
	-ms-transform: translateY(-0.9em);
	-o-transform: translateY(-0.9em);
	transform: translateY(-0.9em);
	border-radius: 0.4em;
}
h1 > a:hover {
	color: #499CC6;
	background-color: rgba(255, 255, 255, 0.95);
	-webkit-box-shadow: 0 0 0 0.2em rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 0 0.2em rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 0 0 0.2em rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 0 0 0.2em rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 0 0.2em rgba(0, 0, 0, 0.2);
}
#gl {
	position: fixed;
	left: 0;
	width: 100%;
	bottom: 10px;
	text-align: center;
	display: block;
	color: white;
	text-shadow: #000 0px 0px 3px;
	font-size: 10px;
}
#gl img {
	border: 0;
	margin-bottom: 0.5em;
}
.englobante-tout {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}
.centrage-vertical {
	display: table-cell;
	vertical-align: middle;
	height: 400%;
	width: 100%;
}
#connexion, #erreur {
	background-color: white;
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	padding: 25px;
	-webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5), inset 0px 0px 15px 0px #ffffff;
	-moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5), inset 0px 0px 15px 0px #ffffff;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5), inset 0px 0px 15px 0px #ffffff;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.94) 0%, rgba(255,255,255,0.78) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.94)), color-stop(100%,rgba(255,255,255,0.78)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.94) 0%,rgba(255,255,255,0.78) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,0.94) 0%,rgba(255,255,255,0.78) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,0.94) 0%,rgba(255,255,255,0.78) 100%);
	background: linear-gradient(top,  rgba(255,255,255,0.94) 0%,rgba(255,255,255,0.78) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0ffffff', endColorstr='#c7ffffff',GradientType=0 );
	border: 1px solid rgba(251, 252, 255, 0.95);
	border-radius: 5px;
}
#connexion h1, #erreur h1 {
	padding: 0px;
	margin: 0px;
	font-size: 20px;
	font-family: "Bebas Neue", "Bitstream Vera Sans", Verdana, Arial;
	letter-spacing: 0.2em;
	color: #3C5B70;
	text-shadow: 0px -1px 22px rgba(114, 162, 165, 0.58), -1px 1px 0px #FFF;
	border-bottom: 1px solid rgba(59, 61, 76, 0.20);
	padding-bottom: 17px;
}
#connexion h1 div, #erreur h1 div {
	font-size: 35px;
	color: #2E2E3A;
}
#connexion form, #erreur p {
	border-top: 1px solid #FFF;
	padding-top: 5px;
}
#erreur p {
	margin: 0px;
	padding-top: 20px;
	font-size: 10px;
	font-family: "Bitstream Vera Sans", Verdana, Arial;
	color: #312225;
	letter-spacing: 0.1em;
	text-align: justify;
	line-height: 1.7em;
}
#connexion input[type="email"], #connexion input[type="password"] {
	line-height: 27px;
	padding: 5px;
	border: 1px solid #C5DAE5;
	width: 338px;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.9) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.6)), color-stop(100%,rgba(255,255,255,0.9)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.9) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.9) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.9) 100%);
	background: linear-gradient(top,  rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ffffff', endColorstr='#e6ffffff',GradientType=0 );
	font-size: 15px;
	font-family: "Bebas Neue", Verdana, Arial;
	color: #4C7D31;
}
#connexion input[type="email"]:focus, #connexion input[type="password"]:focus {
	background: -moz-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.9) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.6)), color-stop(100%,rgba(0,0,0,0.9)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.9) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.9) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.9) 100%);
	background: linear-gradient(top, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#e6000000',GradientType=0 );
	color: #F3D235;
	outline: none;
}
#connexion input[type="submit"] {
	background: -moz-linear-gradient(top, rgba(237,246,252,0.73) 0%, rgba(194,233,252,0.87) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,246,252,0.73)), color-stop(100%,rgba(194,233,252,0.87)));
	background: -webkit-linear-gradient(top, rgba(237,246,252,0.73) 0%,rgba(194,233,252,0.87) 100%);
	background: -o-linear-gradient(top, rgba(237,246,252,0.73) 0%,rgba(194,233,252,0.87) 100%);
	background: -ms-linear-gradient(top, rgba(237,246,252,0.73) 0%,rgba(194,233,252,0.87) 100%);
	background: linear-gradient(top, rgba(237,246,252,0.73) 0%,rgba(194,233,252,0.87) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#baedf6fc', endColorstr='#dec2e9fc',GradientType=0 );
	border: 1px solid #78AAC3;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	color: #2C3437;
	font-size: 12px;
	border-radius: 5px;
	text-shadow: 0px 1px 0px #FFF;
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6), inset 0px 0px 15px 0px #ffffff;
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6), inset 0px 0px 15px 0px #ffffff;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6), inset 0px 0px 15px 0px #ffffff;
}
#connexion input[type="submit"]:hover {
	background: -moz-linear-gradient(top, rgba(24,178,175,0.73) 0%, rgba(23,72,109,0.87) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(24,178,175,0.73)), color-stop(100%,rgba(23,72,109,0.87)));
	background: -webkit-linear-gradient(top, rgba(24,178,175,0.73) 0%,rgba(23,72,109,0.87) 100%);
	background: -o-linear-gradient(top, rgba(24,178,175,0.73) 0%,rgba(23,72,109,0.87) 100%);
	background: -ms-linear-gradient(top, rgba(24,178,175,0.73) 0%,rgba(23,72,109,0.87) 100%);
	background: linear-gradient(top, rgba(24,178,175,0.73) 0%,rgba(23,72,109,0.87) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba18b2af', endColorstr='#de17486d',GradientType=0 );
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6), inset 0px 0px 5px 0px #2B454F;
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6), inset 0px 0px 5px 0px #2B454F;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6), inset 0px 0px 5px 0px #2B454F;
	cursor: pointer;
	color: #EEE;
	text-shadow: 0px -1px 0px #444;
	border: 1px solid #EEE;
	border-bottom: 1px solid #6FAEB4;
}
.connexion-mini-erreur {
	background: -moz-linear-gradient(top, rgba(255,48,25,0.6) 0%, rgba(207,4,4,0.77) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,48,25,0.6)), color-stop(100%,rgba(207,4,4,0.77)));
	background: -webkit-linear-gradient(top, rgba(255,48,25,0.6) 0%,rgba(207,4,4,0.77) 100%);
	background: -o-linear-gradient(top, rgba(255,48,25,0.6) 0%,rgba(207,4,4,0.77) 100%);
	background: -ms-linear-gradient(top, rgba(255,48,25,0.6) 0%,rgba(207,4,4,0.77) 100%);
	background: linear-gradient(top, rgba(255,48,25,0.6) 0%,rgba(207,4,4,0.77) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ff3019', endColorstr='#c4cf0404',GradientType=0 );
	padding: 10px;
	margin-top: 10px;
	font-size: 11px;
	line-height: 1.5em;
	text-align: justify;
	border-radius: 5px;
	color: #FFF4F5;
	text-shadow: 0px -1px 0px #742F34;
	font-family: "Bitstream Vera Sans", Verdana, Arial;
	-webkit-box-shadow: inset 0px 0px 5px 0px #2B454F;
	-moz-box-shadow: inset 0px 0px 5px 0px #2B454F;
	box-shadow: inset 0px 0px 5px 0px #2B454F;
	display: none;
}
.connexion-mini-erreur:target {
	display: block;
}
#contenu {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 100px;
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5), inset 0px 0px 15px 0px #ffffff;
	-moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5), inset 0px 0px 15px 0px #ffffff;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5), inset 0px 0px 15px 0px #ffffff;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.94) 0%, rgba(255,255,255,0.78) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.94)), color-stop(100%,rgba(255,255,255,0.78)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.94) 0%,rgba(255,255,255,0.78) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,0.94) 0%,rgba(255,255,255,0.78) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,0.94) 0%,rgba(255,255,255,0.78) 100%);
	background: linear-gradient(top,  rgba(255,255,255,0.94) 0%,rgba(255,255,255,0.78) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0ffffff', endColorstr='#c7ffffff',GradientType=0 );
	border: 1px solid rgba(251, 252, 255, 0.95);
	border-radius: 5px;
	padding: 20px;
}
#contenu-menu {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjciLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.9) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.7)), color-stop(100%,rgba(0,0,0,0.9)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.9) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.9) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.9) 100%);
	background: linear-gradient(top,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#e6000000',GradientType=0 );
	height: 45px;
	border: 1px solid rgba(0, 0, 0, 0.4);
	border-radius: 7px;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.2), 0px 0px 5px 2px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.2), 0px 0px 5px 2px rgba(0, 0, 0, 0.35);
	box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.2), 0px 0px 5px 2px rgba(0, 0, 0, 0.35);
	text-align: center;
}
#contenu-menu a {
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 45px;
	font-size: 20px;
	font-family: "Bebas Neue", "Bitstream Vera Sans", Verdana, Arial;
	letter-spacing: 0.1em;
	color: #D0E5E8;
	padding-left: 13px;
	padding-right: 13px;
}
#contenu-menu a:hover {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.1) 50%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.1)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.1) 50%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.1) 50%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.1) 50%,rgba(255,255,255,0) 100%);
	background: linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.1) 50%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=0 );
	text-shadow: 0 1px 0 #000, 0 -1px 0 #000;
}
#contenu-erreur {
	padding: 4em;
	color: #ee0000;
	text-align: center;
}
.presentium > a, .presentium > div > a:not(:last-child) {
	position: relative;
	display: inline-block;;
	vertical-align: middle;
	padding: 0.5em;
	text-transform: uppercase;
	width: 100px;
	height: 100px;
	border-left: 2px solid rgba(255, 255, 255, 0.6);
	background-color: rgba(0, 200, 200, 0.9);
	font-size: 12px;
	color: #FFF;
	-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;
	border-radius: 0 1em 0 0;
}
.presentium > div {
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.presentium > div > a:last-child {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0.5em;
	background-color: rgba(255, 255, 255, 0.95);
	color: #000;
	opacity: 0;
	border-radius: 0 1em 0 0.2em;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.presentium > div:hover > a:last-child {
	opacity: 1;
}
.presentium > div > a:last-child:hover {
	background-color: rgba(0, 0, 0, 0.7);
	color: white;
}
.presentium > a:hover, .presentium > div:hover > a:not(:last-child) {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
	background-color: rgba(255, 219, 61, 0.8);
	color: #191C23;
}

.albums_photos div {
	padding: 1em;
	margin: 0.1em;
	background-color: rgba(0, 0, 0, 0.1);
	-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;
}
.albums_photos div:first-child {
	border-radius: 0.5em 0.5em 0 0;
}
.albums_photos div:last-child {
	border-radius: 0.5em;
}
.albums_photos div:last-child:not(:first-child) {
	border-radius: 0 0 0.5em 0.5em;
}
.albums_photos div:first-child > a:first-child, .albums_photos div:last-child > a:nth-child(2) {
	opacity: 0;
	cursor: default;
}
.albums_photos div:nth-child(2n) {
	background-color: rgba(0, 0, 0, 0.2);
}
.albums_photos div:hover {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
.albums_photos div > a {
	color: #7C5B7B;
}
.albums_photos div > a:nth-child(3) {
	margin-left: 1em;
	color: #000;
}
.albums_photos div > a:last-child {
	float: right;
}
.albums_photos div:hover > a {
	color: #FFF;
}
.photos > div {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.photos > div > a:last-child {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.95);
	color: white;
	padding: 0.5em;
	font-size: 11px;
	top: 0;
	right: 0;
	text-transform: uppercase;
	opacity: 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;
}
.photos > div > a:last-child:hover {
	background-color: rgba(255, 255, 255, 0.8);
	color: black;
}
.photos > div:hover > a:last-child {
	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;
}
.bandeaux div {
	padding: 1em;
	margin: 0.1em;
	background-color: rgba(0, 0, 0, 0.1);
	-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;
}
.bandeaux div:first-child {
	border-radius: 0.5em 0.5em 0 0;
}
.bandeaux div:last-child {
	border-radius: 0.5em;
}
.bandeaux div:last-child:not(:first-child) {
	border-radius: 0 0 0.5em 0.5em;
}
.bandeaux div:nth-child(2n) {
	background-color: rgba(0, 0, 0, 0.2);
}
.bandeaux div.actuel {
	background-color: rgba(0, 255, 0, 0.4);
}
.bandeaux div:hover {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
.bandeaux div > a {
	color: #7C5B7B;
}
.bandeaux div > a:first-child {
	display: inline-block;
	width: 150px;
	text-transform: uppercase;
	font-size: 10px;
}
.bandeaux div.actuel > a:first-child {
	color: rgba(0, 0, 0, 0.95);
}
.bandeaux div > a:nth-child(3) {
	float: right;
}
.bandeaux div:hover > a {
	color: #FFF;
}
.bandeaux div.actuel:hover > a:first-child {
	color: rgba(0, 255, 0, 0.95);
}
.morceaux div {
	padding: 1em;
	margin: 0.1em;
	background-color: rgba(0, 0, 0, 0.1);
	-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;
}
.morceaux div:first-child {
	border-radius: 0.5em 0.5em 0 0;
}
.morceaux div:last-child {
	border-radius: 0.5em;
}
.morceaux div:last-child:not(:first-child) {
	border-radius: 0 0 0.5em 0.5em;
}
.morceaux div:nth-child(2n) {
	background-color: rgba(0, 0, 0, 0.2);
}
.morceaux div.actuel {
	background-color: rgba(0, 255, 0, 0.4);
}
.morceaux div:hover {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
.morceaux div > a {
	color: #7C5B7B;
}
.morceaux div > a:first-child {
	display: inline-block;
	width: 20px;
	text-transform: uppercase;
	font-size: 10px;
}
.morceaux div:first-child > a:nth-child(2), .morceaux div:last-child > a:nth-child(3) {
	opacity: 0;
}
.morceaux div > a:nth-child(4) {
	display: inline-block;
	margin-left: 10px;
	width: 110px;
	font-size: 9px;
	text-transform: uppercase;
}
.morceaux div > a:nth-child(5) {
	font-weight: bold;
}
.morceaux div > a:nth-child(6):before {
	content: "-";
	margin-right: 0.4em;
}
.morceaux div.defaut > a:nth-child(4) {
	color: rgba(0, 150, 0, 0.95);
}
.morceaux div > a:last-child {
	float: right;
}
.morceaux div:hover > a {
	color: #FFF;
}
.morceaux div.actuel:hover > a:first-child {
	color: rgba(0, 255, 0, 0.95);
}
.comptes div {
	padding: 1em;
	margin: 0.1em;
	background-color: rgba(0, 0, 0, 0.1);
	-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;
}
.comptes div:first-child {
	border-radius: 0.5em 0.5em 0 0;
}
.comptes div:last-child {
	border-radius: 0.5em;
}
.comptes div:last-child:not(:first-child) {
	border-radius: 0 0 0.5em 0.5em;
}
.comptes div:nth-child(2n) {
	background-color: rgba(0, 0, 0, 0.2);
}
.comptes div:hover {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
.comptes div > a {
	color: #7C5B7B;
}
.comptes div > a:last-child {
	float: right;
}
.comptes div:hover > a {
	color: #FFF;
}
