@charset "utf-8";
/* CSS Document */
/*=========================================
	Blu Boxes
=========================================*/
.blu_1 {width: 98%; margin-left:auto; margin-right:auto;}
.blu_2 {width: 98%; margin-left:auto; margin-right:auto;}
.blu_3 {width: 98%; margin-left:auto; margin-right:auto;}
.blu_4 {width: 98%; margin-left:auto; margin-right:auto;}
.blu_5 {width: 98%; margin-left:auto; margin-right:auto;}
.blu_6 {width: 98%; margin-left:auto; margin-right:auto;}
.blu_6_bis {width: 98%; margin-left:auto; margin-right:auto;}
.blu_8_bis {width: 98%; margin-left:auto; margin-right:auto;}
.blu_6_bis2 {width: 98%; margin-left:auto; margin-right:auto;}
.blu_7 {width: 98%; margin-left:auto; margin-right:auto;}
.blu_8 {width: 98%; margin-left:auto; margin-right:auto;}
.blu_9 {width: 98%; margin-left:auto; margin-right:auto;}
.blu_10 {width: 98%; margin-left:auto; margin-right:auto;}

/*=========================================
styles de boites 
=========================================*/
.shadow {	background: #f6f6f6;
			/*background: rgba(246,246,246,0.65);  */
			-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.5);
			   -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.5);
			        box-shadow: 0 1px 5px rgba(0,0,0,0.5);
					border-top:#fff solid 1px;
					margin-bottom:1em;
					padding:5px;

			}
.rounded { 		 border-radius: 10px; /*background: #FFF;*/}
.rounded_black{border-radius: 10px; background: #222; margin-bottom:1em; }
.embossed { background-color: : #498cff;
			border: solid 1px #888; border-radius: 10px;
			border-top-color: 		rgba(255,255,255,0.5);
			border-right-color: 	rgba(153,153,153,0.5);
			border-bottom-color: 	rgba(153,153,153,0.5);
			border-left-color: 		rgba(175,175,175,0.5);

			-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.75);
			   -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.75);
					box-shadow: 0 1px 3px rgba(0,0,0,0.75);
			}
.roundedShadow { border-radius: 10px; background: #FFF;
			-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.5);
			   -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.5);
					box-shadow: 0 1px 5px rgba(0,0,0,0.5);
			}
.roundedEmbossed { background-color: rgba (100,155,0,1); border-radius: 10px;

background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#666666), to(#666666), color-stop(.6,#333)) ;
background-image:-moz-linear-gradient(100% 100% 90deg,#666666, #333333, #666666 100%);

			-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.75);
			   -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.75);
					box-shadow: 0 1px 3px rgba(0,0,0,0.75);
			}
			
			
