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

Primary style

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

@font-face
{
  font-family: 'My Century';
  src: url('Century Gothic.ttf');
}


html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 14px;
  font-family: My Century;
  color: #3d3536;
  background-color: white;
}

body, html {
  /* important */
  height: 100%;
}

a {
  color: #2884DE;
  text-decoration: none;
}

h1.titre {
color:#000000;
font-family: Lato;
float: left;
display:inline-block;
font-weight: 200;
font-smooth : always;
-webkit-font-smoothing: subpixel-antialiased;
font-size: 30px;
text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
letter-spacing: 2 px;
}

h1.titre:before {
   background:#000000;
   width:30px;
   content:"";
   display:inline-block;
   height:1px;
   margin-right:5px;
}
h1.titre:after {
   background: #000000;
   width: 600px;
   content:"";
   display:inline-block;
   height:1px;
   margin-left:5px;
}

h1.titre1 {
color:#000000;
font-family: Lato;
float: left;
display:inline-block;
font-weight: 200;
font-smooth : always;
-webkit-font-smoothing: subpixel-antialiased;
font-size: 30px;
text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
letter-spacing: 2 px;
}

h1.titre1:before {
   background:#000000;
   width:30px;
   content:"";
   display:inline-block;
   height:1px;
   margin-right:5px;
}
h1.titre1:after {
   background: #000000;
   width: 350px;
   content:"";
   display:inline-block;
   height:1px;
   margin-left:5px;
}

h1.titre2 {
color:#FFFFFF;
font-family: Lato;
float: left;
display:inline-block;
font-weight: 900;
font-smooth : always;
-webkit-font-smoothing: subpixel-antialiased;
font-size: 40px;
text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
letter-spacing: 2 px;
}

h1.titre2:before {
   background:#FFFFFF;
   width:30px;
   content:"";
   display:inline-block;
   height:1px;
   margin-right:5px;
}
h1.titre2:after {
   background: #FFFFFF;
   width: 400px;
   content:"";
   display:inline-block;
   height:1px;
   margin-left:5px;
}

h1.titre3 {
color:#2884DE;
font-family: Lato;
float: left;
display:inline-block;
font-weight: 900;
font-smooth : always;
-webkit-font-smoothing: subpixel-antialiased;
font-size: 60px;
text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
letter-spacing: 2 px;
}

h3 {
font-family: Lato;
font-weight: 300;
font-smooth : always;
-webkit-font-smoothing: subpixel-antialiased;
font-size: 1.2em;
color: #b722ff;
margin: 0px 0px 0px 20px;
}


h2 {
font-family: Lato;
font-weight: 300;
font-smooth : always;
-webkit-font-smoothing: subpixel-antialiased;
font-size: 1.5em;
margin: 15px 0px 0px 20px;
}


h4 {
text-align: center;
font-size: 30px;
font-size: 3rem;
text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
color: #000000;
}

p.sep {
	margin-top: 10px;
	padding-top: 10px;
	border-top:1px dashed #000000 ;
}

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

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 95%;
  max-width: 950px;
  text-align: justify;
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

main {
  
  background-color: #fff;
  height: 100%;
  position: relative;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0px;
}

