/* styles pour le scripting avec Forth */

h1{
	top: 1em;
	margin-left : 50px;
	margin-right : 50px;
	margin-bottom : 2em;
	padding-top : 4px;
	text-align: center;
	position: relative;
	color: #160870;
	background-color: #ffff00;
	font-family: arial, helvetica, sans-serif;
	font-size : 170%;
	font-weight : bold;
	border : 3px solid #a0a0a0;
}
h2 {
	top: 1em;
	margin-left : 20px;
	margin-bottom : 1em;
	padding-left : 20px;
	padding-top : 5px;
	position: relative;
	color: #F81B2D;
	background-color: #fffaff;
	font-family: arial, helvetica, sans-serif;
	font-size : 135%;
	font-weight : normal;
	border : 2px solid #a0a0a0;
}
h3 {
	color: #0f0000;
	/* background-color: #ffffca;*/
	font-family: serif, times;
	font-size : 100%;
	text-align: left;
	margin-left : 4%;
	margin-right : 5%;
	border-color : yellow;
	border-left-style : ridge;
	margin-bottom : 1em;
	padding-left : 1em;
}

codeuu {
	color: #0000ff;
	/* background-color: #ffffca;*/
	font-family: arial, helvetica, sans-serif;
	font-size : 100%;
	text-align: left;
	margin-left : 2%;

}
h6 { 	color: #00000f;
	/* background-color: #ffffca;*/
	font-family: courrier;
	font-size : 80%;
	text-align: left;
	margin-bottom : 1em;
	padding-left : 1em;
}
.script {
	color: #0000000;
	background-color: #fffff9;
	font-family: arial, helvetica, sans-serif;
	font-size : 130%;
}
