/* resets/fonts/globals *//*{{{*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;line-height:1.22em;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}
/* fonts */
body {font:11px "lucida sans unicode","lucida grande",arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}
pre, code {font:115% monospace;*font-size:100%;}
/* base */
body { 
    text-align: center; 
    color: #fff;
    background: #000;
}
.clear-b:after { /* clear both */
  display: block;
  content: ".";
  height: 0;
  visibility: hidden;
  clear: both;
}
* html .clear-b {height: 1%;}

a.imap { /* hidden link text w graphic as BG of parent */
  display: block;
  margin: 0 2%;
  width: 96%;
  height: 11px;
  /* border: 1px solid green; */
}
a.imap span { display: none; } /* for link text to be hidden */

a, a:visited, a:link, a:active {
   color: #fff;
   text-decoration: none;
}/*}}}*/


#outW1 {
    position: relative;
    margin: 0 auto;
    text-align: left;
	width: 920px;
    background: #000000 url(img/bg1.jpg) no-repeat;
    min-height: 590px;
}

h1#logo1 {
    position: absolute;
    left: 113px;
    top: 47px;
    width: 176px;
    height: 109px;
}

h2 span {
    display: none;
}


#menu1 {
    position: absolute;
    left: 47px;
    top: 172px;
}
#menu1 h2 {
    float: left;
    width: 66px;
    height: 13px;
    background-repeat: no-repeat;
    background-position: left middle;
}
#menu1 h2.artists {
    background-image: url(img/hdr.artistes.gif);
}
#menu1 h2.contact {
    margin-top: 4px;
    background-image: url(img/hdr.contact.gif);
}

#alist {
    border-bottom: 1px solid white;
    margin-bottom: 6px;
}
#menu1 li a span {
    visibility: hidden;
}
#menu1 ul {
    margin-left: 66px;
    list-style-type: none;
}
#menu1 ul li {
    font-size: 1px;
}
#menu1 li a {
    display: block;
    height: 13px;
    width: 206px;
    background-repeat: no-repeat;
    margin-bottom: 6px;
    behavior: url(css/iepngfix.htc);
}
#menu1 li.nav1 a { background-image: url(img/nav1.png); }
#menu1 li.nav2 a { background-image: url(img/nav2.png); }
#menu1 li.nav3 a { background-image: url(img/nav3.png); }
#menu1 li.nav4 a { background-image: url(img/nav4.png); }
#menu1 li.nav5 a { background-image: url(img/nav5.png); }
#menu1 li.nav6 a { background-image: url(img/nav6.png); }
#menu1 li.nav7 a { background-image: url(img/nav7.png); }


#contact1 {
    margin-left:66px;
    color: #fff;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.5em;
}


#content1W {
    position: absolute;
    left: 372px;
    top: 133px;
    padding-bottom: 20px;
}
#content1 {
    width: 447px;
    padding: 15px 25px;
    border: 1px solid white;
    text-align: left;
    background: url(img/bg.box.png);
}
#content1 p {
    margin-bottom: 16px;
    line-height: 144%;
    text-transform: uppercase;
}

#content1 h2 {
    height: 13px;
    margin: 10px 0 4px 0;
    background-repeat: no-repeat;
    background-position: left middle;
}


#hdr3 {
    background-image: url(img/hdr.am.png);
}
#hdr4 {
    background-image: url(img/hdr.mc.png);
}
#content1 ul {
    margin-bottom: 16px;
    list-style-type: none disc none;
    text-transform: uppercase;
}
#content1 li {
    line-height: 134%;
    background: url(img/bullet1.gif) no-repeat left center;
    padding-left: 12px;
}