/* ============================================================
  INFO BAR
============================================================ */
.info-bar {
  padding: 5px 0;
  background-color: #fff;
  text-align: center;
}
.info-bar a.icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  background-image: url("../img/core/icons-dark.png");
  background-image: url("../img/core/icons-dark.svg"), none;
  opacity: 0.3;
}
.info-bar .cmn-tut {
  background-position: 0 0;
}
.info-bar .cmn-prev {
  background-position: -30px 0;
}
.info-bar .cmn-next {
  background-position: -60px 0;
}
.info-bar .cmn-download {
  background-position: -90px 0;
}
.info-bar .cmn-archive {
  background-position: -120px 0;
}
.info-bar a.icon[data-title]:after {
  opacity: 1;
}
.info-bar a.icon[data-title]:hover:after {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 20px;
  content: attr(data-title);
  padding: 5px 10px;
  background-color: #fff;
  color: #000;
  font-family: "Helvetica Neue", Helvetica, My Century, "Lucida Grande", sans-serif;
  font-size: 12px;
  white-space: nowrap;
}
.cd-main-nav {
  padding: 5px 0;
  background-color: #fff;
  text-align: center;
  width: 44px;
  height: 100%;
  cursor: pointer;
}
.cd-main-nav ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.cd-main-nav ul.is-visible {
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.cd-main-nav a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding-left: 5%;
  background: #2f292a;
  border-top: 1px solid #453c3d;
  color: #8e7d7f;
}
.cd-main-nav {
    width: auto;
    height: auto;
    background: none;
    cursor: auto;
  }
  .cd-main-nav ul {
    position: static;
    width: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    line-height: 30px;
  }
  .cd-main-nav ul.is-visible {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .cd-main-nav li {
    display: inline-block;
    margin-left: 0.75em;
  }
  .cd-main-nav a {
    display: inline-block;
    height: auto;
    line-height: normal;
    background: transparent;
    padding: .6em 1em;
    border-top: none;
    color: #3d3536;
    text-transform: uppercase;
    font-family: Lato;
    font-weight: 400;
    font-size: 16px;
/* 
    font-size: 0.875rem;
 */
  }
  .no-touch .cd-main-nav a:hover {
    color: #2884DE;
  }

.cd-main-content {
  /* you need to assign a min-height to the main content so that the children can inherit it*/
  height: 100%;
  position: relative;
  top: 20px;
  z-index: 1;
}

#item {
float: left;
margin: 0px 40px 0px 0px;
padding: 0px 30px 90px 20px;
vertical-align:middle;
}

.cd-scrolling-bg {
  position: relative;
  min-height: 100%;
  padding: 4em 0;
  line-height: 1.6;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.cd-scrolling-bg.cd-color-1 {
  background-color: #3d3536;
  color: #a6989a;
}
.cd-scrolling-bg.cd-color-2 {
  background-color: #FFFFFF;
  color: #000000;
}
.cd-scrolling-bg.cd-color-3 {
  background-color: #FFFFFF;
  color: #000000;
}

.cd-scrolling-bg.cd-color-4 {
  background-color: #FFFFFF;
  color: #000000;
}
.cd-scrolling-bg {
    padding: 4em 0;
    font-size: 30px;
    font-size: 1.3em;
    line-height: 1.75;
    font-weight: 300;

  }

section.module:last-child {
  margin-bottom: 0;
}
section.module h2 {
  margin-bottom: 40px;
  font-family: Lato;
  font-size: 30px;
}
section.module p {
  margin-bottom: 40px;
  font-size: 48px;
	font-weight: 300;
}
section.module p:last-child {
  margin-bottom: 0;
}
section.module.content {
  	padding: 40px 0;
	max-width: 900px;
	text-align: justify;
	margin: auto;

}
section.module.parallax {
  position: relative;
  height: 700px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section.module.parallax h1 {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 95%;
  max-width: 1170px;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  color: white;
}
section.module.parallax-1 {
  background-image: url("../images/therapie-relationnelle-73-1.jpg");
}
section.module.parallax-2 {
  background-image: url("../images/therapie-relationnelle-73-2.jpg");
}
section.module.parallax-3 {
  background-image: url("../images/therapie-relationnelle-73-3.jpg");
}
section.module.parallax-4 {
  background-image: url("../images/therapie-relationnelle-73-4.jpg");
}
section.module.parallax-5 {
  background-image: url("../images/therapie-relationnelle-73-5.jpg");
}

section.module h2 {
    font-size: 42px;
  }
  section.module p {
    font-size: 48px;
  }
  section.module.parallax h1 {
    font-size: 96px;
  }
section.module.parallax h1 {
    font-size: 48px;
  }


#return {
font-family: 'Lato', sans-serif;
font-weight: 300;
font-smooth : always;
-webkit-font-smoothing: subpixel-antialiased;
float:right;
margin: 40px 20px 0px 0px;
}
#twitter-feed {
position: absolute;
float: left;
padding-top: 2px;
width:400px;
margin: 0px 0px 0px 0px;
text-align: left;
opacity: 0.9;
z-index: 5;
}

