﻿/********************************************************/
/************Mise en place*******************************/
/********************************************************/
/* Initialisation des marges et paddings  */
* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Open Sans", sans-serif;
	color: #000; 
	}
/* text-align pour corriger le bug de centrage IE  */
Body{
	text-align: center; 
	background-color: #fdfdfd;
	}
/* pour centrer la page */
#global{
	width: 100%;
	min-width: 600px;
	max-width: 1024px;
	margin: auto;
	text-align: justify;
	font-size : .96em;
	}
	
/********************************************************/	
/**************Placement des blocs principaux************/
/********************************************************/
/* à gauche, pour le menu permanent */
#gauche{
	float: left;
	min-height: 460px;
	width: 240px;
	padding: 20px;
	text-align: left;
	}
/* à droite,pour le contenu  */
#droite{
	position: relative;
	margin-left: 280px;
	min-height: 460px;
	padding-top	: 20px;
	}
/* en bas, le pied de page*/
#pied{
	float: left;
	margin:  0px 20px 50px 20px;
	font-size:.9em;
	font-style: oblique;
	text-align: center;
	width: 100%;
	color: blue ;
	}
	
/********************************************************/
/************* Sous-blocs de gauche**********************/
/********************************************************/
#accueil{
	position: relative;
	width: 260px;
	height: 114px;
	}
#menu{
	position: relative;
	padding-top: 12px;
	width: 260px;
	}
	
/********************************************************/
/************* Sous-blocs de droite**********************/
/********************************************************/
#title{
	position: relative;
	height: 110px;
	width: calc(100% - 4px);
	background:    #ffffff;
	background:    -webkit-linear-gradient(#ffffff, #cccccc);
	background:    linear-gradient(#ffffff, #cccccc);
	border:        2px solid #0000ff;
	border-radius: 40px;
	box-shadow:    0 2px #0000ff;
	color:         #000000;
	display:       inline-block;
	font:          normal 500 30px/110px "Lucida Handwriting", sans-serif;
	text-align:    center;
	text-shadow:   1px 1px #f3f3f3;
	overflow: hidden;
 	}
#coeur{
	padding-top: 12px ;
	}


/********************************************************/
/**********Divers dispositions à droite******************/
/********************************************************/	

/* Partage du coeur en 2 colonnes */
/* Partage du coeur en 2 colonnes 1/1  */
.colonneg{
	float: left;
	width: calc(50% - 10px);
	padding: 0 10px 0 0;
	}
.colonned{
	position: relative;
	margin-left: 50%;
	width: calc(50% - 10px);
	padding: 0 0 0 10px;
	}
/* Partage du coeur en 2 colonnes 2/1  */
.colonneg1{
	float: left;
	width: calc(66% - 10px);
	padding: 0 10px 0 0;
	}
.colonned1{
	position: relative;
	margin-left: 66%;
	width: calc(34% - 10px);
	padding: 0 0 0 10px;
	}
	/* Idem Partage du coeur en 2 colonnes 2/1 mais colonne de gauche un peu diminuée  */
.colonneg2{
	float: left;
	width: calc(56% - 10px);
	padding: 0 10px 0 0;
	}
.colonned2{
	position: relative;
	margin-left: 60%;
	width: calc(44% - 10px);
	padding: 0 0 0 10px;
	}
	
/********************************************************/
/*******Titres ,encadrés, puces, etc ... ****************/
/********************************************************/
/*note encadrée sur fond gris*/
.note{
	border: solid blue 1px;
	border-radius: 5px;
	padding: 10px;
	margin: 10px 0;
	font-style: oblique;
	background: #ebebeb;
	overflow: auto;
	}
/*note encadrée sur fond rose*/
.noteR{
	border: solid red 1px;
	border-radius: 5px;
	padding: 10px;
	margin: 10px 0;
	font-style: oblique;
	background: #f6d6d6;
 }
