/* Import police Google */
/*@import url(http://fonts.googleapis.com/css?family=Fredoka+One);*/
/*@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond|Trirong');


    font-family: 'Trirong', serif;

    font-family: 'Cormorant Garamond', serif;

*/
@font-face {
	font-family: "Fredoka One";
	src: url('FredokaOne-Regular.ttf');
}


.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    margin-top:0.7%;
    min-width: 139px;
    z-index:20000;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown {
    /*font-family: 'Fredoka One', arial, verdana, sans-serif !important;*/
    font-family: 'Trirong', serif;
    font-weight: medium;

}

.fredo{
	font-family: 'Fredoka One', cursive;
	/*font-family: 'Trirong', serif;*/
    font-weight: medium;
}

.fredoka{
	/*font-family: 'Fredoka One', cursive;*/
	font-family: 'Trirong', serif;
	font-weight: medium;
}

/* Image Flow (carrousel) */
#myImageFlow {
	margin-top:-35px;
}
.imageflow .navigation {
	margin-top:-40px;
}

/* basic elements */
#famille {
	top: 230px;
	position:absolute;
	left:20px;
}

.famille {
	width:80%;
}
/* tout */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, img {
    margin: 0;
    /* setting border: 0 hoses ie6 win window inner well border */
    padding: 0;
}

html{
	height:100%;
}

body {
	background-color:#797072;
	color: #2b2b2b;
    font-family: verdana, helvetica, arial, sans-serif;
    /*font-family: 'Cormorant Garamond', serif;*/
	/*text-shadow:#000 0.1em 0 0;
	line-height:16px;*/
    font-size: 16px;
	height:100%;
    margin: 0;
    /* setting border: 0 hoses ie5 win window inner well border */
    padding: 0;
	text-align: center; /* center on ie */
}

form { margin:0; padding:0; }
a { color:#d60825; text-decoration:underline; }/*818387*/
a:hover { color:#e21419; }
a:active { color:#e21419; }
a img { border:0; }
a.boutons{color:#d60825; font-size:16px; font-weight:bold; line-height:24px; padding:0 5px; text-decoration:none; }
a.boutons:active { color:#d60825; }

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote {
    margin-top:10px;
    margin-bottom:10px;
}
p {
    margin-bottom:0;
}
h1{
	color:#d60825;
	/*font-family:'Fredoka One', cursive;*/
	font-family: 'Trirong', serif;
    font-weight: medium;
	font-size:40px;
    margin-bottom:30px;
}
h4{
	color:#d60825;
	font-size:16px; font-weight:bold;
    margin-bottom:5px;
}

p, li, div{
	text-align:justify;
}

ul{
	margin:0 0 15px 5px;
	padding-left: 15px;
	/*text-align:right;*/
}
li{
	/*list-style-image:url(../images/puce_blanche.gif);
	list-style-position:inside;*/
}
input, select{
	font-size:14px;
}

.clear{
	clear:both;
}
.rouge{
	color:#d60825;
}
.imgLeft{
	float:left;
	margin:0 30px 10px 0;
	max-width:210px;
}
.imgRight{
	float:right;
	margin:0 0 10px 30px;
	max-width:210px;
}

#page{
	/*border:1px solid black;
	min-height:580px;
	padding:0 0 30px;*/
	background:transparent;
	background-repeat:no-repeat;
	margin:0;
	min-width:1165px;/*990*/
	position:relative;
	text-align:left;
	z-index:0;
}

/* HEADER */
#header{
	/*border:1px solid black;*/
	color:#fff;
	position:relative;
	text-align:center;
	z-index:4;
}
#bandeau{
	/*border:1px solid black;
	background:transparent url(../images/bg_header.jpg) no-repeat center top;*/
	margin:0 auto;
	width:990px; height:140px;
}
#logo{
	margin-left:-96px;
	position:absolute;
	top:-2px;
	left:50%;
	z-index:10;
}

#hover{
	display:none;
	position:absolute; z-index:5500; top: 0; left: 0;
	width: 100%; height: 100%;
	filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8;
	background-color:#000;
}

#conteneur{
	display:none;
	position:absolute; z-index:6000; left:50%;
	margin-left:-230px; margin-top:100px;
	/*top:50%; margin-top:-245px;
	width:460px; height:490px;*/
	background-color:#fff;
}

#resultat{
	color:red;
	text-align:center;
}

