/************** CSS DisplayServ Publication Site **************/

.cadre {
	background: #eee;
	border: 1px solid #e2e2e2;
	margin: 20px 20px 25px 20px;
	padding: 10px 10px 10px 10px;
	font-size: 11px;
	line-height: 16px;
	text-align: justify;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.cadre:hover { border: 1px solid #eee; }
.cadre h3 {
	font: bold 16px "Trebuchet MS", Arial, Sans-serif;
	color: #3791d7;
	margin: 0 0 10px 0;
}

ul { list-style-type: circle; }


#present_project {
	margin: 0 auto;
	width: 700px;
}

.present_project_img_left {
	float: left;
	margin: 5px 20px 0 0;
}

.present_project_img_right {
	float: right;
	margin: 5px 0 0 20px;
}

#present_project p {
	float: left;
	height: 80px;
	width: 600px;
	text-align: justify;
	margin: 8px 0 8px 0;
}

.separation_news {
	background: #ccc;
	margin: 0 50px 0 50px;
	width: 1px;
	height: 165px;
}

#download_link {
	display: block;
	background: transparent url(../images/download.png) no-repeat scroll 0 0;
	width: 300px;
	height: 95px;
	margin: 0 0 1px 100px;
	cursor: pointer;
	text-decoration: none;
}
#download_link:hover { background-position: 0 -95px; }
#download_list_info {
	float: left;
	margin-top: 9px;
}

h1 a.download_bt span {
	position: absolute;
	margin: 25px 0 0 90px;
	font-size: 17px;
	text-decoration: none;
	color: #888;
}

.download_fileinfo {
	position: absolute;
	margin: 53px 0 0 97px;
	font-size: 9px;
	color: #999;
}

.download_notes { margin: 0 0 0 125px; }
.download_notes a { text-decoration: none; }
.download_notes a:hover { text-decoration: underline; }

.code {
	background: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font: 11px "Trebuchet MS", Arial, Sans-serif;
	color: #3182c0;
	margin: 5px;
	padding: 6px 12px 6px 12px;
}