body {
   font-family: "skolar", serif;
   /*font-family: "proxima-nova", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; font-weight: 300;*/
}
/*===================
	Titres
===================*/
h1 {margin-top: 0.1em; line-height: 0.8em; margin-bottom: 4px; font-size: 56px;font-family: "league-gothic",sans-serif; font-style: normal; color: #121212;}
h1.big {margin-top: 0.8em; line-height: 0.8em; margin-bottom: 4px; font-size: 175px; font-family: "league-gothic",sans-serif; font-style: normal; color: #121212;}
h2 {margin-top: 8px; line-height: 1; margin-bottom: 4px; font-size: 50px; font-family: "league-gothic"; color: #121212; margin-left:1%; letter-spacing:-1px;text-transform:uppercase;
text-shadow: 0 1px 0 #FFF;}
h3 {margin-top:3em; line-height: 1; margin-bottom: 16px; font-size: 16px; font-family: "proxima-nova"; color: #121212; letter-spacing:2px;  /*text-transform:uppercase; */font-weight:800;}
h4 {margin-top: 8px; line-height: 1; margin-bottom: 4px; font-size: 16px; font-family: "proxima-nova"; color: #41B7D8; letter-spacing: 4px;}
h5 {font-size: 15px; line-height: 1; margin-bottom: 4px; font-family: "proxima-nova";color:rgba(0, 0, 0, 0.4);}
h6 {font-size: 16px; line-height: 1; margin-bottom: 4px; font-family: "proxima-nova";color: #212121;font-weight: bold;}
/*=========================================
	Offsets (Ajouter une marge gauche)
=========================================*/
.offset_0 {margin-left: 5%;}
.offset_1 {margin-left: 10%;}
.offset_2 {margin-left: 20%;}
.offset_3 {margin-left: 30%;}
.offset_4 {margin-left: 40%;}
.offset_5 {margin-left: 50%;}
.offset_6 {margin-left: 60%;}
.offset_7 {margin-left: 70%;}
.offset_8 {margin-left: 80%;}
.offset_9 {margin-left: 90%;}

/*=========================================
	Afters (ajouter une marge droite)
=========================================*/
.after_0 {margin-right: 5%;}
.after_1 {margin-right: 10%;}
.after_2 {margin-right: 20%;}
.after_3 {margin-right: 30%;}
.after_4 {margin-right: 40%;}
.after_5 {margin-right: 50%;}
.after_6 {margin-right: 60%;}
.after_7 {margin-right: 70%;}
.after_8 {margin-right: 80%;}
.after_9 {margin-right: 90%;}
/*=========================================
=========================================*/
html{
	background-image:url(../IMG/background.png);
	background-repeat:repeat;
}
body {
line-height: 1.6;
font-size: 16px;
color: #212121;
width:100%;
background-image:url(../IMG/raisins_blancs.png);
}
p{
	margin-bottom:1em;
}
header{
	clear:both;
	
}
section{
	clear:both;
	padding:5px;
	width:100%;
	
}
/*.fond_section{
	background-image:url(../IMG/raisins_noir.png);
	background-repeat:no-repeat;
	position:relative;
	width:426px;
	height:263px;
	margin-top:-120px;
	margin-left:-140px;
}*/
.section{
	clear:both;
	padding:5px;
	width:100%;
}
.fond_bouteille{
	background-image:url(../IMG/tire_bouchon_m.png);
	background-repeat:no-repeat;
	position:absolute;
	/*max-width:214px;
	min-width:50px;*/
	width:138px;
	height:250px;
	margin-top:-250px;
	margin-left:180px;
	
}

footer{
	background-color:#C3AE6B;
	width:100%;
	padding:5px;
}
.clear {
clear: both;
}
.blanc{
	color:#fff;
}
.logo{
	width:30%;
	height:130px;
	float:left;
	margin-right:5px;
	margin-top:10%;
}
nav ul li a{
	background-color:#000;
	color:#FFF;
	text-decoration:none;
}
.moitie{
	width:46%;
	float:left;
	
}
.document{
	float:right;
	width:98%;
}
.doc{
	width:33%;
	float:left;
	text-align:center;
	background-color:#151515;
		border-radius: 10px;
	border-bottom:solid 1px #343434;
	border-top:solid 1px #000;
	border-left:solid 1px #222;
	border-right:solid 1px #222;
	color:#9c946d;
	height:100px;
}
.doc a{
	color:#9c946d;
	text-decoration:none;
}
.doc a:hover{
	color:#9c946d;
	text-decoration:underline;
}
footer h1{
	font-size:26px;
}
.article img{
	max-width:100%;
	border:3px solid #fff;
	-webkit-box-shadow: 0px 2px 3px #000;
	-moz-box-shadow: 0px 2px 3px #000;
	-o-box-shadow: 0px 2px 3px #000;
	box-shadow: 0px 2px 3px #000;
	}
.Txt{
	color:#9c946d;
}
.imgLeft{
	clear:both;
	margin:5px;
	display:block;
}
.imgRight{
	clear:both;
	margin:5px;
	display:block;
}