body {
	background: Black url(skin.jpg) repeat-y;
	background-position: center top;
	color: #666666;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;
}
input{
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;
	color:black;
}

#header {
	margin: 10px 0px 10px 0px;
	padding: 13px 0px 7px 217px;
	margin-left: auto; margin-right: auto;
	width: 780;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height: 100px; /* 14px + 17px + 2px = 33px */
	border-style: ridge;
	border-color: #F8B801;
	border-width: 4px 0px 4px 0px;
	font-family: "Arial Black", Charcoal, Impact, Chicago, "Gill Sans", "Arial MT Condensed Bold", Geneva, Arial, sans-serif;
	line-height: 8px;
	text-transform: uppercase;
	/* background-color: #004600; */
	background-color: #FFF;
	/* From bluerobot.com: Here is the ugly brilliant hack that protects IE5/Win from its own stupidity.
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it.
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style
declaration. The incorrect IE5/Win value is above, while the correct value is
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 14px; /* the correct height */
	font-size:14px;
	text-align: left;
}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct
length values to user agents that exhibit the parsing error exploited above yet get
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#header {height:14px;}

.dateheader {
	background-color: #F8B801;
/* 	margin: 20px 230px 0px 215px;*/
	min-width: 120px;
	padding: 5px;
/*	position: relative;*/
	border-style: ridge;
	border-width: 2px 2px 0px 2px;
	width: 760px/*auto*/;
	z-index: 3;
	text-align: left;
}

.dateheader h2 {
	margin: 0px;
	font-size: 12px;

}

.item {
	background-color: #FFF;
	border-color: #F8B801;
	border-style: ridge;
	border-width: 2px 2px 2px 2px;
/*	margin: 0px 230px 0px 215px;*/
	min-width: 120px;
	padding: 10px 10px 10px 10px;
	position: relative;
	width: 750px/*auto*/;
	z-index: 3;
	text-align: left;
	margin-bottom: 10px;
}

.item h3 {
	font-size: 17px;
	margin: 0px 0px 10px 0px;
}

.itembody {
	font-size: 13px;
	margin: 5px 0px 5px 0px;
	text-align: justify;
	width: 705px;
}

.iteminfo {
	color: #F8B801;
	font-size: 10px;
}

.iteminfo a:link {
	color: #F8B801;
	font-weight: bold;
}

.iteminfo a:hover {
	color: #F8B801;
/*	background-color: #505050;*/
	text-decoration: underline;
}

.iteminfo a:visited {
	color: #F8B801;
	font-weight: bold;
}

.iteminfo a:active {
	color: #F8B801;
	font-weight: bold;
/*	background-color: #505050;*/
	text-decoration: underline;
}

#menu {
	background-color: #FFF;
	border: 3px ridge #000000;
	font-size: 13px;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 10px 10px;
/*	position: absolute;
	left: 10px;
	top: 72px;
	z-index: 1;
*//* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 140px;
	text-align: left;
}

.loginform{
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;
	color:black;
}
/* propriété rajouté pour mettre la pochette de l'album */
#marge {
/*	position:absolute;
	left:20px;
	top:200px;
*/	color:#F8B801;
	font-weight:bold;
	font-size:12px;
	width: 140px;
}


/* Again, "be nice to Opera 5". */
body>#menu {width:160px;}

#menu h2 {
	font-size: 12px;
	margin: 7px 0px 7px 0px;
	padding-left: 8px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	background-color:#F8B801;
}

#menu h3 {
	font-size: 12px;
	margin: 7px 0px 7px 0px;
	padding-left: 8px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F8B801;
	font-weight: bold;
	background-color:#000000;
}

.itemdetailed {
	background-color: #FFF;
	border-color: #F8B801;
	border-style: ridge;
	border-width: 2px 2px 2px 2px;
	margin: 22px 10px 0px 10px;
	min-width: 120px;
	padding: 10px 10px 10px 10px;
	position: relative;
	width: 750px/*auto*/;
	z-index: 3;
}

.itemdetailed h3 {
	font-size: 17px;
	margin: 0px 0px 10px 0px;
}

.commentheader {
	background-color: #F8B801;
	border-color: #F8B801;
	border-style: ridge;
	border-width: 2px 2px 2px 2px;
 	margin: 30px 10px 0px 10px;
	min-width: 120px;
	padding: 10px;
	position: relative;
	width: 750px/*auto*/;
	z-index: 3;
}

.commentheader h2 {
	margin: 0px;
	font-size: 12px;
}

.comment_all {
	width: 750px;
  	margin: 0;
}

.comment {
	background-color: #FFF;
	border-color: #F8B801;
	border-style: ridge;
	border-width: 2px 2px 2px 2px;
	margin: 0px 10px 10px 10px;
	min-width: 120px;
	padding: 10px 10px 10px 10px;
	position: relative;
	width: 750px/*auto*/;
	z-index: 3;
}

.comment h3 {
	font-size: 12px;
	margin: 0px 0px 10px 0px;
}

.commentbody {
	font-size: 13px;
	text-align: justify;
}

.commentinfo {
	color: #F8B801;
	font-size: 10px;
}

.commentinfo a:link {
	color: #F8B801;
	font-weight: bold;
}

.commentinfo a:hover {
	color: gray;
/*	background-color: #505050;*/
	text-decoration: underline;
}

.commentinfo a:visited {
	color: gray;
	font-weight: bold;
}

.commentinfo a:active {
	color: gray;
	font-weight: bold;
/*	background-color: #505050;*/
	text-decoration: underline;
}

.addcomment {
	background-color: #FFF;
	border-color: #F8B801;
	border-style: ridge;
	border-width: 2px 2px 2px 2px;
	margin: 30px 10px 0px 10px;
	min-width: 120px;
	padding: 10px 10px 10px 10px;
	position: relative;
	width: 750px/*auto*/;
	z-index: 3;
}

.addcomment h2 {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
}

.commentform {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}

.leftbox, .rightbox {
	font-size: larger;
	margin: 3px 3px 3px 3px;
	padding: 3px 3px 3px 3px;
	width: 20%;
}
.leftbox {
	border-right: 2px ridge #00cc33;
	float: left;
}
.rightbox {
	border-left: 2px ridge #00cc33;
	float: right;
}

a {
	color: #F8B801;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;	color: #000000;font-weight: bold;
}


a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

.skip {
	display: none;
}

ul.nobullets {
	list-style: none;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}

.highlight {
	border: 1px dotted #00cc33;
}
