body {
    background-image: url('/img/background.jpg');
    background-repeat: repeat-x;
    background-color: #6B0000;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

body,td {
    font-size: 10pt;
    font-family: Arial, Verdana;
    color: #000000;
}

img {
    border: 0px;
}

img.border {
    border: 1px #FF0000 solid;
}

h4 {
    font-size: 11px;
    color: #880000;
}

#page {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 760px;
    background-image: url('/img/background_main.jpg');
    background-repeat: repeat-y;
}

#pubSky {
    position: absolute;
    top: 282px;
    left: 50%;
    margin-left: 376px;
    z-index: 100;
}

#header #part3 { position: relative; top:-48px; left:0px; }

#shadowleft {
    position: relative;
    margin: 0px 0px -392px 0px !important;
    margin: -17px -10px -412px 0px;
}
#shadowright {
    position: relative;
    margin-top: -48px !important;
    margin-top: -62px;
    margin-left: 750px;
    margin-bottom: -392px;
}

#menu {
    position: absolute;
    margin-left: 21px;
    width: 166px;
    text-align:center;
}
#menu_new {
    float: left;
    margin-left: 21px !important;
    margin-left: 11px;
    width: 166px;
    text-align:center;
}

#menu #categ {
    background-image: url('/img/menu_background.jpg');
    background-repeat: repeat-y;
    border-bottom: 1px solid #FF0000;
    text-align: center;
}

#menu ul {
    list-style: none;
    list-style-image: none;
    width: 160px;
    text-align: left;
    padding: 0px 0px 0px 6px;
    margin: 10px 0px 10px 0px;
}
#menu li {
    background-image: url('/img/puce_red.jpg');
    background-repeat: no-repeat;
    background-position: 0px 2px;
    padding: 2px 0px 2px 22px;
    margin: 0px;
    font-weight: bold;
    color: #FFFFFF;
}
#menu a {
    color: #FFFFFF;
    text-decoration: none;
}
#menu a:link { color: #FFFFFF; text-decoration: none; }
#menu a:visited { color: #FFFFFF; text-decoration: none; }
#menu a:hover { color: #DDDDDD; text-decoration: underline; }

#main {
    margin-left: 194px;
    width: 547px;
    margin-top: 16px;
}

#search {
    position: absolute;
    top: 220px;
    width: 740px;
    text-align: right;
}
input {
    border: 1px #7F7F7F solid;
    width: 200px;
    margin: 2px 0px 0px 0px;
    height: 23px;
}

#bottom {
    margin-top: 20px;
    clear: both;
}

#copyright {
    color: #AA8888;
    font-size: 11px;
}
#copyright a {
    color: #AA8888;
    text-decoration: none;
}
#copyright a:hover {
    text-decoration: underline;
}

.ok {
    margin: 2px 0px 0px 0px !important;
    margin-bottom: 1px;
    width: 24px;
    height: 21px;
    vertical-align: bottom;
}

.right {
    float: right;
}

.center {
    text-align: center;
}

.left {
    float: left;
}

.box_title {
    background-image: url('/img/videos_top.gif');
    background-repeat: no-repeat;
    background-color: #AA0000;
    width: 515px !important;
    width: 547px;
    height: 20px;
    color: #FFEA00;
    text-align: center;
    padding: 0px 16px 0px 16px;
    line-height: 20px;
    overflow: hidden;
}
.box_title h3 {
    font-size: 13px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}
.box_title a { color: #FFEA00; text-decoration: none; }
.box_title a:link { color: #FFEA00; text-decoration: none; }
.box_title a:visited { color: #FFEA00; text-decoration: none; }
.box_title a:hover { color: #FFEA00; text-decoration: none; }

.box {
    background-color: #FFE0D1;
    border-bottom: 1px solid #FF0000;
    border-right: 1px solid #FF0000;
    border-left: 1px solid #FF0000;
    font-size: 10pt;
}
.box_bottom {
    margin-bottom: 16px;
}
.box img {
    margin: 4px 3px 4px 3px;
}
.box .description {
    margin: 0px 6px 0px 6px;
    text-indent: 10px;
    text-align: justify
}
.box .download {
    text-align: center;
    font-weight: bold;
    margin: 8px 0px 8px 0px;
}
.box a {
    color : #BB0000;
    text-decoration: underline;
}
.box a:link { color: #BB0000; text-decoration: underline; }
.box a:visited { color: #880000; text-decoration: underline; }
.box a:hover { text-decoration: none; }

.box .right {
    border-left: 1px solid #FF0000;
    border-top: 1px solid #FF0000;
    height: 230px;
    overflow: hidden;
    padding: 0px 4px 0px 2px;
}

.box .left {
    float: none;
    border-top: 1px solid #FF0000;
    height: 230px;
    overflow: hidden;
    padding: 0px 0px 0px 2px;
}

.box .border {
    border: 0px;
    border-top: 1px solid #FF0000;
}

.box h4 {
    padding: 4px 0px 0px 12px;
    margin: 0px;
    color: #BB0000;
    text-decoration: underline;
}

.pages {
    text-align: left;
    margin-bottom: 10px;
    font-size: 12px;
}

.pages a {
    color: #000000;
    text-decoration: underline;
}
.pages a:link { color: #000000; text-decoration: underline; }
.pages a:visited { color: #000000; text-decoration: underline; }
.pages a:hover { color: #000000; text-decoration: none; }

.pages a.actual {
    font-weight: bold;
    text-decoration: none;
}
.pages a.actual:link { text-decoration: none; }
.pages a.actual:visited { text-decoration: none; }
.pages a.actual:hover { text-decoration: none; }

