table th,
table td { padding: 0.25em; }

table.layout {
	border-collapse: collapse;
	border: none;
}

table.layout > tbody > tr > td,
table.layout > tbody > tr > th {
	padding: 0px;
	border: none;
}

.fill {
	width: 100%;
	height: 100%;
}

ul.MenuGauche
{
	padding: 0px;
	margin: 0px;
}

ul.MenuContenu
{
	padding: 0px;
	margin: 0px;
	display: inline-block;
	line-height: 200%;
}

ul.MenuGauche li ul,
ul.MenuContenu li ul
{
	padding: 0px;
}

ul.MenuGauche li
{
	list-style-type: none;
	padding-left: 10px;
	padding-right: 10px;
}

ul.MenuContenu li
{
	list-style-position: inside;
	padding-left: 10px;
	padding-right: 10px;
}

ul.MenuContenu li.MenuTitre
{
	list-style: none;
}

tr.MenuTitre,
li.MenuTitre
{
	background: linear-gradient(to bottom, rgb(90,90,90) 0%,rgb(70,70,70) 50%,rgb(60,60,60) 51%,rgb(35,35,35) 100%);
	color: rgba(255, 255, 255, 0.8);
	font-size: 11pt;
	height: 24px;
}

ul.MenuGauche li.MenuTitre,
ul.MenuContenu li.MenuTitre
{
	background: linear-gradient(to bottom, rgb(90,90,90) 0%,rgb(70,70,70) 50%,rgb(60,60,60) 51%,rgb(35,35,35) 100%);
	color: rgba(255, 255, 255, 0.8);
	font-size: 11pt;
	height: 24px;
	line-height: 24px;
	text-indent: 10px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 1em;
	text-shadow: -1px -1px 0 rgb(35, 35, 35), 1px -1px 0 rgb(35, 35, 35), -1px 1px 0 #000, 1px 1px 0 rgb(35, 35, 35);
}

ul.MenuGauche li.MenuTitre:first-child
{
	margin-top: 0em;
}

tr.MenuGauche,
li.MenuGauche
{	
	background-color:#E86A10;	
}

tr.MenuGauche:hover
{	
	background-color:#FF9900;
}

tr.MenuGauche,
tr.MenuGauche a,
tr.MenuGauche a:active,
tr.MenuGauche a:visited,
tr.MenuGauche a:link
{
	color:white;
	text-indent:10px;
	text-decoration:none;
	font-size:8pt;
}

li.MenuGauche,
li.MenuGauche a,
li.MenuGauche a:active,
li.MenuGauche a:visited,
li.MenuGauche a:link
{
	color: white;
	text-decoration: none;
	font-size: 8pt;
}

tr.MenuGaucheSansLien
{	
	color:black;
	text-indent:10px;
	font-size:8pt;
	background-color:#E86A10;
}

li.MenuGaucheSansLien
{	
	color: black;
	font-size: 8pt;
	background-color: #E86A10;
}

tr.MenuGaucheSansLien:hover,
li.MenuGaucheSansLien:hover
{
	background-color:#E86A10;
}

tr.MenuEstDeprecie,
ul.MenuEstDeprecie,
li.MenuEstDeprecie
{
	text-decoration-line: line-through;
	text-decoration-color: inherit;
}

table.MenuGauche
{
	border: 1px solid black;
}

table.MenuGauche td
{
	border: 1px solid black;
}

table.MenuGauche tr,
table.MenuGauche td
{
	text-align:left;			
}

h2,
p.titre1 
{	
	font-weight: bold;
	font-size: 200%;
	line-height: 1.0;
	margin: 0 0 13px;
	text-transform: uppercase;
	color:#e86a10;
	width:100%;
	text-align:center;	
}

body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	color:#000;
	background: #ffffff url(../Images/background.jpg) repeat-x;
	background-attachment: fixed;
}

/*
form, fieldset{
	padding: 0;
	margin: 0;
	border: 0;
	width: auto;
}
*/

