@charset "UTF-8";
/* CSS Document */
abbr, article, aside, audio, canvas, datalist, details, figure, dialog, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, time, video {
	display: block;
}
html {
	height: 100%;
}
body {
	background-color:#CCCCCC;
	font-weight: normal;
	font-family:Arial, sans-serif;
	background-attachment: fixed;
	margin: 0 auto;
	font-size:16px;
}
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

/* ~~ RESPONS IMAGE ~~ */
img {
  display: block;
  max-width: 100%;
  height: auto;
  }

#conteneur {
	background-color:#FFF;
	width:100%;
	margin: 0 auto;
}
header {
	width: 100%;
	margin: 0 auto;
}
/*-----------------------MENU------------------*/
#menu {
	width: 100%;
	margin: 0 auto;
}
#menu ul {
	width: 100%;
	display: block;
	list-style-type: none;
	height:2em;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,2989d8+48,207cca+56,207cca+56,1e5799+100 */
background: #7db9e8; /* Old browsers */
background: -moz-linear-gradient(top,  #7db9e8 0%, #2989d8 48%, #207cca 56%, #207cca 56%, #1e5799 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7db9e8), color-stop(48%,#2989d8), color-stop(56%,#207cca), color-stop(56%,#207cca), color-stop(100%,#1e5799)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #7db9e8 0%,#2989d8 48%,#207cca 56%,#207cca 56%,#1e5799 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #7db9e8 0%,#2989d8 48%,#207cca 56%,#207cca 56%,#1e5799 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #7db9e8 0%,#2989d8 48%,#207cca 56%,#207cca 56%,#1e5799 100%); /* IE10+ */
background: linear-gradient(to bottom,  #7db9e8 0%,#2989d8 48%,#207cca 56%,#207cca 56%,#1e5799 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */

}
#menu ul li {
	position:relative;
	display: block;
	float: left;
	list-style-type: none;
	width:24%;		
}

#menu ul li:first-of-type{
	width:28%;	
}

#menu ul li a {
   display:block;
	width: 100%;
	text-decoration: none;
	font-family:Arial, sans-serif;
	font-size:1em;
	font-weight:bolder;
	color:#FFFFFF;
	line-height: 2em;
	text-transform: uppercase;
	text-align: center;
}

/*nav LEFT*/
#nav-left {
	float: left;
	width: 26.4444444%;
	height:auto;
    background-color:#FFFFFF;
}
#nav-left ul {
	width: 100%;
	list-style-type: none;
	margin-top: 10px;
}
#nav-left li {
	float: left;
	width:100%;
}
#nav-left a {
	display: block;
	text-align:center;
	margin-left: 0%;
	padding:5% 0;
	text-decoration: none;
	font-weight:bold;
	font-size:0.813em;
	line-height: 19px;
	color:#848484;
	font-weight:bold;
	text-transform:lowercase;
	font-family:Arial, sans-serif;
	border-bottom:solid 1px #CCC;
	border-bottom-width:90%;
}
#nav-left a:first-letter{
	text-transform:capitalize;	
	}
#nav-left ul li a:hover {
color:#78A8D5;
   }


#nav-left li:first-of-type a {
	background-color:#FFF;
	text-transform: uppercase;
	text-align:center;
	margin: 3% 0%;
	color:#0585DE;
	font-weight:bold;
	font-size:0.938em;
}
#nav-left li:first-of-type a:hover  {
	color:#78A8D5;
}
#nav-left li:nth-child(8) a {
    background-color:#FFF;
	text-transform: uppercase;
   text-align:center;
	margin: 3% 0%;
	color:#333;
	font-weight:bold;
	font-size:0.938em;
	color:#0585DE;
}
#nav-left li:nth-child(8) a:hover  {
	color:#78A8D5;
}
#nav-left li:nth-child(13) a {
	   background-color:#FFF;
	text-transform: uppercase;
	text-align:center;
	margin: 3% 0%;
	color:#0585DE;
	font-weight:bold;
	font-size:0.938em;
}
#nav-left li:nth-child(13) a:hover  {
	color:#78A8D5;
}



