body {
	display: block;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}
h1 {
	display: block;
	text-align:center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
input {
	display: inline-block;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* ============================================================= */
.link{
	cursor: pointer;
}
.clear{
	clear: both;
}
/* ============================================================= */
.inner-layout-container {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 100%;  /* Nécessaire pour voir qqchose */
}
#robotRun.inner-layout-container {
	display: none;  /* Caché au départ */
}
/* ============================================================= */
#divFbk{
	font-weight: bold;
}
#divMain{
	display: block;
	position: relative;
	padding: 3px;
	width: 800px;
	margin: auto;
	background-color: #444;
}
#divHeader{
	display: block;
	float: left;
	position: relative;
	width: 794px; /* 800 moins deux fois le padding */
	height: 30px;
	margin: 3px;
	background-color: #999999;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	padding:1px 0;
}
#canvas{
	display: block;
	float: left;
	position: relative;
	width: 450px;
	height: 620px;
	margin: 3px;
	background-color: #777777;
	padding:1px 0;
/*	border: 1px solid black;*/
}
#imageDepart{
	display: block;
	float: left;
	position: relative;
	width: 450px;
	height: 620px;
	margin: 3px;
	background-color: #777777;
	padding:1px 0;
/*	border: 1px solid black;*/
}
#divProgEdit{
	display: block;
	float: left;
	position: relative;
	width: 142px;
	height: 620px;
	margin: 3px;
	background-color: #777777;
	padding:1px 0;
}
#divProgRun{
	display: block;
	float: left;
	position: relative;
	width: 142px;
	height: 620px;
	margin: 3px;
	background-color: #777777;
	padding:1px 0;
}
#divTools{
	display: block;
	float: left;
	position: relative;
	width: 190px;
	height: 620px;
	margin: 3px;
	background-color: #909090;
	padding:1px 0;
}
/*#divAnimation{
	display: block;
	float: left;
	position: relative;
	width: 794px;
	height: 120px;
	margin: 3px;
	background-color: #fff;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	text-align: center;
	padding:1px 0;
}*/
.t1 
{
	font-family: 'Play', verdana, arial, sans-serif; 
	font-size: 20px; 
	color: #ffffff;
}
.t2 
{
	font-family: 'Play', verdana, arial, sans-serif; 
	font-size: 20px; 
	color: #ff0;
}
.grise {
	border-style: solid;
	border-width: 1px;
	border-color: #800000;
	padding: 3px;
}
.divRowNumber{
	cursor: row-resize;
	float: left;
	width: 15px;
	height: 18px;
	padding-top:1px;
	text-align:center;
	background-color: #ccc;
	color: #000;
	border-bottom: 1px solid #ffffff;
}
.divRowNumberRun{
	float: left;
	width: 15px;
	height: 18px;
	padding-top:1px;
	text-align:center;
	background-color: #ccc;
	color: #000;
	border-bottom: 1px solid #ffffff;
}
.divRow{
	position: relative;
	float: left;
	width: 125px;
	height: 19px;
	color: #ffffff;
	background-color: #777777;
	border-bottom: 1px dotted #ffffff;
}
.divPopup{
	position: absolute;
	background-color: #f1f1f1;
	border: solid 3px #666666;
	padding: 5px;
}
/* ============================================================= */
.pHeader{
	margin: 1px 3px 1px 1px;
	text-align:center;
	background-color: #ffc942;
	border: 1px solid #000;
}
.pHeader2{
	margin: 1px 3px 1px 1px;
	text-align:center;
	color: white;
	background-color: #6a5acd;
	border: 1px solid #000;
}
/* ============================================================= */
.btnAction{
	width: 89px;
	height: 35px;
	margin: 1px;
	border: 1px solid #222;
	cursor: pointer;
	font-weight: bold;
	background-color: #ccc;
}
.btnRun{
	width: 40px;
	height: 20px;
	margin: 1px;
	border: 1px solid #222;
	cursor: pointer;
	font-weight: bold;
	color: white;
	background-color: #00c;
}
.btnGo{
	width: 187px;
	height: 30px;
	margin: 1px;
	border: 1px solid #222;
	cursor: pointer;
	font-weight: bold;
	color: white;
	background-color: #228b22;
}
.btnPas{
	width: 187px;
	height: 30px;
	margin: 1px;
	border: 1px solid #222;
	cursor: pointer;
	font-weight: bold;
	color: white;
	background-color: #800080;
}
.btnPas:active {
    background-color: #aaa;
  }
#btnTester{
	background-color: #44b514;
}
#btnMenuEdit{
	background-color: #f22222;
}
#btnMenuRun{
	background-color: #f22222;
}
#btnQuitter{
	background-color: #f22222;
}
#btnQuitterEdit{
	background-color: #f22222;
	color: white;
}
#btnQuitterRun{
	background-color: #f22222;
	color: white;
}
#btnCorriger{
	background-color: #ff8c00;
	color: white;
}

/* ============================================================= */
.divBox{
	position: relative;
	float: left;
	/* == No text selection in DIV == */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.divDrag{
	cursor: move;
}
.divRowCell{
	cursor: move;
}
/* ============================================================= */
.divCopiable{
	/* Classe vide permettant de tirer des éléments du sabot */
	cursor: move;
}
.divDeplacable{
	/* Classe vide permettant de déplacer des éléments du tableau magnétique */
	cursor: move;
}
.divRun{
	/* Ne sert qu'à identifier les éléments du tableau magnétique en mode Run */
}
.divOP{
	width: 40px;
	height: 16px;
	background-color: #d00;
	color: #000;
	border: 1px solid #000;
	margin: 1px;
	text-align: center;
}
.divSC{
	height: 16px;
	margin: 1px;
	text-align: center;
}
.divSCC{
	background-color: #99c;
	color: #000;
	border: 1px solid #000;
	width: 45px;
}
.divSCR{
	background-color: #9c9;
	color: #000;
	border: 1px solid #000;
}
.divSCR1{
	width: 60px;
}
.divSCR2{
	width: 110px;
}
.divSCT{
	background-color: #c9c;
	color: #000;
	border: 1px solid #000;
}
.divSCT1{
	width: 70px;
}
.divSCT2{
	width: 45px;
}
.divSCT3{
	width: 100px;
}
.divFIN{
	width: 120px;
	height: 16px;
	background-color: #000;
	color: #fff;
	font-weight: bold;
	border: 1px solid #000;
	margin: 1px;
	padding: 0 2px;
	text-align: center;
}
.divDepart{
	position: relative;
	width: 222px;
	height: 50px;
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
	margin: 1px;
	padding: 0 2px;
	text-align: left;
}
.divArrivee{
	position: relative;
	width: 182px;
	height: 100px;
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
	margin: 1px;
	padding: 0 2px;
	text-align: left;
}
.divIndent{
	float:left;
	width: 25px;
	height: 18px;
}
/* ============================================================= */
