/* www.therapiesdumieuxetre.fr *
********************************/
html {
    height      :100%; }
body {
    height      :100%;
    min-height  :100%;
    color       :#666;
    font        :100% "trebuchet ms",tahoma,sans-serif;
    text-align  :center;
    margin      :5px;
    padding     :0;
    background  :#f5e9ae url(../style/degrade_canari_vertic.png) scroll top repeat-x;
    }
h1 {
    margin      :1em 0 0.5em 1em;
    font        :700 16pt arial,sans-serif;
    text-align  :center;}
h2 {
    margin      :2em 0 .5em 1em;
    font        :600 14pt arial,sans-serif;}
h3 {
    margin      :2em 0 .5em 1em;
    font        :500 14pt arial,sans-serif;}
h4 {
    margin      :1em 0 0 1.3em;
    font        :500 12pt arial,sans-serif;}
/* Liens. !!! classes speciales selon thematique ? */
a {         text-decoration:none;}
a:link {    color:#00c;}
a:visited { color:Gray;}
a:hover,
a:active,
a.here {
    color		:#00c;
    border		:2px solid #00c;
    background          :#f6eaac;
    -moz-border-radius:5px;
    border-radius	:5px;
    padding		:2px;
    margin		:-4px;}
a.lienext {
    text-decoration: none;
    color		: #0060b0;
    padding		: 2px;
    margin		: 0px;
    margin-left	: -2px;
  }
a.lienext:hover {
    text-decoration: none;
    color		: black;
    background-color	: #e0ecf8;
    border		: 2px solid #0060b0;
    -moz-border-radius: 8px;
    border-radius	: 8px;
    padding		: 2px;
    margin		: -2px;
    margin-left	: -4px;
  }
img {
    border: none;
  }
p, dl, li {
    margin          :0 .4em;
    padding         :0.5em 1em .5em 1em; }
p,li {
    text-align      :justify; }
ul {
    margin-top      :0; }
blockquote {
    display             :block;
    margin              :1em;
    padding-left        :20px;
    font-size           :12pt;
    background-color    :#fcfbf1;
    background-image    :url(../style/quote.gif);
    background-position :5px 50%;
    background-repeat   :no-repeat; }
