/**
Site web : www.shiatsuki.ch
Date de création : 29 nov. 2005
Date de modification : 16 janvier 2006 // AcR
**/
/*
#B3D1B3 intro #A6C1A6
#B3D1E1 documentation #A6C1CF
#C2ADAD pratique #B3A1A1
#EBC299 fondements #D8B38F*/

/* AFFICHAGE POLICE POUR MAC

          Transformation de l'indice de taille de 10 pt à x-small; 8 pt à xx-small, etc.

*/
/* ---------- définition des tags html ---------- */
body {}
p	{font-family: Verdana, sans-serif; font-size: x-small; color: #333333; } /*	text-align: justify;*/
p.centre {text-align: center;}
p.bcentre {text-align: center; font-weight: bold;}
p.left {text-align: left;}
p.right {text-align: right;}
p.small {font-size: xx-small;}
p.modif {font-size: xx-small; text-align: right;}
p.titre {font-family: Verdana, sans-serif; font-size: medium;  font-weight: bold; color: #333333; text-align:center;} 
p.titre1 {font-family: Verdana, sans-serif; font-size: small;  font-weight: bold; color: #336633; text-align:center;}
p.titre2 {font-family: Verdana, sans-serif; font-size: x-small;  font-weight: bold; color: #000000; text-align:center;}
p.titre3 {font-family: Verdana, sans-serif; font-size: small;  font-weight: bold; color: #000000; text-align:left;}
p.vert {font-family: Verdana, sans-serif; font-size: x-small;  font-weight: bold; color: #336633; text-align:center;}
p.vertr {font-family: Verdana, sans-serif; font-size: small;  font-weight: bold; color: #336633; text-align:right;}
p.vertl {font-family: Verdana, sans-serif; font-size: small;  font-weight: bold; color: #336633; text-align:left;}
p.pratique {font-family: Verdana, sans-serif; font-size: small;  font-weight: bold; color: #7A4B4B; text-align:center;}
p.soustitre {font-family: Verdana, sans-serif; font-size: medium;  font-weight: bold; font-style: italic; color: #333333;}
p.chapitre {font-family: Verdana, sans-serif; font-size: x-small;  font-weight: bold; color: #333333;}
.shiatsu {font-size: medium; font-style: italic; font-weight: bold;}
.gras {font-weight: bold;}
.legende {font-size: xx-small; font-style: italic; color: blue;}
.italique {font-style: italic;}
.[ {font-size: medium; font-weight: bold; color: #857361}

ul {
	list-style-type: square;
	font-family: Verdana, sans-serif;
	font-size: x-small;
	color: #333333;
}
ol {
	list-style-type:decimal;
	font-family: Verdana, sans-serif;
	font-size: x-small;
	color: #333333;
}

/* ---------- définition des tableaux ---------- */

table {align: center;}
table.intro{border: solid 1px; border-color: #000000; background-color:#B3D1B3;}
table.documentation{border: solid 1px; border-color: #000000; background-color:#B3D1E1;}
table.pratique{border: solid 1px; border-color: #000000; background-color:#C2ADAD;}
table.fondements{border: solid 1px; border-color: #000000; background-color:#EBC299;}

table.intro_nav {border: 0px; background-color:#A6C1A6;}
table.dcoumentation_nav {border: 0px; background-color:#A6C1CF;}
table.pratique_nav {border: 0px; background-color:#B3A1A1;}
table.fondements_nav {border: 0px; background-color:#D8B38F;}

/* ---------- définition des styles de police ---------- */


/* ---------- liens ---------- */
a:link { color: #333333; text-decoration: underline;}
a:active { color: #000000; text-decoration: none;}
a:hover { color: #FFFFFF; text-decoration: none;}
a:visited { color: #000000; text-decoration: underline;}

/* ---------- liens du menu ---------- */
a.menu:link { font-size:x-small; color: #333333; text-decoration: underline;}
a.menu:active { font-size:x-small; color: #000000; text-decoration: none;}
a.menu:hover { font-size:x-small; color: #FFFFFF; text-decoration: none;}
a.menu:visited { font-size:x-small; color: #000000; text-decoration: underline;}

/* ---------- liens du contact ---------- */
a.contact:link { font-size:x-small; color: #FFFFFF; text-decoration: underline;}
a.contact:active { font-size:x-small; color: #000000; text-decoration: none;}
a.contact:hover { font-size:x-small; color: #FFFFFF; text-decoration: none;}
a.contact:visited { font-size:x-small; color: #000000; text-decoration: underline;}

