html, body { 
	margin: 0px; 
	padding: 0px; 
	font-family:  Arial,Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	background-color:#45125f;
} 
td {
	margin: 0px; 
	padding: 0px;
	font-family:  Arial,Helvetica, sans-serif;
	font-size:11px;
}
a {
	text-decoration:none;
	color:#FFFFFF;
}

a:hover {
	text-decoration:none;
	color:#e3ccef;
}

#page { 
	width:100%; 
} 

/** ---------------------------
--- TOP
--------------------------- **/

#top-wrapper {
	height:254px;
}

#top-left {
	width:155px; 
	height:254px;
	float:left;  
}

#top {
	width:375px;
	float:left; 
	position:relative; 
}

#top-right {
	height:244px;
	font-size:10px;
	text-align:right;
	padding-right:10px;
	padding-top:10px;
}

#top-content {
	float: right; 
	width:220px; 
	height:254px;
}

/** ---------------------------
--- TOP - INFOBOX
--------------------------- **/

#top-right .infobox {
	text-align:left;
}

/** ---------------------------
--- MENU
--------------------------- **/

#menu-wrapper {
	margin: 0px; 
	padding: 0px; 
	height:166px;
	background-color:#e3ccef;
}

#menu-left {
	margin: 0px; 
	padding: 0px; 
	width:155px; 
	height:146px;
	float:left;  
	background-color:#e3ccef;
	padding-top:20px;
}

#menu-left-arabic {
	margin: 0px; 
	padding: 0px; 
	width:155px; 
	height:146px;
	float:left;  
	background-color:#e3ccef;
	padding-top:20px;
}

#menu {
	margin: 0px; 
	padding: 0px; 
	width:375px;
	float:left;
}

#menu-right {
	margin: 0px; 
	padding: 0px; 
	background-color:#e3ccef;
	height:146px;
	padding-top:20px;
	text-align:right;
	margin-left:375px;
}

#menu-content {
	margin: 0px; 
	padding: 0px; 
	float: right; 
	width:220px; 
	height:166px;
}

/** ---------------------------
--- MENU -- LI
--------------------------- **/

#menu-left li {
	margin-left:25px;
	margin-bottom:5px;
	list-style:disc;
	color:#380c57;
}

#menu-left li a {
	text-decoration:none;
	color:#380c57;
}

#menu-left li a:hover {
	text-decoration:none;
	color:#666666;
}

/** ---------------------------
--- MENU -- LANGUE
--------------------------- **/

#menu-right li {
	margin-right:80px;
	margin-bottom:3px;
	list-style:none;
	color:#380c57;
}

#menu-right li a {
	text-decoration:none;
	color:#380c57;
}

#menu-right li a:hover {
	text-decoration:none;
	color:#666666;
}
