@charset "utf-8";

/* CSS Document */


body {
	background-image: url(../iimg/bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	margin: 0px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#wrapper {
	width: 946px;
	position: relative;
	margin: 0 auto;
}

#header {
	width: 100%;
	height: 124px;
	background-image: url(../iimg/header.jpg);
}



#splash {
	width: 100%;
	position: relative;
	height: 374px;
	background-image: url(../iimg/splash.jpg);
}
ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	margin-top: 3px;
	list-style: none;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
	display: block;
	height: 30px;
}
ul#topnav li a {
	float: left; 
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	border-right: 1px solid #3366a8;
	border-left: 1px solid #487aba;
	text-shadow: 1px 1px 0 #2b568e;
}

ul#topnav li a:hover {
	color: #bccde3;	
}


ul#topnav li .sub {
	position: absolute;	
	top: 32px; 
	left: 0;
	background: #1a4d91;
	border: 1px solid #3f79c5;
	border-top: 0px;
	padding: 20px 20px 20px;
	background-image: url(../iimg/sub_bg.jpg);
	background-repeat: repeat-x;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 10px;
	-khtml-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius:10px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 10px;
	-khtml-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	
	-moz-box-shadow: 2px 2px 0px #666;
	display: none;
}


ul#topnav li .sub ul{
	list-style: none;
	margin: 0; 
	padding: 0;
	width: 240px;
	float: left;
}
ul#topnav .sub ul li {
	width: 210px;
	color: #fff;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 0px;
	margin: 0px;
	height: 60px;
	border-bottom: 1px solid #113b73;
	border-top: 1px solid #2860ac;
	padding-left: 10px;
	padding-right: 10px;
}


ul#topnav .sub ul li a {
	float: left; 
	height: 30px;
	line-height: 30px;
	display: block;
	padding: 0px;
	text-decoration: none;
	font-size: 16px;
	border: 0px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 1px 1px 0px #112f56;
}


ul#topnav .sub ul li a:hover {
	color: #bccde3;	
}


ul#topnav .sub ul li div.subtitle {
	width: 250px;
	position: relative;
	float: left;
	height: 20px;
	line-height: 20px;
	color: #c4ccd7;
}



.whoweare {
		position: relative;
		float: left;
		width: 565px;
		height:501px;
		background-image: url(../iimg/who_we_are.jpg);
		margin-top: 10px;
		padding-top: 120px;
}

.whoweare p{
	position: relative;
	float: left;
	width: 500px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 17px;
	margin-left: 30px;
	text-align: justify;
	color: #333;
	text-shadow: 1px 1px 0 #fff;
	line-height: 18px;
}

.whoweare p a {
	color: #366cb4; 
	font-weight: bold;	
	text-decoration: none;
}

.whoweare p a:hover {
	color: #999;
}

.latest-news {
		position: relative;
		float: left;
		width:377px;
		height:518px;
		background-image: url(../iimg/latest_news.jpg);
		margin-top: 13px;
		padding-top: 100px;
}


#footer {
		position: relative;
		float: left;
		width: 943px;
		height:80px;
		background-repeat: no-repeat;
		background-image: url(../iimg/footer.jpg);
		margin-top: 15px;
		line-height: 47px;
		text-align: center;
		font-size: 15px;
		color: #999;
		text-shadow: 1px 1px 0px #fff;
}

.new {
	width: 340px;
	position: relative;
	height: 175px;
	margin: 0 auto;
}

.new img {
	border: 4px solid #ccc;
}

.new .date {
	position: relative;
	float: left;
	width: 100%;
	color: #999;
	height: 23px;
	line-height: 23px;
}


.new .title{
	position: relative;
	float: left;
	width: 100%;
	color: #999;
	text-shadow: 1px 1px 0 #fff;
	height: 23px;
	font-size: 13px;
	line-height: 16px;
}



.new .title a {
	color: #666;
	text-shadow: 1px 1px 0 #fff;
	text-decoration: none;
}

.new .title a:hover {
	color: #000;
}


* {
	outline: none;
}

a.presentation-en {
	display: block;
	position: absolute;
	right: 30px;
	top: 10px;
	width: 290px;
	height: 20px;
	text-align: right;
	color: #333;
}

a.presentation-en:hover {
	color: #06C;
}
