.left {float: left;}
.right {float: right;}
.clear {clear: both;}
.block {display: block;}
.italic {font-style:italic;}
.pad-top-s {padding-top: 10px;}
.pad-top-m {padding-top: 15px;}
.pad-top-l {padding-top: 20px;}
.pull-down-s {margin-top: 10px;}
.pull-down-m {margin-top: 30px;}
.pull-down-l {margin-top: 50px;}
.push-down-s {margin-bottom: 10px;}
.push-down-m {margin-bottom: 30px;}
.push-down-l {margin-bottom: 50px;}
.underline {font-style: underline;}

html {
    font-family: arial, sans-serif;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #FFF;
    background-color: #FFFFFF;
    height: 100%;
}

body {
    height: 100%;
}

a:focus{outline:0;}
a {color: #b7d2ed; text-decoration: none;}

.wrapper {position:absolute; padding: 220px 0px 0px; top:0; bottom:0; left:0; right:0; margin: 0 auto;}
.content {min-height:100%;}
.header {margin-top:-200px; height:200px;}

.container {
    min-height:100%;
    padding-bottom:20px;
}


.header a {
    display: block;
    padding: 35px 0px;
}

.logo {
    position: fixed;
    top: 30px;
    left: 15px;
    width: 240px;
    font-family: "Myriad Pro", Arial, sans-serif;
    font-size: 14px;
    color: #202020;
}

.logo img {
    margin-bottom: 10px;
}

.logo a {
    font-weight: bold;
    color: #202020;
}

.content {
    background: url("images/bg-content.jpg") center top repeat-y;
}

.content .grid_2 {
    min-height: 100%;
}

.pad-top-s {
    padding-top: 10px;
}

p {
    margin: 10px 0px;
    line-height: 16px;
}

.shadow {
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
}


h2 {
    font-family: "Trebuchet MS", "Arial", sans-serif;
    font-size: 21px;
    margin-bottom: 4px;
}

.post {
	margin-top: 10px;
    position: relative;
}

.arrow {
    position: absolute;
    top: 13px;
    right: 10px;
    width: 3px;
    height: 2px;
    background: url(images/arrow.png) top left no-repeat;
}

/*
 * Logo box
 */
.box-l {
    text-align: center;
    width: 100%;

    background-color: #FFF;
}

/*
 * White box
 */
.box-w {
    float: left;

    width: 268px;
    background-color: #FFF;
}

.box-w h2 {
    font-family: "Trebuchet MS";
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    padding: 10px 0px 10px 14px;
    color: #717171;
    background-color: #f7f7f7;
}

.box-w h3 {
    font-family: "Trebuchet MS";
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    padding: 20px 0px;
    color: #738eaa;
}

.box-w img {margin-bottom:20px;}
.box-w .content {padding: 0px 13px;}
.box-w p {margin-bottom: 20px;}

/*
 * Back box
 */
.box-b {
    position: relative;
    float: left;
    margin-right: 30px;

    width: 268px;
    font-family: "Trebuchet MS";
    font-weight: bold;
    background-color: #000;
}

.badge {
    display: block;
    height: 81px;
    font-size: 21px;
    font-weight: bold;
    line-height: 28px;
    margin-left: 8px;
    padding: 0px 0px 15px 75px;
    color: #FFF;
    background: url("images/badge-confort.jpg") top left no-repeat;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.content .grid_2 {
    background-color: #000;
}

.confort {
    font-size: 11px;
    color: #FFF;
    padding: 15px 10px;
}

.confort p {
    margin: 10px 0px;
    line-height: 15px;
}

.box-b h2 {
    font-size: 21px;
    padding: 15px 0px 15px 20px;
    color: #FFF;
}

.box-b img {margin: 5px 0px;}

.box-b .projet {
    padding: 5px;
}

.box-b .projet p {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 18px;
    color: #b7d2ed;
}

.box-b .projet p span {
    font-style: italic;
	font-size: 12px;
    color: #FFF;
}

.plus {
    position: absolute;
    bottom: 5px;
    left: 10px;

    display: block;
    font-family: "Trebuchet MS";
    font-size: 21px;
    font-weight: bold;
    text-decoration: none;
    color: #b7d2ed;
}

.plus span {color: #FFF;}