/* MENUS */
#nav{
    /*font-family: 'Fredoka One', arial, verdana, sans-serif;*/
	font-family: 'Trirong', serif;
	font-weight: medium;
	font-size:13px;
	height:131px;
	text-align:center;
	text-transform:uppercase;
}

/* Navigation rubriques */
#nav ul {
	list-style-type:none;
	margin:0 auto;
	padding:0;
	text-align:center;
	/*width: 100%;
	font-size:14px;*/
}
#nav ul li{
	float:left;
	margin:0;
	padding:0;
}
/*#nav ul:after{
	content:url(../images/bg_nav_shadow.png);
	z-index:5;
}*/
#navBg{
	/*
	border-radius:5px;
	-khtml-box-shadow: rgba(0,0,0,0.6) 0px 1px 5px 0px;
	-moz-box-shadow: rgba(0,0,0,0.6) 0px 1px 5px 0px;
	-ms-box-shadow: rgba(0,0,0,0.6) 0px 1px 5px 0px;
	-o-box-shadow: rgba(0,0,0,0.6) 0px 1px 5px 0px;
	-webkit-box-shadow: rgba(0,0,0,0.6) 0px 1px 5px 0px;
	box-shadow: rgba(182,185,163,0.6) 0px -1px 1px 0px;
	padding:0 25px 0 15px;
	*/
	background:transparent url(../images/bg_nav_header.png) no-repeat center top;
	display:inline-block;
	margin:2px auto 0;
	position:relative;
	height:73px;
}
#navShadow{
	background:transparent url(../images/bg_nav_shadow.png) no-repeat center top;
	padding:23px 35px 0px 17px;
	position:relative;
	z-index:10;
}

