
#page_gamme a { position: relative;}
div.decanter { position: absolute; bottom: -40px; right:320px; width: 70px; height: 70px; background-image: url('../images/decanter.png'); z-index: 99;}
div.decanter.recommanded { background-position: -210px 0px;;}
div.decanter.bronze { background-position: 0px 0px;}
div.decanter.silver { background-position: -140px 0px;}
div.decanter.gold { background-position: -70px 0px;}

 

body {
    background-color:#070707;
    position:absolute;
    min-width:960px;
    min-height:800px;
    width:100%;
    height:100%;
    overflow:hidden!important;
}
a {
    text-decoration:none;
    outline:none;
    font:13px/20px 'Arial', sans-serif;
    color:#1a1a1a;
    font-weight:bold;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}

h1 {
    margin-bottom:28px;
}
h2 {
    font:50px 'Courgette', sans-serif;
    color:#000;
    margin-bottom:10px;
}
h3 {
    font:26px 'Courgette', sans-serif;
    color:#000;
    margin-bottom:3px;
}
.glob {
    position:absolute;
    width:100%;
    height:100%;
    overflow:hidden;
}
.main {
    margin:0px auto;
    width:716px;
    z-index:2;
    margin-top:220px;
	position:relative;
}
.page_spinner {
    position:fixed;
    background:url(../images/loader.gif) 50% 50% no-repeat #070707;
    z-index:99;
    width:100%;
    height:100%;
    top:0;
    left:0
}
.container {
    width:716px;
    height:420px;
    overflow:hidden;
}
.center {
    width:100%;
    position:relative;
	height:100%;
}
.clear {
    clear:both;
}
.fleft {
    float:left;
}
/*-----menu-----*/
.menu {
    width:940px;
    margin:0 auto;
    position:relative;
    z-index:5;
}
#menu {
	top:25px;
	left:200px;
    position:relative;
    display:inline-block;
}
#menu > li {
    float:left;
    text-align:center;
}
#menu > .last {
    margin-right:0;
}
#menu > li > a {
    position:relative;
    color:#fff;
    text-transform:uppercase;
    margin-left:40px;
    background-color:#080808;
}
#menu > li > a:hover {
    text-decoration:none;
}
#menu li > img {
    margin-top:18px;
}
.submenu_1 {
    position:absolute;
    z-index:3;
    width:600px;
    height:30px;
    
    margin-left:-150px;
	margin-top:0px;
    padding-top:8px;
    text-align:center;
}
.submenu_1 li {
    position:relative;
    display:inline-block;
    padding-left:15px;
	padding-right:15px;
    margin-bottom:1px;
    
}
.submenu_1 li+li { border-left:1px solid #A58D1B;}
.submenu_1 .last {
    border-bottom:none;
    margin-bottom:0;
    padding-bottom:0;
}
.submenu_1 a {
    font:13px 'Arial', sans-serif;
    color:#fff;
    display:inline-block;
    background:none !important;
}
.submenu_1 li > a:hover, .submenu_1 li > a.sfHover {
    text-decoration:none;
    color:#5e5e5e;
}
/*-----content-----*/
#logo {
    background:url(../images/logo.png) 0 0 no-repeat;
    display:inline-block;
    width:344px;
    height:93px;
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
}
#content {
    position:absolute;
	width:100%;
    z-index:2;
	margin-top:-175px;
	height:350px;
	top:50%;
}
#content > ul {
    width:100%;
}
#content > ul > li {
    width:100%;
    display:block;
    position:absolute;
}
header {
    position:absolute;;
	top:76px;
    z-index:5;
    width:100%;
    height:186px;
    background:url(../images/barre.png) repeat-x;
	
 
}
header > #headerLogo {
	background:url(../images/logo.png) repeat-x;
	position:relative;
    width:716px;
	height:66px;
	top:-40px;
   	margin:0 auto;
}
header > #headerHolder {
	position:relative;
    width:940px;
   	margin:0 auto;
}
footer {
    position:fixed;
    width:100%;
    bottom:0;
    z-index:2;
    background-color: #000;
	text-align:center;
}
footer div {
    width:940px;
    /*height:22px;*/
    margin:0 auto;
    padding-top:8px;
    padding-bottom:7px;
}
footer p {
    font-size:10px;
    color:#fff;
    word-spacing:1px;
}
footer a {
    font-size:10px;
    color:#fff;
    word-spacing:1px;
}
footer a:hover {
    text-decoration:underline;
}
.more {
    font-size:12px;
    color:#CCC;
    padding:1px 10px 1px 10px;
	
}
.more+.more { border-left:1px solid #fff;}
.more:hover {
    text-decoration:none;
}
#page_privacy a {
    text-decoration:none;
}
#page_privacy a:hover {
    text-decoration:underline;
}
.indent {
    display:inline-block;
    margin-top:6px;
    width:220px;
}
/*-----bgStretch-----*/
#bgStretch {
    overflow:hidden;
    position:absolute;
    z-index:1;
}
.spinner {
    position:fixed;
    right:-336px;
    top:0;
    width:100%;
    height:100%;
    z-index:9999;
    background:url( "../images/gall_spinner.gif") repeat-x;
    display:none;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.pagin {
    position:absolute;
    z-index:20;
    height:935px;
    width:229px;
    display:inline-block;
    right:-300px;
    padding-left:29px;
    background:url( "../images/bg_pagin.png") repeat;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.pagin ul li {
    width:200px;
    height:200px;
}
.pagin ul li a > span {
    position:absolute;
    width:198px;
    height:198px;
    border:1px solid #fff;
}
.pagin>ul>li>a > span {
    border:1px solid transparent;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.pagin>ul>li>a:hover>span {
    border:1px solid #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.pagin>ul>li.active>a>span {
    border:1px solid #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/*-----list-----*/
.list1 {
    width:220px;
    display:inline-block;
    margin-bottom:18px;
    margin-top:6px;
}
.list1 li {
    border-bottom:1px solid #dedede;
    padding-bottom:23px;
    margin-bottom:22px;
}
.list1 .last {
    border-bottom:none;
    padding-bottom:0;
    margin-bottom:0;
}
.list2 {
    margin-top:13px;
}
.list2 a {
    font:13px 'Arial', sans-serif;
    color:#1a1a1a;
    font-weight:bold;
    text-decoration:none;
}
.list2 li {
    margin-bottom:6px;
}
.list2 li a img {
    margin-top:5px;
    margin-right:8px;
}
.list3 {
    margin-top:-6px;
    display:inline-block;
}
.list3 a {
    text-decoration:underline;
    font-weight:normal;
    margin-left:4px;
}
.list3 a:hover {
    text-decoration:none;
}
.list3 h3 {
    margin-left:3px;
}
.list3 li {
    margin-bottom:19px;
}
.list4 {
    display:inline-block;
    margin-top:-1px;
    width:460px;
}
.list4 li {
    margin-bottom:24px;
}
.list4 li > img {
    float:left;
    margin-right:22px;
}
.list4 li > div {
    display:inline-block;
    margin-top:7px;
    width:250px;
}
.list4 li > div > img {
    float:left;
    margin-right:5px;
    margin-right:7px;
    margin-top:-3px;
    margin-left:2px;
}
.list4 li > div > .more {
    display:inline-block;
    margin-top:-9px;
    margin-left:11px;
}
.list4 .last {
    margin-bottom:0;
}
.list5 li > .date {
    background-color:#000;
    width:70px;
    height:76px;
    text-align:center;
    padding-top:14px;
    float:left;
    margin-right:15px;
}
.list5 li > .date p {
    color:#fff;
}
.list5 li > .date .number {
    font:42px/42px 'Courgette', sans-serif;
}
.list5 li > .date_info {
    overflow:hidden;
    margin-bottom:11px;
}
.list5 li a {
    margin-left:81px;
}
/*-----contact form-----*/
#ContactForm {
    margin-top:24px;
    margin-left:1px;
}
#ContactForm fieldset {
    width:290px;
}
#ContactForm .bg {
    padding:0;
}
#ContactForm .success {
    padding-bottom:4px;
    position:absolute;
    color:#1a1a1a;
    font:13px 'Arial', sans-serif;
    margin-top:0;
    z-index:1;
    padding:55px 149px;
    background-color:#fff;
    border:1px solid #d5d5d5;
    text-align:center;
}
#ContactForm label {
    position:relative;
    display:inline-block;
    padding-bottom:9px;
}
#ContactForm span {
    display:block
}
#ContactForm .message .empty {
    top:193px;
}
#ContactForm .error, #ContactForm .empty {
    font:10px 'Arial';
    color:#fff;
    line-height:9px;
    display:none;
    width:260px;
    top:36px;
    left:5px;
    position:absolute;
    margin-top:4px;
}
#ContactForm .input {
    width:160px;
    color:#1a1a1a;
    outline:none;
    margin-top:10px;
    font:12px 'Arial';
    background-color:#fff;
    border:0px solid #d5d5d5;
    display: inline-block;
}
#ContactForm textarea {
    overflow:auto;
    margin-top:10px;
    width:267px;
    height:81px;
    padding:5px 4px 4px 8px;
    color:#1a1a1a;
    resize:none;
    outline:none;
    font:12px 'Arial';
    background-color:#fff;
    border:1px solid #d5d5d5;
}
#ContactForm .block {
    display:inline-block;
    position:relative;
}
.buttons-form {
    display:inline-block;
    float:right;
    margin-right:20px;
    margin-top:2px;
}
/*-----contacts-----*/
.google_map {
    margin-bottom:25px;
    width:460px;
    height:319px;
    background-color:#f5f0f0;
    margin-right:20px;
}
.info2 > p span {
    width:70px;
    display:inline-block;
}
.info2 > p {
}
.info2 > p > a {
    color:#1a1a1a
}

.content, .text { font-family: 'Lato', sans-serif; font-weight: 300; line-height: 14px!important;}

