/*HOMEPAGE SETTINGS*/

/*Header of Home PAge*/

/*Banner*/
#bannerhome {
	background-image: url(images/newbanner.jpg);
	background-repeat: no-repeat;
	height: 150px;
	border-color: #666666;
	border-width: 2px;
	border-style: solid none solid none;
	margin-top: 5px;
	background-position: center;
}

#bannerhome h1 {
	text-indent: -5000px;
}

/*Top Navigation*/
#topnavhome {
	width: 600px;
	height: 42px;
	background-color: #91A675;
	margin-top: 5px;
	padding-left: 200px;
}

#topnavhome li {
	display: inline;
}

#topnavhome li a {
	text-decoration: none;
	float: left;
	background-color: #91A675;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	width: 138px;
	height: 22px;
	color: #FFFFFF;
	padding: 5px 5px 15px 5px;
	text-align: left;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
		}
		
#topnavhome li a:hover {
	color: #FFFFFF;
	background-color: #BD4143;
}


/*Text of Homepage*/

#maincontent {
	width: 380px;
	font-size: 0.95em;
	text-align: justify;
	line-height: 1.4em;
	padding: 15px;
	margin-top: 50px;
	margin-right: 18px;
	background: #FFFFFF;
	float: right;
	border-top: 2px solid #666666;
	border-right: 2px #666666;
	border-bottom: 2px solid #666666;
	border-left: 2px #666666;
	display: inline;
}

#maincontent h2 {
	text-align: right;
	padding: 0 10px 20px 0;
	font-size: 1.3em;
}

#maincontent span {
	float: left;
	margin: 4px 10px 5px 0;
	padding: 4px 10px;
	border: 2px solid;
	color: #91A675;
	font: 400%/1em Geneva, Arial, Helvetica, sans-serif;
}

/*Pictures of Homepage*/
#pictures {
	width: 340px;
	height: 366px;
	padding: 10px 10px 0px 0;
	margin-right: 23px;
		
}

#triptych {
	float: right;
}

#zwetonlogo {
	padding: 10px 10px 15px 30px;
}

#chinesezweton {
	float: left;
	clear: left;
	padding-left: 5px;
	padding-top: 20px;
}

/*Footer of Homepage*/

/*Enthusiastic text with links*/
#bottomtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.05em;
	width: 800px;
	clear: both;
}

#leftbottomtext {
	float: left;
	width: 240px;
	text-align: justify;
	padding: 35px;
}

#rightbottomtext {
	text-align: justify;
	float: right;
	width: 240px;
	padding: 35px;
}

#bottomtext  li {
	list-style-image: url(images/flecherouge.gif);
	list-style-position: inside;
}

/*Image in the Bottom*/

#bottomtext img {
	float: left;
	padding: 20px 25px;
}
#bottomtext span {
	font: bold 1.3em "Times New Roman", Times, serif;
	color: #8D8D67;
	padding-right: 1px;
}
