* { margin:0; padding:0; }

html, body, #wrap { height: 100%; }

body > #wrap {height: auto; min-height: 100%;}

#main { padding-bottom: 50px; }  /* must be same height as the footer */

#footer {
    position: relative;
    margin:auto;
    margin-top: -50px; /* negative value of footer height */
    height: 45px;
    clear:both;
    font-size:0.8em;
    width:950px;
    clear:both;
    border-top:5px solid red;
    background-color:black;
    color:#fff;
    text-align:center;
}

/* CLEAR FIX*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac */
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body {
    font-family:Arial,Verdana,Helvetica,sans-serif;
    background:#333 url('../img/bg.png');
}

#conteneur {
    background: #959595;
    width: 950px;
    margin:auto;
}

h1 {
    font-size:18px;
    text-transform:uppercase;
}

h2 {
    font-size:16px;
    text-transform:uppercase;
    color: #B60000;
    border-bottom: 1px solid #B60000;
}

h3 {
    font-size:16px;
}

h4 {
    font-size:14px;
}

h1, h2, h3, h4 {
    margin:10px 0px 4px 0px;
    padding:0px;
}

p {
    padding:4px 0px;
}

blockquote {
    color:#333;
    text-indent: 25px;
    background: url(../img/quotes1.png);
    background-position: 0 2px;
    background-repeat: no-repeat;
}

blockquote p {
    display: inline;
    margin: 0;
    padding: 0px;
    padding-right: 24px;
    background: url(../img/quotes2.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}

table {
    font-size: 14px;
    border-collapse: collapse;
}

table th {
    font-weight:bold;
    color:#007fde;
    padding:5px;
}

table td {
    padding:5px 10px;
}

table tr.pair {
    background-color:#b9c9fe;
}

.citation {
    text-align:right;
    font-size:0.9em;
}

.citation_separator {
    border: 1px dotted #CCC;
    margin: 5px 0px;
}

img {
    border:none;
}

a {
    color: #900;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}

a, a:active { outline: none; }

li {
    margin-left: 20px;
}

#home_logo {
    float: left;
    height: 377px;
    width: 308px;
}

#home_logo img {
    height: 377px;
    width: 308px;
}

#home_content {
    float: left;
    padding: 0px 5px;
    width: 632px;
    height: 377px;
    color: #000;
}

#home_p {
    padding: 5px;
}

#home_news {
    clear:both;
    background-color:#c00;
    padding: 10px;
    min-height:200px;
}

#home_news {
    font-size: 16px;
}

#home_news h2 {
    color: #fff;
    border: none;
    padding:0px 0px 10px 0px;
    text-transform:uppercase;
}

#home_news .more_info, .box_actualite .more_info a {
    color: white;
    text-decoration: none;
    font-weight: normal;
}

#home_news .more_info:hover, .box_actualite .more_info a:hover {
    text-decoration: underline;
}

#home_news img {
    width: 200px;
    margin-right: 20px;
}

#home_news div.text {
    width: 710px;
    float: left;
}

.home_activite {
    width:140px;
    font-size:13px;
    float:left;
    padding:8px;
}

.home_activite img {
    display: block;
    border:5px solid #fff;
    width : 110px;
    height: 110px;
}

.home_activite a {

}

#header {
    padding:0px;
    height:150px;
    background-color:#959595;
}

#header h1 {
    padding:0px;
    margin:0px;
    display: block;
    width: 122px;
    height: 150px;
    float: left;
}

#bandeau_news {
    width: 578px;
    height: 150px;
    float: left;
}

#bandeau_location {
    width: 250px;
    height: 150px;
    float: left;
}

ul#topnav {
    padding: 0;
    float:left;
    width: 100%;
    list-style: none;
    font-size: 1.1em;
    background: #f00 url('../img/bg_menu.png');
}
ul#topnav li {
    float: left;
    position: relative;
    line-height:30px;
    margin: 0px;
}
ul#topnav li a {
    float: left;
    height: 30px;
    padding:0 10px;
    color:#fff;
    text-decoration:none;
    font-weight: normal;
    border-left:1px solid transparent;
    border-right:1px solid transparent;
}
ul#topnav li:hover a, ul#topnav li a:hover {
    background-color: #333;
    border-left:1px solid #222;
    border-right:1px solid #222;
}

