@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: 2.5em;
	color: rgb(186,23,20);
	clear: both;
	text-transform: uppercase;
	width: 960px;
	margin-left:auto;
	margin-right:auto;
	padding-top:30px;
	padding-bottom:10px;
	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*/
.navi li {
	list-style-image:url(Images/bulletsr.png);
	padding-bottom:20px;	
}
.navi a {
	font-size:0.8em;
	text-decoration:none;
	color:#000;
	text-transform:uppercase;
	-webkit-transition: all 0.1s ease-out 0s;
	-moz-transition: all 0.1s ease-out 0s;
	-ms-transition: all 0.1s ease-out 0s;
	-o-transition: all 0.1s ease-out 0s;
	transition: all 0.1s ease-out 0s;
	text-shadow:#000 0px 0px 0px;
	

	
}
.navi a:hover, .navi a:focus, .navi a:active {
	color: #fff;
	padding:1px 5px 1px 5px;
	border-top: 1px solid rgb(186,23,20);
	border-right: 1px solid rgb(186,23,20);
	border-bottom: 1px solid rgb(186,23,20);
	border-left: 1px solid rgb(186,23,20);
	background-color: rgb(186,23,20);
	border-radius: 30px;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
	-o-transition: all 0s;
	transition: all 0s;
	
}
#accessection {
	
	list-style-image:none;
	list-style-type:none;
	font-style:italic;
	color:#888;
	font-size:0.8em;
	padding-top:5px;
	
}
#h12 {
	text-transform:uppercase;
	font-size:1.4em;
	padding-left:100px;
	
}
h2 {
	font-size:2.2em;
	text-transform:uppercase;
	color:rgb(186,23,20);
	padding:20px 0px 5px 10px;
	clear:both;
	
}
.s2 h3 {
	font-size:1.5em;
	text-transform:uppercase;
	line-height:1.7em;
	color:#666;
	font-style:italic;
	padding: 20px 0px 30px 50px;
}
#h3ligne{
	padding-left:180px;
}
h3 {
	font-size :1.4em;
	color:#444;
	font-style:italic;
	padding:30px 0px 30px 40px;
	text-transform:uppercase;
	
}
 h4 {
	 font-size: 1.5em;
	 color:#fff;
	 display:block;
	 text-transform: uppercase;
	 background: url(images/fond-sous-titre-radius-pqismall.png)no-repeat left 0px;
	 padding-top:10px;
	 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 {
	 font-style:italic;
	 color:#666;
	 font-size:1em;
	 text-transform:uppercase;
	 padding:15px 0px 7px 0px;
	 line-height:1.4em; 
 }
 .mainmarge .lih5 {
	padding-bottom:0px;
	list-style: url(none) none;
 }
.liste2s2 h5{
	 padding-left:10px;
 }
.s1 img {
	float:left;
	margin-right:20px;
	margin-bottom:100px;
}
.s2 img {
	padding:0px 0px 20px 30px;
	
}
.s3 img {
	float:left;
	padding-top:40px;
}
.s4 img {
	float:left;
	padding-top:40px;
}
.s5 img {
	padding-top:60px;
	
}
.s6 img {
	float:left;
	margin-right:40px;
}
.s7 img {
	float:left;	
	padding-left:20px;
	padding-bottom:70px;	
}
.s8 img {
	float:left;	
	padding-right:20px;
	padding-bottom:70px;
	padding-top:40px;
}
article {
	text-align:justify;
	line-height:1.4em;
}
.article1 {
	width: 460px;
	float:left;
	text-align:justify;
	padding:0px 10px 10px 0px;	
}
.article1 p {
	padding-top:0px;
	line-height:1.4em;
}
.article2 {
	padding-bottom:70px;
}
.article3 {
	width:330px;
	float:left;
	padding-top:30px;
}
.article4 {
	width:330px;
	padding-top:30px;
	float:left;
}
.s2 ul {
	list-style-image:url(Images/bulletsr.png);
}

.liste1s1 {
	float:left;
	padding-top:20px;
	width:240px;
	margin-left:10px;
}
.liste2s1 {
	float:left;
	width:220px;
	padding-top:20px;
	
}
.liste1s2 {
	width:350px;
	line-height:1.2em;
	float:left;
	padding-top:30px;
}
.liste1s2 li{
	padding-bottom:15px;
	padding-left:7px;
}
.liste2s2 {
	width:435px;
	float:left;
	line-height:1.2em;
	padding-top:40px;
}
.liste2s2 li{
	padding-bottom:10px;
	padding-left:7px;
	text-align:justify;
}
.liste3s2 {
	width:445px;
	float:left;
	line-height:1.2em;
	padding-top:40px;
	padding-bottom:70px;
	margin-left:80px;
	
}
.liste3s2 li{
	padding-bottom:10px;
	text-align:justify;
	padding-left:7px;
}
.s3 ul {
	width:470px;
	float:left;
	margin-left:35px;
	line-height:1.2em;
	list-style-image:url(Images/bulletsr.png);
	padding-top:23px;
}
.s3 li {
	padding-bottom:7px;
	padding-left:7px;
}
.s4 ul {
	list-style-image:url(Images/bulletsr.png);
}
.liste1s4 {
	padding-top:20px;
	margin-right:35px;
	line-height:1.2em;
	width:470px;
	float:left;
}
.liste1s4 li{
	padding-bottom:10px;
	padding-left:10px;
	
}
.liste2s4 {
	padding-top:40px;
	padding-bottom:10px;
	float:left;
	width:470px;
	margin-left:35px;
	
}
.liste2s4 li{
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
}
.s5 ul {
	list-style-image:url(Images/bulletsr.png);
}
	
.liste1s5 {
	padding-top:40px;
	float:left;
	width:470px;
	margin-right:35px;
}
.liste1s5 li{
	padding-bottom:10px;
	padding-left:10px;
}
.liste2s5 {
	padding-top:40px;
	float:left;
	width:470px;
	margin-right:35px;
}
.liste2s5 li{
	padding-bottom:10px;
	padding-left:10px;
}
.s6 ul {
	list-style-image:url(Images/bulletsr.png);
	padding-top:60px;
}
.s6 li {
	padding-bottom:27px;
	
	
}
.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;
}

