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

/*------------------------------------------Main css-------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, hr, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, active, hover, selected {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	font-family: 'Gilda Display', serif;
	font-size:1em;
	color:#000;
	}
	@media screen and (max-device-width: 480px){
  body{
    -webkit-text-size-adjust: none;
  }
}
html, body { height: 100% }	
header, section, article, nav, footer, aside, menu, hgroup, figure, figcaption, main {
	display:block;
}

p {
	padding:10px;
}
#page {
	min-height: 100%;
	position: relative;
}
#bloc-principal {
	padding-bottom: 54px;
}	
header {
	
	height: 63px;
	min-width : 960px;
	background: url(Images/fondmenu_bi.png) no-repeat center 0px;	
}
h1 {
	font-size: 3em;
	color: rgb(186,23,20);
	clear: both;
	text-transform: uppercase;
	width: 960px;
	margin-left:auto;
	margin-right:auto;
	padding-top:30px;
	padding-bottom:40px;
	padding-left:20px;
	text-shadow:#ccc 1px 1px 1px;
}
.bigger {
	font-size:1.3em;
}
sub {
	vertical-align: 35%;
	font-size:0.6em;
}
.mainmarge {
	 width:960px;
	 margin-left:auto;
	 margin-right:auto;
}

	
/*------------------------------------------------MENU-----------------------------------------------------------*/
.menu {
	padding-bottom:40px;
	
	
}
#roundmenu {
	border-top-left-radius: 17px;
	border-bottom-left-radius: 17px;
	padding-left:20px;
}
#longmenu {
	/*padding-right:130px;*/	
}

	
ul.MenuBarHorizontal{
	
	list-style-type: none;
	cursor: default;
	display: block;
	z-index: 2003;
	clear: left;
	position: relative;
	
	margin-left: auto;
	margin-right:auto;
	width:960px;
	background: url(Images/fondmenu_r.png);
	height:55px;
	margin-top: 15px;
	
	
	
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive{z-index: 1000;}

/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li{
	list-style-type: none;
	position: relative;
	text-align: center;
	cursor: pointer;
	float: left;
	padding-left: 7px;
	padding-right: 5px;
	
	
	
}	

ul.MenuBarHorizontal a{
	display: block;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding-top: 14px;
	padding-left: 13px;
	padding-right: 13px;
	-webkit-transition: background-color 0.5s ease-in-out 0s;
	-moz-transition: background-color 0.5s ease-in-out 0s;
	-ms-transition: background-color 0.5s ease-in-out 0s;
	-o-transition: background-color 0.5s ease-in-out 0s;
	transition: background-color 0.5s ease-in-out 0s;
	line-height:1.2em;
	font-size:0.9em;
	
	
}
ul.MenuBarHorizontal .centrer a{
	padding-bottom:17px;
	padding-top:23px;
}

/*BROWSER HACKS: the hacks below should not be changed unless you are an expert*/
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection{/* Menu items that have mouse over or focus have a blue background and white text */
.MenuBarHorizontal a:hover, .MenuBarHorizontal a:focus, .MenuBarHorizontal a:active {
	max-width: 100%;
	color: #000;
	text-shadow:#444 0px 0px 1px;
	-webkit-transition: color 0.&s linear 0s;
	-moz-transition: color 0.1s linear 0s;
	-ms-transition: color 0.1s linear 0s;
	-o-transition: color 0.1s linear 0s;
	transition: color 0.1s linear 0s;
	
	
		
		
}
.ie678 .MenuBarHorizontal a:hover, .MenuBarHorizontal a:focus, .MenuBarHorizontal a:active {	
}
ul.MenuBarHorizontal li.MenuBarItemIE{
	display: inline;
	f\loat: left;
	background: #FFF;
}}
ul.MenuBarHorizontal #actif a {
	color: #000;
	text-shadow:#444 0px 0px 1px;
	
	
	
	
}
/* MENU --------------------------------FIN--------------------------------------------MENU*/



/*------------------------copyrights------------------------------------------------------*/

footer {
	height: 54px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	min-width : 960px;
	text-align: center;
	background: #333;
	box-shadow: 0px 0px 7px 3px #999;	
}
footer ul{
	display:inline;
}
footer li {
	display: inline-block;
	text-decoration: none;
	list-style-type: none;
	font-size: 0.8em;
	color: #ccc;
	vertical-align: middle;	
	padding-left:2%;
	padding-right:2%;	
}

footer a {
	cursor: pointer;
	color: #3dbdfb;
	text-decoration: none;	
}
img.zoomeffect {
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
	height:43px;
	padding-top:7px;
}
img.zoomeffect:hover {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	cursor: pointer;
}

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

/* Main css-------------------------------FIN----------------------------------------- END*/

