@import "reset.css";
@import "widgets.css";

* {
    font-family: Verdana, Arial, sans-serif;
}

body {
    background-color: #1a1a1a;
}

h1, h2 {clear: both;}

#logo {
    display: block;
    width: 300px;
    height: 300px;
    position: absolute;
    top: -30px;
    left: -30px;
}

#header, #container {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    background-color: black;
    color: white;
}

#header {
    min-height: 20px;
    padding: 212px 0 0 0;
    margin-top: 50px;
    position: relative;
    border-bottom: 2px solid white;
    background-image: url(/media/images/femme.jpg);
    background-position: right top;
    background-repeat: no-repeat;
}

#header ul {
    display: block;
    width: 600px;
    margin: 0 auto;
    height: 1.6em;
    position: relative;
    text-align: center;
}

#header ul.menu li {
    float: left;
    display: block;
    width: 150px;
    line-height: 1.6em;
}

#header ul.menu li a {
    display: block;
    color: white;
    text-decoration: none;
}

#header ul.menu li a:hover {
    background-color: #ff8000;
    color:black;
    border: 2px solid white;
    border-bottom: 0;
    border-top: 0;
}

#header ul.menu li a:active {
    background-color: #ff5807;
}

#header ul.menu ul {
    display: block;
    position: absolute;
    left: 0;
}

#header ul.menu ul li a {
    display: block;
    color: black;
    background-color: white;
    text-decoration: none;
}

#header ul.menu ul li a:hover {
    color: #ff8000;
    background-color: white;
    border: 0px solid white;
}

#header ul.menu ul li a:active {
    color: #ff5807;
    background-color: white;
}

#header ul.menu ul li.double {
    width: 300px;
}

#header ul.menu ul li.double a {
    width: 300px;
}

#header ul.menu li#festival ul li {
    width: 200px;
}

#container {
    min-height: 300px;
    padding: 50px 0;
}

#content {
    width: 578px;
    min-height: 150px;
    margin: 0 auto;
    padding: 0 10px;
    border-left: 1px solid white;
    border-right: 1px solid white;
}

#content a {
    color: white;
}

#content a:hover {
    color: #ff8000;
}

#content a:active {
    color: #ff5807;
}

#content ul {
    list-style-position: inside;
}

#content p {
    text-align: justify;
}

.contact #contact-form table {
    width: 100%;
}

.contact #contact-form th {
    font-weight: normal;
    text-align: right;
    padding-right: 10px;
    vertical-align: top;
    width: 25%;
}

.contact #contact-form td {
    vertical-align: top;
    padding-left: 10px;
    text-align: left;
}

.contact #contact-form #id_expeditor_fullname,
.contact #contact-form #id_expeditor_email {
    width: 70%;
}

.contact #contact-form #id_content {
    width: 100%;
    height: 200px;
}