
/* ---------- le CORPS de la PAGE ENTIERE : DIMENSIONS et valeurs par defaut ---- */
body
{
  
	font-family: Verdana, Arial, "Times New Roman", Times, sans-serif;
	background-color : white; /* couleur du fond d'ecran */
}

#page {
	width: 1000px;  /* largeur de ma page = 1000 px */
	margin: auto; /* Pour centrer la page sur l'Ecran */
	margin-top: 20px; /* Pour eviter de coller avec le haut de la fenetre du navigateur. */
	margin-bottom: 10px;    /* Idem pour le bas du navigateur */
}

/* --------- les LIENS : pas de soulignement sauf quand on les survole--------- */
a 
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

/* -------- VALEURS PAR DEFAUT pour les PAGES---------- */
h1, h2, h3, h4   /* les TITRES de la page */
{
	font-family: "Comic sans MS", Arial, "Arial Black", "Times New Roman", Times, sans-serif;
}
p       /*-- les PARAGRAPHES -- */
{
	padding-left: 25px;

}
table, td   /*-- Les TABLEAUX -- */
{
	margin-left: 50px;
	border-width: 1px;
	border-collapse: collapse;
	text-align : center;
	}
hr  /* ligne de séparation */
{
	height: 2px;
	color: blue;
	margin-bottom: 20px;
}
	
/*------------ L'EN-TETE ou HEADER : le logo a gauche et une image piano+texte au centre------ */

#logo  /* ------------Logo PAPILLONS------------ */
{
	width: 110px;
	height: 76px;
	background: url(images/arcenciel_papillons_110.jpg) no-repeat;
	float: left;
	margin-left:30px;
	margin-top:40px;
}

#en_tete  /* ------Image de fond en haut : "PIANO-MAGIQUE" + Piano couleur -----  */
{
	width: 800px;
	height: 116px;
	background-image: url(images/piano_coul1_PM.png);
	background-repeat: no-repeat;
	margin-left: 185px;
}
#en_tete h1   /* ----- pour cacher le Titre ***Piano-Magique*** mis en <h1> dans l'en_tete html----- */  
{
	text-indent: -5000px;
}

/* Le menu */

#menu    /* ----------MENU : flottant a gauche, taille, bordures, marges 0 sauf 40 en bas------  */ 
{
	float: left; /* Le menu flottera a gauche */
	width: 170px; /* Tres important : donner une taille au menu */
	margin: 0px 0px 40px 0px;
 
}

.element_menu h3  /* -------- Les TITRES noirs des sous-menus ------- */
{
	margin: 20px 0px 5px 5px;
 
	font-size: 1em; 
	font-weight: bold;
	font-family: Arial, "Arial Black", "Times New Roman", Times, sans-serif;
	text-align: center;
}

.element_menu ul    /*  ----------------- OPTIONS de MENU (listes puces) ---------------- */
{
	list-style-type: none;  /* pas de puce */
	padding: 0px; 
	padding-left: 20px; 
	margin: 0px; 
	margin-bottom: 5px; 
	font-family: "Comic sans MS", Arial, "Arial Black", "Times New Roman", Times, sans-serif;
}

#corps   /* ------------------ Le CONTENU Texte CENTRAL de la page ------  */
{
	margin-left: 170px;
	margin-bottom: 0px;
	padding: 20px;

}

#corps h1  /* ---------------------Tous les titres h1 du corps -------------------- */
{
	font-size: 1.6em;
}

#corps h2        /* -----------------Tous les titres h2 du corps -----------------*/
{
	margin-bottom: 20px;
	text-align: center;
}



#corps ul  /* ------------- Police pour la liste des MOTS PREFERES ------------ */
{
	font-size: 1.1em;
}

/* ------ Le PIED DE PAGE ou FOOTER (en bas, cf mentions et copyright) ---- */

#pied_de_page
{
	width: 800px;
	margin-left: 185px; 
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 25px 0px 0px 0px;
	text-align: center;

}

#pied_de_page pre  
{
	font-size: 1em;
	color: black;
	margin-top:0px;
}

.mentions a 
{
	color: black
}

.temoignages
{
	width: 750px;
	padding: 8px;
	font-size: 0.9em;
	font-style : normal;
}

.livre
{
	float: right;
	margin-right: 100px;
}

.sourire
{
	float:right;
	margin-right: 100px;
	}

.mail
{
	float: right;
	margin-right: 400px;
	margin-top: 20px;
}
.Titre2_pad100
{
	text-align: left;
	padding-left: 100px;
	font-weight: bold;
	font-size: 1.6em;
	font-family:  "Comic sans MS", Arial, "Arial Black", "Times New Roman", Times, sans-serif;
}
.Titre2_pad200
{
	text-align: left;
	padding-left: 200px;
	font-weight: bold;
	font-size: 1.6em;
	font-family:  "Comic sans MS", Arial, "Arial Black", "Times New Roman", Times, sans-serif;
}
.padding50
{
	padding-left: 50px;
}

.padding25
{
	padding-left: 25px;
}
.droite_italic     /* phrases texte cadré droite, gras, italique noir */
{
	text-align: right;
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic; 
}
.question
{
	float: left;
	margin-left: 0px;
	margin-right: 10px;
	/*margin-bottom: 10px; */
}

.reponse
{
	float: left;
	margin-left: 0px;
	margin-right: 10px;
	/* margin-bottom: 10px; */
}
.faq
{
	width: 750px;
	padding: 8px;
	padding-bottom: 20px;
	font-size: 0.9em;
	font-style : normal;
}

.auteur
{
	text-align: right;
	padding-right: 200px;
	padding-bottom: 30px;
	font-style: italic;
}

#tarifs td 
{
	width:150px;
	text-align: center;
}
#apprendre p 
{
	line-height: 25px;
	font-size: 0.9em;
}

#apprendre ul 
{
	line-height: 25px;
	font-size: 1em;
	padding-bottom:8px;
	}
#apprendre li
{
	line-height: 20px;
	padding-bottom:8px;
	}

#apprendre h4 
{
	line-height: 25px;
	font-size: 1,1em;
	font-family: Verdana, Arial, "Times New Roman", Times, sans-serif;
	}