.fb-like {
position: relative;
float: left;
left:0px;
top:-20px; 
margin: 0px 0px 0px 0px;
opacity: 0.9;
z-index: 5;
}

.news
{
	display: block;
	width: 100%;
	margin: auto;
	text-align: center;
}


.news .vignette
{
	display: inline-block;
	background: #fff;
	padding: 10px;
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,0.4);
	box-shadow: 0 2px 3px rgba(0,0,0,0.4);
	border-radius: 5px;
	height: 400px;
	width: 250px;
	margin: 20px;
	text-decoration: none;
	text-align: justify;
	color: #000000;
	font-size: 0.75em;
}

.news .vignette img
{ 
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.news .vignette:hover img
{
  opacity: 0.8;
}

.news .vignette .postdate
{
	display: inline-block;
	position: relative;
	float: right;
	bottom: 40px;
	right: 0px;
	padding: 3px;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
	font-size: 1.2em;
	font-weight: bold;
	background-color: rgba(0,0,0,0.5);
	border-radius: 2px;
}

.news .vignette h3
{
	color:#000000;
	font-family: My Century;
	margin-left: -2px;
	text-align: left;
	font-weight: 900;
	font-smooth : always;
	text-transform: uppercase;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.news .vignette p
{
	display: inline-block;
	text-align: justify;
}

.news .vignette p.lire
{
	display: inline-block;
	position: relative;
	padding: 3px 5px;
	float: right;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
	background-color: rgba(0,0,0,0.75);
	border-radius: 2px;
	bottom: 5px;
	right: -20px;
	font-size: 0.75em;
	text-transform : uppercase;
}

.news .vignette p.lire a
{
	color: #fff;
	text-decoration: none;
}

div.inscr
{
	width: 500px;
	height: 250px;
	text-align: center;
	display: none;
	background: url('../img/fond_news.png') no-repeat right ;
}

div.arti
{
	font-size: 40px;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

div.style
{
	font-size: 16px;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 5px;
	display: inline-block;
}

div.styler
{
	font-size: 16px;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 5px;
	text-align: right;
}

div.connect
{
	width: 500px;
	height: 200px;
	text-align: center;
	display: none;
	background: url('../img/fond_news.png') no-repeat right ;
}

div.fiche
{
	font-family: My Century;
	font-weight: 300;
	font-smooth : always;
	-webkit-font-smoothing: subpixel-antialiased;
	font-size: 1.25em;
	width: 800px;
	text-align: justify;
	display: none;
}

td.centre
{
	text-align: center;
	vertical-align: middle;
	color : #000000;
}

td.justifie
{
	text-align: justify;
	vertical-align: middle;
	color : #000000;
}

td.left
{
	text-align: left;
	vertical-align: middle;
	color : #000000;
}

td.bleft
{
	border-left-color: #000000;
	border-left-style: dotted;
	border-left-width: 1px;
	padding-left: 10px;
	text-align: justify;
	vertical-align: top;
}

td.bright
{
	border-right-color: #000000;
	border-right-style: dotted;
	border-right-width: 1px;
	padding-right: 10px;
	text-align: justify;
	vertical-align: top;

}

td.right
{
	text-align: right;
	vertical-align: middle;
	color : #000000;
}

div.logo
{
position: fixed;
background-color: #FFFFFF;
margin-right: auto;
margin-left: auto;
padding-top : 200 px;
z-index: 20;
}
input.quest
{
	font-family:  My Century;
	font-size: 14px;
	border-radius: 2px;
	border-width: 1px;
	line-height: 25px;
}

textarea.mess
{
	font-family:  My Century;
	font-size: 14px;
	border-radius: 2px;
	border-width: 1px;
	line-height: 25px;
}

fieldset.rond
{
	font-family: "Lato", sans-serif;
	background-color: rgba(165, 2, 125, 0.5);
	text-align: center;
	vertical-align: middle;
	border-color: #3d3536;
	color : #000000;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	-webkit-border-radius: 10px;
}

div.admin
 { 
 	width: 600px;
 	height: 400px;
 	left: 50%;
 	top: 50%;
 	position:absolute;
    margin-top: -200px;
    margin-left: -300px;
	text-align: center; /* ... et l'alignement du texte */ 
}
.bbcode_block
{
	position:absolute;
	color: #b4b4b4;
	text-align:center;
	bottom:28px; 
}

.bbcode_hover
{
	cursor:pointer;
}

.view {
   width: 450px;
   height: 300px;
   margin: 10px;
   float: left;
   border: 10px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   box-shadow: 1px 1px 2px #e6e6e6;
   cursor: default;
   background: #fff url(../images/bgimg.jpg) no-repeat center center;
}
.view .caption {
   width: 450px;
   height: 30px;
   color: #FFFFFF;
   background: rgba(0, 0, 0, 0.8);
   line-height: 30px;
   bottom: 0px;
   text-align: center;
   text-transform: uppercase;
   position: absolute;
   z-index: 2;
}
   
.view .mask,.view .content {
   width: 450px;
   height: 300px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   font-family: My Century;
   text-transform: uppercase;
   font-style: bold;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 30px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 20px 0 0 0;
}
.view p {
   font-family: My Century;
   font-size: 18px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}

.view-sixth img {
   -webkit-transition: all 0.4s ease-in-out 0.5s;
   -moz-transition: all 0.4s ease-in-out 0.5s;
   -o-transition: all 0.4s ease-in-out 0.5s;
   -ms-transition: all 0.4s ease-in-out 0.5s;
   transition: all 0.4s ease-in-out 0.5s;
}
.view-sixth .mask {
   background-color: rgba(0,0,0,0.5);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.3s ease-in 0.4s;
   -moz-transition: all 0.3s ease-in 0.4s;
   -o-transition: all 0.3s ease-in 0.4s;
   -ms-transition: all 0.3s ease-in 0.4s;
   transition: all 0.3s ease-in 0.4s;
}
.view-sixth h2 {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   border-bottom: 1px solid rgba(0, 0, 0, 0.3);
   background: transparent;
   margin: 20px 40px 0px 40px;
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -webkit-transition: all 0.3s ease-in-out 0.1s;
   -moz-transition: all 0.3s ease-in-out 0.1s;
   -o-transition: all 0.3s ease-in-out 0.1s;
   -ms-transition: all 0.3s ease-in-out 0.1s;
   transition: all 0.3s ease-in-out 0.1s;
}
.view-sixth p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -webkit-transition: all 0.3s ease-in-out 0.2s;
   -moz-transition: all 0.3s ease-in-out 0.2s;
   -o-transition: all 0.3s ease-in-out 0.2s;
   -ms-transition: all 0.3s ease-in-out 0.2s;
   transition: all 0.3s ease-in-out 0.2s;
}
.view-sixth a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -webkit-transition: all 0.3s ease-in-out 0.1s;
   -moz-transition: all 0.3s ease-in-out 0.1s;
   -o-transition: all 0.3s ease-in-out 0.1s;
   -ms-transition: all 0.3s ease-in-out 0.1s;
   transition: all 0.3s ease-in-out 0.1s;
}
.view-sixth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
}
.view-sixth:hover img {
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
}
.view-sixth:hover h2 {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.view-sixth:hover p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
.view-sixth:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -webkit-transition-delay: 0.3s;
   -moz-transition-delay: 0.3s;
   -o-transition-delay: 0.3s;
   -ms-transition-delay: 0.3s;
   transition-delay: 0.3s;
}

