﻿*
{
    /*margin: 0;*/
    /*padding: 0;*/
    border: 0;
}
html, body, #form1
{
    margin: 0;
    padding: 0;
    border: 0;
    height: 100%;
}
body
{
    font-family: Courrier, Lucida Sans Typewriter, Tahoma, Arial, Sans Serif;
    font-size: 12px;
    letter-spacing: 1px;
    color: #ffffff;
    background: #000000;
}
a
{
    color: #ffffff;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
p
{
    line-height: 19px;
    padding: 6px 0;
    margin: 0;
}
h1
{
    font-size: 24px;
    font-weight: bold;
    padding: 12px 0;
    margin: 0;
}
h2
{
    font-size: 18px;
    font-weight: bold;
    padding: 8px 0;
    margin: 0;
}
h3
{
    font-size: 13px;
    font-weight: bold;
    padding: 6px 0;
    margin: 0;
}
h4
{
    font-size: 13px;
    font-weight: bold;
    padding: 6px 0;
    margin: 0;
}
h5
{
    font-size: 13px;
    font-weight: bold;
    padding: 6px 0;
    margin: 0;
}
h6
{
    font-size: 13px;
    padding: 6px 0;
    font-weight: normal;
    margin: 0;
}
ul
{
}
ul li
{
    margin: 0 0 0 20px;
    padding: 0;
    line-height: 19px;
}

hr
{
    border: solid 1px #ffffff;
}
table
{
    border-collapse: collapse;
}
table td
{
    padding: 1px;
}
div#distance
{
    width: 1px;
    height: 50%;
    float: left;
}
div#container
{
    margin: 0 auto;
    position: relative; /* puts container in front of distance */
    clear: left;
    width: 100%;
}
div#contenu
{
    position: relative;
    height: 100%;
    margin: 0 auto;
    overflow: visible; /* obligatoire pour éviter le margin collapse */
    /*padding-top: 10px;*/
}
div#contenu-interne
{
    /*margin-top: 70px;*/
    /*margin-left: 20px;*/
    position: relative;
}
div#image-fond
{
    height: 700px;
    overflow: hidden;
}
img#masque
{
    position: absolute;
    top: 0;
    left: 0;
}
.masque
{
    position: absolute;
    top: 0;
    left: 0;
}
div#menu
{
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
}
div#menu-fond
{
    position: absolute;
    top: 0;
    left: 0;
    background: #000000;
    width: 100%;
    z-index: 0;
    opacity: 0.3;
    height: 19px;
}
div#menu-cadre
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}
div#menu-selected
{
    float: left;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: bold;
}
div#menu-items
{
    float: right;
    padding-right: 45px;
    letter-spacing: 1px;
    font-size: 11px;
    line-height: 16px;
}
div#menu-items a:hover
{
    font-weight: bold;
    text-decoration: none;
}


ul#listespectacles 
{
    list-style-image: none;
    list-style-type: none;
}

ul#listespectacles li 
{
    padding: 0;
    margin: 0;
}


ul#listeartistes
{
    list-style-image: none;
    list-style-type: none;
}
ul#listeartistes li
{
    padding: 0;
    margin: 0;
}




#distance
{
}
#container
{
}
#contenu
{
}
.clear
{
    clear: both;
}