@charset "utf-8";
/* CSS Document */

body,td,th {
	font-size: 18px;
	line-height: 23px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 15px;
}

body{
	background:url(../images/bck.jpg) repeat;

}

h1, h2, h3{
	font-family: 'Oswald', sans-serif;
	color: #863246;
}
h1{
	font-size: 25px;
	margin-bottom: 20px;	
}
h2{
	margin-top: 100px;
	color:red;
}

p{
	margin-bottom: 20px;	
}
a{
	color: #863246;
	text-decoration:none;	
}
a:hover{
	color: #e38097;
}



/* HEADER */

#header{
	height: 530px;
	background: url(../images/texture_bois.jpg) repeat-x;
	padding-top: 50px;
	border-bottom: 3px solid #fff;
}
#headerSmall{
	height: 130px;
	background: url(../images/texture_bois.jpg) repeat-x;
	padding-top: 50px;
	border-bottom: 3px solid #fff;
}

.contenu{
	position:relative;
	overflow:hidden;
	width: 1200px;
	margin-left: auto;
	margin-right:auto;
	padding: 0 20px 0 20px;
}
#headerSmall .contenu{
	min-height: 300px;
}

#logo{
	width: 220px;
	height: 212px;
	position:absolute;
	left: 60px;
	z-index: 1000;
}

#bandeRouge{
	height: 10px;
	background-color: #863246;
	margin-top: 60px;
}

#bandeRose{
	font-family: 'Kaushan Script', cursive;
	background:url(../images/menu_bck.jpg) repeat-x;
	height: 60px;
	line-height: 55px;
	text-align: right;
	padding-right: 30px;
	color: white;
	font-size: 30px;
}

#photo, #slider{
	height:400px;
}

/* MENU */
#menu{
	float:right;
	position:absolute;
	right:50px;
	top: 22px;
}

#menu ul{
	font-family: 'Kaushan Script', cursive;
	font-size: 20px;
}

#menu li{
	display:inline;
	float:left;
	background: url(../images/btMenu.png) no-repeat;
	width: 125px;
	height: 28px;
	text-align:center;
	padding-top: 20px;
	margin-left: 10px;
	padding-right: 10px;
}

#menu a{
	color:#863246;
	text-decoration:none;
	display:block;	
}
#menu a:hover{
	color:#e38097;
}


/* DERNIERES BIERES ELUES */
#dernieresBieresElues{
	width: 980px;
	height: 250px;
	background: url(../images/fond-gris.jpg) no-repeat;
	margin-top: -100px;
	padding: 10px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	color: white;
}

#dernieresBieresElues h2{
	font-family: 'Kaushan Script', cursive;
	font-size: 26px;
	margin-top: 5px;
	color: white;
}

/* GENERAL */
.ombre{
	-moz-box-shadow: 0px 0px 5px #000; 
  	-webkit-box-shadow: 0px 0px 5px #000; 
  	box-shadow: 0px 0px 5px #000; 	
}
.ombreLight{
	-moz-box-shadow: 0px 0px 10px #ccc; 
  	-webkit-box-shadow: 0px 0px 10px #ccc; 
  	box-shadow: 0px 0px 10px #ccc; 	
}


/* COLONNE GAUCHE */
#corps{
	width: 1200px;
	margin-left: auto;
	margin-right:auto;
	clear:both;
	margin-top: 200px;
}
#corps.haut{
	margin-top: 100px;	
}

#corps h2{
	font-size: 20px;
	color: #863246;
	margin-bottom: 5px;
	margin-top: 10px;
}