a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background-color: rgba(0,0,0,0.75);
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
   border-radius: 5px;
}

.sl-slider-wrapper {
	width: 800px;
	height: 400px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.sl-slider {
	position: absolute;
	top: 0;
	left: 0;
}

/* Slide wrapper and slides */

.sl-slide,
.sl-slides-wrapper,
.sl-slide-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
} 

.sl-slide {
	z-index: 1;
}

/* The duplicate parts/slices */

.sl-content-slice {
	overflow: hidden;
	position: absolute;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background: #fff;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity : 1;
}

/* Horizontal slice */

.sl-slide-horizontal .sl-content-slice {
	width: 100%;
	height: 50%;
	left: -200px;
	-webkit-transform: translateY(0%) scale(1);
	-moz-transform: translateY(0%) scale(1);
	-o-transform: translateY(0%) scale(1);
	-ms-transform: translateY(0%) scale(1);
	transform: translateY(0%) scale(1);
}

.sl-slide-horizontal .sl-content-slice:first-child {
	top: -200px;
	padding: 200px 200px 0px 200px;
}

.sl-slide-horizontal .sl-content-slice:nth-child(2) {
	top: 50%;
	padding: 0px 200px 200px 200px;
}

/* Vertical slice */

.sl-slide-vertical .sl-content-slice {
	width: 50%;
	height: 100%;
	top: -200px;
	-webkit-transform: translateX(0%) scale(1);
	-moz-transform: translateX(0%) scale(1);
	-o-transform: translateX(0%) scale(1);
	-ms-transform: translateX(0%) scale(1);
	transform: translateX(0%) scale(1);
}

