@charset "UTF-8";
/* CSS Document */

html{
	height:100%;
	width:100%;
}
body {
    background-color: #eee; 
    color: #222;
    font-family: Helvetica; 
    font-size: 14px;
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
}

form{
	padding:0px;
	margin:0px;
	display: inline;
}

#header h1 {
    background-color: #009AC8;
    border-bottom: 1px solid #666;
    color: #FFFFFF;
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0px;
    text-align: center;
    text-decoration: none;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#03bef6), to(#0185ad));
	margin: 0px;
}

.titrehaut{
	color: #FFFFFF;
	font-weight: bold;
	    font-size: 20px;
		    text-align: center;
    text-decoration: none;
}

#header h5 {
    background-color: #ffcc99;
    border-bottom: 1px solid #666;
    color: #000;
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 0;
	margin: 0px;
	margin-top:-16px;
    text-align: center;
    text-decoration: none;
	
}

#etat{
	background-color: #DDDDDD;
    color: #666666;
    display: table;
    font-size: 12px;
    padding: 5px;
    text-align: center;
    text-decoration: none;
	margin-left:2%;
	margin-right:2%;
	border:1px solid #BBBBBB;
	width:94%; 
}
.webcam-img{
	border: 1px solid #666;
}
.webcam{
	display: block;
	float: left;
	width: 20%;
	height: 175px;
	min-width: 290px;
	background-color: #FFF;
    color: #666666;
    padding: 5px;
    padding-top: 17px;
    margin: 0px;
    font-size: 8px;
    text-align: center;
    text-decoration: none;	
	border-left:1px solid #BBBBBB;
	border-top:1px solid #BBBBBB;
	
}


#password{
	font-size:25px;
	border:1px solid #009AC8;
	color:#009AC8;
	padding:4px;
	margin:10px;
	height:30px;
	font-family: Helvetica; 
}

.bouton{
	background-color:#eee;
	padding:5px 15px 5px 15px;
	border:1px solid #009AC8;
	font-family: Helvetica;
	color:#007ea4;
	height:30px;
	font-size:14px;
	font-weight:bold;
	margin:10px;
}

#menu{
   margin-left: 1%;
   margin-right: 1%;
   margin-bottom:10px;
   margin-top:10px;
   padding: 0px 0px 0px 0px;
   display: block;
   overflow: hidden;
}

#loginbox{
	background-color: #009AC8;
	  box-shadow: 2px 2px 2px #999999; 
   margin:10px;
   padding: 0px;
   display: block;
   width:300px;
   height:300px;
   	-webkit-border-radius: 150px;
	border-radius:150px;
	-moz-border-radius:150px;
	border: 2px solid #009AC8;
	overflow:hidden;
	
}

#loginbox ul {
	width: 100%;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#loginbox li{
 height:50px;
 	color: #fff;
}
#loginbox #titre {
 height:80px;
    font-size: 11px;
	letter-spacing:4px;
	text-align:center;
    padding: 3px 3px;
    text-decoration: none;
	margin-top:0px;
	margin:0px;
	
}
#loginbox #formulaire {
	height:100px;
    color: #009AC8;
	background-color:#fff;
    font-size: 12px;
	letter-spacing:2px;
	text-align:center;
    padding: 8px 6px;
    text-decoration: none;
	margin-top:0px;
	margin:0px;
	
}
#loginbox #bouton {
	height:60px;
	color: #fff;
	background-color: #117B9D;
	font-size: 13px;
	width: 200px;
	letter-spacing: 3px;
	text-align: center;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	margin: 0px;
	box-shadow: 2px 2px 2px #666;
	-webkit-border-radius: 6px;
	border-radius:6px;
	-moz-border-radius:6px;
}

form{
	margin:0px;
}
#menu ul {
	width: 100%;
    list-style: none;
    margin: 0px;
    padding: 0px;
	display:inline;
	
}

#menu li h3 {
	min-width: 290px;
    background-color: #009AC8;
    border: 1px solid #999999;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    font-weight: bold;
	text-align:center;
    margin-bottom: -1px;
    padding: 8px 6px;
    text-decoration: none;
	margin-top:0px;
	margin:0px;
	
}