.menu{
	background:none;
	color:#e42d19;
	cursor:pointer;
}
.menu:hover{
	background-image:url(../images/menu_hover.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	background-size: 100% 100%;
	color:#e42d19;
}
.menuSelected{
	background-image:url(../images/menu_hover.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	background-size: 100% 100%;
	color:#e42d19;
	cursor:pointer;
}
.menu a, .menuSelected a{
	color:#e42d19;
	display:block;
	padding:7px 13px;
	text-decoration:none;
}

#nav ul, .menu, .menuSelected{
	height:49px;
}

.wrapper1{
	/*border:1px solid black;*/
    z-index: 10000; position: absolute;
	/*margin: 0;
	padding: 0;
	text-align: left;*/
}
.wrapper2 {
	/*border:1px solid black;*/
    z-index: -10001; position: relative;
}

.pdf, .gr{
	background:  -khtml-linear-gradient(#cb2421, #a72c21);/*bottom, */
	background:    -moz-linear-gradient(#cb2421, #a72c21);
	background:     -ms-linear-gradient(#cb2421, #a72c21);
	background:      -o-linear-gradient(#cb2421, #a72c21);
	background: -webkit-linear-gradient(#cb2421, #a72c21);
	background:         linear-gradient(#cb2421, #a72c21);/*to bottom, */
	border:1px solid #be2f23;
	border-radius:5px;
	
	-khtml-box-shadow: inset rgba(163,55,37,0.75) 0px 0px 5px 0px;
	-moz-box-shadow: inset rgba(163,55,37,0.75) 0px 0px 5px 0px;
	-ms-box-shadow: inset rgba(163,55,37,0.75) 0px 0px 5px 0px;
	-o-box-shadow: inset rgba(163,55,37,0.75) 0px 0px 5px 0px;
	-webkit-box-shadow: inset rgba(163,55,37,0.75) 0px 0px 5px 0px;
	box-shadow: inset rgba(163,55,37,0.75) 0px 0px 5px 0px;
	
	color:#ffffff;
	cursor:pointer;
	display:inline-block;
	font-size:13px; font-weight:bold; line-height:24px;
	margin:20px 0 30px 0;
	outline:0 none;
	padding:0 15px 0 38px;
	position:relative;
	height:24px;
}
.pdf:hover{
	color:#f1e4e4;
}
.pdf img{
	position:absolute;
	top:-2px;
	left:5px;
}
.gr{
	cursor:default;
	font-size:13px; font-weight:bold; line-height:15px;
	margin:0 0 0 5px;
	padding:0 6px 0 12px;
	height:15px;
}

.char {
	/* SHADOW
	Les valeurs sont : inset (ombre interne) (rouge, vert, bleu, alpha) horizontal offset, vertical offset, optional blur distance (flou), optional spread distance (propagation)
	-khtml-box-shadow: rgba(0,0,0,0.3) 0px 1px 5px 0px;
	-moz-box-shadow: rgba(0,0,0,0.3) 0px 1px 5px 0px;
	-ms-box-shadow: rgba(0,0,0,0.3) 0px 1px 5px 0px;
	-o-box-shadow: rgba(0,0,0,0.3) 0px 1px 5px 0px;
	-webkit-box-shadow: rgba(0,0,0,0.3) 0px 1px 5px 0px;
	box-shadow: rgba(0,0,0,0.3) 0px 1px 5px 0px;
	
	Si inset :
	background-color: transparent; /* Needed for IEs
	-khtml-background-size: cover; /*Safari
	-moz-background-size: cover; /*Mozilla
	-ms-background-size: cover; /*IE
	-o-background-size: cover; /*opera
	-webkit-background-size: cover; /*for webKit or value 100%
	background-size: cover; /*generic
	
	overflow:hidden;
    position:absolute;
	top:-34px;
	width:100%;
	*/
	background:transparent url(../images/bg_menu_left.png) no-repeat;
	margin:-15px 15px 0 15px;
	padding-left:4px;
}
.char *{
	text-align:left;
	font-size:13px;
	/*font-family: 'Fredoka One', arial, verdana, sans-serif;*/
	font-family: 'Trirong', serif;
	font-weight: medium;
	text-transform:uppercase;
}

#subNav:before{
	content:url(../images/bg_nav_shadow.png);
	margin-top:-12px;
	position:absolute;
	text-align:center;
    z-index: 10000;
}
#subNavBg{
	background:transparent url(../images/bg_menu.png) repeat-x;
	height:75px;
}
#subNavShadowRight{
	background:transparent url(../images/bg_menu_right.png) no-repeat right top;
	height:100%;
}
.subnav, .subnav td a{
	/*border:1px solid red;*/
	color:#ffffff;
	display:block;
	padding-top:5px;
    /*font-family: 'Fredoka One', arial, verdana, sans-serif;*/
	font-family: 'Trirong', serif;
	font-weight: medium;
	font-size:13px;
	text-align:center; text-transform:uppercase; text-decoration:none;
}
table.subnav{
	float:left;
	max-width:926px;
}

/* Navigation rubriques */
.subnav td {
	background:transparent url(../images/border_menu.png) no-repeat right top;
	padding:0 10px;
	text-align:center;
	/*white-space:nowrap;
	margin:0 auto;
	width: 100%;*/
}
.subnav td:hover {
	color:#ffd92f;
}
.subnav td:last-child {/*:nth-last-child(-n+2) = les 2 derniers*/
	background:none;
}
.submenu{
	color:#ffffff;
	cursor:pointer;
	height:70px;
	/*white-space:nowrap;*/
}
#header .submenu a:hover, .subnav td:hover a{
	color:#ffd92f;
	display:block;
	padding-top:5px;
}
.subnav td.submenuSelected{
	color:#ffd92f;
	cursor:pointer;
	height:70px;
	/*white-space:nowrap;*/
}
#header .submenuSelected a, #header .submenuSelected a:hover{
	color:#ffd92f;
	display:block;
	padding-top:5px;
}

.flecheSsSsrub{
	float:right;
	margin-top:1px;
}
/* FIN MENUS */

#pathway{
	/*margin:5px 0 0 22px;*/
	color:#000;
	font-family: helvetica, arial, verdana, sans-serif;
	font-size:6pt;
	height:20px;
	padding-bottom:10px;
	text-transform:uppercase;
}
#pathway a{
	text-decoration:none;
	color:#000;
}
/* FIN HEADER */


/* FOOTER */
.footer{
	/*border:1px solid red;*/
	background:transparent url(../images/bg_footer_top.png) repeat-x;
	color:white;
	font-size:12px;
	margin:-12px auto 0;
	padding-top:20px;
	position:relative;
	height:100px;
	z-index:15;
}
.footer a{
	text-decoration:none;
	color:#ffffff;
}
.footer a:hover{
	color:#e8e8e8;
}

#footer-inner{
	margin:0;
}

#footer-content{
	margin:12px auto 0;
	width:970px;
}

