body{
	font-family: Helvetica;
	margin-left: 5%;
	margin-right: 5%;
	color: #663300;	
	background-color: lightyellow;
}

h1{
	font-size: 14pt;
	width: 50%;
}

h1.arabic{
	font-size: 16pt;
}

a{
	color: #663300;
}

a:link{
	text-decoration: none;
	color: #663300;
}

a:hover{
	text-decoration: underline overline;
}

a:visited{
	text-decoration: none;
}

ol{
	border-left: thin solid;
	border-bottom: thin solid;
	width:50%;
	#list-style-type: none;	
	#list-style-position: outside;
	padding-bottom: 1em;
	list-style-type: decimal;
}

ol.arabic{
	border-left: none;
	border-right: thin solid;
	border-bottom: thin solid;
	width:50%;
	padding-bottom: 1em;
	padding-right: 2em;
	list-style-type: decimal;
}

li:hover{
	background-color:#FFCC99;
}

p{
	text-align:justify;
}

p.arabic{
	font-size: 14pt;
}

.titre{
	font-weight:bold;
	font-size:24pt;
	text-align:center;
}
