/*==========================================================================
RESET
========================================================================== */
html, body {
    height: 100%;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	font-size: 12px;
	font-family: Arial, sans-serif;
	border-collapse: collapse;
	border-spacing: 0;
	margin: auto;
}

table, td, th {
	vertical-align: middle;
	text-align: center;
	padding: 10px;
	/*border: 1px solid black;*/
}

table td {
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}

table .vide { border: none; }
table th { border-right: 1px solid #FFF; }
table .filieres { border-right: 1px solid #FFF; }
table .Epita { border-bottom: 1px solid #FFF; }

table th,
table .ecole
{
	color: #FFF;
	border-bottom: 1px solid #FFF;
}

table th {
	background: #28abdb;
	font-weight: bold;
}

table .ecole {
	background: #3f3f3f;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

/* Bandeau admissibles */

.bandeau-admissibles {
	background: #f2643c;
	color: #FFF;
	display: inline-block;
	font-size: 15px;
	padding: 13px 90px;
	position: absolute;
	right: -62px;
	text-align: center;
	top: 48px;
	transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	z-index: 1000;
}

.bandeau-admissibles:hover { background: #000; }
.liste-admissibles table { width: 60%; }

.liste-admissibles p {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

.liste-admissibles th {
	background: #f3f3f3;
	color: #000;
	font-weight: bold;
	text-transform:uppercase;
}

.liste-admissibles th,
.liste-admissibles td
{
	border-bottom: dotted 1px #CCC;
	border-left: none;
	border-right: none;
	width: 50%;
}

.liste-admissibles tr:nth-child(odd) { background: #f3f3f3; }

#block_id{
	width:400px;
	margin: auto;
	margin-top:40px;
}


label input , select{
	height:20px;
	width:60%;
	padding:5px;
	border: 1px solid #bcbcbc;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	float:right;
	background-color: #efefef;
}
label textarea {
	width:60%;
	padding:5px;
	border: 1px solid #bcbcbc;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	float:right;
	background-color: #efefef;
}
label{
	vertical-align: middle;
	width: 100%;
	text-align: left;
	display: block;
	font-size: 15px;
	height: 40px;
	margin: auto;
	text-align: left;
}


#send_validation{
	border: 1px solid #008aff;
	background-color: #28abdb;
	cursor: pointer;
	padding: 10px;
	float: right;
	color: #fff;
	font-size: 20px;
	font-weight: bold; border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.forget{
	float:right;
	margin-right:7px;
	color: #5e848c;
	font-style: italic;
}
.error{
	position:absolute;
	color:red;
	top:32px;
	font-size: 12px;
	right:0px;
}
.msg{
	text-align: center;
	width:100%;
	margin:auto;
	margin-bottom: -15px;
	font-size:15px;
	padding-top:10px;
	color: #00ac00;
	clear:both;
}
.error_msg{
	text-align: center;
	width:100%;
	margin:auto;
	color:red;
	margin-bottom: -15px;
	font-size:15px;
	padding-top:10px;
}
.home
{
	float:left;
	margin-top:-5px;
	color: #5e848c;
	font-size: 15px;
	font-style: italic;
}

.clearboth {
	clear: both;
}

.columns .description {
	margin-top: 40px;
	margin-bottom: 0px;
}
.video-container {
	position: relative;
	width: 100%;
	padding-top: 56.25%
}

.video-container iframe {
	position: absolute;
    height: 80%;
    width: 80%;
    left: 10%;
    top: 8%;
}

/* Oraux */
table.oraux {
	margin: 0;
}

.oraux td {
	border-right: none;
}