/* CSS Global */
html, body{
	font-family:Garamond,"Hoefler Text",Palatino,"Book Antiqua","Times New Roman",Times,serif;
	background:#fffff;
	margin:0;
	padding:0;
	font-size:16px;
}

img{
	border:none;
}

a{
	outline:none;
}

#header, #footer{
	width:100%;
}

#nav1 ul, #nav2 ul, #leftmenu ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

div.sep{
	background:url(../images/sep_menu.jpg) no-repeat;
	width:76px;
	height:4px;
	margin:10px auto;
}

.left{
	float:left;
	margin-right:20px;
}

.right{
	float:right;
	margin-left:20px;
}

.cadreimg{
	border:1px solid #ECECEC;
	padding:3px 2px;
	text-align:center;
}

h2{
	font-weight:normal;
	font-size:24px;
}

/* HEADER */

#header{
	height:201px;
	background:url(../images/btle_head.jpg) top right no-repeat;
	width:100%;
}
#header-inner{
		
	background:url(../images/bg_header.png);
	height:100%;
}
#header-content{
	width:1024px;
	height:100%;
	margin:auto;
	position:relative;
}

#header-content h1{
	margin:0;
	width:237px;
	padding-top:10px;
	text-align:right;
}

#nav1{
	position:absolute;
	top:10px;
	left:255px;
	color:#000001;
	font-size:14px;
}

#nav1 a{
	color:#000001;
	text-decoration:none;
}

#nav1 li, #nav2 li{
	margin:0;
	padding:0;	
	float:left;
}
#nav1 li a, #nav2 li a{
	display:block;
	padding: 11px 11px;
}
#nav1 li.on, #nav1 a:hover{
	padding: 10px 11px 11px 11px;
	background-color:#F7F7F7;
	border-top:1px solid #DEDEDE;
}

#nav2{
	position:absolute;
	bottom:10px;
	left:255px;
	color:#4E658B;
}

#nav2 a{
	color:#4E658B;
	text-decoration:none;
}

#nav2 li.on, #nav2 a:hover{
	padding: 11px 11px 10px 11px;
	background-color:#F7F7F7;
	border-bottom:1px solid #DFE3E9;
}

#nav2 li.cart{
	position:relative;
	width:73px;
}

#nav2 li.cart img{
	position:absolute;
	left:5px;
	bottom:-29px;
}

#nav2 li.cart a:hover{
	border:none;
	background:#fff;
	padding: 11px 11px;
}

/* CONTENU */

#conteneur{
	width:955px;
	margin:auto;
	padding-top:10px;
	border-bottom:1px solid #EFF1F5;
}

#corps{
	float:left;
	width:736px;
	color:#675A5A;
}
#corps-inner{
	padding: 0 0 20px 15px;
}
#corps a{
	color:#675A5A;
}

/* MENU */
#leftmenu{
	float:left;
	width:219px;
	color:#4C4C4C;
	font-size:14px;
}
#leftmenu-inner{
	padding-bottom:8px;
	text-align:center;
}
#leftmenu dl, #leftmenu dt, #leftmenu dd{
	margin:0; 
	padding:0;
}
#leftmenu dt 
{
	text-transform:uppercase;
}
#leftmenu a{
	color:#4C4C4C;
	text-decoration:none;
}
#leftmenu a:hover, a.menu:hover, #footer a:hover{
	text-decoration:underline;
}
#leftmenu a.on{
	text-decoration:underline;
	color:#4E658B;
}
#leftmenu h4.cat_appel{
	margin:8px 0;
}
/* FORM SEARCH */

#search{
	border:1px solid #675A5A;
	width:178px;
	text-align:left;	
	margin: auto;
	margin-bottom:20px;
}
#search input{
	width:135px;
	border:none;
	color:#E5E5E5;
	height:28px;
	padding-left:10px;
}
#search a{
	float:right;
	display:block;
	height:18px;
	padding:7px 5px 5px;
	width:18px;
}

/* FOOTER */

