html {
    background:#000;
}
body {
    background:#000;
    color:#ddd;
    font-family:Arial, sans-serif;
}

a {
    color:#D74F05;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
a:visited {}
a:active {}

h1 {
    font-size:160%;
}
h2 {
    font-size:140%;
}
h3 {
    font-size:130%;
}
h4 {
    font-size:120%;
}
h5 {
    font-size:110%;
    font-weight:bold;
}
h6 {
    font-size:90%;
    font-weight:bold;
}

p {
    font-size:112%;
    letter-spacing:0.05em;
    line-height:1.05em;
    padding:15px 0;
}

address {
    background:#222;
    padding:20px;
    text-align:center;
    font-size:120%;
    margin:4px 0 0 0;
    -moz-border-radius:0 0 4px 4px;
    -webkit-border-radius:0 0 4px 4px;
    border-radius:0 0 4px 4px;
}
address strong {
    display:block;
}

dl {}
dl dt {
    float:left;
    width:120px;
    border-bottom:1px solid #444;
    padding:4px;
}
dl dd {
    border-bottom:1px solid #444;
    margin-left:120px;
    padding:4px;
}

/* -- structures */

.clear { clear:both; }

.nav {
    margin:0 20px 20px 20px;
}
.nav li {
    float:left;
}
.nav li a {
    background:#333 url(../img/nav-li-bg.jpg) repeat-x 0 0;
    color:#ccc;
    display:block;
    font-family:Arial, sans-serif;
    font-size:140%;
    font-variant:small-caps;
    font-weight:bold;
    margin:0 1px 0 0;
    padding:8px 20px;
    text-decoration:none;
}
.nav li a:hover {
    background:#444 url(../img/nav-li-bg-hover.jpg) repeat-x 0 0;
    color:#fff;
    border-bottom:1px solid #666;
}
.nav li a.active {
    border-bottom:1px solid #c30;
}
.errorlist li {
    color:#c30;
    padding:4px 0;
}

#doc {
    width:740px;
    margin:0 auto;
    background:#000 url(../img/bg_container.jpg) repeat-x 0 108px;
    padding-bottom:10px;
}

#content {
    margin:0 20px;
}

#footer {
    margin-top:10px;
}
.footer-row {
    clear:both;
}
.footer-col {
    float:left;
    width:350px;
    margin-left:10px;
}
.footer-cell {
    float:left;
    width:340px;
    background:#000 url(../img/cell_bg.jpg) repeat-x 0px 0;
    margin:10px;
}
.footer-cell.fill {
    width:700px;
    margin:10px 20px;
}
.footer-cell table {
    border-collapse:collapse;
    font-size:90%;
    width:340px;
}
.footer-cell table td {
    vertical-align:top;
    padding:6px;
    border-bottom:1px solid #444;
}
.footer-cell table th {
    color:#666;
    width:100px;
    text-align:right;
    vertical-align:top;
    font-weight:normal;
    padding:6px;
    border-bottom:1px solid #444;
}
.footer-cell table tr:last-child td,
.footer-cell table tr:last-child th {
    border:0;
}
.copyright {
    background:#222;
    color:#888;
    font-size:0.7em;
    margin:0 10px 0px 10px;
    padding:8px 0;
    text-align:center;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
}
.footer-cell h2 {
    background:#222;
    border-bottom:1px solid #333;
    color:#999;
    font-size:110%;
    font-weight:normal;
    padding:6px 8px;
}
.footer-cell h3 {
    font-size:100%;
    font-weight:bold;
    margin:0 0 0 134px;
    padding:13px 0 0;
}
.footer-cell p {
    font-size:.8em;
    padding:15px 20px;
}
.form-action {
    padding:0 20px 20px 20px;
}
.form-action label {
    margin:0 8px 0 0;
    color:#999;
}

.success  {
    color:#43F823;
    padding:10px 0;
    text-align:center;    
}

#head {
    width:740px;
    height:54px;
    margin:8px auto 2px;
    background:#000 url(../img/head-bg.jpg) repeat-x top left;
}
#logo {
    margin-left:20px;
}
.slogan {
    position:absolute;
    margin:13px 0 0 100px;
}
.event-list {}
.event-list li {
    border-bottom:1px solid #333;
}

.event-list li:last-child {
    border-bottom:0px;
}


