/* Mise en page globale */

* { margin:0; padding:0; }

body {
	color:#000;
	font-family:"Trebuchet MS",Trebuchet,Verdana,Sans-Serif;;
	font-size:0.85em;
	background-color:#000;
	color:#ccc;
}

fieldset { border:0; }

a:link, a:visited {
  color:#9bd;
  text-decoration:none;
}
a:hover, a:active {
  color:#ad9;
  text-decoration:underline;
}
a img { border:0; }

#page {
	position:absolute;
	width:660px;
	left:50%;
	margin-left:-330px;
}

h1 {
	padding:.5em;
	border:3px double #444;
	font-size:2em;
	text-align:center;
	margin:1em 0;
	color:#FFF;
	text-transform:uppercase;
}

#menu {
	float:right;
	width:13em;
	padding:0 .5em .5em;
}

#content {
	min-height:500px;
	height:auto !important;
	height:500%;
	margin-right:15em;
	padding:0 1em 1em;
}

#content img {
	border:0;
	margin:5px;
	vertical-align:middle;
}

#footer {
	bottom:0;
	clear:both;
	padding:.5em;
	text-align:center;
	font-size:0.8em;
}

#footer img {
	vertical-align:middle;
	margin-right:.2em;
}

/* Titre */

h1 a {
	color:#FFF;
}

#edith1 {
	border:0;
	background-color:#000;
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
	font-family:"Trebuchet MS",Trebuchet,Verdana,Sans-Serif;;
}

h1 a:link, h1 a:visited {
	color:#FFF;
	text-decoration:none;
}

h1 a:hover, h1 a:active {
	text-decoration:underline;
}


/* Menu */

#menu h2 {
	margin:.5em 0 .25em;
	font-size:.9em;
	color:#666;
	text-transform:uppercase;
	letter-spacing:.1em;
}

#menu ul {
	list-style-type:none;
	border-bottom:1px dotted #666;
	margin:.5em 0 1em;
	padding-bottom:1em;
}

#menu ul li {
	line-height:1.5em;
}

a#friend:link, a#friend:visited {
	font-size:.85em;
}

a#friend:hover, a#friend:active {
}

/* Contenu */

#content ul {
	margin-left:1em;
}

#content h2 {
	color:#ad9;
	font-weight:bold;
	letter-spacing:-1px;
	padding-bottom:.5em;
}

/* Commentaires */

hr {
	border:0;
	background:#999;
	height:1px;
	margin:2em 0;
}

.infoscom {
	font-size:.9em;
	color:#FFF;
}

#comments blockquote {
	margin:1em;
}

.delcom, .delfriend {
	float:right;
	font-size:.8em;
}

.delfriend {
	margin-right:-4em;
}

.hrcom {
	background:none;
	border-bottom:1px dashed #222;
	width:25%;
	margin:0 auto 1em;
}

#commentform {
	text-align:right;
}

h3 {
	margin:1em 0;
	font-size:1.2em;
	text-align:left;
}

#commentform textarea {
	border:1px solid #999;
	width:100%;
	margin-bottom:1em;
	height:6em;
}

#loading {
	float:right;
}

#showcommentsfull {
	display:block;
	margin-bottom:1em;
}