@charset "utf-8";
body {
	background-image:url(/images/2012tech_body_bg.jpg);
	background-repeat:repeat-x;
	font-family: "Î¢ÈíÑÅºÚ";
	font-size: 12px;
	text-align: center;
	background-color: #FFF;
	margin: 0 auto;
}
body > div {
	background-color:#FFF;
	margin: 0 auto;
	width: 960px;
}
img {
	border: 1px solid #CCC;
}
ul {
	margin: 0px;
	padding: 0px;
}
ul li {
	float: left;
	list-style-type: none;
}
.headline {
	font-size: 16px;
	line-height: 50px;
	font-weight: bold;
	color: #690;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.green_bold {
	font-weight: bold;
	color: #690;
}
.content {
	line-height: 25px;
	text-align: left;	
}
.content a {
	font-weight: bold;
	color: #690;
	text-decoration: none;
}
.content a:hover {
	color: #CF0;
}
#banner {
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url(/images/2012tech_banner.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 139px;
	width: 960px;
}
#navigation {
	line-height: 35px;
	background-image: url(/images/2012tech_nav_bg.jpg);
	background-position:center;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-right: 20px;
	height: 35px;
	width: 960px;
}
#navigation ul {
	padding-left: 45px;
}
#navigation a {
	padding-right: 45px;
	padding-left: 45px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	display: block;
}
#navigation a:hover {
	color: #690;
}
#main {
	width: 960px;
	padding-top: 15px;
	height: auto;
	overflow: hidden;
	padding-left: 20px;
	padding-right: 20px;
}
#main #left {
	float: left;
	width: 240px;
	text-align: left;
	height: auto;
}
#main #left #bord {
	background-image: url(/images/2012tech_bord_bg.jpg);
	background-repeat: no-repeat;
	color: #FFF;
	height: 450px;
}
#main #left #bord ul {
	float: left;
	padding-top: 45px;
	padding-left: 15px;
}
#main #left #bord ul li {
	float: none;
}
#main #left #bord ul li a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	line-height: 22px;
}
#main #left #bord ul li a:hover {
	font-style: italic;
	text-decoration: underline;
}

#main #left #bord table ul li a:hover {
	color: #CCC;
}
#main #center {
	float: left;
	
	width: 515px;
}
#main #center #pic{
	background-image:url(/images/2012tech_bacterium.jpg);
	height:252px;
	width: 515px;
}
#main #center #article {
	width: 495px;
	padding: 10px;
	text-align:left;
}
#main #right {
	width: 205px;
	float: right;
}
#main #announcement {
	background-image:url(/images/2012tech_annonce_bg.jpg);
	background-repeat:no-repeat;
	padding-top: 35px;
	padding-left: 10px;
	font-weight: bold;	
	text-align: left;
	line-height: 180%;
}
#main #announcement a {
	color: #666;
	text-decoration: none;
}
#main #announcement a:hover {
	color: #333;
	text-decoration: underline;
}

#main #ppt {
	width: 960px;
	float: left;
	color: #9C0;
	height: 300px;
	padding-top: 30px;
	text-align:left;
	background-image: url(/images/2012tech_ppt_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
	vertical-align: top;
}
#main #ppt table tr td ul {
	padding-left: 15px;
	padding-top: 15px;
}
#main #ppt table tr td ul li {
	width: 300px;
	display: block;
	padding-right: 10px;
	padding-bottom: 25px;
}
#main #ppt a {
	color: #333;
	text-decoration: none;
	line-height: 18px;
	padding-left: 5px;
	display: block;
}
#main #ppt a:hover {
	color: #066;
}
#bottom {
	background-image: url(/images/2012tech_bottom.jpg);
	background-repeat: no-repeat;
	height: 110px;
	width: 960px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	background-position: 90px 40px;
	padding-left: 20px;
	padding-right: 20px;
}