.event-list li .date span {
}
.event-list li .date {
    background:#444;
    color:#fff;
    font-size:0.8em;
    font-weight:bold;
    line-height:23px;
    margin:6px 0 4px 134px;
    padding:0 9px;
    -moz-border-radius:4px 0px 0px 4px;
    -webkit-border-radius:4px 0px 0px 4px;
    border-radius:4px 0px 0px 4px;
}
.event-list li .time {
    clear:both;
    color:#999;
    font-size:0.8em;
    margin:0px 0 0px 3px;
}
.event-list li img {
    float:left;
    height:70px;
    width:110px;
    margin:10px;
}
.event-list li a img {
    border:1px solid #444;
}
.event-list li a:hover img {
    border:1px solid #999;
}


.pub-du-mois {}
.pub-du-mois img {
    border:1px solid #999;
    margin:10px;
    width:318px;
}

.facebook {
    height:105px;
}
.facebook img {
    margin:10px 10px 10px 0;
}

.gallery-teaser {
    margin:0 0 0 10px;
}
.gallery-teaser li {
    float:left;
    margin:10px 6px 10px 0;
}
.gallery-teaser li a {
    display:block;
}
.gallery-teaser li a img {
    border:1px solid #444;
    width:106px;
}
.gallery-teaser li a:hover img {
    border:1px solid #999;
}

#photos {
    padding-top:10px;
}

.photo-gallery {
    float:left;
    margin:10px 15px 10px 0;
    width:160px;
    height:160px;
    background:#222;
}
.photo-gallery h2 {
    background:#000;
    color:#FFF;
    font-size:0.8em;
    margin:125px 1px 1px;
    padding:6px 0;
    position:absolute;
    text-align:center;
    width:160px;
}
.gallery-photo {
    width:160px;
    height:160px;
    float:left;
}
.gallery-photo a {
    border:1px solid #444;
    display:block;
    height:160px;
    width:160px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
}
.gallery-photo a:hover {
    border:1px solid #ddd;
}

.photo-caption {
    background:#222;
    padding: 20px 40px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
}
.photo-nav {
    width:184px;
    height:82px;
    float:right;
    margin:21px 0 0 507px;
    position:absolute;
}
.photo-nav a {
    width:80px!important;
    height:80px!important;
    float:left;
    margin:0 0 0 10px!important;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
}
.photo-nav a img {
    display:block;
    width:80px;
    height:80px;
}
.photo-nav a img.arrow {
    position:absolute;
}
.photo-nav span.end {
    width:80px!important;
    height:80px!important;
    float:left;
    background:#222;
    margin:0 0 0 10px!important;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
}

#photos-gallery .photo-gallery {
    width:700px;
    height:auto;
    background:transparent;
}
#photos-gallery h1 {
    padding-top:12px;
}
#photos h2 a {
    text-decoration:none;
}
#photos-gallery .gallery-photo {
    margin:0 15px 10px 0;
}
.gallery-photo-view a img {
    display:block;
}
.gallery-photo-view a {
    border:1px solid #444;
    display:block;
    width:700px;
    margin:10px 0;
}
.gallery-photo-view a:hover {
    border:1px solid #ddd;
}

.staff-list {
    margin:20px 0 0 0;
}
.staff-list li {
    float:left;
    margin:0 10px 10px 0;
    display:block;
}
.staff-list li a {
    border:2px solid #444;
    display:block;
    width:160px;
    height:160px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
}
.staff-list li a:hover {
    border:2px solid #ddd;
}
.staff-list li a img {
    width:160px;
    height:160px;
    display:block;
}

#player {
    text-align:right;
    padding-top:10px;
    padding-right:10px;
}
#player a {
    color:#ccc;
    font-size:0.8em;
}
#player a:hover {
    color:#fff;
    text-decoration:none;
}
#player img {
    background:#ccc;
    margin-bottom:-5px;
    margin-left:5px;
}


#pageflip {
    position:relative;
}
#pageflip img {
    height:52px;
    position:absolute;
    right:0;
    top:0;
    width:50px;
    z-index:100001;
}
#pageflip .msg_block {
    background:url("../img/mm.png") no-repeat scroll right top transparent;
    height:50px;
    position:absolute;
    right:0;
    text-indent:-9999px;
    top:0;
    width:50px;
    z-index:100000;
}

#splash {
    padding-top:10px;
}