#nav-left li:nth-child(16) a {
	margin-bottom:30%;
}

#nav-left img {
	margin:0% 0 40% 0%;
}

/*content*/

#content {
	background-color:#FFF;
	float:right;
	width: 73.5555556%;
	color:#000000;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
}
#content > h1, h2, h3, h4, h5, h6{
	color:#0585DE;
	font-size:0.938em;
	padding:1% 2%;
	font-weight:bold;
}
#content > section > h3
{
	color:#0585DE;
	font-size:0.938em;
	padding:1% 2%;
	font-weight:bold;
}
#content h2, h3, h4, h5, h6{
	color:#0585DE;
	font-size:0.938em;
	padding:1% 2%;
	font-weight:bold;
}

#content  p {
	text-align:left;
	color:#000000;
	font-size: 0.750em	;
    padding:0.5% 2%;
	line-height:1.4em;
}

.col-promo{
	width:80%;
	margin:8% 10%;
	background-color:#f7fcfe;
	border: 1px solid #9cd9f5;
}
.col-promo figcaption {
	display:block;
	width:100%;
	text-align:center;
	font-size:0.875em;
	font-weight:bold;
	color:#0274bb;
	margin:2% 0%;
	line-height:150%;
	
}
#content .col-promo a {
	display:block;
	width:36.7897727%;
	margin:2% 31.6051136%;
}

#content .col-promo img {
	display:block;
	width:100%;
	margin:2% 0%;
}

#content small{
	font-size:0.625em;
	margin-left:2%;
}
/*ajouter a voyant par tel lu*/	
.col-voyant{
	width:33.3333334%;
	display:block;
	float:left;
	margin:2% 0;
}
.col-voyant > figcaption {
	display:block;
	width:100%;
	text-align:center;
	font-size:0.750em;
	font-weight:bold;
	color:#0274bb;
	margin:2% 0%;
	line-height:100%;
	padding:0 3%;
	
}
.col-voyant > img{
	width:72.5075528%;
	display:block;
}
.col-voyant img{
	padding:0 13.7462236%;
}
.col-service
{
	width:45.3172205%;
	display:block;
	float:left;
	margin:2% 2.2%;
}

.col-service > img{
	width:100%;
	display:block;
	padding:0 0%;
}

.col-fiche
{
	width:40.1812689%;
	display:block;
	float:left;
	margin:2% 4.90936556%;
}

.col-fiche > img{
	width:100%;
	display:block;
	padding:0;
}
.ctn-fiche{
	display:block;
	width:98%;
	display:block;
	padding:0;
	margin:6% 4%;
}
.ctn-fiche > img{
	position:relative;
	width:100%;
	display:block;
	padding:0;
	margin:0%;
}
#content .ctn-fiche > blockquote{
	position:absolute;
	width:400px;
	margin:10px 0 0 150px;
	font-weight:bold;
	font-size:0.875em;
	line-height:200%;
}

.col-sms{
	width:90.6344411%;
	margin:1% 4.68277946%;
}
.col-sms img{
	width:100%;
}
.ban-tarot{
	float:left;
	display:block;
	width:44.7129909%;
	margin: 1% 2%;
}
.ban-tarot img{
	width:100%;
}

.ban-tarot2 {
	float:left;
	display:block;
	width:44.7129909%;
	margin: 1% 27.64350455%;
}
.ban-tarot2 img{
	width:100%;
}
.ban-tirage
{
	display:block;
	width:92.1450151%;
	margin: 5% 3.92749245%;
}
.ban-tirage img{
	width:100%;
}
/*formulaire de contact*/		
#FORM_CONTACT{
	background:#F8F8F8;
	border: 1px solid #999;
	padding: 2% 2% 5% 2% ;
	width:80%;
	margin:3% 8%;
	counter-reset:num;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-o-border-radius: 0.5em;
	border-radius: 0.5em;
	}
#FORM_CONTACT fieldset{
	border:0;
	}


#FORM_CONTACT fieldset legend{
	font-size:1em;
	font-weight:900;
	color:#000000;
	margin-bottom:2%;
	}

