html {
	background-color:ivory;
	margin-top: 0;
}

body {
	color: #7F5500;
	margin: 0;
}

.contenu {
	text-align:left;
	width:800px;/*95%;*/
	min-width:50em;
	margin-left:0.5em;
}

h1 {
	color: lightyellow;
	text-align: center;
	margin-bottom: 1em;
	margin-top: -1.5em;
	text-shadow: 2px 2px 2px #000;
}

.titre {
	font-style: italic;
	
}

.version {
	font-style: italic;
}

img {
	border: 0px solid;
}

.arabe {
	direction: rtl;
	font-style: normal;
	font-size: 1.2em;
	text-align: right;
	font-family : GeezaPro, 'arial (arabic)', Tahoma;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

textarea, input, button , select {
	padding: 0.2em;
	border:1px solid tan;
	color: #7F5500;
}

textarea {
	width:98%;
	/*width:100%;
	font-size: 1.1em;*/
	}

input, button {
	font-size: 0.8em;
	background-color: Sienna;
	color:Ivory;
	padding:0.15em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

#R1,#R2,#R3,#rech,#regex {
	color: #7F5500;
	font-size: 0.8em;
	background-color: White;
}

#R1,#R2,#R3 {
	text-align: center;
	width: 2em;
}

.r1  { background-image: url(images/r1.gif); }
.r2  { background-image: url(images/r2.gif); }
.r3  { background-image: url(images/r3.gif); }

#regex {
	direction: ltr;
}

.ta0 {
	height:1.5em;
	padding: 0.4em;
	font-size: 1.1em;
	text-align: center;
	overflow: hidden;
}

.ta1 {
	height:6em;
}

#mot {
	width:85%;
	float:right;
	margin : 0;
	height:5.4em;
	padding: 0 0.2em 0em  0;
}

.ta2 {
	height:24em;
	width:98%;
	overflow: auto;
}

.ta3 {
	font-size: 1.1em;
}

.textes {
	float:left;
	width: 4.5em;
	padding: 0.1em;
}

legend {
	color: tan;
	font-style: italic;
}

fieldset {
	border:1px solid tan;
	border-bottom:0px solid tan;
	margin-bottom:0.0em;
	margin-top:-.6em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
	
.regl {
	float:left;
	width:12em;
	padding-right:1em;
	direction:rtl;
	text-align: right;
}

.menu {
/*	width : 30%;
	display: inline;*/
	margin-bottom: 0.3em;
}

.col1 {
width: 30%;
float:left;

}

.col2 {
width: 32%;
float:left;
}

.col3 {
width: 33%;
float:left;
}

#clavier {
clear:left;
}

.act {
	direction:rtl;
	text-align: center;
	/*text-align: right;
	margin: 0em auto 0 auto ;*/
}
	
.centr {
	text-align: center;
}

.droite {
	text-align: right;
}

#resultat2 ul {
	margin: 0em;
}

#resultat2  {
	font-size: 1em;
}

.vis{
	display : block;
}

.invis{
	display : none;
}

/* morphologie */
.tok {
	color: red;
}