@CHARSET "UTF-8";

body {
	position: relative; /* For scrollyspy */
	/*padding-top: 50px;*/
	z-index: 0;
}

.loginBox {
	border: 1px solid black;
	padding-top: 0px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
	margin-top: 48%;
}

.topBar {
	/*gris : #c9d4dd*/
	background-color: black;
	border-top: 3px solid #c9d4dd;
	border-bottom: 20px solid #c9d4dd;
	height: 61px;
	width: 100%;
	position: absolute;
	top: 0;
}

.logoFloat {
	position: relative;
	bottom: 50px;
	left: -90px;
	height: 180px;
	width: 185px;
	background-image: url(../img/logo.png)
}

.topSpacer {
	margin-top: 50px;
}

.explanation {
	font-size: 14px;
	background-color: #fcf8e3;
	border-left: 6px solid #f1e7bc;
	padding: 10px;
}

.messager {
	padding: 15px 20px;
	color: #777;
	background-color: #fafafa;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
}

.messager strong {
	color: #555;
}

.curve:before {
	top: 52px;
	left: 5px;
	transform: rotate(-5deg);
	box-shadow: 7px 6px 15px #333;
}

.curve:after {
	top: 52px;
	right: 5px;
	transform: rotate(5deg);
	box-shadow: -7px 6px 15px #333;
}

.horizontal:before {
	top: 0px;
	left: 5%;
	width: 90%;
	height: 50px;
	border-radius: 125px/12px;
	box-shadow: 0 0 8px #555;
}

.horizontal:after {
	bottom: 0px;
	left: 5%;
	width: 90%;
	height: 50px;
	border-radius: 125px/12px;
	box-shadow: 0 0 8px #565656;
}

.folder {
	border: 2px solid #2f2f2f;
	margin: 5px;
	height: 200px;
}

.currentFolder {
	background-color: #fafafa;
	border: 1px solid #cccccc;
}

.folder .titleify {
	background-color: #3C99C5;
	position: relative;
	padding-top: 1px;
	color: white;
	border-bottom: 3px solid #2f2f2f;
	padding-left: 10px;
}

.folder .titleify a {
	color: white;
}