/*Général*/
select .it { text-align:center; } 
html,body{
	margin:0;
	padding:0;
	height:100%;
	
}
body{
	padding-top:100px;
	margin-top:-100px;
	padding-left:150px;
	margin-left:-150px;
	background:#FFFFFF;
	font-size:12px;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
	
}
a {
	color:#EE4400;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

/*Contenu*/
#outer{
	margin-left:151px;
	position:relative;
	background:#FFFFFF;
	border-left:1px solid #ebebeb;
}
html>body #outer{
	min-height:100%
}
h1{
	display: inline;
	font-size:22px;
	font-style:italic;
	padding-right:10px;
	margin-left:-10px;
	color:#ff4f00;
	border-bottom:2px solid #ff4f00;
}
h2{
	font-size:15px;
	padding-right:10px;
	color:black;
}
table{
	border:3px solid red;
	border-collapse:collapse;

}
thead{
	background-color:#ffe0c0;
	border:1px solid red;
}
thead th a{
	color:#EE4400;
}
tbody {
	background-color:white;
	border:2px solid red;
}
th {
	border:1px dotted red;

	background-color:#ffe0c0;

	color:#EE4400;
}
th a{
	color:#B02802;
}
a.order_asc, a.order_desc:hover{
	padding-right:15px;
	background:transparent url(../images/s_asc.png) right no-repeat;
}
a.order_desc, a.order_asc:hover{
	padding-right:15px;
	background:transparent url(../images/s_desc.png) right no-repeat;
}
iframe{border:0;margin:0;padding:0;width:100%;min-height:600px}

td{
	font-family:sans-serif;

	padding:5px;
	border:1px solid red;
	text-align:center;
}
.fiche td{
	text-align:center;
}
.infos{
	font-size:14px;
}
.titre_cable{
	font-size:16px;
	font-weight:bold;
}
.titre_cable td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}
.mesure{
	background-color:#ff8060;
	border:2px solid red;
}
#inner{
	padding-top:115px;
	margin:0px 40px 40px 40px;
}

/*Haut*/
#header{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100px;
	z-index:999;
	border-bottom:3px solid #B02802;
	
}
#headerinner{
	text-align:center;

	height:60px;
	width:auto;
	position:center;

	color:#000000;

	margin-top:30px;
}
#logo{
	text-align:center;
	height:60px;
	width:auto%;
	position:relative;
	margin-right:90px;
	margin-top:10px;
	float:right;


}
#logo1{
	text-align:center;
	height:60px;
	width:auto%;
	position:relative;
	margin-left:90px;
	margin-top:10px;
	float:left;


}


/*Menu*/
#left{
	width:150px;
	position:fixed;
	left:0;
	top:103px;
	bottom:53px;
	overflow:auto;
}
#left ul {
	margin:0;
	padding:0;
	text-align:center;
}
#left li {
	list-style:none;
	border-bottom:1px solid #ebebeb;
	padding:3px 2px;
	color:#B02802;
	font-size:14px;
		font-weight:bold;

}
#left li:hover {
	background-color:#e25e1e;
}
#left a {
	color:#B02802;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
#left a:hover {
	color:#FFFFFF;
}
#left a:active {
	color:black;
}

/*Bas*/
#footer{
	height:50px;
	background:#FFFFFF;
	border-top:3px solid #B02802;
	position:fixed;
	bottom:0;left:0;
	z-index:999;
	width:100%;
}
#clearfooter{
	height:52px;
	clear:both;
}


/* ie only styles below */
/* mac hide \*/
* html, * html body{
	overflow:hidden;
	height:100%;
}
* html #left {position:absolute;}
* html #headerinner{margin-right:-133px;voice-family: "\"}\""; voice-family:inherit; }
* html #headerinner{margin-right:17px;}
* html #header{position:absolute;}
* html #outer {height:100%;overflow:auto}
* html #inner{height:1%}
* html #footer{
	clear:both;
	margin-top:-51px;
	margin-right:17px;
	position:relative;
	width:auto;
}
/* end hide */.Titre {
	  font-family: Calibri;
	  font-size: 30px;
	  color:#666;


}
.normal {
	font-family: Calibri;
	font-size: 14px;
}

/* add nv */


.art {
  cursor: zoom-in;
  margin: 5vw 0;
}

.art--full {
  cursor: zoom-out;
}

.text {
  margin-bottom: 5vw;
  text-align: center;
}

a {
  color: #8a8a8a;
  text-decoration: none;
}

.digit {
  float: center;
}

.clock {
  --small-hand: 0deg;
  --large-hand: 0deg;
  margin: 0.75%;
 
  border-radius: 50%;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.25);
  float: center;
}


.clock-smallHand,
.clock-largeHand {
  -webkit-transform-origin: 50px center;
          transform-origin: 50px center;
  -webkit-transition: -webkit-transform 5s;
  transition: -webkit-transform 5s;
  transition: transform 5s;
  transition: transform 5s, -webkit-transform 5s;
}

.clock-smallHand {
  -webkit-transform: rotateZ(var(--small-hand));
          transform: rotateZ(var(--small-hand));
}

.clock-largeHand {
  -webkit-transform: rotateZ(var(--large-hand));
          transform: rotateZ(var(--large-hand));
}

.s-hidden {
  display: none;
}

.trigger {
  position: fixed;
  bottom: 0;
  width: 25%;
  height: 5vw;
  cursor: help;
}

.trigger--left {
  left: 0;
}

.trigger--right {
  right: 0;
}