ul#topnav li .sub {
    position: absolute;
    top: 30px; left: 0;
    background-color:#333;
    padding: 0px 0px;
    float: left;
    border:1px solid #222;
    border-top:none;
    display: none;
}

ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}
ul#topnav li .sub ul{
    list-style: none;
    width: 250px;
    float: left;
}
ul#topnav .sub ul li {
    width: 100%;
    color:#fff;
    line-height:normal;
}
ul#topnav .sub ul li a {
    float: none;
    text-indent: 0;
    height: auto;
    padding: 3px 10px;
    font-size:0.9em;
    display: block;
    text-decoration: none;
    color: #fff;
    border:none;
    border-bottom: 1px dashed #666;
}
ul#topnav .sub ul li a:hover {
    background-color: #555;
}

#wrap {
    width:950px;
    margin:0 auto;
    background:#959595 url(../img/bg-section.png) repeat-y;
}

#news {
    float: left;
    width: 280px;
    padding: 5px 10px;
}

#news h3 {
    text-transform: uppercase;
    border-bottom: 1px dotted black;
}

#content {
    float: left;
    width: 640px;
    background: #fff;
    padding: 5px;
}

.right {
    float:right;
}

.left {
    float:left;
}

.center {
    text-align: center;
}

#content ul {
    margin: 5px 0px;
}

/* jQuery lightBox plugin - Gallery style */
#gallery { padding: 10px; width: 640px; }
#gallery ul { list-style: none; }
#gallery ul li { display: inline;margin:3px;padding:0;}
#gallery ul img { border: 5px solid #333; }
#gallery ul a:hover img { border: 5px solid #999; }
#gallery ul a:hover { color: #fff; }

.legende {
    text-align: right;
    font-size: 0.8em;
}

.chambre {
    padding: 10px;
    margin: 5px 0px;
}

.chambre h3 {
    padding-top: 0px;
    font-size: 1.1em;
    border-bottom: 4px double #000;
    padding: 3px 0px;
}

.chambre .main {
    float: left;
    border: 3px solid #000;
    width: 500px;
    height: 375px;
    background: #fff;
}

.chambre .thumb {
    width: 100px;
    height: 75px;
    border: 3px solid #ccc;
    margin: 0px 0px 10px 8px;
    float:left;
}

.chambre .thumb:hover {
    border: 3px solid #FF0000;
    cursor:pointer;
}

.chambre .selected {
    border:3px solid #000;
}

.chambre ul {
    clear: both;
}

#chambre_nature {

}

#chambre_contemporaine {

}

#chambre_baroque {

}

#chambre_cote_jardin {

}

.stage_box , .artiste_box {

    margin: 10px 0px;
    padding: 5px 0px;
}

.stage_box {
    border-bottom: 1px solid #ccc;
}

hr.artiste_separator {
    clear:both;
    color: #ccc;
    background-color: #ccc;
    height: 1px;
    border: 0;
}


.stage_box .info_datetime {
    /*background: #333;
    color: #fff;*/
    font-weight: bold;
    color: red;
}

.stage_box .info_divers {
    font-weight: bold;
}

#home_news h2 {
    padding: 5px 0px;
}

.link_news {
    display: block;
    font-weight: bold;
    text-align: center;
    padding: 5px 10px;
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    float: left;
    margin:0px 5px;
    border: 1px solid #fff;
}

.box_actualite {
    font-size: 0.9em;
    border-bottom: 1px dotted #000;
}

.box_actualite .more_info {
    text-align: right;
}

.image_event {
    text-align: center;
}

.avatar {
    float:left;
    padding-right: 10px;
    padding-bottom: 10px;
}

.yoxview img.thumb {
    border: 4px solid #666;
    margin: 4px;
    width: 75px;
    height: 75px;
    background: #ccc;
}