/*----- les fonds --------------*/
.contenu .monfond1{
	background-image: url(../images/fonds/fond_pic_1.gif);
	background-repeat: no-repeat;
	background-position: right 140px;
}
.contenu .monfond2{
	background-image: url(../images/fonds/fond_pic_2.gif);
	background-repeat: no-repeat;
	background-position: right 90px;
}
.contenu .monfond3{
	background-image: url(../images/fonds/fond_pic_3.gif);
	background-repeat: no-repeat;
	background-position: right 200px;
}
.contenu .monfond4{
	background-image: url(../images/fonds/fond_pic_4.gif);
}
.contenu .monfond5{
	background-image: url(../images/fonds/fond_pic_5.gif);
}
.contenu .monfond6{
	background-image: url(../images/fonds/fond_pic_6.gif);
}
.contenu .monfond8{
	background-image: url(../images/fonds/fond_pic_8.gif);
	background-repeat: no-repeat;
	background-position: right 500px;
}
.contenu .monfond9{
	background-image: url(../images/fonds/fond_pic_9.gif);
	background-repeat: no-repeat;
	background-position: right 140px;
}
.contenu .monfondemploi{
	background-image: url(../images/fonds/fond_pic_5.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.fb-share-button{margin-bottom:5px;}
.contenu .shadow{
	box-shadow: 0 2px 4px rgba(109, 100, 88, .7);
	-webkit-box-shadow: 0 2px 4px rgba(109, 100, 88, .7);
	-moz-box-shadow: 0 2px 4px rgba(109, 100, 88, .7);
}
/*----------------- le code -------------- */
.centrer700 {
	max-width: 700px;
}
.centrer700 img{
	width:100%;
	height:auto;
}
.centrer510 {
	max-width: 510px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.centrer300 {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.centrer510 img, .centrer300 img{
	max-width: 100%;
}
.espacetop{
	padding-top:2%;
}
.espacebottom{
	padding-bottom:5%;
}
.lecode {
	max-width: 510px;
	display: block;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #6d6459;
	border-left-color: #6d6459;
	padding-right: 20px;
	padding-left: 20px;
	margin: 0 auto;
	-moz-text-align-last: center;
	-moz-text-align-last: center;
	text-align-last: center;
	text-align: center;
}
.lecode p{
	padding-bottom: 17px;
	text-transform: uppercase;
	
	font-family: 'Droid Serif', serif;
	font-size: 0.925em;
	line-height: 1.5em;
	letter-spacing: 0.05em;
}
.lecode em{
	text-transform: none;
	font-size: larger;
}
/*-------------- les labtenders ------------ */
.unlabtender {
	display: block;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6d6458;
	padding-bottom: 3px;
}
.unlabtender img{
	height: auto;
	width: 40%;
	float: left;
	margin-right: 15px;
	margin-bottom:15px;
	
	-webkit-border-radius: 0 25px 0 0;
    border-radius: 0 25px 0 0;
}
.labtenderfacts{
	max-width:500px;
	margin-left:20px;
	background-color: #ede6d9;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 20px;
	-webkit-border-radius: 15px;
    border-radius: 15px;
}
.labtenderfacts ul{
}
.labtenderfacts li{
	background-image: url(../images/cursor_noir.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
	padding-bottom: 2px;
}

ul.labliste{
	max-width:500px;
	margin-top:3px;
}
.labliste li{
	background-image: url(../images/bullet2.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 105px;
	padding-bottom: 2px;
}
/* ----------- photos ------------- */

figure{
	float:left;
	margin-right:10px;
	width:220px;
}
figure img{
	width:100%;
	height:auto;
}

figure {
display: block;
-webkit-margin-before: 0em;
-webkit-margin-after: 0em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}
figure {
	display: block;
	position: relative;
	overflow: hidden;
	float: left;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: double;
	border-left-style: double;
	border-right-color: #6d6358;
	border-left-color: #6d6358;
}
figcaption {
	margin: 0px;
	display: block;
	width: 100%;
	position: absolute;
	background: rgba(64,64,64,0.85);
	opacity: 0.5;
	bottom: 0;
	left: 0;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.contenu figcaption a{
	color: #FFF;
	text-decoration: none;
	letter-spacing: 0.85px;
	font-family: 'Oranienbaum', serif;
	font-weight: 400;
	font-size: 1em;
	line-height: 1em;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #000000;
}
.contenu  figcaption span{
	color: #FFF;
	opacity: 0;
	font-family: 'Oranienbaum', serif;
	font-size: 1em;
	line-height: 1em;
}
figcaption a:hover{
	color: #b08a50;
	opacity: 1;
}
figure:hover figcaption {
  opacity: 1;
  left: 0;
}
.contenu figure:hover figcaption span{
  opacity: 1;
  color: #FFF;
}
.cap-bot figcaption { left: 0; bottom: -10px;}
.cap-bot:hover figcaption { bottom: 80px; }
/* -------------- emplois ---------------- */
.uneImageFull {
	display: block;
	margin-bottom: 20px;
}
.uneImageFull img{
	height: auto;
	width: 100%;
	opacity:1;
}
/* ------------- presse  -------------------- */
.presse{
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #b08a50;
	border-bottom-color: #b08a50;
	padding-top: 10px;
	padding-bottom:10px;
	margin-bottom: 20px;
}
.presse img{
	float: left;
	margin-right: 10px;
	border: 1px solid #6d6458;
}
.contenu .presse h6{
	font-family: 'Oranienbaum', serif;
	font-size: 1.375em;
	line-height: 1em;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.contenu .presse .pressedata{
	font-size: smaller;
	margin-bottom: 8px;
	font-style: italic;
}
.recommande{
	background-color: #423e3c;
	padding: 10px;
	margin-bottom: 20px;
	display: block;
	text-align: center;
}
.recommande h6{
	color: #DFD7C7;
	font-size: larger;
}
.recommande ul{
	text-align: center;	/*width: 340px;*/
}
.recommande li{
	display: table-cell;
	vertical-align: middle;	
}
.recommande .unrec{
	color: #DFD7C7;
	float: left;
	margin-right:10px;
	height:51px;
}
.recommande img{
	clear:both;
	display:block;
	margin-bottom:3px;
}

/*----------------------------- menu cocktails ------------------- */

.leclear {
	clear:both;
}
.recetteCocktail {
	display: block;
	max-width:600px;
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #FFF;
	opacity: 1;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.recetteCocktailPoney {
	float:left;
	width:300px;
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #FFF;
	opacity: 1;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.recetteCocktail .rhaa {
	margin-right:20px;
}
.nomCocktail {
	margin-bottom: 10px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6d6358;
}
.nomCocktail h2{
	font-family: 'Oranienbaum', serif;
	font-weight: 400;
	font-size: 2em;
	line-height: 0.85em;
	text-transform: uppercase;
	color: #000;
	text-shadow: 1px 1px 1px #dfd7c7;
	float: left;
	margin-bottom: 4px;
}
.nomCocktail p{
	float: right;
	padding-top: 10px;
}
.gCocktail {
	width: 200px;
	float: left;
	position:relative;
	padding-right:10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6d6358;
	margin-right: 10px;
	-webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0; 
}
.gCocktail .imageCocktail {

background: #dfd7c7;
background: -moz-radial-gradient(center, ellipse cover,  #dfd7c7 15%, #ffffff 90%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(15%,#dfd7c7), color-stop(90%,#ffffff));
background: -webkit-radial-gradient(center, ellipse cover,  #dfd7c7 15%,#ffffff 90%);
background: -o-radial-gradient(center, ellipse cover,  #dfd7c7 15%,#ffffff 90%);
background: -ms-radial-gradient(center, ellipse cover,  #dfd7c7 15%,#ffffff 90%);
background: radial-gradient(ellipse at center,  #dfd7c7 15%,#ffffff 90%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfd7c7', endColorstr='#ffffff',GradientType=1 );
}
.gCocktail .origineCocktail p{
	font-family: "Times New Roman", Times, serif;
	font-size: 0.8em;
	line-height: 1.15em;
	margin-bottom: 10px;
}
.gCocktail .origineCocktail span{
	font-size: larger;
}
.gCocktail img{
	width:200px;
	height:auto;
}
.recetteCocktailPoney .gCocktail {
	width: 150px;
	float: left;
	padding-right:10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6d6358;
	margin-right: 10px;
	-webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0; 
}
.recetteCocktailPoney .gCocktail img{
	width:150px;
	height:auto;
}
.dCocktail {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
	float: none; 
    overflow: hidden; 
     word-wrap: break-word;
}
.dCocktail h6{
	font-family: "Times New Roman", Times, serif;
	font-size: 1.25em;
	line-height: 1em;
	margin-bottom: 14px;
	font-variant: normal;
	margin-right: 20px;
	font-style: italic;
}
#contenu .dCocktail h5{
	font-family: 'Droid Serif', serif;
	font-size: 1.15em;
	line-height: 1em;
	font-style: italic;
	font-weight: normal;
	text-align: left;
	margin-bottom: 5px;
}
.dCocktail p{
	font-family: 'Droid Serif', serif;
	font-weight: 400; 
	font-size: 0.85em;
	line-height: 1.5em;
}
/* ----------------- tabs -------------------------- */
.etabs {
	margin: 0;
	padding: 0;
}
.tab {
	display: inline-block;
	zoom: 1;
    *display:inline; 		
	border: solid 1px #6d6358;
	border-bottom: none;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	background-color: #EDE9E0;
}
li.tab {
	margin-bottom:0;
}
.tab a {
	/*font-family: 'Old Standard TT', serif;*/
	font-family: 'Oranienbaum', serif;
	font-weight: 400;
	font-size: 0.85em;
	line-height: 1.5em;
	display: block;
	outline: none;
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}
.tab a:hover { text-decoration: underline; }
.tab.active { background: #fff; position: relative; top: 1px; border-color: #6d6358; }
.tab a.active { font-weight: bold; }
.tab-container .panel-container { background: #fff; border: solid #6d6358 1px; padding: 10px; -moz-border-radius: 0 4px 4px 4px; -webkit-border-radius: 0 4px 4px 4px; }
.tab-container h4 {
	font-family: 'Oranienbaum', serif;
	font-weight: 400;
	font-size: 1.75em;
	line-height: 1.5em;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 30px;
	text-transform: uppercase;
	display: block;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6d6358;
	border-bottom-color: #6d6358;
	text-align: center;
	padding-top: 5px;
}
.tab-container h5 {
	font-family: 'Old Standard TT', serif;
	font-weight: 400;
	font-size: 0.85em;
	line-height: 1.5em;
	text-align: center;
	display: block;
	margin-bottom: 20px;
}
/*---------- ardoise ---------------- */
.ardoise {
	background-color: #333;
	padding: 20px;
	color: #FFF;
}
.ardoise .cocktailardoise{
	margin-bottom: 20px;
}
.ardoise .cocktailardoise img{
	float: left;
	margin-right: 15px;
}
.contenu .ardoise h2{
	font-family: 'Give You Glory', cursive;
	font-size: 2em;
	line-height: 1.15em;
	text-align: center;
	margin-bottom: 20px;
	color: #FFF;
	font-style: normal;
	text-transform: none;
	text-shadow:none;
}

.ardoise h4{
	font-family: 'Oranienbaum', serif;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.25em;
	margin-bottom: 30px;
	letter-spacing: 0.1em;
	font-style: normal;
	text-transform: none;
	text-shadow:none;
}
.ardoise h5{
	font-family: 'Give You Glory', cursive;
	font-size: 1.5em;
	line-height: 1em;
	letter-spacing: 0.1em;
	margin-top:5px;
	margin-bottom: 10px;
	font-weight: normal;
}
.ardoise p{
	font-family: 'Give You Glory', cursive;
	font-size: 1em;
	line-height: 1.15em;
	letter-spacing: 0.1em;
	orphans: 4;
	margin: 0px;
	padding: 0px;
}
.ardoise span{
	font-family: 'Oranienbaum', serif;
	color: #af8358;
	font-size: 1.15em;
	font-style: italic;
	letter-spacing: 0em;
}
/* ---------------------------- Evenements -------------------------- */
.unEvenement{
	max-width: 530px;
height:auto;
	margin-bottom: 20px;
}
.unEvenement img{
	width:100%;
	height:auto;
}
.EvenementSingle{
	max-width:500px;
}
.EvenementSingle .limage{
	width:100%;
	height:auto;
	margin-bottom:20px;
}
.limageres{
	width:90%;
	margin-bottom:20px;
}
.limageres img{
	width:100%;
	height:auto;
}
.billets{
	background-color: #FFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
	margin-bottom: 20px;
}
.billets img{
	float: left;
	margin-right: 20px;
}
.listeEve1{
	max-width:500px;
	margin-left:20px;
	margin-bottom: 20px;
}
.listeEve1 ul{
}
.listeEve1 li{
	background-image: url(../images/cursor_noir.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
	padding-bottom: 0px;
	min-height:40px;
}
.listeEveOL{
	max-width:500px;
	margin-left:20px;
	margin-bottom: 20px;
}
.listeEveOL ul{
}
.listeEveOL li{
	padding-left: 40px;
	padding-bottom: 0px;
	list-style-type: circle;
	list-style-position: inside;
}
/* ------------------------ anim proxibar -------------------- */
#anim {
	display: block;
	background-image: url(../images/anim_fond.png);
	background-repeat: no-repeat;
	height: 410px;
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}
#anim #chariot{
	opacity: 0.5;
	filter: alpha(opacity=50); /* internet explorer */
	-khtml-opacity: 0.5;      /* khtml, old safari */
	-moz-opacity: 0.5;       /* mozilla, netscape */
	margin-top: 70px;
	width:380px;
	height:280px;
}
#anim #homme{
	opacity: 0.4;
	margin-top: 70px;
	z-index: 10;
}
.proxibar{
	text-align: center;
}
.proxibarlogo{
	display:block;
	margin-bottom: 10px;
	text-align: center;
}
.proxibarlogo img{
	width:100%;
	max-width: 405px;
	height:auto;
}
/* ---------------- contact --------------------- */
.contactboite{
	background-color: #FFF;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.contactboiteg{
	float: left;
	width: 55%;
	margin-right: 10px;
}
.contactboited{
	float: left;
	width: 43%;
}
.carte{
	display: block;
	margin-bottom: 20px;
}
.cartein{
	width: 100%;
	height: 220px;
	border: 1px solid #6d6458;
	margin: 0px;
	padding: 0px;
}
/*-----------------------------------------------------------------------------------*/
/*	FORMS
/*-----------------------------------------------------------------------------------*/
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
.form-container {
	position: relative;
	width: 95%;
	overflow: hidden;
	padding: 0;
}
.form-container .response {
	display: none;
	margin: 0 0 15px 0;
	color:#4d8c74;
	clear:both;
	text-shadow: none;
	line-height: 17px;
	width: 298px;
	font-size: 13px;
}
.forms ol {
	overflow: hidden;
}
.forms ol li {
	line-height:auto;
	list-style: none;
}
.forms li.form-row {
	margin-bottom: 20px;
}
.forms li.hidden-row {
	display: none;
}

.forms fieldset .text-input {
	background-color: #dfd7c7;
	width: 78%;
	height: 24px;
	padding: 4px 20px 4px 9px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 0.85em;
	color: #333333;
	border: none;
}

.forms fieldset .text-area {
	background-color: #dfd7c7;
	width: 78%;
	height: 144px;
	padding: 4px 20px 4px 9px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 0.85em;
	color:#333333;
	display: block;
	resize: none;
	border: none;
}

.forms fieldset .text-input:focus, .forms fieldset .text-area:focus {
	background-color: #efece7;
	border: 1px solid #996633;
}

.forms fieldset .btn-submit {
	cursor: pointer;
	-webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
	
	border: 1px solid #6d6458;
	background: #ccc1ab;
	background: -webkit-gradient(linear, left top, left bottom, from(#ede8df), to(#ccc1ab));
	background: -webkit-linear-gradient(top, #ede8df, #ccc1ab);
	background: -moz-linear-gradient(top, #ede8df, #ccc1ab);
	background: -ms-linear-gradient(top, #ede8df, #ccc1ab);
	background: -o-linear-gradient(top, #ede8df, #ccc1ab);
	background-image: -ms-linear-gradient(top, #ede8df 0%, #ccc1ab 100%);
	padding: 7.5px 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	-moz-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	text-shadow: #b3b3b3 0 1px 0;
	color: #6d6458;
	font-family: 'Oranienbaum', serif;
	font-weight: 400;
	text-decoration: none;
	vertical-align: middle;
	text-transform: uppercase;
}
.forms fieldset .btn-submit:hover {
	   border: 1px solid #6d6458;
   text-shadow: #ffffff 0 1px 0;
   background: #ede8df;
   background: -webkit-gradient(linear, left top, left bottom, from(#ccc1ab), to(#ede8df));
   background: -webkit-linear-gradient(top, #ccc1ab, #ede8df);
   background: -moz-linear-gradient(top, #ccc1ab, #ede8df);
   background: -ms-linear-gradient(top, #ccc1ab, #ede8df);
   background: -o-linear-gradient(top, #ccc1ab, #ede8df);
   background-image: -ms-linear-gradient(top, #ccc1ab 0%, #ede8df 100%);
   color: #474747;
}

.forms li.error input, .forms li.error textarea {
}
.forms span.error {
	display: block;
	margin-left: 95px;
	color: #c43131;
	font-size: 12px;
	padding-top: 5px;
}
.forms .button-row  {
	height:34px;
}
.forms .button-row span.error {
	padding: 0;
	display: none;
}
.forms li.focus {
}
.forms label {
	display: block;
	float: left;
	width: 20%;
	padding-bottom: 2px;
	font-size: 1em;
	clear: both;
}
.form-container:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* -------------------------- forfaits ---------------------------- */
.unforfait {
	background-color: #FFF;
	padding: 20px;
	margin-bottom: 20px;
}
.unforfait h6{
	font-family: 'Oranienbaum', serif;
	font-size: 2em;
	margin: 0px;
	padding: 0px;
}
.unforfait h4{
	margin-bottom: 10px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.unforfaitg {
	float: left;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	margin-right: 10px;
	padding-right: 10px;
}
.unforfaitd {
	float: left;
}
.annexe {
	background-color: #FFF;
	padding: 20px;
	margin-bottom: 20px;
}
.annexe h3{
	margin-bottom: 10px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	font-size: 1.25em;
}
.versfiche2{
}
.versfiche2 img{
}
/* -------------------------- partenaires base --------------------------- */
.partenairestous {
}
.unpartenaire {
	background-color: #FFF;
	float: left;
	margin-right: 10px;
	width: 29%;
	min-height: 130px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 10px;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.unpartenaire .clear{
	clear:both;
}
.unpartenaire > :nth-child(3n+3) { margin-right: 0; }
.unpartenaire img{
	display: block;
	height: 100px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
}
.unpartenaire p{
	font-size: 1.15em;
	line-height: 1.25em;
	padding-top: 10px;
}
/* -------------------------- videos base --------------------------- */
.unvideo {
	background-color: #FFF;
	float: left;
	margin-right: 10px;
	width: 29%;
	margin-bottom: 20px;
	text-align: center;
	padding:0;
}
.unvideo .clear{
	clear:both;
}
.unvideo img{
	display: block;
	width: 100%;
	height:auto;
}
.unvideo img:hover{
	opacity:0.6;
    filter:alpha(opacity=60); /* For IE8 and earlier */
}

.unvideo p{
	font-size: 0.95em;
	line-height: 1em;
	padding-top: 0px;
	padding-bottom:7px;
	padding-left:0;
	padding-right:0;
	margin:0;
}




/* =========================================================
============================================================
                                    PETIT < 450 
============================================================
==========================================================*/
@media only screen and (max-width: 450px) {
.unlabtender {
	background-image: url(../images/lignes_menu.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom:5px;
}	
.unlabtender img{
	height: auto;
	width: 95%;
	float: none;
	margin-right: 0px;
	margin-bottom: 15px;
}	
.unpartenaire { /* -------------- plus petit que 450 -------------- */
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	float: none;
	margin-right: 0px;
	width: 95%;
	height:auto;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 6px;
}
.unpartenaire img{ 
	width:200px;
	height:auto;
}
.unpartenaire p{ 
	font-size: 1.15em;
	line-height: 1.15em;
	padding-top: 10px;
}
.unvideo {
	width: 90%;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.recommande ul{
	/*width:140px;*/
}
.recommande li{
	text-align:center;
}
.recommande .unrec{
	float: none;
	display:inline-block;
	margin-right:0;
	text-align:center;
}
}

/* =========================================================
============================================================
                                    PETIT < 450 > 600
============================================================
==========================================================*/
@media only screen and (min-width: 450px) and (max-width: 600px) {
	
}

/* =========================================================
============================================================
                                    PETIT < 600
============================================================
==========================================================*/
@media only screen and (max-width: 600px) {


}
/* =========================================================
============================================================
                                      GRAND < 800
============================================================
==========================================================*/
@media only screen and (max-width: 800px)   {
.recetteCocktail {
	margin-right: 40px;
	margin-bottom: 20px;
	text-align:center;
}
.gCocktail {
	width: 100%;
	float: none;
	border:none;
}
.gCocktail img{
	width:100%;
	max-width:270px;
	height:auto;
	text-align:center;
}
.dCocktail {
	width: 100%;
	float: none;
	text-align:center;
}
.dCocktail h6{
-webkit-margin-before: 0em;
-webkit-margin-after: 0em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
padding:0;margin-bottom:20px;

}
.gCocktail .imageCocktail {
	height: auto;
}
#contenu .dCocktail h5{
	text-align: center;
}
.contactboiteg{
	float: none;
	width: 100%;
	margin-right: 0px;
	margin-bottom: 20px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6d6458;
}
.contactboited{
	float: none;
	width: 100%%;
}
.cartein{
	height: 270px;
}	
.versfiche2 img{
	width:100%;
	height:auto;
	padding-right:10px;
}
.labliste li{
	background-image: url(../images/bullet2mini.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 85px;
}
.unvideo {
	width: 90%;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
}
/* =========================================================
============================================================
                                      GRAND > 601
============================================================
==========================================================*/
@media only screen and (min-width: 601px)   {
	
}

/* =========================================================
============================================================
                                      GRAND > 601 et < 1150
============================================================
==========================================================*/
@media only screen  and (min-width: 601px) and (max-width: 1255px) {

}
/* =========================================================
============================================================
                                      GRAND > 1151
============================================================
==========================================================*/
@media only screen  and (min-width: 1151px)  {	
}

@media only screen  and (max-width: 1150px)   {
#anim {
	display: block;
	background-image: url(../images/anim_fond.png);
	background-repeat: no-repeat;
	height: 300px;
	width: 430px;
	overflow:hidden;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}
#anim #chariot{
	opacity: 0.5;
	filter: alpha(opacity=50); /* internet explorer */
	-khtml-opacity: 0.5;      /* khtml, old safari */
	-moz-opacity: 0.5;       /* mozilla, netscape */
	margin-top: 70px;
	width:254px;
	height:187px;
	margin-left:0;
}
#anim #homme{
	opacity: 0.4;
	margin-top: 70px;
	z-index: 10;
	width:94px;
	height:192px;
	margin-left:0;
}	

.recetteCocktailPoney {
	float:left;
	width:270px;
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #FFF;
	opacity: 1;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.recetteCocktailPoney .gCocktail {
	width: 130px;
	float: left;
	padding-right:10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6d6358;
	margin-right: 10px;
	-webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0; 
}
.recetteCocktailPoney .gCocktail img{
	width:130px;
	height:auto;
}
}
@media only screen  and (max-width: 750px) {
/* ------------------------ anim proxibar -------------------- */
#anim {
	display: block;
	background-image: url(../images/anim_fond.png);
	background-repeat: no-repeat;
	height: auto;
	width: 95%;
	overflow:hidden;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
}


@media only screen and (min-width: 450px) and (max-width: 980px) {
.unpartenaire {
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	float: left;
	margin-right: 8px;
	width: 27%;
	min-height: 130px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 8px;
}
.unpartenaire img{
	width: 80px;
	height:auto;
}
.unpartenaire p{
	font-size: 1em;
	line-height: 1.15em;
	padding-top: 8px;
}
}