body
{
	background: #DFFFF1;
	position: absolute;
	top: 0px;
	left: 0px;
	font: normal normal medium Arial, Helvetica, sans-serif;
}
	#header
{
	width: 838px;
	height: 207px;
	background: url(images/header.jpg) no-repeat;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
}
#header-flash
{
	width: 489px;
	height: 126px;
	position: relative;
	top: 70px;
	left: 223px;
}
#menu
{
	width: 162px;
	height: 466px;
	background: url(images/menu.jpg) no-repeat;
	margin-top: -20px;
	margin-left: 10px;
	float: left;
	font: 11px Arial, Helvetica, sans-serif;
	color: white;
	line-height:1.5em;
}

* html #menu /* CSS HACK !! */ 
{
		margin-left:5px;
}

#drapeaux
{
	margin-left: 20px;
}

#top
{
	width: 614px;
	height: 30px;
	background: url(images/top.jpg) no-repeat;
	margin: 0 0 0 220px;
}
#middle
{
	width: 614px;
	height: auto;
	background: url(images/middle.jpg) repeat-y;
	margin: 0 0 0 220px;
	padding: 20px 20px 20px 20px;
	text-align:justify;
	width: 574px;
}

* html #middle /* CSS HACK !! */ 
{
	width: 614px;
}


#bottom
{
	width: 614px;
	height: 27px;
	background: url(images/bottom.jpg) no-repeat;
	margin: -10px 0 20px 220px;
}
* html #bottom /* CSS HACK */
{
		margin: 0 0 0 223px;
}



/* Tous les liens dans le menu */
#menu a
{
	text-decoration: none;
	color: white;
}

/*Tous les liens survolés dans le menu */
#menu a:hover
{
	color: Silver;
}

/*Tous les liens actifs dans le menu */
#menu a:active
{
	color: Red;
}

/*Listes à Puce*/
#menu ul
{
	list-style-type: disc;
	/*margin-left:-10px;*/
	margin-right:10px;
}
* html #menu ul
{
	margin-left: 32px;
}

.copyright
{
	color: Gray;
	font-size: xx-small;
	text-align: center;
}


#middle a
{
	color: Black;
	text-decoration: none;
}

#middle a:hover
{
	color: White;
}

#middle a:active
{
	color: Red;
}

a
{
	text-decoration: none;
	color: Red;
}

a:hover
{
	color: Maroon;
}
table
{
	text-align: center;
	font-size: large;
	border:1px;
}
.txt_ar
{
	font-family: "Traditional Arabic", "Times New Roman", Serif;
	font-size: xx-large;
	text-align: right;
}
.txt_trans
{
	color: Maroon;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
.jaune
{
	color: #EEE8AA;
}
#footer
{
	width: 614px;
	height: auto;
	margin: 0 0 20px 220px;
}

/* Pour enlever les bordures des images !!!!! hin hin */
img
{
	border: none;
}

.centerm
{
display:none;
}