a {text-decoration: none;}
a:hover {text-decoration: underline;}
img {border-style: none;}
/*MAIN CONTAINER*/
#main {
}
/*HEADER*/
#header {
}
.logo-container {
	background-color: #ffffff;
	padding-top: 27px;
	padding-bottom: 27px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto 33px auto;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	width: 512px;
}
/*logo*/
.logo{
	display: block;
	width:512px;
	height:50px;
	background: url(../Images/logo_techno_1025x100.png) no-repeat;
	background-size: contain;
	text-indent: -9999px;
	width: 512px;
	height: 50px;
}
.logo a{
	display:block;
	height:100%;
}
/*HOME*/
/*CONTAINER*/
#container {
}
.container-holder{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.heading{
	height: 33px;
	overflow:hidden;
	background: linear-gradient(to bottom, rgb(90,90,90) 0%,rgb(70,70,70) 50%,rgb(60,60,60) 51%,rgb(35,35,35) 100%);
}
.heading h2,
.heading h1
{
	margin:0;
	line-height: 33px;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.8);
	text-align: left;
	text-indent: 10px;
	text-transform: uppercase;
	letter-spacing: -1px;
	text-shadow: -1px -1px 0 rgb(35, 35, 35), 1px -1px 0 rgb(35, 35, 35), -1px 1px 0 #000, 1px 1px 0 rgb(35, 35, 35);
}
.heading h2 strong,
.heading h1 strong
{
	color: rgba(232, 106, 16, 0.8); /* #E86A10 en format rgb pcq IE11 ne supporte pas le format #rrggbbaa*/
} 

