@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}
body {
    background: #f1fbec url( ../images/bkg.png ) repeat-x;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #555;
}
a {
    color:#1871a4;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
img {
    border:0px solid transparent;
}
.wrapper {
    width: 960px;
    margin: 0 auto;
    padding-left:10px;
}
.header {
    margin: 40px 0 20px 0;
}
#nav {
    margin-bottom: 20px;
}
h3 {
    font-size: 16px;
}
.header h1 {
    font-size: 26px;
    font-weight: 100;
    letter-spacing: -2px;
}
.header h1 a {
    color: #FAFFB0;
    text-decoration: none;
}
.header h1 a:hover {
    color: #eee;
    text-decoration: none;
}
.header h2 {
    color: #999;
    font-size: 18px;
    font-weight: 100;
}
.content {
    float: left;
    width: 629px;
    padding: 20px 20px 20px 20px;
    text-align: justify;
}
.content h1 {
    text-align:left;
    font-size: 2em;
}
.content h2 {
    color: #229be1;
    font-size: 16px;
    font-weight: 100;
    padding: 10px 0 5px 0;
    border-bottom: 1px dotted #aaa;
    margin-bottom: 10px;
    margin-top:1em;
    text-align:left;
}
.content h2 a {
    color: #B0FFBD;
    text-decoration: none;
}
.content h2 a:hover {
    color: #eee;
}
.content p {
    margin-top:0.5em;
    margin-bottom:0.5em;
    padding-top:0em;
    padding-bottom:0em;
}
.content hr {
    margin-top:2em;
    margin-bottom:2em;
}
.content table {
    margin-left:auto;
    margin-right:auto;
}
.content table td {
    vertical-align:top;
}
.content ul, .content ol {
    margin-top:0.5em;
    margin-bottom:0.5em;
    padding: 0em 20px 0em 20px;
}
.content ol {
    padding-left:30px;
}
.content ul li, .content ol li {
    margin-top:0.2em;
}
.leftmenu {
    float: left;
    width: 160px;
    padding: 0 20px 20px 0;
}
.leftmenu h2 {
    border-bottom: 1px dotted #aaa;
    padding: 10px 0 5px 0;
    margin-bottom: 10px;
    color: #229be1;
    font-size: 16px;
    font-weight: 100;
}
.leftmenu ul {
    list-style-type: none;
    padding: 0 0 10px 0;
}
.leftmenu ul li p, .rightmenu ul li p {
    border-top: 1px dotted #aaa;
    border-bottom: 1px dotted #aaa;
    margin:0px;
    padding:0;
}
.rightmenu {
    float: left;
    width: 250px;
    padding: 20px 20px 20px 20px;
    border-left: 1px dotted #aaa;
}
.rightmenu h2 {
    border-bottom: 1px dotted #aaa;
    padding: 10px 0 5px 0;
    margin-bottom: 10px;
    color: #229be1;
    font-size: 16px;
    font-weight: 100;
}
.rightmenu ul {
    list-style-type: none;
    padding: 0 0 10px 0;
}
.footer {
    margin-top: 20px;
    margin-bottom: 60px;
    border-top: 1px dotted #aaa;
    font-size: 11px;
    text-align: center;
    padding: 10px 0 10px 0;
    clear: both;
}
.footer a {
}
.footer a:hover {
}
h2.emphasis {
    color:#eba774;
}
ul.emphasis li a {
    color:#9c6f4d;
}
#err_page {
    text-align: center;
    margin-top:10em;
}
table.iridologie {
    margin-top: 3em;
    border-collapse: collapse;
    border: 10px solid black;
    width: 100%;
}
table.iridologie tr {
    background-color:black;
}
table.iridologie td {
    background-color:black;
    padding: 15px;
}
p.pas_cnl {
    margin-top: 4em;
}
table.equiv_therap {
    border-collapse: collapse;
/* font-size: 10px; */
    margin-bottom: 4em;
}
table.equiv_therap th, table.equiv_therap tr td, table.equiv_therap tr {
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    text-align: center;
    width:200px;
}
/*
  nth-child is a css3 pseudo-class that is currently not supported by ie7 and ff3.05
  It is also not recognized by the w3 validator :( http://jigsaw.w3.org/css-validator/validator ):
 */
table.equiv_therap tbody tr:nth-child(2n+1) {
    background: #CCF5C2;
    color: inherit;
}
table.equiv_therap tbody tr:nth-child(2n) {
    background: transparent;
    color: inherit;
}
table.equiv_therap th {
    border-bottom: 1px solid black;
}
.even {
    background: transparent;
    color: inherit;
}
.odd {
    background: #CCF5C2;
    color: inherit;
}
.ou {
    /*color:#1871a4;*/
    color: #229be1;
    font-weight: 100;
}
