
body {
	background-color: #f3f7fc;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

#title,#welcome {
	margin: 0 auto;
}

#title {
	width: 657px;
	height: 491px;
	background-color: #578645;
	background-image: url('/images/intro/main.jpg');
	margin-top: 20px;
	position:relative;
}

#title {
	width: 657px;
	height: 491px;
	background-color: #578645;
	border: 1px solid #dde1e5;
}

#title .fr {
position:absolute;left:41px;top:335px;
	 height:115px;
	 width:237px;
}

#title .en {
position:absolute;left:379px;top:335px;
	 height:115px;
	 width:237px;
}

#welcome {
	width: 657px;
	background-color: #ffffff;
	border: 1px solid #dde1e5;
	margin-top: 10px;
}

#welcome .inner {
	margin: 5px;
	width: 647px;
}

#welcome .inner td{
	padding: 10px;
	background-color: #3a7124;
	
}

#welcome_fr,#welcome_en{
	width: 110px;
	display:block;
	height: 40px;
	background-color: #578645;
	background-image: url('/images/intro/welcome_fr.gif');
	background-position: center center;
	background-repeat:no-repeat;
}


#welcome_en{
	background-image: url('/images/intro/welcome_en.gif');
	float:right;
}

a#welcome_en:hover{
	background-image: url('/images/intro/welcome_over_en.gif');
}

a#welcome_fr:hover{
	background-image: url('/images/intro/welcome_over_fr.gif');
}

#nbs{
	width: 124px;
	display:block;
	height: 40px;
	background-color: #3a7124;
	background-image: url('/images/intro/nbs.gif');
	background-position: center center;
	background-repeat:no-repeat;
	margin: 0 auto;
}

a#nbs:hover{
	background-image: url('/images/intro/nbs_over.gif');
}

#copyright table{
	font-size: 9px;
	margin: 5px auto 0 auto;
}

#copyright td {
	font-size: 9px;
}

#copyright .spc {
	width: 20px;
}

#copyright a {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

#copyright a:hover {
	color: #000000;
}

.left {
	text-align:left;
}

.right {
	text-align:right;
}

.cb,.cbh {
	clear:both;
}

.cbh {

}

a img {
	border: 0;
}