.s2 .bandegrise{
	height:124px;
	margin:12px 10px 0px 10px;
	 
}
.s3 .bandegrise{
	height:58px;
	margin:12px 10px 0px 10px;
}
.s4 .bandegrise {
	height:35px;
	margin:18px 10px 0px 10px;
}
.s5 .bandegrise {
	height:102px;
	margin:12px 10px 0px 10px;
}
.s6 .bandegrise {
	height:57px;
	margin:12px 10px 0px 10px;
}
.s7 .bandegrise {
	height:235px;
	margin:42px 10px 0px 10px;
}
.s8 .bandegrise {
	height:300px;
	margin:44px 10px 0px 10px;
}
#gris1 {
	background-color:#f4f4f4;
	width:30px;
	float:left;
	height:195px;
	margin:12px 10px 0px 10px;
}
#gris2 {
	height:85px;
	margin:12px 10px 0px 10px;
	background-color:#f4f4f4;
	width:30px;
	float:left;
}
	

.listeexemple {
	font-style:italic;
	text-align:right;
}
.s3 .listeexemple {
	clear:both;
	text-align:center;
	padding-top:40px;
	padding-bottom:80px;
}
.s4 .listeexemple {
	clear:both;
	text-align:center;
	padding-top:40px;
	padding-bottom:80px;
}
.s5 .listeexemple {
	clear:both;
	text-align:center;
	padding-top:40px;
	padding-bottom:80px;
}
.infosplus {
	text-align:center;
	float:left;
	color:#777;
	margin-top:70px;
	margin-bottom:70px;
}
.infosplus2 {
	text-align:center;
	float:left;
	color:#777;
	margin-left:55px;
	
}
.infosplus3 {
	
	text-align:center;
	float:left;
	color:#777;
	margin-left:105px;
	
}
.infosplus4 {
	
	text-align:center;
	float:left;
	color:#777;
	margin-left:20px;
	
}
.definition {
	clear:both;
	margin-top:20px;
	line-height:1.3em;
	color:#666;
	font-style:italic;
	font-size:0.8em;
	padding-bottom:80px;
	text-align:justify;
}
.s6 .definition {
	clear:none;
}
.s8 a {
	text-decoration:none;
	color:#000;
}
.s8 a:hover, .s8 a:focus, .s8 a:active {
	color: rgb(186,23,20);
}
strong {
	display:inline-block;
	padding:20px 50px 40px 50px;
	text-align:center;
	color:#888;
	font-size:1.5em;
	line-height:1.5em;
	font-style:italic;
}
#fondfooter {
	background:url(Images/pqi09.jpg)no-repeat center top 0px;
	height:1060px;
	min-width:960px;
}
.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------------------*/