*{
font-family:verdana, arial, sans-serif;
}
body{
background-color:#000;
padding:0;
color:#FFF;
font-size:0.8em;
font-weight:800;
background:url("bg.gif") repeat-x fixed;
}
img, a{
border:0;
}
a{
text-decoration:underline;
color:#FFF;
}
a:hover{
text-decoration:none;
}
span{
color:silver;
font-weight:normal;
font-style:italic;
}
div{
margin-bottom:10px;
}
#left-menu{
width:200px;
border-right:1px solid #FFF;
position:absolute;
left:0px;
top:0px;
height:100%;
margin-left:20px;
padding-top:20px;
}
#right-content{
position:absolute;
left:250px;
top:20px;
}
#top-menu{
text-align:center;
}
#bottom-content{
border-top:1px solid #FFF;
padding:20px 10px;
}

.oeuvre img{
margin-right:10px;
border:1px solid #787878;
}
.oeuvre{
height:80px;
}
.comm{
font-size:0.7em;
color:#666;
padding:10px;
}
.comm object, .comm embed{
margin-bottom:-4px;
}
.comm a{
color:#666;
}
.form-item{
color:#FFF;
font-size:1.2em;
margin-top:14px;
}
fieldset{
border:0;
}
.lyrics{
margin-top:-14px;
}
.videos{
margin-top:-25px;
}

embed.video{
border:1px solid white;
margin:10px 0 10px 35px;
}


/*
** Collapsing fieldsets
*/
html.js fieldset.collapsed {
  border:0;
  margin: 0;
  height: 1em;
}
html.js fieldset.collapsed * {
  display: none;
}
html.js fieldset.collapsed legend {
  display: block;
}
html.js fieldset.collapsible legend a {
  padding-left: 15px;
}

/* Note: IE-only fix due to '* html' (breaks Konqueror otherwise). */
* html.js fieldset.collapsed legend,
* html.js fieldset.collapsed legend *,
* html.js fieldset.collapsed table * {
  display: inline;
}
html.js fieldset.collapsible legend a {
  display: block;
}
/* Avoid jumping around due to margins collapsing into collapsible fieldset border */
html.js fieldset.collapsible .fieldset-wrapper {
  overflow: auto;
}

.small_com{
  font-size: 10px;
  font-weight: normal;
  margin: 0 0 20px 0;
  color: #CCC; 
}
textarea#msg{
  width: 600px;
  height: 200px;
}
