@charset "UTF-8";
/* CSS Document */
/*HB - SDV - FEV-MARS 2015*/
/*TOUTES LES CLASSES PREFIXEES PAR k15*/

.k15	{
	background-color: #ffffff;
}

.header-rubrique .k15-head-right {
	position: relative;
	padding-top: 45px;
	height: 90px;
	background-color: #f9f9f9;
	background-image: url('../images/k15_faq.png');
	background-position: center 10px;
	background-repeat: no-repeat;
	-moz-box-shadow: 0px 3px 2px 0px #f4f4f4;
	-webkit-box-shadow: 0px 3px 2px 0px #f4f4f4;
	-o-box-shadow: 0px 3px 2px 0px #f4f4f4;
	box-shadow: 0px 3px 2px 0px #f4f4f4;
	text-align: center;
	font-family: 'ptsansnarrowreg', helvetica, arial, sans-serif;
	font-size: 18px;
	color: #646363;
	text-transform: uppercase;
	position: absolute;
	top: 0px;
	right: 0px;
	min-width: 160px;
	max-width: 200px;
	vertical-align: middle;
	line-height: 1em;
}
.header-rubrique .k15-head-right a {
  color: #646363;
}

/*MENU*/
ul.k15-ongs	{
	list-style-type: none;
	text-align: center;
	padding-left: 0;
}
ul.k15-ongs li	{
	display: inline-block;
	padding: 7px 12px 3px;
	margin: 0px;
	opacity: 0.3;
	text-wrap: none;
}
ul.k15-ongs li a	{
	display: inline-block;
	vertical-align: middle;
	height: 37px;
	background-repeat: no-repeat;
}
	ul.k15-ongs li.k15-ong-ech a	{
		width: 133px;
		background-image: url('../images/k15_logo_ech.png');
		background-position: center 0px;
	}
	ul.k15-ongs li.k15-ong-enj a	{
		width: 55px;
		background-image: url('../images/k15_logo_enj_mini.png');
		background-position: center 7px;
	}

	ul.k15-ongs li.k15-ong-inv a	{
		width: 98px;
		background-image: url('../images/k15_logo_inv.png');
		background-position: center 2px;
	}
  	ul.k15-ongs li:hover.k15-ong-inv a,
	ul.k15-ongs li.k15-ong-on.k15-ong-inv a	{
			background-image: url('../images/k15_logo_inv_couleur.png');
	}
	ul.k15-ongs li.k15-ong-we a	{
		width: 140px;
		background-image: url('../images/k15_logo_we.png');
		background-position: center 0px;
	}
	ul.k15-ongs li:hover.k15-ong-we a,
	ul.k15-ongs li.k15-ong-on.k15-ong-we a	{
			background-image: url('../images/k15_logo_we_couleur.png');
	}
	ul.k15-ongs li.k15-ong-ser a	{
		width: 125px;
		background-image: url('../images/k15_logo_ser.png');
		background-position: center 6px;
	}
	ul.k15-ongs li.k15-ong-cap a	{
		width: 166px;
		background-image: url('../images/k15_logo_cap.png');
		background-position: center 1px;
	}
  	ul.k15-ongs li:hover.k15-ong-cap a,
	ul.k15-ongs li.k15-ong-on.k15-ong-cap a	{
		background-image: url('../images/k15_logo_cap_couleur.png');
	}
	ul.k15-ongs li.k15-ong-inno a	{
		width: 140px;
		background-image: url('../images/k15_logo_innovator.png');
		background-position: center 1px;
	}
  	ul.k15-ongs li:hover.k15-ong-inno a,
	ul.k15-ongs li.k15-ong-on.k15-ong-inno a	{
		background-image: url('../images/k15_logo_innovator_couleur.png');
	}
ul.k15-ongs li:hover	{
	opacity: 1;
}
ul.k15-ongs li.k15-ong-on	{
	background-color: #f9f9f9;
	opacity: 1;
}
/*F_MENU*/

