/** LANGUAGE INITS **/
body#en,body#fr {
	font-family:"arial",helvetica,freesans,sans-serif;
}
body#ar {
	/* keep for opera */direction:rtl;
	font-family:"arial",helvetica,freesans,sans-serif;
}
#en .rtl,#fr .rtl {direction:rtl;}
#ar .ltr {direction:ltr;}

/** INITS **/
body {
	margin:0;padding:0px;background-color:#f3f3f3;font-size:62.5%;color:#000;
}

/** BASIC ELEMENTS **/
img {border:none;}
a {color:#03a;}
a:hover {color:#000;}
.clear {clear:both;}
.hide,hr {display:none;}

/** WARNING TIP **/
#warning-tip-wrapper {width:100%;height:30px;margin-top:20px;}

#warning-tip {
	display:none;

	margin:0 auto;
	width:590px;

	border:1px solid #c99;
	line-height:1.6em;
	padding:10px 10px 10px 50px;
	background-repeat:no-repeat;
	background-position:1.5% 11px;

	font-size:1.1em;
	color:#800;
	background-color:#fff6f6;
	background-image:url(../images/status-alert.gif);
}

/** FRONT IMG **/
#front-img-wrapper {
	float:left;width:100%;height:530px;margin-top:40px;
}

#front-img {
	margin:0 auto;width:860px;height:530px;
	background: url(../images/front-img.jpg) no-repeat center center;
}

#front-img #french {
	float:right;
	position:relative; 
	right:13px; 
	top:54px; 
	z-index:20;
}

#front-img #facebook {
	float:right;
	position:relative; 
	right:-58px; 
	top:181px; 
	z-index:20;
}

#front-img #french a, #front-img #facebook a {
	display:block; 
	width:71px; 
	height:34px;
	background:transparent url(../images/spacer.gif) -100px -100px no-repeat;
	text-decoration:none; 
	z-index:20;
}