/***************** FONTS ******************/



/***************** HEADER ******************/

header{
	display:block;
    background: url("../theme/bg_header.jpg") no-repeat right top;
}

header h2{
    margin: 0;
}

header img{
    float: left;
    padding: 60px;
}

#menu{
    margin: 0;
    padding: 120px 0 50px 0;
}

#menu li{
    display: inline-block;
    font-family: arial, helvetica, sans-serif;
    font-size: 1.125em;
    font-style: italic;
    text-transform: uppercase;
    color: #444444;
    padding-left: 1em;
}

.ie8 #menu li{
    display: inline;
}

#menu li a{
    text-decoration: none;
    color: #444444;
}

/***************** CONTENT ******************/

#main_wrapper{
    padding: 0;
    font-family: arial, helvetica, sans-serif;
    font-size: 16px;
}

h2, h3, p{
    margin: 1em 0;
}

.bloc_top{
    height:380px;
    background: url("../theme/img_thomson.jpg") no-repeat;
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.35) inset;
    margin-bottom: 30px;
}

.bloc_top p{
    margin: 0;
    font-size: 1.75em;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    text-align: center;
    max-width: 520px;
    color: #e2001a;
}

.bloc_top p:first-child{
    padding:70px 0 50px 0;
    color: #444444;
}

.bt{
    margin: 50px 0 0 100px;
    padding:.5em;
    display: block;
    font-size: 1.2em;
    text-align: center;
    text-decoration: none;
    max-width: 300px;
    color: #fff;
    border-radius: 10px;
    background: #606060; /* Old browsers */
    background: -moz-linear-gradient(top,  #606060 0%, #3e3e3e 100%, #3e3e3e 101%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#606060), color-stop(100%,#3e3e3e), color-stop(101%,#3e3e3e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #606060 0%,#3e3e3e 100%,#3e3e3e 101%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #606060 0%,#3e3e3e 100%,#3e3e3e 101%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #606060 0%,#3e3e3e 100%,#3e3e3e 101%); /* IE10+ */
    background: linear-gradient(to bottom,  #606060 0%,#3e3e3e 100%,#3e3e3e 101%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606060', endColorstr='#3e3e3e',GradientType=0 ); /* IE6-9 */
}

.bloc_content{
    max-width: 450px;
    margin-bottom: 25px;
    padding: 0 20px 40px 20px;
    position: relative;
}

.cat{
    float: left;
    color: #fff;
    background: url("../theme/bg_cat.png") no-repeat right center;
    margin:0 0 0 -20px;
    padding: .45em .75em;
    max-width: 48px;
    font-size: .9em;
    font-style: italic;
    text-transform: uppercase;
}

#lavage .cat{
    margin:17px 15px 0 -30px;
    padding-right: 1.75em;
}

#cuisson .cat{
    padding-right: 2em;
    margin-right: 15px;
}

.bloc_content h3{
    font-size: 1.125em;
    color: #444444;
    line-height: 1.75;
    margin-left: 3.5em;
}

.bloc_content p{
    font-size: .8125em;
    text-align: justify;
}

.bloc_content .quote{
    font-style: italic;
    color: #696969;
    margin-bottom: 0;
}

.bloc_content .name{
    font-style: italic;
    color: #696969;
    font-weight: bold;
    display: inline-block;
}

.bloc_content .rank{
    width: 115px;
    height:17px;
    display: inline-block;
    background: url("../img/etoile_on.png") repeat-x;
}

#lavage .rank, #cuisson .rank{
    width: 92px;
    height:17px;
    display: inline-block;
    background: url("../img/etoile_on.png") repeat-x;
}

#lavage .rank:after, #cuisson .rank:after{
    content: "";
    width: 23px;
    height:17px;
    display: inline-block;
    margin-left: 92px;
    background: url("../img/etoile_off.png") repeat-x;
}

.bloc_content .bt{
    position: absolute;
    bottom: 0;
    right: 20px;
    padding:.5em 1em;
    display: block;
    font-size: .875em;
    text-align: center;
    text-decoration: none;
    max-width: 160px;
    color: #fff;
    border-radius: 5px;
}

#froid.bloc_content{
    margin-bottom:11px;
}

#lavage.bloc_content{
    margin-bottom:15px;
}

.bloc_content p a{
    text-decoration: none;
    color: #444;
    font-weight: bold;
}

.bloc_content p a:hover{
    text-decoration: underline;
}

.right{
    float: right;
}

.left{
    float: left;
}

/***************** FOOTER ******************/

footer{
    background: url("../theme/bg_footer.jpg") no-repeat center;
}

footer h3{
    font-size: 1.875em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background-color: #444;
    font-style: italic;
    padding: .375em 0;
    margin-bottom: 0;
}

footer .bloc_footer{
    height: 75px;
    display: inline-block;
    color: #fff;
    font-size: .9375em;
    margin-right: 16px;
    text-align: center;
    padding: 140px 0 50px 0;
}

footer #livraison{
    background: url("../theme/livraison.png") no-repeat center 10px;
}

footer #garantie{
    background: url("../theme/garantie.png") no-repeat center 10px;
}

footer #click_collect{
    background: url("../theme/click_collect.png") no-repeat center 10px;
}

footer #assistance{
    background: url("../theme/assistance.png") no-repeat center 10px;
}

footer .first{
    margin-left:20px;
}

footer .bloc_footer  p{
    display: table-cell;
    vertical-align: middle;
    height: 75px;
    width: 210px;
    background-color: #444;
    border-radius: 5px;
    padding: .5em;
}