h2 {
	font-size:2.2em;
	color:#555;
	text-transform:uppercase;
	padding-left:10px;
	padding-right:10px;
	
}
.s1 h2 {
	padding-top:30px;
	padding-bottom:30px;
	text-align:right;
}
.s2 h2 {
	clear:both;
	padding-top:200px;
	text-align:center;
}
.s3 h2 {
	padding-top:150px;
	text-align:center;
}
h3 {
	color:rgb(186,23,20);
	text-transform:uppercase;
	font-size:1.8em;
	text-align:center;
	padding-top:50px;
}
h4 {
	 font-size: 1.3em;
	 color:#fff;
	 display:block;
	 text-transform: uppercase;
	 background: url(images/fond-sous-titre-radius-pqismall.png)no-repeat left 0px;
	 padding-top:11px;
	 padding-left:20px;
	 margin-top:30px;
	 height:45px;
	  
 }
 .h4fondlarge {
	 background: url(images/fond-sous-titre-radius-pqi.png)no-repeat left 0px;
	 height:45px;
 }
 h5{
	clear: both;
	font-size: 1.9em;
	color: #888;
	text-transform: uppercase;
	margin-bottom: 50px;
	padding:12px 0px 10px 0px;
	border: 1px solid #eee;
	width:400px;
	margin-left:auto;
	margin-right:auto;

 }

article {
	text-align:justify;
	line-height:1.4em;
}
.article1 {
	width:540px;
	float:left;
	padding-left:30px;
}
.article2 {
	margin-top:30px;
	width:450px;
	float:left;
}
.article3 {
	text-align:center;
	color:#666;
	padding-top:20px;
	padding-bottom:70px;
	width:700px;
	margin-left:auto;
	margin-right:auto;
}
.article4 {
	text-align:center;
}
.article5 {
	padding-top:20px;
	padding-bottom:20px;
	width:600px;
}
.article6 {
	padding-top:20px;
	width:450px;
	float:left;
	padding-bottom:100px;
}
.article7 {
	padding-top:20px;
	padding-bottom:20px;
	width:600px;
}
.articlecranien {
	text-align:center;
}
.articlecranien p {
	padding-top:0px;
	padding-bottom:50px;
}


.listeprincipes {
	width:750px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:20px;
}
.img01 {
	float:left;
	padding-right:40px;
	padding-bottom:60px;

}
.img02 {
	float:left;
	padding-left:40px;
}
.s3 img {
	float:left;
	padding-left:40px;
	
}
	



.fondgris {
	 width:100%;
	 height: 45px;
	 background: url(images/fond-sous-titre-radius-bi-pqi.png)no-repeat center 0px;
}

.bandegrise{
	background-color:#f4f4f4;
	width:30px;
	float:left;
}
.s1 .bandegrise{
	height:342px;
	margin:42px 10px 0px 10px;
	 
}
.s2 .bandegrise{
	height:275px;
	margin:12px 10px 0px 10px;
	 
}
.bandegrise3{
	background-color:#f4f4f4;
	width:30px;
	float:left;
	height:105px;
	margin:31px 10px 0px 10px;
}
.bandegrise4{
	background-color:#f4f4f4;
	width:30px;
	float:left;
	height:148px;
	margin:31px 10px 0px 10px;
}
.bandegrise5{
	background-color:#f4f4f4;
	width:30px;
	float:left;
	height:386px;
	margin:31px 10px 0px 10px;
}
.bandegrise6{
	background-color:#f4f4f4;
	width:30px;
	float:left;
	height:103px;
	margin:31px 10px 0px 10px;
}
.bandegrise7{
	background-color:#f4f4f4;
	width:30px;
	float:left;
	height:147px;
	margin:31px 10px 0px 10px;
}
.auteurs {
	color:rgb(186,23,20);
	font-size:1.6em;
	float:left;
	margin-left:26px;
	padding-bottom:5px;
	
}
.auteur1 {
	text-align:right;
	text-shadow:#ccc 1px 1px 1px;
	font-size:1.3em;
}
.auteur2{
	color:rgb(186,23,20);
	font-size:1.6em;
	float:left;
	padding-bottom:5px;
	margin-left:15px;
}
em{
	font-size:0.9em;
	color:#888;
}

.strongprincipes {
	text-transform:uppercase;
	color:#999;
	font-size:1.4em;
	padding-top:30px;
	padding-bottom:0px;
	display:block;
	line-height:1.5em;
}
.strong1 {
	text-transform:uppercase;
	color:#888;
	font-size:1.1em;
}
.strong2 {
	color:rgb(186,23,20);
	text-transform:uppercase;
	line-height:1.5em;
	font-size:1.4em;
	text-align:center;
	width:700px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	margin-bottom:100px;
}
.strong3{
	line-height:1.5em;
	font-size:1.3em;
	color:#888;
	text-transform:uppercase;
}
.strong4{
	line-height:1.4em;
	font-size:1.1em;
	color:#333;
	text-transform:uppercase;
}
.snc {
	text-align:center;
	padding-bottom:80px;
}
.fondfooter {
	background-color:rgb(186,23,20);
	color:#fff;
	margin-top:50px;
	font-size:0.9em;
	text-shadow:#000 0px 0px 3px;
	padding-top:25px;
	padding-bottom:25px;
	min-width:960px;
}
.fondfooter a {
	text-decoration:none;
	color:#fff;
	text-shadow:none;
	font-style:italic;
	font-size:1em;
}
.fondfooter a:hover, .fondfooter a:focus, .fondfooter a:active {
	color: #000;
	text-shadow:#000 0px 0px 3px;
}
.clear {
	clear:both;	
}





