@font-face {
    font-family: Jura-Regular;
    src: url(Jura-Regular.otf);
}
@font-face {
    font-family: Jura-Light;
    src: url(Jura-Light.otf);
}
@font-face {
    font-family: Jura-Medium;
    src: url(Jura-Medium.otf);
}
@font-face {
    font-family: Jura-DemiBold;
    src: url(Jura-DemiBold.otf);
}
body {
    margin: 0px;
    background-color: white;
    font-family: 'Jura-Medium';
    font-size: 20px;
    color: #444444;
}
body.admin a{
    color: #ff6666;
}
body.admin a.article_link {
    color: #444444;
}
body.admin a.article_link:hover {
    color: #ff6666;
}
a {
    text-decoration: none;
    font-weight: bold;
    color: #0088aa;
    outline: none;
}
a:hover {
    text-decoration: underline;
}
div.header {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 60px;
    padding-left: 60px;
    background: url(bg.png) center repeat-x white;
    z-index: 2;
    text-align: center;
    white-space: nowrap;
}
div.header span.title {
    font-size: 48px;
    color: #aaaaaa;
    letter-spacing: 20px;
    background-color: white;
    text-transform: uppercase;
}
div.footer span.title {
    font-style: italic;
    color: #aaaaaa;
    background-color: white;
    margin-right: 50px;
}
div.footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    background: url(bg.png) center repeat-x white;
    z-index: 2;
    text-align: right;
    white-space: nowrap;
    height: 30px;
}
div.main {
    height: 100%;
    margin: 0px;
    padding-top: 60px;
    padding-left: 200px;
    padding-right: 20px;
}
div.menu {
    position: fixed;
    height: 100%;
    width: 156px;
    margin: 0px;
    padding-top: 60px;
    padding-left: 30px;
    background: url(bg2.png) right repeat-y white;
    left: 0px;
    z-index: 3;
}
ul.menulist {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
ul.menulist li {
    padding: 5px;
}
ul.menulist a {
    padding: 5px;
}

div.leftborder {
    position: fixed;
    background: url(bg.png) center repeat-y white;
    height: 100%;
    width: 22px;
    margin: 0px;
    left: 0px;
    padding-top: 50px;
    z-index: 3;
}
div.rightborder {
    position: fixed;
    background: url(bg.png) center repeat-y white;
    height: 100%;
    width: 20px;
    margin: 0px;
    right: 0px;
    padding-top: 50px;
    z-index: 3;
}
div.topright {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 29px;
    height: 41px;
    background: url(trbg.png) bottom left no-repeat white;
    z-index: 4;
}
div.bottomright {
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 29px;
    height: 26px;
    background: url(brbg.png) top left no-repeat white;
    z-index: 4;
}
div.topmenu {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 194px;
    height: 41px;
    background: url(tmbg.png) left bottom no-repeat white;
    z-index: 4;
}
div.bottommenu {
    position: fixed;
    bottom: 0px;
    left: 00px;
    width: 194px;
    height: 26px;
    background: url(bmbg.png) top center no-repeat white;
    z-index: 4;
}
div.menuheader {
    position: fixed;
    top: 32px;
    left: 26px;
    font-size: 42px;
}
.menusep {
    margin-top: 20px;
    margin-right: 32px;
}
.mhfa {
    font-size: 28px;
    position: relative;
    bottom: 2px;
}
.login {
    position: fixed;
    bottom: 30px;
}

.menu > a {
    padding: 5px;
    line-height: 30px;
}
.selected {
    border: solid 2px #0088aa;
    border-radius: 5px;
    background-color: #ddeeff;
}
div.dauphinois,
div.slashdot {
    width: 100px;
    padding: 5px;
}
div.article .title,
div.news .title {
    font-size: 24px;
    font-weight: bold;
}
div.article .title_nb,
div.news .title_nb {
    font-weight: normal;
    margin-right: 10px;
}
div.article .title_nb:after,
div.news .title_nb:after {
    content: '.';
}
div.article .subtitle,
div.news .subtitle {
    font-size: 12px;
}
div.article .content,
div.news .content {
    padding: 20px;
}
div.article .topics {
    position: absolute;
    text-align: right;
    right: 30px;
}
div.article .topic {
    position: relative;
    bottom: 30px;
}
div.article .image {
    float: left;
    padding-top: 20px;
    padding-right: 20px;
}
div.article .image object {
    max-height: 100px;
}
a.news_link,
a.article_link {
    color: #444444;
}
a.news_link:hover,
a.article_link:hover {
    color: #0088aa;
}
table.articles {
    font-size: 20px;
}
table.articles td {
    padding: 5px;
}

table.editor {
    width: 100%;
}
.edit_title {
    width: 100%;
    font-family: 'Jura-Medium';
    font-size: 24px;
    font-weight: bold;
}
.edit_link,
.edit_img,
.edit_content {
    width: 100%;
    font-size: 20px;
    font-family: 'Jura-Medium';
}
.edit_content {
    height: 500px;
    border-radius: 5px;
    border: solid 1px #cccccc;
    padding: 8px;
}
.editor {
    padding-right: 10px;
}
.editor td {
    padding-right: 10px;
}
.editor .col2 {
    width: 0px;
    vertical-align: top;
}
.edit_submit {
    width: 100%;
    font-weight: bold;
}

.external_link {
    font-size: 16px;
}
.action {
    margin-left: 20px;
}
#more_div {
    margin-bottom: 50px;
    text-align: center;
}
br.separator {
    clear: left;
}
hr.separator {
    margin: 30px 0px;
}
.youtube_frame {
    width: 100%;
    height: 75%;
    border-radius: 10px;
}
.youtube_container {
    margin: 20px 0px;
}
.youtube_title {
    text-align: center;
}
.youtube_icon {
    color: #ff0000;
    font-size: 16px;
}
.lastfm_icon {
    color: #ba0000;
    font-size: 16px;
}
.imdb_icon {
    color: #f5c518;
    font-size: 16px;
}
.search_icon {
    font-size: 24px;
    margin-left: 30px;
    margin-right: 10px;
}
input#search {
    width: 400px;
}
.youtube_search,
.lastfm_search,
.imdb_search {
    font-size: 32px;
    margin: 0px 5px;
}
div.youtube_result,
div.imdb_result,
div.lastfm_result {
    display: flex;
    margin-bottom: 20px;
}
div.video_title,
div.imdb_title,
div.lastfm_title {
    font-size: 16px;
    font-weight: bold;
    margin-left: 10px;
}
div.video_actions,
div.imdb_actions,
div.lastfm_actions {
    font-size: 32px;
}
div.video_actions a,
div.imdb_actions a,
div.lastfm_actions a {
    padding: 10px;
    vertical-align: bottom;
    line-height: 60px;
}