#menu ul li #item {
	min-width: 280px;
    background-color: #FFFFFF;
    border: 1px solid #999999;
	border-bottom:0px;
	font-weight: bold;
    color: #000000;
    display: block;
    margin-bottom: -1px;
    padding: 12px 10px;
    text-decoration: none;
	overflow: auto;
	margin-top:0px;
	text-align:left;
	margin:0px 0px 0px 0px;
}
.intertitre{
	background-color: #EEEEEE;
    border: 1px solid #999999;
	border-bottom:0px;
	font-weight: bold;
    color: #FFFFF;
    display: block;
	font-size: 14px;
    margin-bottom: -1px;
    padding: 5px 5px;
    text-decoration: none;
	margin-top:0px;
	text-align:center;
	margin:0px 0px 0px 0px;
}
.item-machine {
    background-color: #FFFFFF;
    border: 1px solid #999999;
	border-bottom:0px;
	font-weight: bold;
    color: #000000;
	display:block;
	overflow: auto;
	clear:left;
    margin-bottom: -1px;
    padding: 6px 6px 6px 6px;
    text-decoration: none;
	margin-top:0px;
	text-align:left;
	margin:0px 0px 0px 0px;
}

#menu ul li #fonction {
    background-color: #FFFFFF;
    border: 1px solid #999999;
	border-bottom:0px;
	font-weight: bold;
    color: #009AC8;
    display: block;
    margin-bottom: -1px;
    padding: 12px 10px;
    text-decoration: none;
	margin-top:0px;
	text-align:center;
	margin:0px 0px 0px 0px;
}

.fonctionsligne{
    background-color: #FFF;
	border: 1px solid #999999;
	border-bottom: 0px solid #999999;
	overflow:hidden;
}
#menu ul li .fonctionicon {
    background-color: #FFFFFF;
    #border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	float:left;
	font-weight: bold;
	color: #009AC8;
    text-decoration: none;
	text-align:center;
	font-size:12px;
	width:25%;
	min-width:150px;
	height:100px;
	padding:0px;
}

#menu ul li .fonctionicon:hover {
	background-color: #bde0ee;
	cursor:pointer;
    color: #000;
}
.titre{
    font-size: 15px;
    font-weight: bold;
	text-align:left;
}

.nomadmin{
    font-size: 20px;
background: transparent;
 width: 154px;
 padding: 0px 0px 0px 5px;
 font-size: 14px;
 border: 0;
 border-radius: 0;
 height: 26px;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 width: 154px;
 height: 26px;
 overflow: hidden;
 background: #f4f4f4;
 border: 1px solid #ccc;
 cursor:pointer;
}


.erreur{
	color:#F75E5F;
}
.etatValeur{
    font-size: 16px;
    font-weight: bold;
	color:#009AC8;
	text-shadow: 0 0 4px #74deff;
	text-align:center;
	margin-bottom:0px;
}
.titrelaverie{
font-size: 16px;
font-weight: normal;
color:#009AC8;
letter-spacing: 1px;
text-align:center;	
}
.etatON{
    font-size: 25px;
    font-weight: bold;
	text-align:left;
	color:#009AC8;
	text-shadow: 0 0 4px #74deff;
	text-align:center;
	margin-bottom:-4px;
}
.etatOFF{
    font-size: 25px;
    font-weight: bold;
	text-align:left;
	color:#DDD;
	text-align:center;

}

.soustitre{
    font-size: 10px;
}
.textefixe{
	letter-spacing: 2px;
	color: #666;
	font: normal 15px "Courier New", Courier, mono;
}
.petit{
    font-size: 10px;
	font-weight:normal;
}
.valeur{
	font-size: 15px;
    font-weight: bold;
}

.nummachine{
    font-size: 13px;
	color:#fff;
	padding:0px;
	text-align:center;
	line-height:24px;
	width: 24px;
    height: 24px;
    border-radius: 14px;
    background-color: #1b67b2;
    border-color: #1b67b2;
    border: solid 2px #1b67b2;
}

.nummachine_gris{
    font-size: 13px;
	color:#fff;
	padding:0px;
	text-align:center;
	line-height:25px;
	width:25px;
	height:25px;
	background-image:url(../img/bgnum-gris.png);
}
.nummachine_orange{
    font-size: 13px;
	color:#fff;
	padding:0px;
	text-align:center;
	line-height:25px;
	width:25px;
	height:25px;
	background-image:url(../img/bgnum-orange.png);
}

.box{
	border:1px solid #999;
	position:static;
	-moz-border-radius: 8px; 
  	-webkit-border-radius: 8px; 
  	border-radius: 8px; 
	height:18px;
	z-index:2;
	overflow:hidden;
	padding:0px;
	margin: 0px;
	
}
.bar{
	position:static;
	height:18px;
	font-size: 9px;
	font-weight:normal;
	color: #000;
	margin:0px;
	z-index:5;
	background-color:#EFEFEF;
	padding:4px 0px 0px 5px;
	letter-spacing:1px;
	text-align:center;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-top-left-radius:8px;
	border-bottom-left-radius:8px;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-bottomleft:8px;
}
#content {
    padding: 0px;
}

