﻿@font-face
{
    font-family: 'aaarghnormal';
    src: url('aaargh-webfont.eot');
	src: url('aaargh-webfont.eot?#iefix') format('embedded-opentype'), url('aaargh-webfont.woff') format('woff'), url('aaargh-webfont.ttf') format('truetype'), url('aaargh-webfont.svg#aaarghnormal') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'helvcondensedregular';
    src: url('helvcondensed_regular-webfont.eot');
    src: url('helvcondensed_regular-webfont.eot?#iefix') format('embedded-opentype'), url('helvcondensed_regular-webfont.woff') format('woff'), url('helvcondensed_regular-webfont.ttf') format('truetype'), url('helvcondensed_regular-webfont.svg#helvcondensedregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
    background: url(../img/backgrtound.jpg) repeat-x #dedee0;
}

.container{
    width: 1000px !important;
}

p{
    color: #a0a0a0;
    font-family: 'helvcondensedregular';
    font-size: 14px;
    line-height: 19px;
}

h1{
    font-family: 'aaarghnormal';
    font-size: 28px;
    color: #a0a0a0;
    line-height: 19px;
}

#intro{
    text-align: center;
}

hr{
    border: 1px solid #d3d4d5;;
}


footer{
    margin-bottom: 90px;
}


footer a, footer p{
    color:#a0a0a0;
    font-size: 12px !important;
}

.hero-unit {
    background: #535252;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 20px;
    margin-bottom: 0;
}

.hero-unit p{
    margin: 0;
}

.row{
    margin-top: 40px;
    width: 1000px !important;
    margin-left: 0 !important;
}

.row p{
    text-align: justify;
    padding-top: 10px;
}

.row h1 {
    line-height: 32px;
}

.colLeft{
    float: left;
    width: 470px;
}

.colRight{
    float: right;
    width: 470px;
}

.clear{
    clear: both;
}

#header{
    height: 160px;
    width: 1000px;
    margin: auto;
}

#btnPlan a{
	height: 35px;
	width: 35px;
	display: block;
	float: right;
	margin-left: 3px;
	background: url(../img/btnsHautPage.png) -76px 0 no-repeat;
}

#btnPlan a:hover{
	background: url(../img/btnsHautPage.png) -76px -35px no-repeat;
}

#btnContact a{
	height: 35px;
	width: 35px;
	display: block;
	float: right;
	margin-left: 3px;
	background: url(../img/btnsHautPage.png) -38px 0 no-repeat;
}

#btnContact a:hover{
	background: url(../img/btnsHautPage.png) -38px -35px no-repeat;
}

#logo{
    background: url(../img/logo.jpg) center top no-repeat;
    width: 221px;
    height: 143px;
    margin: auto;
}

.btnLiens{
    font-family: 'helvcondensedregular';
    color: #fff;
    text-align: center;
    background: #a0a0a0;
    display: block;
    padding: 10px 80px;
    text-transform: uppercase;
    margin-top: 30px;
}

.btnLiens:hover{
    background: #7e7e7e;
    text-decoration: none;
    color: #fff;
}

.row2{
    margin-top: 60px;
    margin-bottom: 60px;
}

.colLeft2{
    float: left;
    width: 630px;
}

.facebook{
    float: right;
    width: 330px;
}