#ifs, #footerPages, #footerTxt, #b_fb, #b_email, #b_insta{
	float:left;
	margin-right:15px;
}
/*#b_email{
	margin-right:0;
}*/
#ifs, #b_fb, #b_email, #b_insta, #b_pinterest{
	margin-top:-8px;
}
#ifs{
	/*margin-right:80px;*/
}
#footerPages{
	/*margin:0 60px 0 0;*/
	padding:0;
	text-align:right;
}
#footerPages li a{
	font-weight:bold;
	line-height: 50px;
}
#footerTxt{
	margin-right:40px;
	margin-top: 8px;
}

/* navigation footer */
#footerNav table{
	margin:0 auto;
	width:980px;
}
#footerNav td{
	font-size:10px; font-weight:bold;
	min-width:150px;
	padding:10px 0 0 0;
	text-transform:uppercase;
	/*white-space:nowrap;*/
}
#footerNav td a{
	display:block;
	margin-right:25px;
	color:#808080;
}
#footerNav td ul{
	margin:12px 0 0 0;
	padding:0;
	text-transform:none;
}
#footerNav td ul li{
	list-style:none;
	color:#ffffff;
}
#footerNav td ul li a{
	color:#ffffff;
}
#footerNav td ul li a:hover{
	color:#87888a;
}
/* fin navigation footer */

#legals{
	border-top:1px solid #ffffff;
	color:#ffffff;
    font-family: helvetica, arial, verdana, sans-serif; font-size:10px;
	line-height:15px;
	margin:8px auto 0;
	padding:10px 0 25px 0;
	text-align:center;
}
#legals a{
	text-decoration:underline;
	color:#ffffff;
}
#legals a:hover{
	color:#ffffff;
}
/* FIN FOOTER */


#bg-content{
	background:#ffffff url(../images/bg_content.png) repeat-x left bottom;
}
#bg-content.home{
	background:none;
}

.content{
	/*border:1px solid red;
	line-height:16px;
	text-align:justify;
	overflow:auto;*/
	margin:0 auto;
	min-height:400px;
	padding:20px 0 20px 0;
	position:relative;
	width:710px;
	z-index:3;
}

.photos_basses{
	float:left;
	margin:20px 0 0 40px;
}

.content.home{
	padding:0;
	width:100%;
}
#presentation{
	color:#ffffff;
	position:absolute;
	top:150px;
	left:65%;
	transform: rotate(10deg);
}
#presentation h1{
	/*color:#f1e51a;*/
	text-align: center;
	font-size: 26px;
    margin-bottom:10px;
    line-height: 30px;
    /*text-shadow: 0 0 10px rgba(0,0,0,.8);*/
}
#home-france{
	position:absolute;
	top:250px;
	left:70%;
}

.home-left{
	background:#908586 url(../images/home_bg_bouteille.png) no-repeat 90% bottom;
	float:left;
	width:42.4%; height:248px;
	position:relative;
	z-index:5;
}
.home-left .content-text{
	text-align:right;
}
.home-left .content-text h3{
	color:#ffffff;
	font-size:15px; font-weight:normal;
	margin:17px 8px 0 0;
	text-transform:uppercase;
}
.home-right{
	background:#908586 url(../images/home_bg_degrade.png) repeat-x 90% bottom;
	float:left;
	min-width:640px;
	position:relative;
	z-index:5;
	width:57.6%; height:248px;
}
.home-right #fleches{
	float:left;
}
.home-right #carrousel{
	float:left;
}
.home-right #carrousel-inner{
	padding:8px 12px;
}

#home-dentelle, #bg-dentelle, #dentelle{
	background:transparent url(../images/home_bg_dentelle.png) repeat-x;
	margin-top:-8px;
	height:271px;
	position:relative;
	z-index:10;
}

/*#dentelle{
	height:135px;
	margin-top:-25px;
}*/

#bg-dentelle{
	background-position:0 bottom;
	margin-top:0;
	height:auto;
}
#bg-dentelle.prod{
	background:transparent url(../images/bg_dentelle_prod.png) repeat-x bottom;
}

#home-dentelle .home-left{
	background:none;
}
#home-dentelle .home-right{
	background:transparent url(../images/home_separator.png) no-repeat left center;
}

#home-dentelle #newsletter{
	text-align:right;
	margin-top:55px;
}
#home-dentelle #inscNewsletter{
	margin:0 0 0 auto;
	text-align:left;
	width:300px;
}
#inscNewsletter #send{
	float:right;
	margin-right:14px;
}

