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: 20px;
}
p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
}
.p2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 120%;
}
.p3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 120%;
}
input {
	display: inline-block;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor: pointer;
}
select {
	display: inline-block;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
td
{
/*color: #202020;*/
	font-size: 12px;
	text-align: center;
	/*background-color: #E7E4DF;*/
	padding: 5px;
	border: 1px solid #202020;
}

/* ============================================================= */
.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-size: 5px;
	color: #777;
	text-align: center;
}
#divMain{
	display: block;
	position: relative;
	padding: 3px;
	width: 1073px;
	margin: auto;
	background-color: #444;
}
#divHeader{
	display: block;
	float: left;
	position: relative;
	width: 1066px;
	height: 30px;
	margin: 3px;
	background-color: #999999;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	padding:1px 0;
}
#divExercice{
	display: block;
	float: left;
	position: relative;
	width: 560px;
	height: 750px;
	margin: 3px;
	background-color: #F5F5DC;
	text-align: center;
	padding:1px 0;
}
#divAlgorithme{
	display: block;
	float: left;
	position: relative;
	width: 500px;
	height: 750px;
	margin: 3px;
	text-align: center;
	background-color: #FFF8DC;
	padding:1px 0;
}
.t1 {font-family: Wallpoet; font-size: 20px; color: #ffffff;}
.t2 {font-family: Flamenco; font-size: 22px; color: #000;}
.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: 542px;
	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{
	padding: 1px 1px;
/*	margin: 2px 2px;*/
	font-size: 20px;
	text-align:center;
	background-color: #ffc942;
}
.pHeader2{
	padding: 1px 1px;
	margin: 2px 2px;
	text-align:center;
	color: white;
	background-color: #6a5acd;
}
/* ============================================================= */
.btnAction{
	width: 110px;
	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;
}
.btnPas{
	width: 225px;
	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;
}
#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: 200px;
	height: 16px;
	background-color: #000;
	color: #fff;
	font-weight: bold;
	border: 1px solid #000;
	margin: 1px;
	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: 222px;
	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;
}
/* ============================================================= */
