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 */
}
/* ============================================================= */
.divPopup{
	position: absolute;
	background-color: #f1f1f1;
	border: solid 3px #666666;
	padding: 5px;
}
/* ============================================================= */
#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;*/
}
#divProgEdit{
	display: block;
	float: left;
	position: relative;
	width: 337px;
	height: 620px;
	margin: 3px;
	background-color: #777777;
	padding:1px 0;
}
#sourceJS
{
float: left;
width: 326px;
margin: 1px;
height: 220px;
/*padding: .5em 1em;*/
font-family: Consolas, 'Courier New', 'Lucida Console', monospace;
font-size: 13px;
background-color: hsl(215,100%,98%);
color: hsl(35,100%,20%);
border: double #669;
}

.divIE{
	position: relative;
	width: 329px;
	height: 16px;
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
	margin: 1px;
	padding: 0 2px;
	text-align: left;
}

.divIE1{
	position: relative;
	width: 329px;
	height: 32px;
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
	margin: 1px;
	padding: 0 2px;
	text-align: left;
}

.divTE{
	position: relative;
	width: 329px;
	height: 16px;
	background-color: #ff0;
	color: #000;
	border: 1px solid #000;
	margin: 1px;
	padding: 0 2px;
	text-align: left;
}

.divATT{
	position: relative;
	width: 329px;
	height: 16px;
	background-color: #fa8072;
	color: #000;
	border: 1px solid #000;
	margin: 1px;
	padding: 0 2px;
	text-align: left;
}

.t1 {font-family: Wallpoet; font-size: 20px; color: #ffffff;}
.t2 {font-family: Flamenco; font-size: 22px; color: #ff0;}
/* ============================================================= */
.pHeader{
	padding: 1px 1px;
	margin: 2px 2px;
	text-align:center;
	background-color: #ffc942;
}
/* ============================================================= */
.btnGo{
	width: 334px;
	height: 30px;
	margin: 1px;
	border: 1px solid #222;
	cursor: pointer;
	font-weight: bold;
	color: white;
	background-color: #228b22;
}
.btnGo1{
	width: 334px;
	height: 20px;
	margin: 1px;
	border: 1px solid #222;
	cursor: pointer;
	font-weight: bold;
	color: white;
	background-color: #228b22;
}
/* ============================================================= */
.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;
}
/* ============================================================= */
.divMsg{
	position: relative;
	width: 329px;
	height: 100px;
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
	margin: 1px;
	padding: 0 2px;
	text-align: left;
	font-weight: bold;
	text-align: left;
}
/* ============================================================= */
