body{
	background-image: url(../img/background.png);
	background-position: right;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size:400px;
	background-size: 400px;
	background-position-y: 150px;
}

div.clear{
	clear: both;
}

h1, h2, .text-violet{
	color: #96c;
}

p,li{
	font-size: 15px;
}

a:hover{
	text-decoration: none;
	cursor: pointer;
}

a:visited, a:active{
	text-decoration: none;
}

ul{
	list-style-type: none;
	margin-left: -2.5em;
}

hr{
	width: 25%;
	background-color: #aaa;
}

section{
	margin-top: 20px;
}

.container{
	width: 75%;
	min-width: 900px;
	margin: 0 auto;

}

.content{
	margin-top: 180px;
}

.content h3{
	color: #96c;
}

.bandeau{
	width: 100%;	
	margin-bottom: 25px;
	position : fixed;
	background-color: #fcffb6;
	z-index: 25;

	-webkit-transition: width 1s ease, height 1s ease;
  	-moz-transition: width 1s ease, height 1s ease;
  	-o-transition: width 1s ease, height 1s ease;
  	transition: width 1s ease, height 1s ease;
}


.navMini{
	-moz-box-shadow: 0px 1px 5px 0px #96c;
	-webkit-box-shadow: 0px 1px 5px 0px #96c;
	-o-box-shadow: 0px 1px 5px 0px #96c;
	box-shadow: 0px 1px 5px 0px #96c;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#96c, Direction=180, Strength=5);
}

.navMini, 
.bandeau,
.bandeau.navMini article h1,
.bandeau.navMini article h3,
.bandeau.navMini article h4,
.bandeau.navMini aside img,
.bandeau article,
.bandeau article h1,
.bandeau article h3,
.bandeau article h4,
.bandeau aside img{	
	-webkit-transition: width 1s ease, height 1s ease;
  	-moz-transition: width 1s ease, height 1s ease;
  	-o-transition: width 1s ease, height 1s ease;
  	transition: width 1s ease, height 1s ease;
}


.bandeau aside{
	float: left;
}

.bandeau article h1,.bandeau article h3,.bandeau article h4{
	line-height: 30px;
	height: 30px;
	margin-left: 0;
}

.bandeau aside img{
	width: 65%;	
}

.bandeau aside{
	text-align: right;
}

.bandeau.navMini article h1,.bandeau.navMini article h3,.bandeau.navMini article h4{
	line-height: 10px;
	height: 10px;
	margin-left: 0;

}

.bandeau.navMini aside img{
	width: 35%;	
}

/* NVIGATION */
.mainNav{
	position : fixed;
	top: 200px;
	left : 50px;

	display:none;
	
	-webkit-transition: width 1s ease, top 1s ease;
  	-moz-transition: width 1s ease, top 1s ease;
  	-o-transition: width 1s ease, top 1s ease;
  	transition: width 1s ease, top 1s ease;
}

.mainNavMini{
	top: 110px;
}

 .linkOnScreen{
	text-decoration: underline;
 }
.mainNav ul li {
	width: 250px;
}

.mainNav ul li a {
	font-size: 17px;
	padding-bottom: 3px;
	margin-bottom: 1px;
	line-height: 17px;
}
.mainNav ul li a:after{
	content: '';
	display: block;
	margin: auto;
	height: 3px;
	width: 0px;
	background: transparent;
	transition: width .5s ease, background-color .5s ease;
}
.mainNav ul li a:hover:after{
	width: 100%;
	background: #96c;
}


.img_carrousel{
	width: 100%;
	height: 
}

.carousel{
	width: 50%;
	margin: 0 auto;
}

.symbole article, .symbole2 article{
	width: 150px;
	height: 150px;
	background-color: #fff;
	text-align: center;
	padding: 1%;
	margin : 0 auto;
/*	border: 1px solid grey;
*/	
	font-size : 13px;
}
.symbole2{
	margin:0 auto;	
}

.symbole p, .symbole2 p{
	margin-top: -25px;
	font-size : 13px;
	text-align: center;
}

.symbole article,.symbole2 article{
		line-height: 114.3px;	
}

.symbole img, .symbole2 img{
	width: 40%;

	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.symbole img:hover, .symbole2 img:hover{
	cursor: pointer;
	-webkit-transform: rotate(12deg) scale(1.2);
	-moz-transform: rotate(12deg) scale(1.2);
	-ms-transform: rotate(12deg) scale(1.2);
	-o-transform: rotate(12deg) scale(1.2);
	transform: rotate(12deg) scale(1.2);
}

.block{
	margin-bottom: 25px;
	float: left;
	width: 100%;
}

.block header{
	margin-bottom: 25px;
}



.pst_qi, .pst_qiGongArt, .phrase{
	border-bottom: 1px solid #96c;
	padding-bottom: 25px;
}

.pst_qi2,.pst_qiGongArt2, .phrase2{
	margin-top: 25px;
	display: none;
}

.link_suite, .link_suite_suite, .link_suite_qiGongArt{
	width: 50%;
	margin: 0 auto;
	text-align: center;
	margin-top: -25px;
	margin-bottom: 30px;
}

.link_suite a,.link_suite_phrase a, .link_suite_qiGongArt a{
	font-weight: bolder;	
}



.link_suite img, .link_suite_phrase img, .link_suite_qiGongArt img{
	width: 50px;
	height: 50px;
	background-color: #fff;	
	border: 2px solid grey;

 	-webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;

}

.link_suite img:hover, .link_suite_phrase img:hover, .link_suite_qiGongArt img:hover{
	border: 2px solid #96c;
	-webkit-transform:  scale(1.2);
	-moz-transform:  scale(1.2);
	-ms-transform:  scale(1.2);
	-o-transform:  scale(1.2);
	transform:  scale(1.2);
}

.method{
	margin-bottom: 25px;
}

.pst_ibl{
	float: left;
	width: 100%;
}

.pst_ibl aside, .pst_ibl section{
	float: left;
	margin: 0 2.5%;
}

.pst_ibl aside{
	width: 30%;
	text-align: center;
}

.pst_ibl section{
	width: 60%;
}


.pst_ibl aside img{
	width: 75%;
	-webkit-box-shadow: 1px 1px 5px 2px #000;
	-moz-box-shadow: 1px 1px 5px 2px #000;
	box-shadow: 1px 1px 5px 2px #000;
}

.cours{
	margin-top: 25px;
	text-align: center;
	float: left;
}

.halfCours{	
	width: 50%;
}
.tiersCours{	
	width: 33.33%;
}

.cours ul{
	padding-left:0px;
}

.youtube{
	text-align: center;
}

.link_site{
	color: #000;
}
.link_site:hover{
	color: #000;
}

.contact form{
	width: 60%;
	margin: 0 auto;
}

.parm{
	color: #96c;
}

.text-up{
	width:25%;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	position: fixed;
	margin: 0 auto;
	top: 0;
	right:0;
	z-index:10;
	opacity: 0;
}

.top5{
	margin-top: 15px;
}

.opacity30{
	opacity: 0.3;
}