#body {
	margin: 0px;
	background-color: #fbfcfc;
	font: normal 15px/1.8em Arial, Helvetica, sans-serif;
}

#body-embed {
	margin: 0px;
	font: normal 15px/1.8em Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
}

.banner a, .banner a:hover, .banner a:visited {
	color: #fbfcfc;
}

a, a:hover, a:visited {
	color: #101010;
}

.banner {
	position: fixed;
	z-index: 3;
	left: 0px;
	top: 0px;
	width: 100%;
	background-color: #34495e;
	margin: 0px;
	padding: 10px;
	box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.7);
}

.content_banner {
	width: 1000px;
	text-align: left;
	color: #fbfcfc;
}

.login_account {
	position: fixed;
	right: 15px;
	top: 15px;
	color: #fbfcfc;
}

h3 {
	margin-top: 0px;
	margin-bottom: 5px;
}

.inner_content_banner {
	margin-left: 100px;
}

.main_content {
	height: 100vh;
	line-height: 100vh;
}

.content {
	width: 700px;
	margin-top: 100px;
	margin-bottom: 100px;
	vertical-align: middle;
	line-height: 2;
	display: inline-block;
	/*margin-top: 50vh;*/
	/*transform: translateY(-50%);*/
}

.content-small {
	vertical-align: middle;
	line-height: 2;
	display: inline-block;
}

.box {
	border: 1px solid #404040;
	border-radius: 10px;
	padding: 30px;
}

img,h1 {
	display: inline;
	vertical-align: middle;
}

.input_bg {
	width: 200px;
	height: 200px;
	background-image: url(img/drag.png);
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	box-shadow: -3px 3px 5px 1px rgba(0, 0, 0, 0.7);
}

.input_bg_perso {
	width: 100px;
	height: 100px;
	background-image: url(img/drag_100.png);
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	box-shadow: -3px 3px 5px 1px rgba(0, 0, 0, 0.7);
}

.input_file {
	width: 200px;
	height: 200px;
	opacity: 0;
	cursor: pointer;
}

.input_file_perso {
	width: 100px;
	height: 100px;
	opacity: 0;
	cursor: pointer;
}

.input_button {
	padding: 20px;
	background-color: #fbfcfc;
	border: 1px solid #404040;
	cursor: pointer;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	font-size: 17px;;
}

.input_button_small {
	padding: 3px;
	background-color: #fbfcfc;
	cursor: pointer;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	font-size: 13px;
	margin-top: 15px;
}

.black_button {
	border: 1px solid #404040;
}

.red_button {
	border: 1px solid #AA0000;
}

.green_button {
	border: 1px solid #00AA00;
}

.input_text {
	width: 75%;
	padding: 5px;
	background-color: #fbfcfc;
	border: 1px solid #404040;
	border-radius: 5px;
}

#file_name {
}

#progressBar {
	display: none;
	width:300px;
}

.footer {
	position: fixed;
	right: 10px;
	bottom: 10px;
}

.uparrow {
	position: fixed;
	right: 50px;
	top: 50px;
}

h3 > span {
	font-weight: normal;
}

h3 > span[onclick], img[onclick] {
	cursor: pointer;
	padding: 5px;
}

hr {
	opacity: 0;
	padding-bottom: 10px;
}