#home-dentelle #news{
	/*text-align:center;*/
	margin-top:20px;
}

#contentTD{
	vertical-align:top;
	height:613px;
}
#contentTD img{
	/*border:1px solid black;*/
}
#content-inner, #content-inner-boxes, .content-inner{
	/*float:left;
	overflow:hidden;
	height:600px;*/
	width:690px;
}
#content-inner-boxes{
	height:101px;
	overflow:hidden;
}
.content-text{
	/*border:1px solid black;
	overflow:auto;
	height:515px;*/
	margin-left:50px;
}
.content-text-boxes{
	background:transparent url(../images/bg_black10.png) repeat-x 0 70px;
	border:1px solid #fff;
	height:69px;
	padding:15px 25px;
}
.content-text.home{
	/*-moz-box-shadow: rgba(0,0,0,0.3) 0px 1px 5px 0px;
	-webkit-box-shadow: rgba(0,0,0,0.3) 0px 1px 5px 0px;
	box-shadow: rgba(0,0,0,0.3) 0px 1px 5px 0px;*/
	margin:0;
}
.content-text.home h1, #content-text.home #content-title{
}

.content-text.news{
}
.content-text.news h3{
	color:#808386;
	font-size:16px; font-weight:normal;
	margin-bottom:5px;
	text-transform:uppercase;
}

.content-text.videos div{
	margin-left:-15px;
}

.content-text ul{
	padding-left:0;
}
.content-text li{
	background:transparent url(../images/puce.png) no-repeat 0px 5px;
	list-style-type: none;
	padding-left: 15px;
}
/*.content-text li:before{
	color:#d60825;
	content:"• ";
}*/

.content-details{
	padding:45px 0 0 0;
}

#content-title{
	border:none;
	margin:35px 0 30px 20px;
}

#rightCol{
	width:300px;
	float:right;
	margin-left:20px;
	height:100%;
}

.okButton{
	/*filter:alpha(opacity=50); -moz-opacity:0.5; opacity: 0.5;*/
	background:  -khtml-linear-gradient(#c6cd00, #90b516);/*bottom, */
	background:    -moz-linear-gradient(#c6cd00, #90b516);
	background:     -ms-linear-gradient(#c6cd00, #90b516);
	background:      -o-linear-gradient(#c6cd00, #90b516);
	background: -webkit-linear-gradient(#c6cd00, #90b516);
	background:         linear-gradient(#c6cd00, #90b516);/*to bottom, */
	cursor:pointer;
	display:inline;
	margin-left:10px;
	text-transform:uppercase;
}

#impression{
	/*border:1px solid black;*/
	padding:0;
	width:640px;
	z-index:0;
	text-align:left;
}

.navPages{
	/*border:1px solid black;*/
	position:absolute;
	bottom:-15px;
	right:15px;
	font-size:10px;
	font-weight:bold;
}
.navPages a{
	text-decoration:none;
	color:#473529;
	font-weight:bold;
}

.titre{
	color:#bfce3e;
    font-size: 24px;
	text-transform:uppercase;
}
.sstitre{
	color:#bfce3e;
	font-size:14px;
	text-transform:uppercase;
}
.sstitreNews{
	color:#818387;
	font-size:16px;
	margin-right:10px;
}

#news #liensNews{
	list-style:none;
	margin:4px 0 0 0;
}
#news #liensNews li{
	background:transparent url(../images/home_news_separator.png) no-repeat;
	float:left;
	margin-left:20px;
	padding-left:20px;
	position:relative;
	width:300px;
	height:165px;
}
#news #liensNews li:first-child {
	background:none;
	margin-left:0;
}
#news #liensNews li a{
	color:#818387;
	display:block;
	font-weight:bold;
	position:absolute;
	bottom:10px;
	right:0;
	text-align:right; text-decoration:none;
}
#news #liensNews li div{
	margin-bottom:7px;
	display: inline-flex;
	padding-left: 15px;
}
.liensNews{
	float:right;
	font-weight:bold;
}
.liensNews-inner{
}
.paginationNews, .paginationPrd{
	margin:0 auto;
	text-align:center;
}

.exergue{
	font-weight:bold;
}

