.automate_status {margin-top:0px;margin-left:10px;}

.panneau_controleur{
	background-image:url(../img/automate/barre2.png);
	background-repeat:no-repeat;
	background-position:left;
	width:auto;
}

.grey{
	background-image:url(../img/automate/stop.png);
	background-repeat:no-repeat;
	background-position: center;
	width: 40px;
	height: 40px;
	border:0px;
	cursor:pointer;
	background-color: transparent;


}
.red{
	background-image:url(../img/automate/urgent.png);
	background-repeat:no-repeat;
	background-position: center;
	width: 40px;
	height: 40px;
	border:0px;
	cursor:pointer;
	background-color: transparent;

}
.green{
	background-image:url(../img/automate/play.png);
	background-repeat:no-repeat;
	background-position: center;
	width: 40px;
	height: 40px;
	border:0px;
	cursor:pointer;
	background-color: transparent;

}

.run{
	background-image:url(../img/automate/run.png);
	background-repeat:no-repeat;
	background-position: center;
	width: 30px;
	height: 30px;
	border:0px;
	cursor:pointer;
	background-color: transparent;

}