/*note encadrée sur fond rose dégradé */
.noteR2{
	background:    linear-gradient(#ffffff, #f4cccc);
	border: 1px solid #ff0000;
	box-shadow:    0 2px #ff0000;
	border-radius: 5px;
	padding: 10px;
	margin: 10px 0;
	font-style: oblique;
}
/*pour centrer */
.centre{
	text-align: center;
}
/*pour centrer verticalement */	
.parent{
  display: flex; /* contexte sur le parent__ le parent doit avoir une hauteur fixée */ 
}
.enfant{
  margin: auto; /* eh oui, tout bêtement */
}	
/*titres de niveaux 2 à 3*/
h2{
	font-size: 1.2em;
	color: blue;
	padding-bottom :12px;
	text-align: left;
}
h3{
	font-size: 1.1em;
	color: blue;
	padding-bottom : 10px;
	text-align: left;
}
/*pour les tarifs*/
.tarif{
	font: normal 540 .9em "Lucida Handwriting", sans-serif;
	color: blue;
	text-align: left;
	padding-top: 6px ;
}
/*une liste avec fleur comme puce*/	
.texte li{
	font-size: .92em;
	display : list-item;
	list-style-type: none;
	background-image: url(images/puce.gif);
	background-repeat: no-repeat;
	background-position: 0 0.8em;
	padding: 10px 0 0 26px;
}
/*pour afficher une petite image à gauche d'un paragraphe, en 110*80*/
.imatex{/* pour le div contenant l'image et le texte*/
	min-height: 85px;
}
.deco{/* pour le div contenant l'image */
	float:left;
	margin: 0 20px 0 0;
}
.decot{/* pour le div contenant le texte*/
	padding-top: 10px;
}
/*paragraphes commençant par un point coloré ou logo linkedin */	
.parar, .parab, .parav, .parac, .parai, .parat, .paras, .parao, .paral {
	background-repeat: no-repeat;
	background-position: 0 .3em;
	padding: 0 0 12px 20px;
	text-align: justify;
}
.parab{/* un point bleu*/
	background-image: url(images/ptb.gif);
}
.parar{/* un point rouge*/
	background-image: url(images/ptr.gif);
}
.paras{/* un point violet saphir !*/
	background-image: url(images/pts.gif);
}
.parav{/* un point vert*/
	background-image: url(images/ptv.gif);
}
.parac{/* un point rose cadum*/
	background-image: url(images/ptc.gif);
}
.paral{/* un point lilas*/
	background-image: url(images/ptl.gif);
}
.parao{/* un point ocre*/
	background-image: url(images/pto.gif);
}
.parat{/* un point turquoise*/
	background-image: url(images/ptt.gif);
}
.parai{/* un point iris*/
	background-image: url(images/pti.gif);
}
.parali{/* le logo linkedIn*/
	background-repeat: no-repeat;
	background-position: 0 .3em;
	padding: 12px 0 12px 35px;
	text-align: left;
	background-image: url(images/ptli.gif);
}
.parafb{/* le logo facebook*/
	background-repeat: no-repeat;
	background-position: 0 .3em;
	padding: 12px 0 12px 35px;
	text-align: left;
	background-image: url(images/IcoFaceBook.png);
}

/********************************************************/
/*******La colonne de gauche dans toutes les pages ******/
/********************************************************/
#lines li { /* boutons du menu*/
    width: 260px;
	margin: 0 0 10px 0; 
	background:    #ffffff;
	background:    -webkit-linear-gradient(#ffffff, #cccccc);
	background:    linear-gradient(#ffffff, #cccccc);
	border:        1px solid #0000ff;
	border-radius: 1000px;
	box-shadow:    0 2px #0000ff;
	width:         238px;
	height:        26px;
	color:         #000000;
	display:       inline-block;
	font:          normal 410 13px/26px "Lucida Handwriting", sans-serif;
	text-align:    center;
	text-shadow:   1px 1px #f3f3f3;
}
#lines li a:link{/*avec liens*/
	width: 260px;
	margin: 0 0 10px 0; 
	background:    #ffffff;
	background:    -webkit-linear-gradient(#ffffff, #cccccc);
	background:    linear-gradient(#ffffff, #cccccc);
	border:        1px solid #0000ff;
	border-radius: 1000px;
	box-shadow:    0 2px #0000ff;
	width:         238px;
	height:        26px;
	color:         #000000;
	display:       inline-block;
	font:          normal 410 13px/26px "Lucida Handwriting", sans-serif;
	text-align:    center;
	text-shadow:   1px 1px #f3f3f3;
	text-decoration:none ;
}
#lines li a:hover {/*avec liens au survol*/
	width: 260px;
	margin: 0 0 10px 0; 
	background:    #ffffff;
	background:    -webkit-linear-gradient(#ffffff, #f4cccc);
	background:    linear-gradient(#ffffff, #f4cccc);
	border:        1px solid #ff0000;
	border-radius: 1000px;
	box-shadow:    0 2px #ff0000;
	width:         238px;
	height:        26px;
	color:         #000000;
	display:       inline-block;
	font:          normal 410 13px/26px "Lucida Handwriting", sans-serif;
	text-align:    center;
	text-shadow:   1px 1px #f3f3f3;
	text-decoration: none;
}

/*****************************************************/
/****************La page CONTACT**********************/
/*****************************************************/
/*Pour le formulaire */	
#mail{/*le div contenant le formulaire */	
	width : 520px;
	padding-top: 12px;
}
textarea{
	height: 100px;
	width: 520px;
}
input, textarea {
	background-color: #D0D0D0;
}
fieldset{
    margin-bottom: 12px; /* Une marge pour séparer les fieldset */
}
legend{/* On n'affiche pas les titres de fieldset */
   display: none;
}
label{/* étiquettes du formulaire en bleu */
   color:#0000ff;
   font-size: .8em;
}
input:focus, textarea:focus {/* Quand le curseur est sur un champ */
   background-color: #EAEAEA;
}
.envoi{/*pour le message envoi -ou non- du formulaire*/
	text-align: left;
	padding-top: 12px;
}
/********************************************************/	
/**************pour formulaire de contact************/
/********************************************************/
.rem{ display:none; }

.form-style {
  margin:10px auto;
  width: 400px;
  padding: 20px 12px 10px 20px;
  font: 14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.form-style td {
  padding: 0;
  display: block ;
  list-style: none;
  margin: 10px 0 0 0;
}

.form-style label{
  margin:0 0 3px 0;
  padding:0px;
  display:block;
  font-weight: bold;
}

.form-style .required{
  color:red;
}
.form-style input[type=submit], .form-style input[type=reset]{
  background: #0000ff;
  padding: 8px 15px 8px 15px;
  border: none;
  color: #fff;
}
.form-style input[type=submit]:hover, .form-style input[type=reset]:hover{
  background: #0000ff;
  box-shadow:none;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
}
.form-style .field-textarea{
  height: 100px;
}
.form-style input[type=text], 
.form-style input[type=email],
textarea{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border:1px solid #BEBEBE;
  padding: 7px;
  margin:0px;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;  
}
.form-style .long{
  width: 100%;
}
.form-style input[type=text]:focus, 
.form-style input[type=email]:focus,
.form-style textarea:focus{
  -moz-box-shadow: 0 0 8px #557BFF;
  -webkit-box-shadow: 0 0 8px #557BFF
  box-shadow: 0 0 8px #557BFF;
  border: 1px solid #557BFF;
}
.error{
  color: #D8000C;
  background-color: #FFBABA;
}
	
/********************************************************/
/*****la page localisation*******************************/
/********************************************************/
#carte{	
	width: 520px;
}

/********************************************************/
/*************la page blog ******************************/
/********************************************************/
.blog{
		padding: 10px 0px 30px 60px;
		background-image: url(images/puce-blog.png);
		background-repeat: no-repeat;
		background-position :0 0
}
	
/********************************************************/
/*********la page livre-or***************************** */
/********************************************************/	
.gauche, .droite{
	margin-top: 12px;
	padding: 10px;
	background:    #ffffff;
	border-radius: 10px;
	width:         60%;
}
.gauche{
	margin-left: 10%;
	background:    linear-gradient(#ffffff, #f4cccc);
	border: 1px solid #ff0000;
	box-shadow:    0 2px #ff0000;
}
.droite{
	margin-left: 30%;
	background: linear-gradient(#ffffff, #cccccc);
	border: 1px solid #0000ff;
	box-shadow:    0 2px #0000ff;
}
		
/********************************************************/
/*********Pour l'agrandissement des images***************/
/********************************************************/
.photo_bas{/*** classe des images à agrandir*/
	position: absolute;
	top: 400px; 
	left: 286px;
	text-decoration: none;
}
#pop{ /*le popup de la fausse fenêtre*/
	position: absolute;
	cursor: move;
	left: 3px;
	top: 3px;
	display: none;
	z-index: 200;
	background-color: #fff;
}
#tet{/* titre du popup*/
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #ffffff;
	background-color: #d8ae00;
	padding: 0 20px 0 6px;
	white-space: nowrap;
}
#croix{ /* croix pour fermer */
	position: absolute;
	font-weight: bold;
	color: #ffffff;
	background-color: #000000;
	right: 0;
	top: 0;
	height: 14px;
	width: 16px;
	cursor: pointer;
}

/********************************************************/
/**************************ne pas afficher***************/
/********************************************************/
.non {
	display: none;
}

/********************************************************/
/*******************retour en haut de page***************/
/********************************************************/
#scroll_to_top {
  position: fixed;
  width: 25px;
  height: 25px;
  bottom: 20px;
  right: 30px;
}
#scroll_to_top img {
  width: 25px;
}

