body {
    margin: 0;
    padding: 0;
    background: #000;
    font-family: "Times New Roman", serif;
    color: #000;
}
.wrap {
    width: 980px;
    margin: 0 auto;
}
h1,
h2,
h3,
h4 {
    margin: 0;
}
.header {
    width: 980px;
    height: 573px;
    background: url(imgs/head.jpg);
    background-repeat: no-repeat;
}
p {
    margin: 0;
}

h1,
h2,
h3{
    color: #fff;
}
.title-t {
    font-size: 35px;
    position: relative;
    top: 260px;
    left: 580px;
    font-weight: normal;
    color: #fff;
    padding: 0;
    margin: 0;
}
.address {
    position: relative;
    top: 400px;
    right: 160px;
    text-align: right;
}
.address p {
    font-size: 29px;
    color: #ff9fef;
    margin: 0;
}
.page {
    background: black url(imgs/bgcontent.jpg);
    background-repeat: repeat-x;
    height: auto;
}
.page:before,
.page:after {
    clear: both;
    display: table;
    content: '';
}
.l-col {
    float: left;
    width: 391px;
}
.list {
    margin-top: 90px;
    width: 391px;
    height: 66px;
    background: url(imgs/list-bg.jpg);
    background-repeat: no-repeat;
    line-height: 66px;
}
.list h3 {
    text-align: right;
    margin-right: 23px;
    font-weight: bold;
    font-size: 25px;
}
.c-col {
    float: left;
    width: 555px;
    margin-left: 20px;
    margin-top: 90px;
}
.c-col .hour,
.c-col .tarif {
    margin-bottom: 60px;
}
.page p {
    color: #ff9fef;
    font-size: 20px;
}
.f-col {
    width: 100%;
    float: left;
}
.center {
    text-align: center;
}
.text-body {
    width: 600px;
    margin: 0 auto;
    text-align: justify;
}
.text-body p {
    font-size: 16px;
    margin-bottom: 10px;
}
.photos {
    text-align: center;
    margin-top: 40px;
}
.links a {
    width: 270px;
    height: 89px;
    line-height: 89px;
    color: #ff9fef;
    font-size: 45px;
    display: inline-block;
    background: url(imgs/bgbutton.jpg);
    text-decoration: none;
    margin-right: 10px;
}
.links a:last-child {
    margin-right: 0;
}
.footer {
    height: 153px;
    margin-top: 30px;
    background: url(imgs/footer.jpg);
}
.footer a {
    text-align: center;
    color: #ff9fef;
    display: block;
    width: 210px;
    height: auto;
    margin: 0 auto;
    position: relative;
    top: 30px;
    font-size: 25px;
    text-decoration: none;
}