/*BOUTONS*/
.k15-btn	{
	display: block;
	height: 34px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding: 5px 0px 0px 10px;
	background-color: #e9e9e9;
	border: 1px solid #d2d2d2;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-bottomleft:3px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0px 0px 2px 0px #cecece;
	-webkit-box-shadow: inset 0px 0px 2px 0px #cecece;
	-o-box-shadow: inset 0px 0px 2px 0px #cecece;
	box-shadow: inset 0px 0px 2px 0px #cecece;
	font-family: 'ptsansnarrowreg', helvetica, arial, sans-serif;
	text-align: left;
	text-transform: uppercase;
	background-image: url('../images/k15_f_btn.png');
	background-position: center right;
	background-repeat: no-repeat;
	color: #333333;
}
.k15-btn strong	{
	font-family: 'ptsansnarrowbold', helvetica, arial, sans-serif;
	font-weight: normal;
}
.k15-btn:hover	{
	background-color: #eeeeee;
}
	.k15-btn.k15-btn-liseuse	{
	}
	.k15-btn.k15-btn-web	{
	}
/*F_BOUTONS*/

/*TO PDF*/
img.k15-topdf	{
	position: absolute;
	z-index: 10;
}
.k15-edi img.k15-topdf	{
	top: 150px;
	left: 90px;
}
.k15-edi2 img.k15-topdf	{
	width: 85px;
	top: 85px;
	left: 37px;
}
/*F_TO PDF*/

/*VISUELS EDITIONS*/
.k15-edi	{
	background-color: #f9f9f9;
	padding: 30px;
	text-align: center;
}
.k15-edi-int	{
	position: relative;
	width: 33%;
	margin: 0 auto 10px auto;
	font-family: 'ptsansnarrowreg', helvetica, arial, sans-serif;
	font-size: 24px;
	color: #333333;
	background-image: url('../images/k15_pix_e6.gif');
	background-position: center center;
	background-repeat: repeat-x;
	text-align: center;
}
.k15-edi-int span	{
	background-color: #f9f9f9;
	padding: 0 20px;
}
.k15-edi-visuel	{
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin: 0 10px;
}
.k15-edi-visuel figcaption	{
	font-family: 'ptsansnarrowreg', helvetica, arial, sans-serif;
	font-size: 1.1em;
	color: #333333;
}
.k15-edi-visuel figure	{
	position: relative;
	width: 290px;
	/*height: 430px;*/
	margin: 5px 0;
	/*padding: 5px 0 0 0;*/
	padding: 5px 0;
	-moz-box-shadow: 0px 0px 3px 0px #aaaaaa;
	-webkit-box-shadow: 0px 0px 3px 0px #aaaaaa;
	-o-box-shadow: 0px 0px 3px 0px #aaaaaa;
	box-shadow: 0px 0px 3px 0px #aaaaaa;
	text-align: center;
	overflow: hidden;
	background-color: #ffffff;
}
.k15-edi-visuel figure img.k15-edi-visuel-vignette	{
	width: 282px;
}
.k15-edi-visuel .k15-btn-liseuse	{
	float: left;
	width: 55%;
	margin-right: 4%;
}
.k15-edi-visuel .k15-btn-web	{
	float: left;
	width: 41%;
}
/*F_VISUELS EDITIONS*/

/*VISUELS AUTRES EDITIONS*/
.k15-edi2	{
	padding: 30px;
	text-align: left;
}
.k15-edi2-int	{
	position: relative;
	width: 33%;
	margin: 0 auto 10px auto;
	font-family: 'ptsansnarrowreg', helvetica, arial, sans-serif;
	font-size: 1.6em;
	color: #333333;
	background-image: url('../images/k15_pix_e6.gif');
	background-position: center center;
	background-repeat: repeat-x;
	text-align: center;
	text-transform: uppercase;
}
.k15-edi2-int span	{
	background-color: #ffffff;
	padding: 0 20px;
}
.k15-edi2-visuel	{
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin: 0 11px 50px 13px;
}
.k15-edi2-visuel figcaption	{
	font-family: 'ptsansnarrowreg', helvetica, arial, sans-serif;
	color: #333333;
}
.k15-edi2-visuel figure	{
	position: relative;
	width: 160px;
	margin: 5px 0 10px 0;
	padding: 5px 0;
	-moz-box-shadow: 0px 0px 3px 0px #cecece;
	-webkit-box-shadow: 0px 0px 3px 0px #cecece;
	-o-box-shadow: 0px 0px 3px 0px #cecece;
	box-shadow: 0px 0px 3px 0px #cecece;
	text-align: center;
	overflow: hidden;
	background-color: #ffffff;
}
.k15-edi2-visuel figure img.k15-edi2-visuel-vignette	{
	width: 150px;
}
/*F_VISUELS AUTRES EDITIONS*/