#FORM_CONTACT img
   {
	float:left;
	width:30%;
	margin-top:4%;
	}
#FORM_CONTACT fieldset ol {
	float:right;
	width:64%;
	margin-top:4%;
}


#FORM_CONTACT fieldset ol li{
	border:solid 1px white;
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	border-radius: 0.3em;
	background-color:rgba(255,255,255,0.2);
	padding:3%;
	margin-bottom:2%;
	width:90%;
	
}

#FORM_CONTACT fieldset ol li>label{
	float:left;
	width:40%;
	text-align:right;
	padding-right:5%;
	margin-top:2%;
	font-size:0.750em;
}
/* on s'adresse li le premier fils de ol */ 

#FORM_CONTACT input[type="submit"]{
	float:left;
	color:#FFFFFF;
	display:block;
	width:20%;
	margin:0 0 0 40% ;
	padding:1%;
	background-color:#045a96;
	font-family:"Times New Roman", Times, serif;
	font-size:0.813em;
	font-weight:bold;
	border:none;
	
}
#FORM_CONTACT input[type="reset"]{
	float:right;
	color:#FFFFFF;
	display:block;
	width:20%;
	margin:0 4% 0 0 ;
	padding:1%;
	background-color:#045a96;
	font-family:"Times New Roman", Times, serif;
	font-size:0.813em;
	font-weight:bold;
	border:none;
	
}

#content address{
	font-size:0.750em;
	padding:1% 2%;
	font-weight:normale;
	font-family:Arial, sans-serif;
}


/*FOOTER*/	
.text-bottom h1{
	color:#0585DE;
	font-size:0.938rem;
	padding:1% 2%;
	font-weight:bold;
	font-family:Arial, sans-serif;
}
.text-bottom h2 {
color:#0585DE;
	font-size:0.938em;
	padding:1% 2%;
	font-weight:bold;
	font-family:Arial, sans-serif;
}
.text-bottom h3,h4,h5,h6 {
	color:#0585DE;
	font-size:0.938em;
	padding:1% 2%;
	font-weight:bold;
	font-family:Arial, sans-serif;
}
.text-bottom h4{
	color:#0585DE;
	font-size:0.938em;
	padding:1% 2%;
	font-weight:bold;
	font-family:Arial, sans-serif;
}
.text-bottom h5{
	color:#0585DE;
	font-size:0.938em;
	padding:1% 2%;
	font-weight:bold;
	font-family:Arial, sans-serif;
}
.text-bottom h6{
	color:#0585DE;
	font-size:0.938em;
	padding:1% 2%;
	font-weight:bold;
	font-family:Arial, sans-serif;
}

.text-bottom {
	width:100%;
	background-color:#F3F1F1;
	height:150px;
	overflow:auto;

}
.text-bottom p{
	text-align:left;
	color:#000000;
	font-size: 0.750em;
    padding:0.5% 1%;
	line-height:1.4em;
	font-family:Arial, sans-serif;
}
.text-bottom small{
	font-size:0.625em;
	margin-left:2%;
}
	



/* ~~ Pied de page ~~ */

#footer {
	padding: 1.5%;
	background-color:#0585DE;
	position: relative;
	clear: both;
}
#footer ul {
	list-style-type: none;
	margin-left: 30%;
	margin-top: 0;
}
#footer li {
	float: left;
	padding:0 3%;
}
#footer ul li a {
	display: block;
	width: 100%;
	font: normal 1em Calibri;
	color: #000000;
	text-align: center;
	text-decoration: none;
	font-size: 0.875em;
	font-weight: bold;
	line-height:2px;
}
#footer a {
	color: #6a6969;
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover {
	text-decoration: none;
	color: #F2EDED;
}
#footer a:active {
	text-decoration: none;
	color: #c31f4e;
}


@media (min-width:481px)
{
	#conteneur {
	max-width: 900px;

}
}
@media (max-width :767px) and (min-width:481px)
{
	#conteneur {
	max-width: 767px;
	min-width: 551px;
}
#menu ul {
	width: 100%;
	background-color:#000000;
	display: block;
	list-style-type: none;
	height:1.5em;
}