/*content*/
.content {
	margin-left: 33px;
	margin-right: 33px;
	border-radius: 6px;
	overflow: hidden;
}
.content a{position: relative;}
.content .bottom{
	background-color: #ffffff;
	padding-left: 58px;
	padding-right: 58px;
	padding-top: 40px;
	padding-bottom: 40px;
}
.content .bottom .row {
	overflow:hidden;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.content .bottom .row .column{
	width:164px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
	margin-right: 30px;
}
.content .bottom .row .column img {
	display:block;
	border-radius: 6px;
	box-shadow: inset 0px 0px 4px 1px #373738;
}
.content .bottom .row .column div {
	border-radius: 6px;
	box-shadow: inset 0px 0px 4px 1px #373738;
	height: 72px;
	width: 164px;
}
.content .bottom .row .column strong{
	font-size: 110%;
	display: block;
	padding: 0 0 6px 10px;
	text-transform: uppercase;
}
.content .bottom .row .column strong a{color:#e86a10;}
.content .bottom .row .column strong a span{color:#fff;}
.content .bottom .row .column strong a:hover{
	color:#f5bc67;
	text-decoration: none;
}
.content .bottom .row .column strong a:hover span{color:#f5bc67;}
.content .bottom .row .column .menu{
	margin:0;
	padding:5px 0 0 15px;
	list-style:none;
	font-size: 110%;
	line-height: 1.6;
}
.menu li{
	width: 100%;
	overflow: hidden;
}
.menu li a{
	padding: 0 0 0 9px;
	background: url(../Images/grey-arrow.gif) no-repeat 0 55%;
	color:#fff;
}
.menu li a:hover{
	background:url(../Images/hover-arrow.gif) no-repeat 0 55%;
	color:#f5bc67;
	text-decoration:none;
}
/*side-column*/
.side-column{
	white-space: nowrap;
}
.side-column > :first-child,
.info-column :first-child {	border-top-left-radius: 6px; border-top-right-radius: 6px; }
.side-column > :last-child,
.info-column > :last-child {	border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; }

.side-column .bottom {
	background-color: #e86a10;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 1em;
	position: relative;
}
.banner{
	position: absolute;
	left:0;
	bottom:-25px;
	z-index: 50;
}

/******************************************************************/
.enter-form{
	overflow: hidden;
	padding: 15px 10px 15px 10px;
	font-size: 110%;
}
.enter-form .row{
	width:100%;
	overflow:hidden;
}
.enter-form form,
.enter-form fieldset{
	padding: 0;
	margin: 0;
	border: 0;
	width: auto;
}
.enter-form input{
	width: 137px;
	border: 1px solid #a7a6aa;
	padding: 2px;
	margin: 0 0 3px;
	background: linear-gradient(to bottom, #d1d1d1 0%, #dfdfdf 10%, #ffffff 50%, #ffffff 100%);
}
.enter-form label{
	color:#fff;
	display: block;
	padding: 0 0 2px 2px;
	font-weight: bold;
}
.enter-form .row label{float:left;}
.garder{font-weight: normal !important;}
.enter-form .row input{
	width:13px;
	height:13px;
	float:left;
	margin: 3px 0 0 4px;
}

.enter-form .button,
.bigbutton,
.bigselect {
	display: block;
	height: 29px;
	overflow: hidden;
	color:#fff;
	font-size: 12px;
	line-height: 2.5;
	text-decoration: none;
	font-weight: bold;
	background: linear-gradient(to bottom, rgb(229,155,23) 0%,rgb(247,165,25) 7%,rgb(255,149,23) 50%,rgb(255,136,21) 51%,rgb(241,116,18) 93%,rgb(229,105,16) 100%);
	border: none;
	border-radius: 4px;
	box-shadow: inset 0px 0px 4px 1px #cc5d0e;
	margin: 8px 0 8px;
	padding: 0px;
}

.button span,
.bigbutton span {
	display: block;
	padding: 0 15px 0 15px;
	overflow-x: hidden;
	text-overflow: ellipsis;
}

.bigselect {
	padding: 0 15px 0 15px;
}

.bigselect option {
	background-color: initial;
	color: initial;
}

.enter-form .button:hover{text-decoration:none;}
.questions{
	margin:0;
	padding:0;
	list-style:none;
	overflow: hidden;
	font-size: 8pt;
}
.questions li{
	width: 100%;
	vertical-align: top;
	overflow: hidden;
	padding: 0 0 2px;
}
.questions li a{
	text-decoration: underline;
	color:#f5bc67;
}
.questions li a:hover{color:#fff;}
/*info-column*/
.info-column{
	width: 20vw;
	justify-self: flex-end;
	font-size: 8pt;
}
.info-column .bottom{
	overflow: hidden;
	padding:0 2px 10px;
	background-color: #ffffff;
}
.list{
	margin:0;
	padding:0 0 10px;
	list-style:none;
}
.list li{
	padding: 14px 30px 11px 12px;
	overflow:hidden;
	border-bottom: 1px dotted #373738;
}
.list li strong{
	display:block;
	margin: 0 0 3px;
}
.list li strong a{color:#e86a10;}
.list li strong a:hover{
	color:#365c70;
	text-decoration: none;
}
.list li p{margin: 0 0 8px;}
.list li .link{
	padding: 0 0 0 16px;
	background-position:0 65%;
	float: none;
}
.link{
	float: right;
	margin:0 10px 0 0;
	background: url(../Images/arrow.gif) no-repeat 100% 65%;
	font-weight: bold;
	color: #373738;
	padding: 0 16px 0 0;
	line-height: 14px;
}
.link:hover{
	text-decoration:none;
	color:#6c6c6c;
}
.lbr-box {
	border-left: 1px solid #373738;
	border-right: 1px solid #373738;
	border-bottom: 1px solid #373738;
	box-sizing: border-box;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
/*INNER*/
#container-inner {
}
.container-holder-inner{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.content-inner {
	margin-left: 33px;
	margin-right: 33px;
	background: #ffffff;
	border-radius: 6px;
	border: 1px solid #373738;
	box-sizing: border-box;
	font-size: 110%;
	margin-right: 1px;
	flex-grow: 1;
}
.content-inner .bottom{
	overflow: hidden;
	padding: 18px 30px 20px;
}
.content-inner .row{
	width: 100%;
	overflow: hidden;
}
.content-inner h1,
.content-inner h2{
	font-weight: bold;
	font-size: 200%;
	line-height: 1.0;
	margin: 0 0 13px;
	text-transform: uppercase;
	color:#e86a10;
}
.content-inner h1 span{
	display: block;
	color:#636466;
}
.top-nav{
	margin:0;
	padding:0 0 40px;
	list-style:none;
	float:left;
	font-weight: bold;
	line-height: 18px;
}
.top-nav li{
	float:left;
	padding: 0 13px 0 0;
}
.top-nav a{
	text-decoration: underline;
	color:#636466;
}
.top-nav span{color:#000000;}
.top-nav a:hover{color:#e86a10;}
.content-inner p{margin: 0 0 16px;}
.content-inner .cite{
	color:#636466;
	margin: 0 0 16px;
}
.content-inner .cite span{color:#4e84a2;}
.content-inner .cite cite{font-style: italic;}
.content-inner p a{
	color:#e86a10;
	font-weight: bold;
	text-decoration:underline;
}
.content-inner span{
	color:#4e84a2;
	font-weight: bold;
}
.content-inner p a:hover{text-decoration:none;}
.content-inner .row .column{
	width: 210px;
	padding: 0 25px 0 0;
	float:left;
}
.content-inner h3{
	margin: 0 0 3px;
	font-size: 180%;
	color:#e86a10;
	font-weight: normal;
}
.content-inner h3 span{color:#636466;}
.holder{
	width: 100%;
	overflow: hidden;
	padding: 15px 0 0;
}
.tenir{width: auto !important;}
.side-column-holder{
	float: left;
}
.inner .side-column-holder .side-column{float:none;}
.inner .side-block{
	float:none;
	width: 160px;
	padding:25px 0 0 10px;
	background: none;
}
.inner .side-block dl{padding:0 0 10px;}
.inner .side-block dt{
	width:43px;
	color:#a7c2d1;
}
#container-inner .bottom hr {
	padding:0px 0 0px 0;
	/*color:#999999;
	height:1px;*/
	/* For Firefox */
	height: 0; 
	border-width: 1px 0 0 0; /* remove all borders except the top one */ 
	border-style: solid; 
	border-color: #CCCCCC; 

}
.detail{
	display:block;
	font-size: 90%;
	line-height: 14px;
	color:#636466;
	font-weight: normal;
}
.description{
	width: 315px;
	float: right;
}
.description h4{
	font-size:110%;
	line-height:14px;
	margin:0;
	color:#e86a10;
}
.villes{
	font-weight: bold;
	background: none;
	/*padding: 0 0 50px;*/
}
.villes table{background: none;}
.villes table td{padding:7px 0 7px 10px !important;}
.villes table .column1{width:240px !important;}
.villes table .column2{
	width:38px !important;
	text-align: center;
}
.villes table .column3{
	width:90px !important;
	text-align: center;
}
.villes table .column4{width:200px !important;}
.villes .detail{padding-left:10px;}
/*FOOTER*/
#footer {
}
.inner #footer{
}
.banners{
	margin:0;
	padding: 20px 0 20px 0px;
	list-style:none;
	overflow: hidden;
}
.banners li{
	display:inline;
	padding: 0 27px 0 0;
}
.banners li a img {
	opacity: 0.20;
}
#footer p{
	margin:0;
	clear: both;
}
#footer p{color:#6c6c6c;}
#footer p span{
	display: block;
}
#footer p span a{color:#373738;}
.inner #footer p span{display:inline;}
.side-block{
	float:right;
	width: 208px;
	padding:0 0 0 18px;
	color: #000000;
}
#footer .side-block p{color:#fff;}
.side-block dl{
	margin:0;
	padding:0 0 18px;
}
.side-block dl a{
	color:#fff;
	text-decoration: underline;
}
.side-block dl a:hover{text-decoration: none;}
.side-block dt{
	float:left;
	width:77px;
}
.side-block dd{margin:0;}

.document-frame { width: 100%; height: 100%; min-height: 100ex; border: none; }

/*****************************************************************************
 * Acces
 */
td.noPageActive > a,
td.noPageActive > span { padding-left: 0.25em; padding-right: 0.25em; }

/*****************************************************************************
 * GestionSecur
 */
tr.inactif { background-color: #cccccc; }
