html,
body {
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #999;
    background-color: #fff;
    text-align: justify;
}

/*---------- ACCUEIL ----------*/
body.body_accueil {
    overflow: hidden;
}

#white_mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    text-align: center;
}

#loading {
    position: absolute;
    top: 50%;
}

#status {
    position: absolute;
}

#portrait_cligne,
#portrait_lips,
#portrait_oeil_gauche,
#portrait_oeil_droit {
    position: absolute;
    display: none;
}

#portrait,
#livres,
#biographie,
#sismique {
    position: absolute;
}

#livres_infobulle,
#biographie_infobulle,
#sismique_infobulle {
    position: absolute;
    display: none;
}

a img {
    border: none;
    outline: none;
}

:active,
:focus {
    outline: none;
    -moz-outline-style: none;
}

/*---------- PAGES ----------*/
.biographie_container,
.livres_container,
.sismique_container {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

#header {
    background-image: url(../images/design/header.gif);
    background-repeat: no-repeat;
    background-position: left top;
    width: 960px;
    height: 178px;
    float: left;
}

a.accueil {
    position: absolute;
}

a.livres {
    background-image: url(../images/design/menu.gif);
    background-repeat: no-repeat;
    background-position: -142px top;
    height: 30px;
    display: inline-block;
    margin: 143px 20px 0 0;
    text-decoration: none;
    float: right;
    width: auto;
}

a.livres:hover {
    background-position: -142px -30px;
}

a.biographie {
    background-image: url(../images/design/menu.gif);
    background-repeat: no-repeat;
    background-position: left top;
    height: 30px;
    display: inline-block;
    margin: 143px 20px 0 0;
    text-decoration: none;
    float: right;
    width: auto;
}

a.biographie:hover {
    background-position: left -30px;
}

a.sismique {
    background-image: url(../images/design/menu.gif);
    background-repeat: no-repeat;
    background-position: -270px top;
    height: 30px;
    display: inline-block;
    margin: 143px 20px 0 0;
    text-decoration: none;
    float: right;
    width: auto;
}

a.sismique:hover {
    background-position: -270px -30px;
}

.sismique_container a.sismique,
.livres_container a.livres,
.biographie_container a.biographie {
    display: none;
}

.biographie_container a.sismique,
.livres_container a.sismique,
.sismique_container a.livres {
    margin: 143px 7px 0 0;
}

.big_text {
    margin-top: 33px;
    width: 141px;
    height: 508px;
    display: block;
    float: left;
    clear: left;
    background-repeat: no-repeat;
    position: relative;
}

.body_livres .big_text {
    background-image: url(../images/design/livres_text.gif);
}

.body_biographie .big_text {
    background-image: url(../images/design/biographie_text.gif);
}

.body_sismique .big_text {
    background-image: url(../images/design/produits_text.gif);
}

.body_sismique .bottles {
    position: absolute;
    right: 0;
    top: 200px;
}

.body_sismique .bottles.second {
    position: absolute;
    right: 0;
    top: 1014px;
}

.text_content {
    margin-top: 21px;
    width: 819px;
    float: right;
    background-repeat: no-repeat;
    background-position: left top;
    overflow: hidden;
    z-index: 10;
}

.body_sismique .text_content {
    float: left;
    width: 345px;
    min-height: 766px;
}

.body_sismique .text_content.first {
    margin-bottom: 15px
}

.body_sismique .text_content.second {
    margin-bottom: 40px;
    margin-left: 141px;
}

.body_sismique .separator {
	float: right;
}

.text_content p {
    width: 479px;
    line-height: 150%;
}

.body_sismique .text_content p {
    width: 345px;
}

.text_content a {
    color: #0099FF;
    text-decoration: none;
}

.text_content a:hover {
    color: #000;
}

.vertical_strip {
    width: 319px;
    float: right;
    display: block;
    margin-top: 12px;
}

.vertical_strip .fancybox {
    margin-bottom: 20px;
    display: block;
}

.horizontal_strip {
    float: left;
    clear: both;
    width: 900px;
    overflow: hidden;
}

.horizontal_strip div {
    margin: 0 14px 15px 0;
}

.invis {
    display: none;
}

#footer {
    margin: 40px 0 120px 0;
    text-align: right;
    line-height: 30px;
}

#footer a {
    color: #999;
    text-decoration: none;
}

#footer a:hover {
    color: #0099FF;
    text-decoration: none;
}

.loupe {
    position: absolute;
}