#menu ul li a {
   display:block;
	width: 100%;
	text-decoration: none;
	font-family:Arial, sans-serif;
	font-size:0.750em;
	font-weight:bolder;
	color:#FFFFFF;
	line-height: 2em;
	text-transform: uppercase;
	text-align: center;
}

#nav-left a {
	display: block;
	text-align: center;
	padding:5% 0;
	text-decoration: none;
	font-size:0.750em;
	line-height: 19px;
	color:#848484;
	font-weight:bold;
	text-transform:lowercase;
	font-family:Verdana, Arial, sans-serif;
	border-bottom:solid 1px #CCC;
	border-bottom-width:90%;
}
#nav-left li:first-of-type a {
	background-color:#FFF;
	text-transform: uppercase;
	text-align:center;
	margin: 3% 0%;
	color:#0585DE;
	font-weight:bold;
	font-size:0.813em;
}
#nav-left li:first-of-type a:hover  {
	color:#78A8D5;
}
#nav-left li:nth-child(8) a {
    background-color:#FFF;
	text-transform: uppercase;
   text-align:center;
	margin: 3% 0%;
	color:#0585DE;
	font-weight:bold;
	font-size:0.813em;
}
#nav-left li:nth-child(8) a:hover  {
	color:#78A8D5;
}
#nav-left li:nth-child(13) a {
	   background-color:#FFF;
	text-transform: uppercase;
	text-align:center;
	margin: 3% 0%;
	color:#0585DE;
	font-weight:bold;
	font-size:0.813em;
}
.promo-tel figcaption {
	position: absolute;
	display: block;
	width: 59.4117647%;
	text-align: center;
	font-size: 0.813em;
	font-weight: bold;
	color: #FFF;
	margin: 8% 42%;
	line-height: 150%;
	left: 1px;	
}
.col-promo figcaption {
	display:block;
	width:100%;
	text-align:center;
	font-size:0.813em;
	font-weight:bold;
	color:#000000;
	margin:2% 0%;
	line-height:150%;
	
}
#content > h1, h2, h3, h4, h5, h6{
	font-size:0.813em;
}
#content h2, h3, h4, h5, h6{
	font-size:0.813em;
}
.text-bottom h1{
	font-size:0.813em;
}
.text-bottom h2 {
	font-size:0.813em;

}
.text-bottom h3,h4,h5,h6 {
	font-size:0.813em;
}
.text-bottom h4{
	font-size:0.813em;
}
.text-bottom h5{
	font-size:0.813em;
}
.text-bottom h6{
	font-size:0.813em;
}
.ctn-fiche{
	display:block;
	width:93.2024169%;
	display:block;
	padding:0;
	margin:2% 3.39879154%;
}
.ctn-fiche > img{
	position:relative;
	width:100%;
	display:block;
	padding:0;
	margin:0%;
}

#content .ctn-fiche > blockquote{
	position:absolute;
	width:50%;
	margin:1% 0 0 15%;
	font-weight:bold;
	font-size:0.688em;
	line-height:150%;
}

#FORM_CONTACT fieldset ol li>label{
	float:left;
	width:45%;
	text-align:right;
	padding-right:5%;
	margin-top:2%;
	font-size:0.750em;
}


	
		
 input[type=text],
 input[type=email],
 input[type=url],
 input[type=number],
 textarea {
	width: 98%;
}

}


@media (max-width :480px) and (min-width:241px)
{
	header {
	width: 320px;
	margin: 0 auto;
}
#conteneur {
	max-width: 480px;
	min-width: 241px;
	width:320px;
}
#menu ul {
	width: 100%;
	background-color:#000000;
	display: block;
	list-style-type: none;
	height:1.5em;
}
#menu ul li a {
   display:block;
	width: 100%;
	text-decoration: none;
	font-family:Arial, sans-serif;
	font-size:0.750em;
	font-weight:bolder;
	color:#FFFFFF;
	line-height: 2em;
	text-transform: uppercase;
	text-align: center;
}

