body
{
    width: 100%;
    background-color: #333333;
    margin: 0 0;
    padding: 0;
    text-align: center;
    color: #336667;
    font: normal normal normal 8pt "Myriad Pro", Helvetica;
}

table
{
    border-collapse: separate;
    border-spacing: 0;
    border-collapse: collapse; /* hack is needed for IE7 also */
}

tr
{
    vertical-align: top;
}

td
{
    margin: 0px;
    padding: 0px;
}

ul
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

img
{
    border: 0px;
}

a
{
    text-decoration: none;
}

a:link
{
    color: #336667;
}

a:visited
{
    color: #336667;
}

a:active
{
    color: #336667;
}

a:hover
{
    color: #cccc99;
}

.yellow
{
    color: #a4a275;
    display: inline;
}

.light_yellow
{
    color: #cccc99;
}

.menu_selected a:link
{
    color: #cccc99;
}

.menu_selected a:visited
{
    color: #cccc99;
}

.menu_selected a:active
{
    color: #cccc99;
}

.aqua
{
    color: #99cccc;
    font-size: 8pt;
}

.aqua a:link
{
    color: #99cccc;
}

.aqua a:visited
{
    color: #99cccc;
}

.aqua a:hover
{
    color: #99cccc;
}

.aqua a:active
{
    color: #99cccc;
}

#background
{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    width: 100%;
}

#background img
{
    width: 100%;
}

#header
{
    background: #fdfdfc url('../images/header.png') no-repeat scroll top left;
    height: 75px;
}

#top_menu
{
    position: relative;
    top: 48px;
    left: 637px;
    width: 200px;
}

#top_menu a
{
    font-size: 10pt;
}

#top_menu li
{
    display: inline;
    margin: 5px;
}

#main
{
    background-color: #fdfdfc;
    margin: 0px auto 0px auto;
    padding: 0px 2px 0px 2px;
    text-align: left;
    width: 805px;
}

#top_images
{
    height: 232px;
}

#top_gradient
{
    background: #fdfdfc url('../images/top_gradient.png') no-repeat scroll top left;
    height: 9px;
    font-size: 1px;
}

#left_menu
{
    background-color: #4b6c6b;
    width: 167px;
}

#left_sub_menu1
{
    background-color: #e8e3cb;
    padding-top: 5px;
    padding-bottom: 10px;
}

#left_sub_menu1 li
{
    position: relative;
    left: 5px;
    width: 150px;
    padding-top: 5px;
    padding-bottom: 1px;
    padding-left: 8px;
    border-bottom: 1px solid #fdfdfc;
}

#left_sub_menu2
{
    background-color: #4b6c6b;
    text-transform: uppercase;
    color: #fcf9ce;
    font-size: 11pt;
    width: 159px;
    height: 100%;
}

#left_menu_img
{
    background-color: #e8e3cb;
}

#left_sub_menu2 img
{
    vertical-align: bottom;
}

#left_sub_menu2 p
{
    margin-top: 10px;
    margin-left: 12px;
    font-size: 7pt;
    line-height: 170%;
}

#left_sub_menu2 a
{
    text-decoration: underline;
    color: #fcf9ce;
}

#mail
{
    position: relative;
    float: right;
    width: 29px;
    height: 14px;
    margin: 2px;
}

#left_gradient
{
    background: #4b6c6b url('../images/left_gradient.png') no-repeat scroll top left;
    width: 167px;
    height: 13px;
}

#right_menu
{
    background-color: #4b6c6b;
    width: 168px;
}

#right_menu_img
{
    position: relative;
    top: 2px;
}

#promo
{
    position: relative;
    top: 8px;
}

#content
{
    background: #fdfdfc url('../images/content.png') no-repeat scroll bottom left;
    width: 470px;
    text-align: center;
}

#content a
{
    text-decoration: underline;
    text-align: center;
}

#content img
{
    vertical-align: bottom;
}

#text
{
    text-align: left;
    font-size: 10pt;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 21px;
    padding-bottom: 70px;
}

#opening td
{
    padding-right: 20px;
}

#map
{
    position: absolute; 
    z-index: 1; 
    margin-left: 200px; 
    margin-top: 115px;
}

#forfaits img
{
    margin: 5px;
}

#soins
{
    width: 95%;
}

.soins_title
{
    background-color: #679a99
}

.soins_title td
{
    color: #fdfdfc;
    text-transform: uppercase;
    vertical-align: middle;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.soins_item1
{
    background-color: #f0ecde;
}

.soins_item1 td
{
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.soins_item2
{
    background-color: #e8e3cb;
}

.soins_item2 td
{
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.soins_price
{
    text-align: right;
    padding-right: 20px;
}

.popup
{
    display: none; 
    text-align: left;
    position: absolute; 
    border-style: solid; 
    background-color: #f0ecde; 
    padding: 5px; 
    z-index: 2;
    width: 375px;
}

.white_text
{
    padding-left: 6px;
    padding-right: 6px;
    color: #ffffff;
    font-weight: bold;
	font-size: 10pt;
}

.brown_text
{
    padding-left: 6px;
    padding-right: 6px;
    color: #cccc99;
	font-size: 10pt;
}

.brown_text a:link, .brown_text a:visited, .brown_text a:active, .brown_text a:hover
{
    color: #cccc99;
    text-decoration: underline;
}
