/* Les frames */
body {
    background: #dcecdc;
}
img {
    border-style: solid;
    border-width: 0px;
    border-color: #dcecdc;
}
h1 {
    font-size: 19px;
    font-family: Verdana, serif;
    font-variant: small-caps;
    text-align: center;
}
h2 {
    font-size: 15px;
    font-family: Verdana, serif;
    text-align: left;
    text-decoration: underline;
}
a{
    font-weight: bold;
    color: #10c010;
}
a:visited {
    color: #10c010;
}
a:hover {
    background: #d0e0d0;
    color: #10c010;
}
a.menu {
    width: 100%;
    display: block;
    text-decoration: none;
    vertical-align: middle;
    font-weight: normal;
    color: #ecfcec;
}
a:hover.menu {
/*    text-decoration: underline overline;*/
    color: #80cf80;
    background: #ffffff;
}
a:visited.menu {
    color: #dcecdc;
}
a:visited:hover.menu {
    color: #80cf80;
}
dl {
}
dt {
    font-weight: normal;
    font-family: "Comic Sans MS", serif;
    font-size: 16px;
    color: #005000; 
    vertical-align: middle;
    height: 100%;
    width:100%;
    padding-left: 5px;
    padding-right: 5px;	
}
blockquote {
    font-family: "Courier", serif;
    border-style: solid;
    border-width: 2px;
    border-color: #000000;
    background: #ecfcec;
    padding-left: 5px;
    padding-right: 5px;	
}
div.browser {
    text-align: center;
}
#certif {
    font-size: 12px;
    position: absolute;
    width: 165px;
    height: 80px;
    padding: 0 0 0 0;
    top: 15px;
    bottom: auto;
    left: 10px;
    right: auto;
    background: #ecfcec;
    text-align: center;
}

#titre {
    position: absolute;
    width: 640px;
    height: 80px;
    padding: 0 0 0 0;
    top: 15px;
    bottom: auto;
    left: 180px;
    right: auto;
    background: #c5d0c5;
    background-image: url("../imgs/enigmes.png");
    vertical-align: middle;
    text-align: center;
}
#titre:hover {
    background: #80cf80;
    background-image: url("../imgs/enigmes.png");
}
#menu {
    position: absolute;
    width: 165px;
    height: auto;
    padding: 0 0 0 0;
    top: 105px;
    bottom: auto;
    left: 10px;
    right: auto;
    background: #80cf80;
    font-size: 12pt;
    vertical-align: middle;
}
#main {
    position: absolute;
    width: 640px;
    height: auto;
    margin: 0 0 0 0;
    padding: 15px 0px 15px 0px;
    top: 105px;
    bottom: auto;
    left: 180px;
    right: 0px;
    background: #f5fff5;
}
