@charset "utf-8";
/* CSS Document */

table {
	box-shadow: 10px 5px 5px rgb(78, 78, 78);
}

table,
td {
	font-size: 0.8em;
	font-weight: normal;
    border: 1px solid #333;
}

th {
	height: 30px;
	font-size: 0.8em;
	font-weight: normal;
    border: 1px solid #333;
}

thead,
tfoot {
    background-color: #333;
    color: #fff;
}


.row {
	position: relative;
	z-index: 6;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(188,196,48,1.00)),color-stop( 100% , rgba(187,187,184,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(188,196,48,1.00) 0%,rgba(187,187,184,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(188,196,48,1.00) 0%,rgba(187,187,184,1.00) 100%);
	
	
}

.container-fluid {
	max-width: 3000px;
	width: 88.5%;
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	padding-left: 0.75%;
	padding-right: 0.75%;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(255,255,255,0.00)),color-stop( 80.83% , rgba(200,130,0,0.60)),color-stop( 100% , rgba(200,130,0,0.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(200,130,0,0.60) 80.83%,rgba(200,130,0,0.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,0.00) 0%,rgba(200,130,0,0.60) 80.83%,rgba(200,130,0,0.00) 100%);
	height: 2500px;
	
}

.video {
	text-align: center;
	
}

.block1 {
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 19.69% , rgba(187,187,184,1.00)),color-stop( 27.46% , rgba(188,196,48,1.00)),color-stop( 35.75% , rgba(221,225,153,1.00)),color-stop( 47.67% , rgba(199,200,173,1.00)),color-stop( 59.06% , rgba(187,187,184,1.00)),color-stop( 64.77% , rgba(188,196,48,1.00)),color-stop( 78.24% , rgba(187,187,184,1.00)),color-stop( 100% , rgba(255,255,252,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(187,187,184,1.00) 19.69%,rgba(188,196,48,1.00) 27.46%,rgba(221,225,153,1.00) 35.75%,rgba(199,200,173,1.00) 47.67%,rgba(187,187,184,1.00) 59.06%,rgba(188,196,48,1.00) 64.77%,rgba(187,187,184,1.00) 78.24%,rgba(255,255,252,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(187,187,184,1.00) 19.69%,rgba(188,196,48,1.00) 27.46%,rgba(221,225,153,1.00) 35.75%,rgba(199,200,173,1.00) 47.67%,rgba(187,187,184,1.00) 59.06%,rgba(188,196,48,1.00) 64.77%,rgba(187,187,184,1.00) 78.24%,rgba(255,255,252,1.00) 100%);
	text-align: center;
	height: 30px;
	}

.titreindex1 {
	position: absolute;
	top: -5px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	text-align: center;
	text-shadow: 1px 0px #000000;
	height: auto;
	font-size: 50%;
	
}

.aster {
	font-weight: normal;
	font-style: italic;
	font-size: 0.6em;
	padding: 15px 15px;
}

.warn {
	font-size: 0.7em;
	color: red;
	padding: 10px 10px;
}

@media screen and (max-width: 640px) {
	table {
		overflow-x: auto;
		display: block;
	}
}