.sl-slide-vertical .sl-content-slice:first-child {
	left: -200px;
	padding: 200px 0px 200px 200px;
}

.sl-slide-vertical .sl-content-slice:nth-child(2) {
	left: 50%;
	padding: 200px 200px 200px 0px;
}

/* Content wrapper */
/* Width and height is set dynamically */
.sl-content-wrapper {
	position: absolute;
}

.sl-content {
	width: 100%;
	height: 100%;
	background: #fff;
}

/* Default styles for background colors */
.sl-slide-horizontal .sl-slide-inner {
	background: #ddd;
}

.sl-slide-vertical .sl-slide-inner {
	background: #ccc;
}

table.date
{
	border: 1px thin solid;
	background-color: #FFFFFF;
	text-align: right;
	vertical-align: middle;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .2); 
	border-radius: 5px;
}

table.classic
{
	font: normal 14pt My Century;
	background-color: #FFFFFF;
	border: 0px;
	text-align: center;
	vertical-align: top;
}

table.rondclassic
{
	font: normal 14pt My Century;
	background-color: #FFFFFF;
	border: 0px;
	text-align: center;
	vertical-align: top;
	border-radius: 10px 10px 10px 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

table.hautclassic
{
	font: normal 14pt My Century;
	background-color: #FFFFFF;
	border: 0px;
	text-align: center;
	vertical-align: top;
	border-radius: 10px 10px 0 0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

table.basclassic
{
	font: normal 14pt My Century;
	background-color: #FFFFFF;
	border: 0px;
	text-align: center;
	vertical-align: top;
	border-radius: 0 0 10px 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

table.entete
{
	font: normal 14pt My Century;
	border: 0px;
	text-align: center;
	vertical-align: middle;
}

table.calendrier
{
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	border-radius: 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}

table.store
{
	font: normal 14pt My Century;
	background-color: #FFFFFF;
	text-align: justify;
	vertical-align: middle;
	border-radius: 10px 10px 10px 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

td
{
	font: normal 14pt My Century;
	vertical-align: top;
	color: #000000;
}

td.zumba
{
	font: normal 10pt My Century;
	background: url('../images/bg_zumba.jpg') no-repeat top;
	vertical-align: middle;
	text-align: justify;
	color: #FFFFFF;
}

.zumba a:link
{
	color: #FFFFFF;
	text-decoration: underline;
}
.zumba a:visited
{
	color: #FFFFFF;
	text-decoration: underline;
}

.zumba a:hover
{
	font: bold 9pt My Century;
	color: #FFFFFF;
	text-decoration: underline;
} 

td.petit
{
	font: normal 9pt My Century;
	text-align: center;
	vertical-align: middle;
	color: #000000;
}

td.article
{
	font: normal 14pt My Century;
	text-align: justify;
	vertical-align: top;
	color: #000000;
}

td.comment
{
	font: normal 10pt My Century;
	text-align: justify;
	color: #000000;
}

td.auteurcomment
{
	font: normal 9pt My Century;
	text-align: right;
	color: #000000;
}

td.categorie
{
	font: bold 11pt My Century;
	border-top : #000000 1px solid;
	height: 50px;
	vertical-align: middle;
	color: #000000;
}

td.produit
{
	font: normal 9pt My Century;
	border-bottom : #999999 1px solid ;
	vertical-align: middle;
	color: #000000;
}

td.tailleart
{
	font: normal 9pt My Century;
	vertical-align: middle;
	color: #000000;
}

td.nomproduit
{
	font: normal 10pt My Century;
	text-transform: uppercase;
	border-bottom : #999999 1px solid ;
	vertical-align: middle;
	text-align: right;
	color: #000000;
}

.produit a:link
{
	text-decoration: none;
}

td.description
{
	font: normal 7pt My Century;
	border-left : #999999 1px solid ;
	vertical-align: middle;
	color: #000000;
	text-align: justify;
}

td.descriptionproduit
{
	font: normal 14pt My Century;
	vertical-align: middle;
	color: #000000;
	text-align: justify;
}

td.prixproduit
{
	font: bold 13pt My Century;
	vertical-align: middle;
	color: #2884DE;
	text-align: center;
}

td.total
{
	font: normal 13pt My Century;
	color: #2884DE;
	text-align: right;
}

tr.sep
{
	height: 10px;
}

td.paru
{
	font: normal 9pt My Century;
	text-align: right;
	color: #2884DE;
}

td.jaime
{
	font: normal 10pt Antipasto;
	text-align: center;
	color: #9d3c53;
}

.jaime a:link
{
	color: #9d3c53;
	text-decoration: none;
}

.jaime a:visited
{
	color: #9d3c53;
	text-decoration: none;
}

.jaime a:hover
{
	color: #2884DE;
	text-decoration: none;
}

td.jourart
{
	font: normal 10pt My Century;
	text-align: right;
	color: #2884DE;
}

td.moisart
{
	font: normal 10pt My Century;
	text-align: right;
	color: #000000;
}

td.anneeart
{
	font: normal 14pt My Century;
	text-align: center;
	color: #2884DE;
}

td.titre
{
	font: normal 10pt My Century;
	vertical-align: middle;
	text-align: left;
	color : #2884DE;
}

td.titrer
{
	font: normal 10pt My Century;
	vertical-align: middle;
	text-align: right;
	color : #2884DE;
}

td.titrel
{
	font: normal 10pt My Century;
	vertical-align: middle;
	text-align: left;
	color : #2884DE;
}

td.accueil
{
	font: normal 14pt My Century;
	vertical-align: middle;
	text-align: justify;
	color: #000000;
}

td.center
{
	font: normal 14pt My Century;
	text-align: center;
	vertical-align: top;
	color : #2884DE;
}

td.fact
{
	font: normal 14pt My Century;
	text-align: center;
	vertical-align: top;
	color : #2884DE;
}

.fact a:link
{
	color: #2884DE;
	text-decoration: none;
}

.fact a:hover
{
	color: #2884DE;
	text-decoration: underline;
}

td.factg
{
	font: normal 14pt My Century;
	text-align: left;
	vertical-align: top;
	color : #000000;
}

.factg a:link
{
	color: #000000;
	text-decoration: none;
}

.factg a:hover
{
	color: #2884DE;
	text-decoration: underline;
}

td.centern
{
	font: normal 14pt My Century;
	text-align: center;
	vertical-align: top;
	color : #000000;
}


td.centerj
{
	font: normal 14pt My Century;
	text-align: center;
	vertical-align: top;
	color : #000000;
}

.centerj a:link
{
	color: #9d3c53;
	text-decoration: none;
}

.centerj a:visited
{
	color: #9d3c53;
	text-decoration: none;
}

.centerj a:hover
{
	color: #2884DE;
	text-decoration: none;
}

td.compteur
{
	font: normal 14pt My Century;
	text-align: center;
	vertical-align: middle;
	color : #000000;
}

.bbcode_block
{
	position:absolute;
	font: normal 9pt My Century;
	color: #b4b4b4;
	text-align:center;
	bottom:28px; 
}

.bbcode_hover
{
	cursor:pointer;
}