/*
 *   Lady Strass
 */
 html, body {
  margin:0;
  padding:0; 	
 }
body {
 font: 0.75em "Trebuchet ms","Times new roman", Arial, Verdana, "sans serif";
 background:#000;
}
a:link {
text-decoration: none;
color: #fff;
}
a:visited {
text-decoration: none;
color: #eee;
}
a:hover {
text-decoration: underline;
color: #FF5500;
}
a:active {
text-decoration: none;
color: #666;
}
h1 {
  font-size: 115%;
}
h2 {
font-size: 110%;
}
#container {
position:relative;
}
#logo {
  position:absolute;
  border:none;
  left:0;
  top:0;
}
#lady {
  position:absolute;
  top:120px;
  left:60px;
}
#disco {
  position:absolute;
  right:10px;
}
#contenu {
 /*
  float:left;
  background:#fff;
  border:1px solid #eee;
  height: 600px;
  margin: 125px 180px 0 250px;
*/

  position:absolute;
  margin: 125px 180px 0 250px;
  width: 540px;
  height: 600px;
  background-image:url("img/arriereplan.JPG"); 
  color:#fff;
  font-size: 14px;
  font-weight: bold;
  
/*
  position:absolute;
  width:540px;
  background:#fff;
  border:1px solid #eee;
  height: 600px;
  margin: 125px 180px 0 250px;
  */
}
html * #contenu {
display:inline;	
}
#galerie {
width:740px;
height:500px;
position:absolute;
top:75px;
left:25%	
}
#menu {
position:absolute;
top:195px;
left:0;
width:110px;	
text-align:left;
}
#menu a {
width:100%;
display:block;	
text-decoration:none;
text-align:center;
color:#eee;
height:20px;
background:#4d4d4d;
border:1px solid #eee;
margin: 0 0 2px 0;
}
#menu a:hover {
color:#da0076;
background:#1e1e1e;
border:1px solid #757575;
font-weight:bold;
letter-spacing: 1px;
}
html * #menu a {
height:22px;	
	
}