#menu ul li:first-child h3 {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	border-bottom:0px;
		overflow: hidden;
}
#menu ul li:last-child h3 {
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	overflow: hidden;
}

#etat {
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
}

/* STYLE MODAL */

.mod-entete{
	   background-color: #009AC8;
    border: 1px solid #999999;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
	text-align:center;
    margin-bottom: -1px;
    padding: 8px 6px;
    text-decoration: none;
	margin-top:0px;
	margin:0px;
}
.mod-entete2{
	   background-color: #bde0ee;
    border: 1px solid #999999;
    color: #OOO;
    font-size: 14px;
    font-weight: bold;
	text-align:center;
    margin-bottom: -1px;
    padding: 8px 6px;
    text-decoration: none;
	margin-top:0px;
	margin:0px;
}

.mod-message{
	padding:10px;
	font-size: 15px;
	font-weight: bold;
}
.mod-input{
   font-size: 18px;
   font-weight: bold;
   padding: 5px 10px;
   text-align:right;
   border: 1px solid #999999;
}
.mod-bouton{
    color: #FFFFFF;
   font-size: 14px;
   letter-spacing: 1px;
   text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4);
   border: 1px solid #01789c;
   box-shadow: -2px 2px 2px #999999;
	text-align:center;
	font-weight: normal;
    padding: 10px 10px;
	margin: 10px;
	min-width: 100px;
	text-decoration: none;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
   background-color: #009AC8;
   -webkit-appearance: none;
}

.form-bouton{
   background-color: #FFF;
   color: #000;
   font-size: 10px;
    font-weight: normal;
	text-align:center;
    margin-bottom: -1px;
    padding: 2px 2px;
	margin:0px;
	width:75px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}


.form-bouton[disabled]{
   background-color: #FFF;
   color: #AAA;
   font-size: 10px;
    font-weight: normal;
	text-align:center;
    margin-bottom: -1px;
    padding: 2px 2px;
	margin:0px;
	width:75px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

/* MODAL WINDOW */
	#overlay-decorator {
	  	background:#DDD;
		height:100%;
	  	width:100%;
	  	position:absolute;
		top:0;
		left:0;
	  	opacity:0.8;
		z-index:2000;
		display:block;
	}
	#overlay-wrap {
		height:100%;
		width:100%;
		display:block;
		position:absolute;
		top:0;
		left:0;
		z-index:2001;
	}
	.overlay {
		z-index:2002;
		position:relative;
		margin:0 auto;
		display:table;
		height:100%;
		vertical-align:middle;
		width:300px;
	}
	.dialog-wrap {
		display:table-cell;
		vertical-align:middle;
	}
	
	#body {
		overflow:visible;
		height:100%;
		width:100%;
		padding:0;
		margin:0;
	}
	#modal {
		display:none;
	}
	.modal #modal {
		display:block;
	}
	#content-modal {
		
	}
	:focus {
		outline: 0;
	}
	.dialog {
		background:#FFF;
		border:0px;
		padding:0px;
		border: 1px solid #999999;
	}
	
	.cache{
		display:none;
	}

/* Login */

	#footer{
			padding:0px 10px 0px 10px;
			margin:10px 0px 10px 0px;
	}
	.login{
		float:left;
		background:#DDDDDD;
		color: #666666;
		font-size:10px;
		padding:6px;
		margin:2px;
		text-decoration:none;
		font-weight:normal;
		border: 1px solid #999999;
		-moz-border-radius: 8px;
    	-webkit-border-radius: 8px;
    	-khtml-border-radius: 8px;
		border-radius:8px;
	}
	.loginbleu{
		float:left;
		background:#009AC8;
		color: #FFFFFF;
		font-size:10px;
		padding:6px;
		margin:2px;
		text-decoration:none;
		font-weight:normal;
		border: 1px solid #999999;
		-moz-border-radius: 8px;
    	-webkit-border-radius: 8px;
    	-khtml-border-radius: 8px;
		border-radius:8px;
	}
	
	
	#menulogin{
		display:none;
		margin:4px;
	}
	.itemlogin{
		display:block;
		padding:6px;
		text-decoration:none;
		color: #666666;
		font-weight:bold;
	}
	#logo{
		float:right;
		display:inline-block;
		text-align:right;
	}
	.left{
		float:left;
		padding-right:10px;
		word-wrap: break-word;
	}
	.right{
		float:right;
		padding-left:10px;
	}
	
	#refreshbutton{
		position:fixed;
		background:#009AC8;
		height:25px;
		width:50px;
		bottom:0px;
		right:0px;
	}