/********************************************************/
/****************navigation entre les pages**************/
/********************************************************/ 
.numero_de_page {
  text-align: center;
  padding-top: 25px;
}
.numero_de_page img {
  width: 40px;
}

/********************************************************/
/**************************les infobulles***************/
/*******************************************************/
.tooltip{/* pour le texte à survoler ou cliquer */
	position: relative;
	background: #9b9bff;
	cursor: help;
	display: inline-block;
	text-decoration: none;
	outline: none;
}
.tooltip span{/* pour l'infobulle */
	visibility: hidden;
	position: absolute; 
	bottom: 30px;
	left: 50%;
	z-index: 999;
	width: 500px;
	margin-left: -300px;
	padding: 10px;
	border: 2px solid #ccc;
	opacity: .9;
	background-color: #ddd;                     
	background-image: -webkit-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
	background-image: -moz-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
	background-image: -ms-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
	background-image: -o-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
	background-image: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));  
	-moz-border-radius: 4px;
	border-radius: 4px;  
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
	box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;  
	text-shadow: 0 1px 0 rgba(255,255,255,.4); 
}
.tooltip:hover,
.tooltip:focus
{
	position: relative;
	background: #eaeaea;
	cursor: help;
	display: inline-block;
	text-decoration: none;
	color: #222;
	outline: none;
}
.tooltip span{
	visibility: hidden;
	position: absolute; 
	bottom: 30px;
	left: 50%;
	z-index: 999;
	width: 500px;
	margin-left: -300px;
	padding: 10px;
	border: 2px solid #ccc;
	opacity: .95;
	background-color: #ddd;                     
	background-image: -webkit-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
	background-image: -moz-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
	background-image: -ms-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
	background-image: -o-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
	background-image: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));  
	-moz-border-radius: 4px;
	border-radius: 4px;  
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
	box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;  
	text-shadow: 0 1px 0 rgba(255,255,255,.4); 
}
.tooltip:hover, 
.tooltip:focus{/* IE6 fix */
  border: 0; 
}
.tooltip:hover span,
.tooltip:focus span
{
  visibility: visible;
}
.tooltip span:before,
.tooltip span:after{/*la petite "queue" du popup*/
	content: "";
	position: absolute;
	z-index: 1000;
	bottom: -7px;
	left: 50%;
	margin-left: -8px;  
	border-top: 8px solid #ddd;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;        
	border-bottom: 0;  
}
.tooltip span:before{
	border-top-color: #ccc;
	bottom: -8px;
	border: none; /* IE6 fix */
}
.tooltip:hover span,
.tooltip:focus span{
  visibility: visible;
}
.tooltip span:before,
.tooltip span:after{
	 content: "";
	 position: absolute;
	 z-index: 1000;
	 bottom: -7px;
	 left: 50%;
	 margin-left: -8px;  
	 border-top: 8px solid #ddd;
	 border-left: 8px solid transparent;
	 border-right: 8px solid transparent;        
	 border-bottom: 0;  
}
.tooltip span:before{
	border-top-color: #ccc;
	bottom: -8px;
}
/*couleurs de la popup   */
/* style navy   */
.navy-tooltip span{
	color: #fff;
	text-shadow: 0 1px 0 #000;  
	border-color: #161a1f;
	background-color: #1e2227;
}
.navy-tooltip span:after{ 
	border-top-color: #1e2227;
}
.navy-tooltip span:before{
	border-top-color: #161a1f;
}

/* style yellow */
.yellow-tooltip span{
	border-color: #e1ca82;
	background-color: #ffeaa6;                     
}
.yellow-tooltip span:after{ 
	border-top-color: #ffeaa6;
}
.yellow-tooltip span:before{
	border-top-color: #e1ca82;
}
/* style jade */
.jade-tooltip span{
	border-color: #e1ca82;
	background-color: #baff75;                     
}
.jade-tooltip span:after{ 
	border-top-color: #ffeaa6;
}
.jade span:before{
	border-top-color: #e1ca82;
}