.col1{
	width: 70%;
	padding: 20px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	background-color:white;
	float:left;
	margin-top: 10px;
	margin-right: 1%;
	margin-bottom: 50px;
}
.full{
	width: 100%;	
}
.col2{
	float:left;
	width: 29%;
	padding: 10px;
	padding-right: 0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.col1 .post{
	border: 1px solid #eee;
	margin-bottom: 20px;
	overflow:hidden;
	position:relative;
	height: 420px;
}
.post .date{
	height: 60px;
	width: 59px;
	background:url(../images/capsule.png) no-repeat;
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #615834;
	text-align:center;
	font-weight: 16px;
	padding-top: 9px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	line-height: 16px;
	text-transform:uppercase;
}
.post .auteurDate{
	font-size: 0.8em;
	color: #f86f76;
	font-style:italic;
	margin-bottom: 15px;
}
.post .photo{
	float:left;
	height: 350px;
	overflow:hidden;
}
.post .contenu{
	background-color:white;
	width: 86%;
	padding: 20px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	position:absolute;
	bottom:0;
	left: 7%;
	text-align:justify;
}

.col2 .box{
	background-color: white;
	padding: 10px;
	margin-top: 0;
	overflow:hidden;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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


.col2 h3{
	font-size : 20px;
	margin-bottom: 20px;
}


/* FOOTER */
#footer{
	clear:both;
	background-color: #863246;
	padding: 20px;
	color: white;
	font-size: 12px;
}
#footer.contenu{
	height:auto;	
}



/* ------------------------------------------------- */

/* MODULES */
#indexBiere{
	
}
#indexBiere h3{
	margin-bottom: 15px;
}

#indexBiere h3 a{
	color: #863246;
	text-decoration:none;
}
#indexBiere h3 a:hover{
	color: #f86f76;
	
}
.biere_{
	text-align:center;
	float:left;
	background-color:white;
	padding: 10px;
	margin: 10px;
	width: 18%;
	height: 190px;
	margin-top: 25px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	overflow:hidden;
}
.biere_:last-child{
	margin-right:0;
}
.biere_photo{
	overflow: hidden;

}
.biere_photo_{
	/*max-height: 130px;
	max-width : 130px;*/
	height: 130px;
	max-width: none;
	
}
.biere_photo_s{
	max-height: 130px;
	max-width : 130px;	
}

#ficheTechniqueBiere{
	
}
#ficheTechniqueBiere h1{
	font-size: 25px;
	margin-bottom: 20px;
}
#ficheTechniqueBiere .photo{
	text-align:center;
	width: 50%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	float:left;
	overflow:hidden;
}
#ficheTechniqueBiere .photo img{
	width:100%;
}
#ficheTechniqueBiere .fiche{
	width: 45%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	float:left;
	margin-left: 5%;
}
.biereFiche{
	width: 100%;
	border : 1px solid #fcdddf;
	margin-bottom: 20px;
}
.fiche tr{
	height: 40px;
}
.fiche td.col-1{
	width: 35%;
	font-style:italic;
	line-height: 40px;
	padding-left: 10px;
}
.fiche td.col-2{
	font-weight:bold;
	color: #863246;
}
.fiche tr:nth-child(even){
	background: #fcdddf;
}
.fiche tr:nth-child(odd){
	background: #fff;
}
.fiche .ficheDetails{
	text-align: justify;
	margin-top: 40px;
}

/* PAGE LES BIERES ELUES */
.col1 .biere_{
	width: 23%;
	height: 250px;
}

.col1 .biere_photo_:hover{
	opacity:0.8;
}
.col1 .biere_photo_{
	max-height: 200px;
}


.col1 h3{
	margin-top: 10px;
}

/* MODULE BLOG */
#blog{
	
}
.post_photo{
	width: 100%;
	margin-bottom: 30px;
}



/* BOX DERNIERES BIERES ELUES */
.col2 .biere_{
	float:none;
	width:auto;
	height:auto;
	overflow:hidden;
	padding:0;
	margin: 10px;
	border-bottom: 1px solid #e38097;
	padding-bottom: 10px;
	position:relative;
}

.col2 .biere_photo_s{
	width:50px;
	position:absolute;
	right:-20px;
	top:0;
}

.col2 h3{
	font-size: 15px;
	color: #000;
	margin:0;
	text-align:left;
	padding-top: 25px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
}

/* SLIDER */
/* SLIDESHOW */
#slideshow{
	width: 100%;
	height:	400px;
	position:relative;
}
#slider{
	z-index: 990;
	width:1200px;
	height:	400px;
}
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
}

#slider li{ 
	width:1200px;
	overflow:hidden;
}	

