html, body {
    font-family:Arial,Helvetica,sans-serif;
    padding:0px;
    margin:0px;
}

body {
    background:#D1F7E2 url(../img/base/body-bg.jpg) repeat-x;
}

#wrap, #footer {
    width:950px;
    margin:auto;
}

#wrap {
    background-color:#fff;
}

#header {
    height:150px;
}

/*sticky footer*/
* { margin:0; padding:0; }

li {margin:0em 1em;}

html, body, #wrap{ height: 100%; }

body > #wrap {height: auto; min-height: 100%;}

/* La valeur doit être la même que la hauteur du footer */
#main { padding-bottom: 60px; }
#footer {
    position: relative;

    /* Doit être la valeur négative de la hauteur du footer */
    margin-top: -60px;
    height: 50px;
    clear:both;
    background-color: #098677;
    text-align:center;
    color:#fff;
    padding-top:10px;
}

/* CLEAR FIX*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac */
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/*end sticky footer*/

img {
    border: none;
}

h1, h2, h3 {
    margin:10px 0px;
}

h1 {
    font-size: 1.8em;
    text-align: center;
}

h2 {
    font-size: 1.2em;
}

.big_title {
    font-size: 3em;
    color: #005293;
}

.color_green {
    color: #A3EF0E;
}

.color_grey {
    color: #999;
}

.green_title {
    border-bottom:1px solid #007148;
    color: #007148;
}

p {
    margin-bottom:10px;
}

a { text-decoration:none; color: #007148; outline: none; }

a:hover { text-decoration:underline; }

ol li {
    margin: 5px 20px;
}

/*BEGIN MENU*/
#menu ul {
    width: 950px;
    height: 35px;
    background: #035E25 url(../img/base/bg-menu.png) repeat-x;
    list-style-type: none;
}

#menu ul li {
    display:inline;
}

#menu ul li a {
    display:block;
    float:left;
    padding:0px 15px;
    height:35px;
    line-height:35px;
    color: #fff;
    text-decoration: none;
    font-weight: normal;
}

#menu ul li a:hover {
    background: #fff url(../img/base/bg-menu-over.png) repeat-x;
    color: #000;
}
/*END MENU*/

#content {
    background: url(../img/base/bg_contenu.png) repeat-y;
    padding:10px 20px;
}

#filler {
    text-align: center;
    height: 150px;
    width: 500px;
    border:1px solid transparent;
    margin: auto;
}

#filler h3 {
    font-size: 1.1em;
    font-weight:normal;
}

#filler p {
    text-align:left;
}

.blue { color: #005293; }
.red { color: #E1030C; }

a.btn img {
    border:none;
    background-color:#fff;
}

#intro {
    width: 278px;
    /*float: left;*/
    text-align: left;
    /*border: 1px solid #C0EF59;
    background-color: #F0FFCF;*/
    padding: 10px;
}

#carousel {
    width: 600px;
    margin-top: 10px;
    float: left;
}

#carousel_main {
    background-color: white;
}

#carousel_top {
    padding-top: 12px;
    background: transparent url('../img/box/intro-box/carroussel-top.png') no-repeat top left;
}

#carousel_bottom {
    padding-bottom: 12px;
    background: transparent url('../img/box/intro-box/carroussel-bottom.png') no-repeat top left;
}

.left {
    float:left;
}

.right {
    float:right;
}

.clear {
    clear: both;
}

#photo {
    width:300px;
}

#points_forts {
    float:right;
    width:610px;
}

#points_forts h1 {
    font-size: 1.2em;
}

.dotted-separator {
    border: 1px dotted #999;
    margin: 10px 0px;
}

.bloc_info h3 {
    border-bottom:3px solid #007148;
    color: #007148;
}

.bloc_info h3 a {
    color: #007148;
    text-decoration: none;
}

.menu_produit {
    /*background-color: #007148;*/
    font-size:1em;
    padding:3px 0px;
    clear:both;
}

.menu_produit a {
    color: #fff;
    font-size:1.1em;
    padding:3px 10px;
}

.menu_produit li {
    display:inline;
    margin-right:10px;
}

blockquote {
    background:url("../img/quotes1.png") no-repeat scroll 0 2px transparent;
    color:#333333;
    text-indent:25px;
}

blockquote p {
background:url("../img/quotes2.png") no-repeat scroll right bottom transparent;
display:inline;
margin:0;
padding:0 24px 0 0;
}

.pdf {
    display: block;
    height: 34px;
    line-height: 34px;
    padding-left: 40px;
    background: #333 url(../img/base/pdf.png) no-repeat top left;
    margin:5px 0px;
    width:250px;
    color:#fff;
}

.thumb {
    width:80px;
    height:80px;
}

.bloc_info table {
    border-collapse: collapse;
    font-size: 0.9em;
}

.bloc_info table td {
    border-bottom: 1px dashed #000;
    padding:5px;
}

.box_article {
    margin: 20px 0px;
    height: 200px;
    clear: both;
}

.box_article img.photo {
    float: left;
    width: 200px;
    margin-right: 50px;
}

.download {
    float: right;
    /*visibility: hidden;*/
}

.info_logistique {
    float:left;
}

#comparatif {
    text-align: center
}

#comparatif td p{
    text-align: left;
    padding: 5px 20px;
}

.mode_emploi {
    border: 1px solid #C0EF59;
    background-color: #F0FFCF;
    padding:10px;
    margin-bottom: 10px;
}

.mode_emploi img {
    float: left;
    margin-right: 40px;
}

img.left {
    margin-right: 25px;
}

#top_index {
    background-color: #D8F8F3;
    margin-bottom: 10px;
    padding: 5px 0px;
}

#video {
    text-align: center
}

#featured {

}

.signature {
    font-weight: bold;
}
