/* css for Arosa's website by Michel Poulain (La Shampouineuse) www.lashampoo.com 25/07/2006*/

/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the designer's written permission. */

.staticfooter
{
	background-image: url(_images/staticfooter.jpg);
	width: 835px;
	height: 247px;
}
html{
    overflow:hidden;
}

body {
    margin:0; padding:0;
    color: #ffffff;
    font-size: 12px; font-family: verdana, arial, helvetica;
    height:100%;
    overflow:auto;
}

td {
    margin:0; padding:0;
    color: #ffffff;
    font-size: 12px; font-family: verdana, arial, helvetica;
    height:100%;
    overflow:hidden;
}

img {
    border:0px;
}

#title {
    position:absolute;
    left:50%;
    margin-left:-370px;
    width:741px;
    height:140px;
    background:#008dd3;
    top:0px;
}

#middle {
    position:absolute;
    left:50%;
    margin-left:-370px;
    width:741px;
    background:#008dd3;
    top:160px;
    bottom:247px;
    overflow:auto;
}
#content {
    clear:both;
    width:680px;
    margin-left:30px;
}

#menuframe {
    clear:both;
    z-index: 1;
    position:absolute;
    height:20px;
    background:#008dd3;
    text-align:center;
    left:50%;
    margin-left:-370px;
    width:741px;
    top:140px;
}

#bottom {
    position:absolute;
    top: 600px;
    width:835px;
    height:247px;
    left:50%;
    margin-left:-417px;
   /* bottom:0px; */
    background: #ffffff url(bottom.gif) no-repeat center bottom;
}

.program {
    margin-left: 43px;
}

.program p {
    text-indent: -43px;
    margin-left: 43px;
}

.centrer {
    text-align:center;
}

#menu_partners {
    line-height:200%;
}

.quote {
    margin-top:20px;
    margin-left:20px;
    font-style:italic;
    color:#0ff;
}

h1 {
    margin-top:50px;
    margin-bottom:20px;
    color:#0ff;
    text-shadow: #000 -1px 1px 5px;
}

.subtitle {
    margin-top:10px;
    margin-bottom:10px;
    color:#0ff;
    text-shadow: #000 -1px 1px 5px;
}
.price {
    color:#FFFFFF;
    background:#008DD3;
    border:0px;
}

a {
    color:#ff0;
}

a:link {
    color:#ff0;
}

a:link[href^="mailto:"] {
    background: url(icon_mail.gif) no-repeat center left;
    padding-left: 18px;
    color:#ff0;
}

a:hover {
    color:#fff;
}

#menu {
    text-align:center;
}

#menu a {
    padding:5px;
    text-decoration:none;
}

#menu a:hover {
    color:#000;
    background-color: #0ff;
}

.normaltd {
	padding:4px;
}