﻿body 
{
    font-family: Arial, Helvetica, Sans-Serif;
    background-color: #20292f;
    margin: 0 ;
}


a,img,a img {outline: none; border:0; padding:0; margin:0; text-decoration:none; }
/* Polices */

h1 
{ 
	color: #b5dff8;	
	font-size: 16Px;
	margin-top: 5Px;
	text-decoration: none;
}
h2 
{
	color: #d8eaf5  ;	
	font-size: 16Px;
	margin-top: 8Px;
	text-decoration: none;
}



.c1 { color: #000000; }
.c2 { color: #ffffff; }
.c3 { color: #151b1f; } /*gris foncé  041b29*/
.c4 { color: #d8eaf5; } /*gris-bleu clair*/
.c5 { color: #07b7e8; } /*bleu*/
.c6 { color: #fa9fcf; }
.c7 { color: #b5dff8; }


.t0 { font-size: 9Px; }
.t1 { font-size: 10Px; }
.t2 { font-size: 11Px; }
.t3 { font-size: 12Px; }
.t4 { font-size: 13Px; }
.t5 { font-size: 14Px; }
.t6 { font-size: 15Px; }
.t7 { font-size: 16Px; }

.gras { font-weight: bold; }

a { text-decoration: none; }
a:hover {text-decoration: underline; }


/* Corps */

table.site { background-color:#141a1e;      }

/*Contenu*/

.maquillage { text-align: justify; margin: 40Px 20Px 0 20Px; }
.massage { text-align: justify; margin: 30Px 20Px 0 20Px; }
ul.massage { margin-top: 5Px; }

/* Menus */

div.menu-lien { margin: 5Px 0 25Px 0; }
div.menu-lien a
{
    display: block;
    float: left;
    background-image: url(../images/menu-bouton.gif);
    background-repeat: repeat-x;
    height: 32Px;
    width: 120Px;
    line-height: 40Px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    font-size: 14Px;
    text-align: center;
    margin-right: 3Px;
}
div.menu-lien a:hover { background-image: url(../images/menu-bouton-over.gif); text-decoration: none; }

td.menu { background-image: url(../images/menu-fond.gif); background-repeat: repeat-x; }

ul.menuSoins { margin-left: 15Px; padding: 0; }
li.menuSoins { list-style-image: url(../images/puce-menu.gif); }

/*Formulaires*/

table.contact-formulaire { color: #d8eaf5; font-weight: bold; font-size: 12Px; margin-top: 10Px; }
input.contact-formulaire { width: 250Px; }
td.contact-formulaire 
{
    text-align: right; 
    width: 100Px; 
    padding-top: 2Px; 
}
.bouton
{
    background-color: #e30a7c;
    border: solid 2Px #d8eaf5;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
}