input[type=submit], input[type=reset], input[type=button], .bt, .btPrd{
	background:  -khtml-linear-gradient(#c6cd00, #90b516);/*bottom, */
	background:    -moz-linear-gradient(#c6cd00, #90b516);
	background:     -ms-linear-gradient(#c6cd00, #90b516);
	background:      -o-linear-gradient(#c6cd00, #90b516);
	background: -webkit-linear-gradient(#c6cd00, #90b516);
	background:         linear-gradient(#c6cd00, #90b516);/*to bottom, */
	border:1px solid #c6cd00;
	border-radius:5px;
	
	-khtml-box-shadow: rgba(0,0,0,0.7) 0px 2px 5px 0px;
	-moz-box-shadow: rgba(0,0,0,0.7) 0px 2px 5px 0px;
	-ms-box-shadow: rgba(0,0,0,0.7) 0px 2px 5px 0px;
	-o-box-shadow: rgba(0,0,0,0.7) 0px 2px 5px 0px;
	-webkit-box-shadow: rgba(0,0,0,0.7) 0px 2px 5px 0px;
	box-shadow: rgba(0,0,0,0.7) 0px 2px 5px 0px;
	
	color:#ffffff;
	cursor:pointer;
	font-size:14px; font-weight:bold; line-height:30px;
	margin:10px 0 0 0;
	outline:0 none;
	padding:0 15px;
	text-transform:uppercase; text-decoration:none;
	height:30px;
}
.bt{
	display:inline-block;
	margin:55px 30px 0 0;
}
.bt:hover, .btPrd:hover{
	color:#818387;
}
.btPrd{
	display:inline-block;
	font-size:12px; font-weight:bold; line-height:26px;
	margin:25px 30px 15px 0;
	height:26px;
}

input[type=text], input[type=password], textarea{
	background-color:#ffffff;
	border:1px solid #a79b9c;
	border-radius:5px;
	
	-khtml-box-shadow: rgba(209,201,182,1) 0px 1px 5px 0px;
	-moz-box-shadow: rgba(209,201,182,1) 0px 1px 5px 0px;
	-ms-box-shadow: rgba(209,201,182,1) 0px 1px 5px 0px;
	-o-box-shadow: rgba(209,201,182,1) 0px 1px 5px 0px;
	-webkit-box-shadow: rgba(209,201,182,1) 0px 1px 5px 0px;
	box-shadow: rgba(209,201,182,1) 0px 1px 5px 0px;
	
	color:#bcbbbb;
	font-size:15px; line-height:30px;
	margin:10px 0 0 0;
	outline:0 none;
	padding:0 10px;
	width:265px; height:30px;
}

.newsletterInput{
	background-color: transparent; /* Needed for IEs */
	-khtml-background-size: cover; /*Safari*/
	-moz-background-size: cover; /*Mozilla*/
	-ms-background-size: cover; /*IE*/
	-o-background-size: cover; /*opera*/
	-webkit-background-size: cover; /*for webKit or value 100%*/
	background-size: cover; /*generic*/
	
	-khtml-box-shadow: inset -2px 2px 10px rgba(0,0,0,0.1), inset 2px -2px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: inset -2px 2px 10px rgba(0,0,0,0.1), inset 2px -2px 10px rgba(0,0,0,0.1);
	-ms-box-shadow: inset -2px 2px 10px rgba(0,0,0,0.1), inset 2px -2px 10px rgba(0,0,0,0.1);
	-o-box-shadow: inset -2px 2px 10px rgba(0,0,0,0.1), inset 2px -2px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset -2px 2px 10px rgba(0,0,0,0.1), inset 2px -2px 10px rgba(0,0,0,0.1);
	box-shadow: inset -2px 2px 10px rgba(0,0,0,0.1), inset 2px -2px 10px rgba(0,0,0,0.1);
	
	width:240px;
}

.dispForm label {
	clear: both;
	display:block;
	float:left;
	line-height:20px;
	height:20px;
	width:50px;
	margin:2px 0 2px 10px;
}

.dispForm input {
	margin:2px 0 2px 0;
	font-size:12px;
	width:150px;
}

.dispForm select {
	margin:2px 0 2px 0;
	font-size:12px;
	width:155px;
}

.dispForm textarea {
	margin:2px 0 2px 0;
	font-family: helvetica, arial, verdana, sans-serif;
	font-size:12px;
	width:250px;
	height:150px;
}

.teaser{
	margin-bottom:19px;
}

.more{
	margin:20px -10px 0 0;
	text-align:right;
}

.miniLeft{
	border:1px solid #c9c0bf;
	float:left;
	margin:0 13px 10px 0;
	overflow-x:hidden;
	width:130px;
}

.vignettes{
	margin:0 15px 15px 0;
	color:#fff; font-size:14px;
	overflow:hidden;
	position:relative;
	text-align:center;
	width:174px; height:100px;
}
.vignettes a{
	color:#fff;
}
.vignettes:hover, .vignettes:hover a, .vignettes a:hover{
	color:#00a4e0;
}

.legende{
	font-size:11px;
}

.plusMinus{
	vertical-align:middle;
}

.ico_rss{
	margin:0 10px 8px 0; vertical-align:middle;
}

#photosContener{
	overflow:hidden;
	width:660px; height:480px;
}

.all_news{
	/*background-color:#bebebe;*/
	background:transparent url(../images/bg_page.png) repeat;
	font-size:12px; line-height:12px;
	padding:6px 10px 5px 4px;
	position:relative;
}
.auteur{
	font-size:12px; font-style:italic; font-weight:bold;
	padding:7px 0px 15px;
}
#numPage{
	font-weight:bold;
}

a#prevArt, a#nextArt{
	padding:0;
	position:absolute;
	z-index:1000;
}
#prevArt{
	left:-1px;
	top:80px;
}
#nextArt{
	right:-1px;
	top:80px;
}

.black50{
	background:transparent url('../images/bg_black50.png');
}

#legend-home{
	width:460px; height:60px;
	left:0;
	top:420px;
	overflow:hidden;
	position:absolute;
	z-index:1000;
}