#footer{
	margin:4px auto 0 auto;
	border-top:1px solid #E8EAED;
	width:955px;	
	font-size:14px;
}
#footer-grey{
	background-color:#F7F7F7;
	padding:15px 20px;
	color:#919191;
}
#footer-grey a{
	color:#919191;
	text-decoration:none;
}
#footer-white{
	padding:10px 20px;
	color:#E5E5E5;
}
#footer-white a{
	color:#E5E5E5;
	text-decoration:none;
}

/* HOME */

.focus{
	border-top:1px solid #E5E5E5;
	width:350px;
	margin-top:20px;
	text-align:center;
}

.focus h2{
	margin:15px 0;
}

#corps a.more{
	background-color:#E6E9EE;
	border-right: 1px solid #B7C0CF;
	text-align:left;
	padding: 5px 10px;
	color:#06275C;
	text-decoration:none;
}
#corps a.more:hover{
	background-color:#06275C;
	color:#E6E9EE;
}

/* PAGE SOMMAIRES INTERNES */
.sommairedroite{
	text-align:center;
	width:335px;
	padding: 0 0 0 10px;
	float:left;
	color:#4C4C4C
}

.sommairedroite ul, .sommairedroite li{
list-style-type:none;
padding:0;
margin:0;
}
.sommairedroite a{
	color:#4C4C4C;
	text-decoration:none;
}


/* PAGE PRODUITS */
.descprod{
	width:445px;
	float:left;
}
.descprod h2{
	margin-top:0;
}
.imgprod{
	/* min-width:340px;
	 min-height:253px;*/
}

.titreprod{
	margin-top:0;
}

#menuvin{
	height:40px;
	background-color:#F7F8FA;
	border-top:1px solid #E1E2E3;
	font-family:"trebuchet MS", Arial, serif;
	font-size:13px;
}
#menuvin-in{
	height:40px;
	margin-left: 5px;
}
.lienmenu{
	display:block;
	float:left;
	padding:12px 8px 0 8px;
	height:28px;
	border-right:1px solid #E1E2E3;
	border-left:1px solid #fff;
	text-decoration:none;
}
.lienmenu:hover{
	background-color:#FFFFFF;
}
.lienmenuon{
	background-color:#FFFFFF;
}

.onglet p{
	padding:10px 20px;
	margin:0;
}

#conseils .lien{
	display:block;
}
 .iblock, .iblockrec, .gblockrec, .iblockvid
{
 	padding:20px;
}
.stitre{
	font-weight:bold;
}

.borderbottom {
	border-bottom:1px solid #E1E2E3;
}

.bordertop{
	border-top:1px solid #E1E2E3;
}

.fleche{
background-image:url("../images/fleche.png");
background-position:right center;
background-repeat:no-repeat;
}

.socialbar{
	background-color:#F7F8FA;
	border-top:1px solid #E1E2E3;
	color:#B0B0B1;
	font-family:Arial, Helvetica, sans-serif;
	padding: 10px 15px;
}

.vincod{
	float:left;
	font-size:12px;
	padding-top:2px;
}

.vincod a, .gblockrec a{
	text-decoration:none;
}

.vincod a:hover{
	text-decoration:underline;
}

.btshare{
	float: right;
}
.btfb{
	margin-top:1px;
	margin-right:5px;
}

#bt_twitter {
background-image:url("../images/puce-twitter.gif");
background-position:left top;
background-repeat:no-repeat;
display:block;
float:left;
height:27px;
margin-right:5px;
margin-top:10px;
width:27px;
}

#bt_twitter:hover {
background-image:url("../images/puce-twitter.gif");
background-position:right top;
background-repeat:no-repeat;
}

#bt_facebook {
background-image:url("../images/puce-facebook.gif");
background-position:left top;
background-repeat:no-repeat;
display:block;
float:left;
height:27px;
margin-right:5px;
margin-top:10px;
width:27px;
}
#bt_facebook:hover {
background-image:url("../images/puce-facebook.gif");
background-position:right top;
background-repeat:no-repeat;
}


/* ADMIN */

tr.H th{
	background-color:#F7F8FA;
}

tr.H td{
	border-top:2px solid #E6E6E6;
}
