body {
//	background: url("img/brillant.png");
        background-color: #ffffff;
	overflow-x: hidden;
	font-family: "Helvetica light", Arial, Verdana, "Trebuchet MS", sans-serif;
        margin: 0;
}

p
{
    font-size:16px;
}

h1, h2, h3, h4, h5
{
    font-weight: 200;
}

.ui.menu
{
    background-color:#f0f0f0;
}

#submov
{
    width: 100%;
    height: 44px;
    margin-bottom: 20px;
}

#subfix
{
    width: 100%;
    margin-top: 0px;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color:#1b1c1d;
    z-index: 99;
}

.bannerblue
{
    width:100%;
    height:84px;
    margin-bottom:0px;
    background-color:#000000;
    background-image:url(/assets/images/back84.jpg);
    background-repeat:no-repeat;
}

.bannerblue .title
{
    padding-top:8px;
    color:#f0f0ff;
    font-size: 28px;
}

.bannerblue p
{
    color:#e0e0ee;
    font-size: 16px;
}

.delimiter
{
    width:100%;
    height:18px;
    border-top:1px solid #e0e0e0;
}

.headline
{
    font-size:36px;
    font-weight: 300;
    padding-top:20px;
}

.headtext
{
    width: 600px;
    margin: 0 auto;
    font-size:18px;
    color:#606060;
    line-height: 30px;
    padding-bottom: 20px;
}

.product_line
{
    font-size:18px;
    margin-bottom:10px;
    color:#505050;
}

.white
{
    color:#f0f0f0;
}

.strike
{
    color: #c02733;
    text-decoration: line-through;
}

.imgback
{
    width:100%;
    background-size: cover;
    -webkit-background-size: cover;
}

.container
{
    width: 960px;
    margin: 0 auto;
    color:#4a4a4a;
}

.ui.inverted.black.segment, .ui.inverted.segment {
    background-color: #d0d0d4 !important;
    border:1px solid #b0b0b0;
}

#footer {
    background-color: #1b1c1d;
    width: 100%;
    margin-top:32px;
    padding-bottom:20px;
    color: #c0c0c0;
    border-top: 1px solid #505050;
    border-bottom: 1px solid #404040;
}

#footer .foot_title {
    margin-top: 10px;
    margin-bottom: 12px;
    font-size: 120%;
    color: #a0a0a0;
}

#footer .foot_link {
    margin-top: 10px;
}

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

#footer a:hover {
    color: #f0f0f0;
}