#content {
	background-color:#FFF;
	float:right;
	width:100%;
	color:#000000;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
}
#content > h1, h2, h3, h4, h5, h6{
	color:#000000;
	font-size:0.813em;
	padding:1% 2%;
	font-weight:bold;
}
#content h2, h3, h4, h5, h6{
	color:#000000;
	font-size:0.813em;
	padding:1% 2%;
	font-weight:bold;
}
#content > section > h3
{
color:#000000;
	font-size:0.813em;
	padding:1% 2%;
	font-weight:bold;
}


.col-promo figcaption {
	display:block;
	width:100%;
	text-align:center;
	font-size:0.750em;
	font-weight:bold;
	color:#000000;
	margin:2% 0%;
	line-height:150%;
	
}
.titel-style  {
    color:#000000;
	font-size:0.750em;	
	margin:20% 0 0 1.70454545%;
	font-weight:bold;
}
/*ajouter a voyant par tel lu*/	
.col-voyant{
	width:33.3333334%;
	display:block;
	float:left;
	margin:2% 0;
}
.col-voyant > figcaption {
	display:block;
	width:100%;
	text-align:center;
	font-size:0.563em;
	font-weight:bold;
	color:#0274bb;
	margin:2% 0%;
	line-height:100%;
	padding:0 3%;
	
}
.col-voyant > img{
	width:72.5075528%;
	display:block;
}
.col-voyant img{
	padding:0 1%;
}
.col-service
{
	width:45.3172205%;
	display:block;
	float:left;
	margin:2% 2.2%;
}

.col-service > img{
	width:100%;
	display:block;
}
.col-fiche
{
	width:40.1812689%;
	display:block;
	float:left;
	margin:2% 4.90936556%;
}

.col-fiche > img{
	width:100%;
	display:block;
	padding:0;
}

.ctn-fiche{
	display:block;
	width:98%;
	display:block;
	padding:0;
	margin:2% 1%;
}
.ctn-fiche > img{
	position:relative;
	width:100%;
	display:block;
	padding:0;
	margin:0%;
}
#content .ctn-fiche > blockquote{
	position:absolute;
	width:50%;
	margin:1% 0 0 25%;
	font-weight:bold;
	font-size:0.688em;
	line-height:150%;
}

.col-sms{
	width:90.6344411%;
	margin:1% 4.68277946%;
}
.col-sms img{
	width:100%;
}
/*formulaire de contact*/
#FORM_CONTACT{
	margin:3% 2%;
	padding:10% 0;
	}
	
#FORM_CONTACT fieldset ol li>label{
	float:none;
	width:90%;

}
#FORM_CONTACT fieldset legend{
	font-size:0.750em;
	font-weight:900;
	color:#000000;
	margin-bottom:2%;
	}
	
		
 input[type=text],
 input[type=email],
 input[type=url],
 input[type=number],
 textarea {
	width: 90%;
}
#FORM_CONTACT input[type="submit"]{
	float:left;
	color:#FFFFFF;
	display:block;
	width:22%;
	margin:0 0 0 40% ;
	padding:2%;
	background-color:#045a96;
	font-family:"Times New Roman", Times, serif;
	font-size:0.813em;
	font-weight:bold;
	border:none;
	
}
#FORM_CONTACT input[type="reset"]{
	float:right;
	color:#FFFFFF;
	display:block;
	width:22%;
	margin:0 4% 0 0 ;
	padding:2%;
	background-color:#045a96;
	font-family:"Times New Roman", Times, serif;
	font-size:0.813em;
	font-weight:bold;
	border:none;
	
}



/* ~~ Pied de page ~~ */

#footer {
	padding: 2.5%;
	background-color:#0585DE;
	position: relative;
	clear: both;
}
#footer ul {
	list-style-type: none;
	margin-left: 10%;
	margin-top: 0;
}

.hidden_txt{
	display:none;
}
.text-bottom {
	display:none;
}
#nav-left {
	display:none;
}


	
}
