/*Général*/
select .it { text-align:center; } 
html,body{
	margin:0;
	padding:0;
	height:100%;
	
}
body{
	padding-top:60px;
	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;

}
.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:60px;
	margin:0px 40px 40px 40px;
}

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

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

	color:#000000;

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


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


}


/*Menu*/
#left{
	width:150px;
	position:fixed;
	left:0;
	top:60px;
	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:40px;
	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;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 180px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

@-webkit-keyframes rotate { 
    from { -webkit-transform: rotate(0deg) }
    to { -webkit-transform: rotate(360deg) }
}
@-moz-keyframes rotate { 
    from { -moz-transform: rotate(0deg) }
    to { -moz-transform: rotate(360deg) }
}
@-o-keyframes rotate { 
    from { -o-transform: rotate(0deg) }
    to { -o-transform: rotate(180deg) }
}
@-ms-keyframes rotate { 
    from { -ms-transform: rotate(0deg) }
    to { -ms-transform: rotate(360deg) }
}
.arc-hider {
    width: 30px;
    height: 30px;
    border-radius: 60px;
    border: 6px solid #36669F;
    position: absolute;
    left: 45%;
    z-index: 5;
    clip: rect(0px 21px 21px 0px);
    -webkit-animation: rotate 2s linear infinite 0s;-moz-animation: rotate 2s linear infinite 0s;-o-animation: rotate 2s linear infinite 0s;-ms-animation: rotate 2s linear infinite 0s;
    animation: rotate 2s linear infinite 0s;
}