#legend-news{
	width:660px; height:60px;
	left:0;
	top:420px;
	overflow:hidden;
	position:absolute;
	z-index:1000;
}

#legend-inner{
	color:#ffffff;
	font-size:10px; font-weight:bold;
	padding:15px 17px 15px 22px;
	text-transform:uppercase;
}

.pager{
	position:absolute;
	top:16px;
	left:259px;
}

.points{
	background-color:transparent;
	background-image:url(../images/points.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	float:left;
	margin:8px 12px 0 0;
	width:8px; height:8px;
}

.pagination{
	float:right;
}
.pagination a{
	border:1px solid #ffffff;
	color:#ffffff; font-size:12px; font-weight:bold;
	float:left;
	line-height:19px;
	margin-right:9px;
	text-align:center; text-decoration:none;
	width:19px; height:19px;
}

table.tableForm{
	margin:0 auto;
}
.tableForm .leftCol{
	padding:10px 5px 0 0;
	text-align:right;
}

.categories, .produits{
	/*float:left;*/
	margin:0 15px 15px 0;
}
.produits a{
	display:block;
	max-width:145px;
	text-align:center;
}

#grammage{
	margin:20px 0;
}
.infosPrd{
	font-size:13px;
	float:left;
	margin:0 0 0 50px;
	/*height:209px;*/
}
.infosPrd-inner{
	padding-left:15px;
}
.infos-title{
	border-bottom:1px dotted #818181;
	color:#aeacac; font-size:15px; font-weight:bold;
	margin:0 0 10px 0;
	padding:5px 0;
	text-align:center; text-transform:uppercase;
	width:415px;
}
.infosPrd ul{
	margin:0 0 7px 0;
	padding-left:0;
}
.infosPrd li{
	background:transparent url(../images/puce_infos.png) no-repeat 0px 3px;
	color:#e21419; font-weight:bold; line-height:24px;
	list-style-type:none;
	/*list-style-image:url(../images/puce_infos.png);*/
	margin:0;
	padding-left:24px;
	text-transform:uppercase;
}
.infosPrd .pdf{
	margin: 3px 0 5px 0;
	text-decoration:none;
}
.photos_basses_infos{
	float:left;
	margin:0;
}

/* ========================================================================================================================== */
/* AJOUT FABIEN --------------------------------------------------------------------------------------------------------------*/

h1{
	text-align: initial;
}

#ifs{
	border: #FFF solid 3px;
	border-radius: 5px;
}

h1.fredo{
	text-transform: uppercase;
	padding-top: 5px;
	color: #FFF;
	background: #F00;
}

h1.fredo span{
	padding: 5px 10px;
	margin-top: 5px;
	display:block;
	color: #F00;
	background: #FFEE02;
}

#liensNews h3{
	line-height: 18px;
	display: inline-flex;
	text-align: left;
}
#news>img{
	padding-left: 235px;
}
.flex{
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}