/** Used for the transparent rounded corners **/
.top-left,.top-right {
   background-image: url('/images/corners-top');
   height: 20px;
   font-size: 2px;
}

.bottom-left,.bottom-right {
   background-image: url('/images/corners-bottom');
   height: 20px;
   font-size: 2px;
}

.top-left,.bottom-left {
   margin-right: 20px;
}

.top-right,.bottom-right {
   margin-left: 20px;
   margin-top: -20px;
}

.top-right {
   background-position: 100% 0;
}

.bottom-left {
   background-position: 0 -20px;
}

.bottom-right {
   background-position: 100% -20px;
}

/** Used for the transparent rounded corners **/
a:link {
   color: #1C4D97;
   text-decoration: none;
}

a:visited {
   color: purple;
   text-decoration: none;
}

a:active {
   text-decoration: underline;
}

a:hover {
   text-decoration: underline;
}

body {
   font: 75% Arial, sans-serif, Verdana, Helvetica;
   background-image: url(/images/background.png);
   background-repeat: repeat;
   color: black;
   margin-top: 3%;
   margin-bottom: 3%;
   text-align: center;
}

#layout {
   margin-left: auto;
   margin-right: auto;
   width: 700px;
   border: none;
   text-align: center;
}

#inside {
   text-align: center;
   margin-top: 0;
   margin-bottom: -1px;
   padding-bottom: 1px;
   padding-left: 25px;
   padding-right: 25px;
   background-color: white;
}

#header {
   border: none;
   margin-bottom: 30px;
}

#navigation {
   border: none;
   display: inline;
}

#content {
   padding-left: 20px;
   padding-right: 20px;
   background-color: white;
   text-align: left;
}

#footer {
   margin-top: 30px;
}

h1 {
   font-size: 150%;
   font-weight: bolder;
   line-height: 200%;
   text-align: center;
   margin-bottom: 2px;
}

h2 {
   font-size: 120%;
   font-weight: bold;
   text-align: center;
   line-height: 200%;
   margin-bottom: 2px;
}

h1+h2 {
   margin-top: +15px
}

h2+p {
   margin-top: -2px
}

h2.welcome {
   font-weight: normal;
   font-size: 120%;
   line-height: 150%;
   vertical-align: bottom;
}

h3 {
   font-size: 100%;
   font-weight: bolder;
   line-height: 200%;
   vertical-align: bottom;
   text-align: center;
}

h4 {
   font-size: 90%;
   font-weight: bold;
   line-height: 200%;
   vertical-align: bottom;
}

img {
   border: none;
   vertical-align: middle;
}

p {
   line-height: 130%;
   text-align: justify;
}

code {
   font-family: monospace;
   font-size: 110%;
   background-color: #ffffee;
}

pre {
   font-family: monospace;
   font-size: 110%;
   line-height: 120%;
   text-align: left;
   background-color: #ffffee;
   padding-left: 20px;
   padding-top: 10px
}

td.inside {
   background-color: white;
}

ul {
   line-height: 140%;
   list-style-position: outside;
   list-style-image: url(/images/icons/8/puce.png);
}

ul li li {
   list-style-image: url(/images/icons/8/puce2.png);
}

ol {
   line-height: 140%;
}

.index {
   line-height: 140%;
   text-align: center;
   margin-left: auto;
   margin-right: auto;
}

.welcome {
   font-weight: bolder;
   font-size: 150%;
}

.notes {
   text-align: left;
   font-size: smaller;
}

.notes h3 {
   text-align: left;
}

table.classic {
   font-size: 80%;
   text-align: left;
   margin-left: auto;
   margin-right: auto;
   margin-top: 5px;
   margin-bottom: 15px;
   clear: both;
}

table.classic th {
   color: white;
   font-size: 1.1em;
   font-weight: bold;
   background-color: #335a91;
   padding:4px;
   text-align: left;
}

table.classic td {
   background-color: #f9f9f9;
   vertical-align: top;
   padding:4px;
   text-align: left;
}

.jsr {
   display: inline;
   text-decoration: underline;
}

