/* region Cleaning bad html (July 2016) */

body {
    color: #C8D2DA;
    background-color: black;
    padding: 12px 20px 20px 20px;
    font-size: 13pt;
}

a, a:visited, a:hover {
    color: #C8D2DA;
    text-decoration: underline;
}

p {
    font-size: 13pt;
    line-height: normal;
}

h1, h2, h3, h4, h5, h6, p, a {
    font-family: "Times New Roman", "Times", serif;
}

/* endregion */

.titre {
    text-align: center;
    margin: 16px;
}

#menu_index a {
    font-size: 90%;
}

#menu, #menu_index {
    margin: auto;
    text-align: center;
    font-family: "Times New Roman", "Times", serif;
}

#menu a, #menu_index a {
    /*text-decoration: none;*/
}

#menu a:hover, #menu_index a:hover {
    /*text-decoration: underline;*/
}

#menu .current_tab a, #menu .current_tab {
    font-weight: bold;
    text-decoration: none;
}

#menu .tab, #menu .current_tab {
    display: inline;
}

#menu_bas a:visited {
    color: #C8D2DA;
}

.justified_paragraph {
    text-align: justify;
    width: 800px;
    line-height: 14pt;
}

/* region PAGE OLI FILMS */

#titres_films {
    text-align: center;
    margin-bottom: 30px;
}

.movie_title {
    font-size: 20pt;
    font-style: italic;
    font-weight: bold;
}

.old_movie_title {
    font-size: 14pt;
    font-style: italic;
    font-weight: bold;
}

.small_link {
    font-size: 11pt;
}

.fiche_technique {
    font-size: 11pt;
    margin-top: 16px;
}

/* enregion */

/* region PAGE VIDEOS */

#frame_videos {
    margin-top: 5px;
    width: 65%;
    text-align: center;
}

#header_video {
    width: 65%;
}

#titre_video {
    margin-right: 2px;
    text-align: right;
    font-size: 25pt;
    font-family: "Times New Roman", "Times", serif;
}

#menu_videos {
    margin-right: 2px;
    margin-top: 5px;
    float: right;
    padding-right: 5px;
    padding-left: 5px;
    text-align: right;
    border: 1px solid white;
}

#menu_videos ul {
    padding: 0px;
    list-style-image: url("images/separation.gif");
    list-style-position: inside;
}

#menu_videos a {
    text-decoration: none;
}

#menu_videos a:hover {
    text-decoration: underline;
}

#commentaire_video {
    margin: auto;
    width: 79%;
}

#boite_footer {
    width: 65%;
}

fieldset
{
    margin: 10px 0px 15px 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 840px;
}

/*endregion*/

