@charset "iso-8859-1";
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
margin: 0;
padding: 0;
background-image: url(design/fond.jpg);
background-repeat: repeat-x;
background-color: #41077C;
scrollbar-face-color:#570DA2;
scrollbar-highlight-color: #f5f5f5;
scrollbar-3dlight-color: #2c0762;
scrollbar-darkshadow-color: #2c0762;
scrollbar-shadow-color: #f5f5f5;
scrollbar-arrow-color: #f5f5f5;
scrollbar-track-color: #2C0762;
}

/* Menu */

#menu {
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
color: #fff;
padding: 7px 10px 7px 10px;
}

#menu a {
text-decoration: none;
color: #fff;
}

#menu a:hover {
text-decoration: none;
color: #F3C5F3;
}

/* Cadre haut avec n° de téléphone */

#fondcadre {
background-image: url(design/fond-cadre-telephone.jpg);
background-repeat: no-repeat;
}

.anticipez {
text-align: center;
font-size: 23px;
font-weight: bold;
color: #B020B0;
}

.telephone {
text-align: center;
font-size: 55px;
font-weight: bold;
color: #000;
}

.tarif {
text-align: center;
font-size: 13px;
font-weight: bold;
color: #41077C;
}

/* Contenu */

h1 {
text-align: center;
font-size: 18px;
font-weight: bold;
color: #B020B0;
margin: 0 10px 0 10px;
}

h2 {
text-align: center;
font-size: 15px;
font-weight: bold;
color: #B020B0;
margin: 0 10px 0 10px;
}

.tarot{
background-image: url(design/fond-tarot-runes.jpg);
background-repeat: no-repeat;
}

.fond {
background-image: url(design/contenu-fond.gif);
background-repeat: repeat-y;
}

#texte {
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
color: #4D1685;
padding: 0 10px 0 10px;
}

#texte a {
color: #0F7760;
}

#texte a:hover {
text-decoration: none;
color: #B79301;
}

#fond-footer {
background-image: url(design/fond-footer.gif);
background-repeat: repeat-x;
}

#footer {
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color: #fff;
padding: 15px 10px 10px 10px;
}

#footer a {
color: #fff;
}

#footer a:hover {
text-decoration: none;
color: #F3C5F3;
}

p {margin: 0 10px 0 10px;}