/* CSS Document */

body {
color: #660000;
background-color: #FFCCCC;
background-image: url("colmenu.png");
background-position: left;
background-repeat: repeat-y;
position: absolute;
}

#maison {
position: fixed; 
top: 40px; 
left: 0; 
width: 192px; 
height: 144px;
}

#page {
position: relative;
font-size: 13px;
font-family: Trebuchet MS, sans-serif;
text-align: justify;
margin-left: 242px;
/margin-left: 240px;
width: 700px;
top: 20px;
/top: 30px;
}

#page ul, #page li {
list-style-type: none;
text-align: center;
} 

#menu {
position: fixed;
overflow: auto;
margin-top: 140px;
/margin-top: 160px; 
margin-left: -32px;
width: 212px;
top: 50px;
left: 0;
font-family: "Monotype Corsiva";
font-size: 22px;
font-weight: bold;
text-align: center;
}

#menu ul, #menu li {
list-style-type: none;
} 

#menu ul ul {
display: none;
font-size: 16px;
font-weight: 500;
line-height: 18pt;
margin-left: -42px;
/margin-left: -2px;
}

#menu li:hover ul.niveau2 {display:block;}

a {text-decoration: none}

a:link, a:visited, a:hover, #menu li {
color: #990033;
}

strong {
color: #330000;
font-size: 13px;
}

.rouge {
color: #FF0000;
font-size: 14px;
font-weight: bold;
}

blockquote {
font-style: italic;
}

.en-tete {
text-decoration: underline;
}

.num_generation_haut {
position: relative;
margin-left: 150px;
font-size: 15px;
font-weight: bold;
font-style: italic;
color: #330000;
}

.num_generation_gauche {
position: absolute;
top: 40%;
/top: 30%;
font-style: italic;
}

.num_generation_gauche_a {
position: absolute;
left: 0;
top: 36%;
/top: 26%;
}

.num_generation_gauche_b {
position: absolute;
left: 0;
top: 32%;
/top: 16%;
}

.num_generation_gauche_c {
position: absolute;
top: 32%;
/top: 30%;
font-style: italic;
}

#table {
position: center;
}

h1, h2, h3 {
font-family: Georgia, serif;
font-weight: bold;
font-style: italic;
color: #006600;
}

h1 {
font-size: 26px;
margin-bottom: 0;
/margin-bottom: 15px;
}

h2 {
font-size: 20px;
margin-top: 32px;
margin-bottom: 32px;
}

h3 {
font-size: 16px;
font-weight: normal;
color: #330000;
margin-bottom: 35px;
}

td {
font-weight: normal;
height: 16px;
color: #660000;
}

#retour_haut {
position: center;
margin-left: 350px;
}