a, a:hover, a:visited { 
	cursor:pointer; outline:none; text-decoration: none; color:inherit; 
}
a:hover{
	color: #00a1f1;
}

body{
	font-family:Calibri,Verdana;
	font-size:16px;
	background: url(../../images/bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.mt-5 {
	margin-top: 5px;
}
.mt-10 {
	margin-top: 10px;
}

.error-message {
	padding: 5px;
	background-color: red;
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
}
.error {
	color: red !important;
}
.info-message {
	padding: 5px;
	background-color: green;
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
}

.clearer{
	clear: both;
	height: 0px;
}
.navbar-custom{
	background: none;
}
.navbar-custom a {
	color: #FFF !important;
}
.navbar-custom a:hover {
	color: #212121 !important;
}
.navbar-custom .navbar-nav > .active > a {
	background-color: rgba(204, 204, 204, 0.5);
	border-radius: 4px 4px 0 0;
}

.container.data-portail {
	background-color:rgba(33,33,33,0.6);
	padding: 0 20px;
	color:#fff;
}

.datatable.portail tbody {
	color: #212121;
}
.datatable.portail tbody tr.odd {
	background-color: #ddd;
}
.icon-action img {
	width: 16px;
}

.input-custom{
	margin-bottom: 5px;
	border: 1px solid #ccc;
	width: 100%;
}

.submit-custom{
	background-color: #BEDE92;
	border: 1px solid #9BB577;
	color: #212121;
}
.submit-custom:hover{
	background-color: #9BB577;
}
.submit-custom.full-size{
	width: 100%;
}

.custom-h1{
	font-family: 'Tangerine', Calibri, Verdana;
	letter-spacing: 3px;
	line-height: 23px;
	font-size: 50px;
	color: #212121;
}
.ss_title{
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0;
	font-style: normal;	
	font-family: Calibri, Verdana;
}
.app-title {
	font-size: 50px;
	font-variant: small-caps;
}
.page-header-custom{
	border: none;
}
.nav-tabs-custom a{
	font-size: 20px;
	color: #333;
}
.dropdown-menu-main-custom{
	height: 380px;
	border: 1px solid #e0e0e0;
	min-width: 480px;
	max-width: 640px;
}

.ss-menu-custom{
	padding: 15px;
}

.ss-menu-custom.green{
	background-color: #BEDE92;
}

#form-login {
	padding: 10px;
	background-color: rgba(255, 255, 255, 0.6);
}
.video-lecteur-container{

}
.video-lecteur {
	width: 100%;
	border: 1px solid #e0e0e0;
}
.video-list.pre-scrollable {
	max-height: 800px;
}
.video-list-container {
	margin-top: 63px;
	padding: 10px;
	background-color: rgba(255, 255, 255, 0.6);
}
.video-list-container h3 {
	border-bottom: 1px solid;
}
.video-list-item {
	margin-bottom: 5px;
}
.video-list-vignette {
	width: 90px;
}

.dataTables_paginate.paging_simple_numbers {
	background-color: rgba(255,255,255,0.6) !important;
}

table.score {
	width: 100%;
	background-color: rgba(255,255,255,0.8);
	color: #000 !important;
}
table.score td, table.score th {
	border: 1px solid;
	padding: 0 5px;
}
table.score th {
	text-align: center;
}
table.score input.score {
	border: none;
	width: 100%;
	padding: 5px;
}