/*---------------up bouton------------------*/
#btn_up {
display:none;
position: fixed;
bottom: 60px;
right: 25px;
cursor: pointer;
-webkit-transition: padding-bottom 0.1s ease;
	-moz-transition: padding-bottom 0.1s ease;
	-ms-transition: padding-bottom 0.1s ease;
	-o-transition: padding-bottom 0.1s ease;
	transition: padding-bottom 0.1s ease;
}

#btn_up:hover {
	padding-bottom: 10px;
	-webkit-transition: padding-bottom 0.1s ease;
	-moz-transition: padding-bottom 0.1s ease;
	-ms-transition: padding-bottom 0.1s ease;
	-o-transition: padding-bottom 0.1s ease;
	transition: padding-bottom 0.1s ease;
}
/*---------------FIN up bouton------------------*/





/*
 * Nivo Lightbox v1.2.0
 * http://dev7studios.com/nivo-lightbox
 *
 * Copyright 2013, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

.nivo-lightbox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99998;
	width: 100%;
	height: 100%;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nivo-lightbox-overlay.nivo-lightbox-open {
	visibility: visible;
	opacity: 1;
}
.nivo-lightbox-wrap  {
	position: absolute;
	top: 2%;
	bottom: 8%;
	left: 5%;
	right: 5%;
}
.nivo-lightbox-content {
	width: 100%;
	height: 100%;
}
.nivo-lightbox-title-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	text-align: center;
}
.nivo-lightbox-nav { display: none; }
.nivo-lightbox-prev {
	position: absolute;
	top: 50%;
	left: 0;
}
.nivo-lightbox-next {
	position: absolute;
	top: 50%;
	right: 0;
}
.nivo-lightbox-close {
	position: absolute;
	top: 2%;
	right: 2%;
}

.nivo-lightbox-image { text-align: center; }
.nivo-lightbox-image img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
}
.nivo-lightbox-content iframe {
	width: 100%;
	height: 100%;
}
.nivo-lightbox-inline,
.nivo-lightbox-ajax {
	max-height: 100%;
	overflow: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* https://bugzilla.mozilla.org/show_bug.cgi?id=308801 */
}
.nivo-lightbox-error {
	display: table;
	text-align: center;
	width: 100%;
	height: 100%;
	color: #fff;
	text-shadow: 0 1px 1px #000;
}
.nivo-lightbox-error p {
	display: table-cell;
	vertical-align: middle;
}

/* Effects
 **********************************************/
.nivo-lightbox-notouch .nivo-lightbox-effect-fade,
.nivo-lightbox-notouch .nivo-lightbox-effect-fadeScale,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideLeft,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideRight,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideUp,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideDown,
.nivo-lightbox-notouch .nivo-lightbox-effect-fall {
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	    -ms-transition: all 0.2s ease-in-out;
	     -o-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
}



/*
 * Nivo Lightbox Default Theme v1.0
 * http://dev7studios.com/nivo-lightbox
 *
 * Copyright 2013, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
.nivo-lightbox-theme-default.nivo-lightbox-overlay { 
	background: #666;
	background: rgba(0,0,0,0.6); 
}
.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading { background: url(images/loading.gif) no-repeat 50% 50%; }

.nivo-lightbox-theme-default .nivo-lightbox-nav {
	top: 10%;
	width: 8%;
	height: 80%;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0.5;
}


.nivo-lightbox-theme-default .nivo-lightbox-close {
	display: block;
	background: url(images/close.png) no-repeat 5px 5px;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	padding: 5px;
	opacity: 0.5;
}
.nivo-lightbox-theme-default .nivo-lightbox-close:hover { opacity: 1; }

.nivo-lightbox-theme-default .nivo-lightbox-title-wrap { bottom: -2%; }
.nivo-lightbox-theme-default .nivo-lightbox-title {
	font-size:1.2em;
	background: rgb(186,23,20);
	color: #fff;
	padding: 7px 15px;
	border-radius: 30px;
	text-transform:uppercase;
}

.nivo-lightbox-theme-default .nivo-lightbox-image img {
	background: #fff;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	   -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	        box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}
.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
	background: #fff;
	padding: 40px;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	   -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	        box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}

@media (-webkit-min-device-pixel-ratio: 1.3),
       (-o-min-device-pixel-ratio: 2.6/2),
       (min--moz-device-pixel-ratio: 1.3),
       (min-device-pixel-ratio: 1.3),
       (min-resolution: 1.3dppx) {

	.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading { 
		background-image: url(images/loading@2x.gif); 
		background-size: 32px 32px;
	}
	.nivo-lightbox-theme-default .nivo-lightbox-prev { 
		background-image: url(images/prev@2x.png); 
		background-size: 48px 48px;
	}
	.nivo-lightbox-theme-default .nivo-lightbox-next { 
		background-image: url(images/next@2x.png); 
		background-size: 48px 48px;
	}
	.nivo-lightbox-theme-default .nivo-lightbox-close { 
		background-image: url(images/close@2x.png); 
		background-size: 16px 16px;
	}
	
}