body {
    background: #E0E0E0 url('../images/main_bg.gif') repeat-y center center;
    font-family: 'Verdana', sans-serif;
    color: #444444;
}

#page {
    background: #FFFFFF;
    width: 740px;
    margin: auto;
    padding: 20px;
}

#logo {
    float: left
}

#menu {
    vertical-align: top;
    padding: 5px;
    width: 760px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 12px;
    height: 30px;
}

#menu a {
    text-decoration: none;
    color: #F9EAE1;
    font-weight: normal;
}

#menu a.selected {
    color: #FFFFFF;
    font-weight: bold;
}

#main {
    clear: both;
    padding-top: 5px;
    padding-bottom: 30px;
    width: 760px;
    font-size: 13px;
    text-align: justify;
    vertical-align: top;
}

.servicesbutton {
    text-decoration: none;
    color: #4096EE;
    font-weight: bold;
    font-size: 18px;
}

.servicesbutton img {
    border: 0px solid;
}

.title {
    margin-bottom: 3px;
    margin-left: -10px;
    font-weight: bold;
    font-size: 18px;
    color: #4096EE;
}

.title2 {
    margin-bottom: 3px;
    margin-left: -10px;
    font-weight: bold;
    font-size: 16px;
    color: #4096EE;
}

.product {
    font-size: 20px;
    color: #E75094;
}

#footer {
    text-align: center;
    margin-top: 30px;
    width: 760px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #CCCCCC;
    font-size: 0.7em;
    border-top: 1px solid;
}

.tab_title tr td{
    text-align: center;
    font-size: 15px;
    width: 30%;
}

.tab_title {
    border: 0px solid;
    width: 100%;
}

.tab_title tr td a {
    color: #4096EE;
}

.tab {
    position: absolute;
    width: 660px;
    padding-left: 20px;
    padding-right: 20px;
}

.bulletpoints {
    list-style-type: disc;
    margin-top: 0px;
    margin-bottom: 0px;
    list-style-image: url("../images/arrow.png");
}

.decoratedlink {
    color: #EB6A20;
}

.bulletpoints li {
    margin-left: -14px;
}

.imagedroite {
    float: right;
    margin: 10px 20px;
}

.imagegauche {
    float: left;
    margin: 10px 20px;
}