body {
	color: #848484; /*color: #ccc;*/
	font-family: trebuchet ms, arial, verdana, deja vu;
	font-size: 10pt;
	background-image:url(stripe.png);
	width: 950px;
	margin: 2em auto;
	padding: 0;
}

div#title {
	background-color: #fcfcfc;
	background-image:url(stripe2.png);
	margin: 0 10px 0 10px;
	position: relative;
}

div#title em {
	position: absolute;
	right: 1em;
	top: 0.5em;
	font-style: normal;
}

h1 {
	margin: 0;
	padding: 0.2em 1em;
	font-size: 140%;
	font-weight: normal;
	text-transform: uppercase;
}

a {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #ffff80;
}

div.clear {
	clear: both;
}

p {
	margin: 1em 10px;
	padding: 0 1em;
}



div.post {
	float: left;
	width: 450px;
	height: 83px;
	overflow: hidden;
	margin: 13px 10px;
	margin-left: 10px; 
	position: relative;
	display: inline; /* JESUS FUCKING IE */
}
	
	div.post img {
		border: 0;
	}

	div.post p {
		position: absolute;
		bottom: 35px;
		margin: 0;
		padding: 0;
		font-size: 140%;
		font-weight: normal;
		color: #ccc;
	}
	
	div.postInfo {
		padding: 0.2em;
		font-style: italic;
		position: absolute;
		bottom: 0;
		left: 0;
	}

	div.postInfoDroite {
		float: right;
		padding: 0.2em;
		font-style: italic;
		position: absolute;
		bottom: 0;
		right: 0;
	}

div#pages {
	margin-top: 1em;
}

	div.pageInfo {
		float: left;
		display: inline;
	}
	div.pageLinks {
		float: right;
		font-size: 80%;
		margin-right: 10px;
	}
	div.pageLinksGauche {
		float: left;
		margin: 0;
		padding: 0.2em 1em;
		font-size: 120%;
		font-weight: bold;
		display: inline;
	}	
	div.pageLinksDroite {
		float: right;
		margin: 0;
		padding: 0.2em 1em;
		font-size: 120%;
		font-weight: bold;
		/*display: inline;*/
	}

div#about {
	float: left;
	font-size: 120%;
	width: 400px;
	height: 700px;
	overflow: hidden;
	margin: 0px 0px;
	margin-left: 10px; 
	position: relative;
	display: inline; /* JESUS FUCKING IE */
}
div#aboutDroite {
	float: right;
	width: 400px;
	height: 367px;
	overflow: hidden;
	margin: 0px 0px;
	margin-left: 10px; 
	position: relative;
	display: inline; /* JESUS FUCKING IE */
}

div#imagePage {
	float: right;
	position: absolute;
	margin-left: 935px ;
	margin-top: 320px;
}

#whitebox {
	top: 0;
	left: 0;
	display: none;
	position: absolute;
	padding: 10px;
	margin: -12px 0 0 -12px;
	background: #fff url(loading.gif) no-repeat scroll center center;
	border: 1px solid #eee;
}
	#whitebox img {
		border: 1px solid #eee;
		cursor: pointer;
	}

