@charset "UTF-8";
/* CSS Document */

html, body, #container, #left {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}

#box-intro {
	margin: 0 0 50px 0;
	padding: 0 50px 0 50px;
	text-align: center;
	color: #663300;	
	font-weight: bold;
}

	#box-intro .text-intro-small {	
		font-size: 14px;
		font-style: italic;
	}
	#box-intro .text-intro-large {
		font-size: 16px;
		font-style: normal;
	}

#container {
	width: 1014px;
}

#container-left {
	float: left;
	width: 211px;
	padding: 0;
	background-image: url(../_images/left-top.jpg);
	background-repeat: no-repeat;
}
	#container-left #menuitem-home {
		margin: 0;
		padding: 0;
		width: 211px;
		height: 330px;
	}
		#container-left #menuitem-home a, #container-left #menuitem-home a:hover {
			display: block;
			margin: 0;
			padding: 0;
			width: 100%;
			height: 100%;
			text-decoration: none;
		}
	
	#container-left #container-menu {
		margin: 0;
		padding: 0 0 6px 0;
		width: 211px;
		background-image: url(../_images/menu/menu_bottom.jpg);
		background-repeat: no-repeat;
		background-position: bottom;
	}
	
	#container-left #container-menu .div-menuitem {
		margin: 0;
		padding: 0;
		width: 211px;
		height: 27px;
	}

	/*#container-left #table-menu {
		margin: 0;
		border: 0;
		border-collapse: collapse;
		width: 211px;
	}
		#container-left #table-menu td {
			text-align: right;
			padding: 0;
			border: 0;
			width: 211px;
		}*/

#container-right {
	margin: 0 0 0 211px;
	padding: 99px 0 20px 0;
	width: 803px;
	background-image: url(../_images/top-date.jpg);
	background-repeat: no-repeat;
	
}
* html #container-right {float: right; margin-left: 0;}

	#container-right #lang-fra, #right #lang-eng {
		margin: 0;
		padding: 0 0 0 649px;
		width: 154px;
		height: 35px;
		background-repeat: no-repeat;
	}
	
		#container-right #lang-fra {	
			background-image: url(../_images/top-french.jpg);
		}
		#container-right #lang-eng {	
			background-image: url(../_images/top-english.jpg);
		}
		
			#lang-fra a, #lang-eng a, #lang-fra a:hover, #lang-eng a:hover {
				display: block;
				width: 100%;
				height: 100%;
				text-decoration: none;
		}
	#container-right #main-content {
		margin: 0;
		padding: 120px 25px 0 25px;
		width: 753px;
		min-height: 100px;
		background-image: url(../_images/main-back.jpg);
		background-repeat: no-repeat;
		background-position: top right;
	}
	
	
#home-box1, #home-box2 {
	width: 345px;
	height: 430px;
	padding: 10px;
	margin: 0;
	border-top: solid 3px #006634;
	border-right: solid 1px #006634;
	border-bottom: solid 1px #006634;
	border-left: solid 1px #006634;
	overflow: auto;
}

#home-box1 {
	float: left;
	background-color: #fff;
}

#home-box2 {
	float: right;
	background-color: #edfcea;
}
	
	
#footer {
	clear: left;
	margin: 0;
	padding:0 10px 0 10px;
	background-image: url(../_images/footer-bluebar.jpg);
	background-repeat: no-repeat;
	width: 994px;
	height: 20px;
}
