/* CSS Document */

body{
color:#CCCC99;
padding: 0px;
margin: 0px;
background-color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
p{
background-color:transparent;
text-align:center;
margin: 0em 0em 0em 0em;
padding: 0em 0em 0em 0em;
}

#contenu{
	position: absolute;
	margin: 0em 0em 4em;
	padding: 0px;
	width: 80em;
	height: auto;
}
#prev{
	position: absolute;
	top: 15em;
	left: 0.7em;
	border: 0px;
	margin: 0em;
	padding: 0em 0.1em;
}
#next{
	position: absolute;
	top: 7em;
	left: 0.7em;
	border: 0em;
	margin: 0em;
	padding: 0em 0.1em;
}
#back{
	position: absolute;
	top: 11em;
	left: 0.7em;
	border: 0px;
	padding: 0px;
}
#title{
	position: absolute;
	top: 0.2em;
	left: 2.6em;
	width: 40em;
	margin: 0px;
	border: 0px;
	padding: 0em 0em 0em 2em;
	font-size: 1.1em;
	text-align: left;
}
#photo{
	position: absolute;
	left: 9em;
	top: 2.5em;
	margin: 0 auto;
	width: 50 em;
	border: none;
	padding: 0em 0em 2em 0em;
}
#commentaire{
	margin: 1em 0em;
	font-family: "Times New Roman", Times, serif;
	}

#dateleft{
	position: absolute;
	top: 40em;
	left:0.7em;
	width: 9em;
	border: 0px;
	margin: 0em;
	padding: 0em 0.3em;
	font-size: 10px;
	background-color: #333333;
	text-align: center;
	color: #336666;
}
#dateright{
	position: absolute;
	top: 44em;
	left: 0.7em;
	width: 9em;
	border: 0px;
	margin: 0em;
	padding: 0em 0.3em;
	font-size: 10px;
	background-color: #333333;
	text-align: center;
	color: #336666;
}
a:link {
color:#333333;
background-color:transparent;
text-decoration: none;
}
a:visited {
color: #333333;
background-color:transparent;
text-decoration: none;
}
a:hover {
color:#FF0033;
background-color:transparent;
text-decoration: none;
}
.small{ font-size: x-small}
