﻿body
{
    font-family: Arial;
}

#main
{
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -498px;
    width: 997px;
    min-height: 932px;
    background-color: White;
}

#bandeau
{
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url(images/bandeauHaut.jpg);
    width: 997px;
    height: 245px;
    z-index: 1;
}
#cote
{
    position: absolute;
    top: 245px;
    left: 651px;
    background-image: url(images/cote.jpg);
    width: 346px;
    height: 686px;
    z-index: 1;
}
#logo
{
    position: absolute;
    top: 112px;
    left: 55px;
    background-image: url(images/logo.gif);
    background-repeat: no-repeat;
    background-position: top;
    width: 186px;
    text-align: right;
    z-index: 3;
    font-size: 13px;
    font-weight: bold;
}
#romarin
{
    position: absolute;
    top: 165px;
    left: 0px;
    background-image: url(images/romarin.jpg);
    width: 78px;
    height: 455px;
    z-index: 2;
}
#feuilles
{
    position: absolute;
    top: 592px;
    left: 0px;
    background-image: url(images/feuilles.jpg);
    width: 245px;
    height: 491px;
    z-index: 2;
}
a.lienCote
{
    font-size: 18px;
    font-weight: bold;
    color: White;
    text-decoration: none;
}
a.lienCoteSelect
{
    font-size: 18px;
    font-weight: bold;
    color: #e2007a;
    text-decoration: none;
}
a.lienCoteGros
{
    font-size: 22px;
    font-weight: bold;
    color: White;
    text-decoration: none;
}
a.lienCoteGrosSelect
{
    font-size: 22px;
    font-weight: bold;
    color: #e2007a;
    text-decoration: none;
}
a.lienCoteG
{
    font-size: 16px;
    font-weight: bold;
    color: White;
    text-decoration: none;
}
a.lienCoteGSelect
{
    font-size: 16px;
    font-weight: bold;
    color: #e2007a;
    text-decoration: none;
}
.textFemmeFeuille
{
    font-size: 13px;
    font-weight: bold;
    color: White;
    text-align: right;
    text-decoration: none;
}
.textRelaxation
{
    font-size: 13px;
    font-weight: bold;
    color: White;
    text-align: left;
    text-decoration: none;
}
.style1
{
    font-weight: bold;
    color: White;
    text-align: left;
    text-decoration: none;
}
.style2
{
    font-size: 14px;
}
a.menu
{
    font-size: 15px;
    font-weight: bold;
    color: #707173;
    text-decoration: none;
}
a.menuSelect
{
    font-size: 15px;
    font-weight: bold;
    color: #e2007a;
    text-decoration: none;
}
a.menu:hover, a.menuPhoto:hover,a.sousMenu:hover
{
    color:#e2007a;
}
a.menuPhoto
{
    font-size: 12px;
    font-weight: normal;
    color: #707173;
    text-decoration: underline;
}

h1
{
    font-size: 20px;
    font-weight: bold;
    color:#008836;
}
h2
{
    font-size: 16px;
    font-weight: bold;
    color:#e2007a;
}
h3
{
    font-size: 15px;
    font-weight: bold;
    color:#008836;
    margin-bottom:2px;
}

div.contenu
{
    font-size: 13px;
    font-weight: normal;
    text-align:justify;
    line-height:20px;
}

div.contenu a, a.button
{
    font-size: 13px;
    font-weight: bold;
    color: #e2007a;
    text-decoration: underline;
}
a.sousMenu
{
    font-size: 15px;
    font-weight: bold;
    color: #707173;
    text-decoration: none;
    line-height:20px;
}
a.sousMenuSelect
{
    font-size: 15px;
    font-weight: bold;
    color: #e2007a;
    text-decoration: none;
    line-height:20px;
}
img.gauche
{
    float:left;
    margin-right:5px;
    margin-bottom:5px;
}
img.droite
{
    float:right;
    margin-left:5px;
    margin-bottom:5px;
}