/**
 * Skyrim-inspired Menu
 */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300);

html {
	background: #333 url(http://test.science-infuse.com/medias/images/fond/fond4.png) 0 0 repeat;
	min-height: 100%;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	color: black;
}

body, html {
	overflow-x: hidden;
	height: 100%;
	margin: 0;
	padding: 0;
}

table, th, td {
    border: solid white;
	border-collapse:collapse;
}

a {
	background: none;
	border:none;
	text-decoration:none;
	font-family: "Open Sans", sans-serif;
	color: rgba(0, 0, 0, 0.6);
	font-size:25px;
	font-weight:lighter;
	height:45px;
	cursor:pointer;
}

a:hover, li:hover > a {
	color: black;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
}

#fondmenu{
	position:fixed;
	width:220px;
	background: #333 url(https://test.science-infuse.com/medias/images/fond/fond4.png) 0 0 repeat;
	height:100%;
	z-index:100;
}
#menu {
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	background: rgba(0, 0, 0, 0.5);
	float: left;
	min-height: 100%;
	margin-left: 1em;
	z-index:100;
}

#menu li {
	position: relative;
	z-index: 1;
	margin: 0;
}

#menu li a {
	text-decoration:none;
	font-family: "Open Sans", sans-serif;
	color: rgba(255, 255, 255, 0.6);
	font-weight:lighter;
	cursor:pointer;
}

#menu li a:hover {
	color: #FFF;
}

#menu li ul {
	margin: 0;
	position: absolute;
	overflow: hidden;
	display: none;
	width:300px;
	left: 100%;
	top: 0.5em;
	float: none;
	background: rgba(0, 0, 0, 0.6);
	background-image: -moz-radial-gradient(0 50%, ellipse  farthest-side, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.5) 33%, rgba(0,0,0,0) 100%);
	background-image: -webkit-radial-gradient(0 50%, ellipse  farthest-side, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.5) 33%, rgba(0,0,0,0) 100%);
	background-image: radial-gradient(0 50%, ellipse  farthest-side, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.5) 33%, rgba(0,0,0,0) 100%);
	border-left: 1px solid #FFF;
	-webkit-border-radius: 0px 10px 10px 0px;
	-moz-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;
}

#menu li:hover ul {
	display: block;
}

#menu li ul a {
	text-decoration:none;
	font-family: "Open Sans", sans-serif;
	color: rgba(255, 255, 255, 0.6);
	font-weight:lighter;
	cursor:pointer;
}

#menu li ul a:hover {
	color: #FFF;
}

#entete1{
	background-color : rgba(0, 0, 0, 0.3);
	-webkit-border-radius : 10px;
	-moz-border-radius : 10px;
	border-radius : 10px 10px 0px 0px;
}

#entete2{
	background-color: rgba(1, 78, 255, 0.3);
}

.bouton_submit_6{
	background: none;
	border: none;
	font-family: "Open Sans", sans-serif;
	color: rgba(0, 0, 0, 0.6);
	text-decoration: none;
	font-size:30px;
	font-weight:1px;
	cursor:pointer;
}
.bouton_submit_6:hover {
	color: black;
}

.bouton_submit_5{
	background: none;
	border: none;
	font-family: sans-serif;
	color: rgba(0, 0, 0, 0.6);
	text-decoration: none;
	font-size:25px;
	font-weight:1px;
	cursor:pointer;
}
.bouton_submit_5:hover {
	color: black;
}

.bouton_submit_4{
	background: none;
	border: none;
	font-family: sans-serif;
	color: rgba(0, 0, 0, 0.6);
	text-decoration: none;
	font-size:20px;
	font-weight:1px;
	cursor:pointer;
}
.bouton_submit_4:hover {
	color: black;
}

.bouton_submit_3{
	background: none;
	border: none;
	font-family: "Open Sans", sans-serif;
	color: rgba(0, 0, 0, 0.6);
	text-decoration: none;
	font-size:20px;
	font-weight:1px;
	cursor:pointer;
}
.bouton_submit_3:hover {
	color: black;
}

.bouton_submit_2{
	background: none;
	border: none;
	font-family: "Open Sans", sans-serif;
	color: rgba(0, 0, 0, 0.6);
	text-decoration: none;
	font-size:13px;
	font-weight:1px;
	cursor:pointer;
}
.bouton_submit_2:hover {
	color: black;
}

.bouton_submit_1{
	background: none;
	border: none;
	font-family: "Open Sans", sans-serif;
	color: rgba(0, 0, 0, 0.6);
	text-decoration: none;
	font-size:11px;
	font-weight:1px;
	cursor:pointer;
}
.bouton_submit_1:hover {
	color: black;
}

.bouton_submit_menu{
	background: none;
	border:none;
	font-family: "Open Sans", sans-serif;
	color: rgba(255, 255, 255, 0.6);
	font-size:25px;
	font-weight:lighter;
	cursor:pointer;
}
.bouton_submit_menu:hover {
	color: #FFF;
}

.bouton_submit_musique{
	max-width:250px;
	background: none;
	border: none;
	font-family: "Open Sans", sans-serif;
	color: rgba(0, 0, 0, 0.6);
	text-decoration: none;
	font-size:20px;
	font-weight:1px;
	cursor:pointer;
}
.bouton_submit_musique:hover {
	color: black;
}

.flip-container a {
	color: black;
	text-decoration: none;
}
.flip-container {
	color:black;
	width:200px;
	height:200px;
	float:left;
	margin:4px;
	position:relative;
	cursor:pointer;
}
/* flip the pane when hovered */
.flip-container:hover .flipper, .flip-container.hover .flipper {
	transform: rotateY(180deg);
}
/* flip speed goes here */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}
/* hide back of pane during swap */
.front, .back {
	-webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.front {
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	border:1px solid #ddd;
}
.back {
	width:100%;
	height:100%;
	transform: rotateY(180deg);
}
.adminDescription{
	font-size:11px;
	padding:0px 10px 10px 10px;
}
.titre2{
	font-style:italic;
	height : 26px;
	font-size : 22px;
	padding-left : 5px;
	padding-top : 1px;
	padding-bottom : 1px;
	border-bottom : 1px dotted #000000;
}

.bouton_slide{
	background: none;
	height:34px;
	padding:0%;
	border:none;
	font-weight:3px;
	font-size:20px;
	color:red;
	font-weight:lighter;
	cursor:pointer;
}

.bouton_slide:hover {
	color: black;
}