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 */
}
/* ============================================================= */
#divFbk{
	font-weight: bold;
}
#divMain{
	display: block;
	position: relative;
	padding: 3px;
	width: 900px;
	margin: auto;
	background-color: #444;
}
#divHeader{
	display: block;
	float: left;
	position: relative;
	width: 894px; /* 800 moins deux fois le marging */
	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: 894px;
	height: 300px;
	margin: 3px;
	background-color: #777777;
	padding:1px 0;
/*	border: 1px solid black;*/
}

#canvas2{
	display: block;
	float: left;
	position: relative;
	width: 894px;
	height: 220px;
	margin: 3px;
	background-color: #777777;
	padding:1px 0;
/*	border: 1px solid black;*/
}

#divProgEdit{
	display: block;
	float: left;
	position: relative;
	width: 894px;
/*	height: 250px;*/
	margin: 3px;
	background-color: #777777;
	padding:1px 0;
}

#divActions1{
	display: block;
	float: left;
	position: relative;
	width: 392px;
/*	height: 240px;*/
	margin: 3px;
	background-color: #777777;
	padding:1px 0;
}

#divActions2{
	display: block;
	float: right;
	position: relative;
	width: 490px;
/*	height: 240px;*/
	margin: 3px;
	background-color: #777777;
	padding:1px 0;
}

#sourceJS
{
float: left;
width: 480px;
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;
}

#sourceJS2
{
float: left;
width: 480px;
margin: 1px;
height: 292px;
/*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: 384px;
	height: 16px;
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
	margin: 1px;
	padding: 0 2px;
	text-align: left;
}

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

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

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

.t1 {font-family: Wallpoet; font-size: 20px; color: #fff;}
.t2 {font-family: Flamenco; font-size: 22px; color: #ff0;}
/* ============================================================= */
.pHeader{
	padding: 1px 1px;
	margin: 2px 2px;
	text-align:center;
	background-color: #99f;
	color: #000;
/*	background-color: #ffc942;*/
}
/* ============================================================= */
.divPopup{
	position: absolute;
	background-color: #f1f1f1;
	border: solid 3px #666666;
	padding: 5px;
}
/* ============================================================= */
.btnGo{
	width: 390px;
/*	height: 30px;*/
	margin: 1px;
	border: 1px solid #222;
	cursor: pointer;
	font-weight: bold;
	color: white;
	background-color: #228b22;
}
.btnEx{
	width: 183px;
/*	height: 30px;*/
	margin: 1px;
	border: 1px solid #222;
	cursor: pointer;
	font-weight: bold;
	color: black;
	background-color: yellow;
}
.btnGoEx{
	width: 200px;
/*	height: 30px;*/
	margin: 1px;
	border: 1px solid #222;
	cursor: pointer;
	font-weight: bold;
	color: white;
	background-color: #228b22;
}
.btnGo1{
	width: 390px;
	height: 20px;
	margin: 1px;
	border: 1px solid #222;
	cursor: pointer;
	font-weight: bold;
	color: white;
	background-color: #228b22;
}
.btnGo6{
	width: 139px;
	height: 20px;
	margin: 1px;
	border: 1px solid #222;
	cursor: pointer;
	font-weight: bold;
	color: white;
	background-color: #228b22;
}
.btnVit{
	width: 124px;
	height: 20px;
	margin: 1px;
	border: 1px solid #222;
	cursor: pointer;
	font-weight: bold;
	color: white;
	text-align: center;
	background-color: blue;
}
/* ============================================================= */
.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: 885px;
	height: 35px;
	background-color: #ffc;
	color: #000;
	border: 1px solid #000;
	margin: 1px;
	padding: 0 2px;
	text-align: left;
	font-weight: bold;
	text-align: left;
}
.divMsg1{
	position: relative;
	width: 880px;
	height: 30px;
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
	margin: 1px;
	padding: 0 2px;
	text-align: left;
	font-weight: bold;
	text-align: left;
}
/* ============================================================= */
