@charset "UTF-8";
/* CSS Document */
.table_etudes #page-wrap {
	margin-bottom: 0px;
}
.table_etudes {
	border: 0;
	color: #002c52;
	font-family:'SourceSansProRegular';
	font-size: 100%;
	margin: 0px;
	outline: 0;
	padding: 0;
	vertical-align: top;
}
.table_etudes a {
	-moz-transition: color .3s;
	-ms-transition: color .3s;
	-o-transition: color .3s;
	-webkit-transition: color .3s;
	background: #FFF;
	color: #002c52;
	text-decoration: none;
	transition: color .3s;
}
.table_etudes a:hover {
	-moz-transition: color .3s;
	-ms-transition: color .3s;
	-o-transition: color .3s;
	-webkit-transition: color .3s;
	background: #002c52;
	color: #FFF;
	padding: 5px;
	text-decoration: none;
	transition: color .3s;
}
.table_etudes h1 {
	color: #FFF;
	font-family:'SourceSansProRegular';
	font-size: 16px;
	margin: 10px 0;
	text-align: center;
	text-shadow: 1px 1px 1px #002c52;
	text-transform: uppercase;
}
.table_etudes h1, h2, h3, h4, h5, h6 {
	color: #FFF;
	font-family:'SourceSansProRegular';
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.2;
	margin-top: 10px;
	margin-bottom: 10px;
}
.table_etudes h2 {
	color: #002c52;
	font-family:'SourceSansProRegular';
	font-size: 13px;
	margin-top: 10px;
	text-transform: uppercase;
}
.table_etudes h3 {
	color: #002c52;
	font-family:'SourceSansProRegular';
	font-size: 10px;
	margin-top: 10px;
	text-transform: uppercase;
}
.table_etudes h4 {
	color: #002c52;
	font-family:'SourceSansProRegular';
	font-size: 7px;
	margin-top: 10px;
	text-transform: uppercase;
}
.table_etudes h5 {
	color: #002c52;
	font-family:'SourceSansProRegular';
	font-size: 4px;
	margin-top: 10px;
	text-transform: uppercase;
}
.table_etudes h6 {
	color: #002c52;
	font-family:'SourceSansProRegular';
	font-size: 1px;
	margin-top: 10px;
	text-transform: uppercase;
}
.table_etudes hr {
	clear: both;
	display: block;
	font-family: arial;
	font-size: 60px;
	height: 0;
	line-height: 1;
	margin: 20px 0;
	padding: 0;
	text-align: center;
}
.table_etudes legend {
	background: #FFF;
	font-family:'SourceSansProRegular';
	font-weight: 100;
	text-align: center;
	width: 100%;
}
.table_etudes p {
	margin: 10px;
}
.table_etudes table {
	-moz-box-shadow: 5px -5px 5px 0 #cfcfcf;
	-o-box-shadow: 5px -5px 5px 0 #cfcfcf;
	-webkit-box-shadow: 5px -5px 5px 0 #cfcfcf;
	border: none;
	border-collapse: collapse;
	box-shadow: 5px -5px 5px 0 #cfcfcf;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=45, Strength=5);
	width: 100%;
}
.table_etudes table tr:hover {
	-moz-box-shadow: 5px -5px 5px 0 #cfcfcf;
	-o-box-shadow: 5px -5px 5px 0 #cfcfcf;
	-webkit-box-shadow: 5px -5px 5px 0 #cfcfcf;
	border: none;
	box-shadow: 5px -5px 5px 0 #cfcfcf;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=45, Strength=5);
}
.table_etudes td {
	border: 1px solid #002c52;
	text-align: left;	vertical-align:middle;
}
.table_etudes td, th {
	text-align: left;
}
.table_etudes th {
	-moz-transform: scaleY(1);
	-moz-transition: font-size .2s;
	-ms-transform: scaleY(1);
	-ms-transition: font-size .2s;
	-o-transform: scaleY(1);
	-o-transition: font-size .2s;
	-webkit-transform: scaleY(1);
	-webkit-transition: font-size .2s;
	border-bottom: 1px solid #002c52;
	color: #002c52;
	font-family:'SourceSansProRegular';
	font-size: 10px;
	font-weight: 700;
	line-height: 90%;
	min-width: 100px;
	padding: 10px;
	text-shadow: 1px 1px 1px #FFF;
	text-transform: uppercase;
	transform: scaleY(1);
	transition: font-size .2s;
}
.table_etudes tr:nth-of-type(odd) {
	background: #FFF;
}
