body{
	border: 0;
	margin: 0;
}
body, td, th, input, textarea, select{
	outline: none;
	font-size: 12px;
	font-family: Arial, sans-serif;
}
h1, h2, h3, h4, h5, p, img, a, ul, li{
	border: 0;
	margin: 0;
	padding: 0;
	outline: none;
}
a{
	color: #fc7500;
	text-decoration: none;
}
a:hover{
	color: #feff00;
}
#pouter{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}
#page{
	width: 980px;
	margin: 0 auto 0 auto;
	padding: 230px 0 130px 0;
}
#head{
	top: 0;
	left: 50%;
	z-index: 10;
	width: 980px;
	height: 260px;
	position: absolute;
	margin-left: -490px;
	background: white url(../images/frise.png) no-repeat left top;
}
.post{
	padding-top: 50px;
}
.date{
	float: left;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	position: relative;
	margin-right: 15px;
	padding: 0 5px 0 5px;
	border: 2px solid black;
	text-transform: uppercase;
}
h2{
	font-size: 20px;
	line-height: 30px;
	border-top: 2px solid white;
	border-bottom: 2px solid black;
}
.post p{
	font-size: 14px;
	line-height: 18px;
	padding: 18px 0 0 50px;
}
.images{
	padding-left: 30px;
}
.images img{
	float: left;
	height: 120px;
	cursor: pointer;
	position: relative;
	margin: 20px 0 0 20px;
}
#zoom{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	display: none;
	overflow: auto;
	position: fixed;
border: 1px solid black;
	background: transparent url(../images/pix-white.png) repeat left top;
}
#zoom img{
	margin-top: 50px;
}
#prev,
#next,
#close{
	top: 20px;
	right: 40px;
	width: 50px;
	height: 50px;
	z-index: 1000;
	cursor: pointer;
	position: fixed;
	background: transparent url(../images/close.png) no-repeat left top;
}
#prev,
#next{
	top: 50%;
	margin-top: 50px;
	background-image: url(../images/down.png);
}
#prev{
	margin-top: -50px;
	background-image: url(../images/up.png);
}
#loading{
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 10;
	height: 80px;
	display: none;
	position: fixed;
	background: white url(../images/loading.gif) no-repeat center top;
}
