body {
    margin: 0;
    padding: 0;
    font-family: 'PT Sans';
    background: #eee;
    color: #333;
    overflow: scroll;
}
::-moz-selection { /* Code for Firefox */
    background: yellow;
}
::selection {
    background: yellow;
}
a,a:hover, a:active, a:focus {
    outline: 0;
    text-decoration: none;
}
.film .casting {
    font-size: 16px;
}
.film .casting .header{
    text-transform: uppercase;
    color: #281a29;
}
.film .casting .header,.film .casting .description{
    line-height: 1.5em;
}
.film .casting a{
    text-decoration: none;
}
.film .texte p {
    font-size: 20px;
    line-height: 2em;
    text-align: justify;
    margin: 0;
    padding: .5em 0;
    text-indent: 2em;
}
.film .texte p b{

}
.film .texte p i{
    background: #ddd;
    padding: 2px 5px;
}
.milieu960 {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 20px;
    padding-bottom: 50px;
}
.film{
    padding-bottom: 50px;
}


.milieu960 h2 {
    border-bottom: solid 2px #ddd;
    text-align: center;
    margin-bottom: 20px;

}
.milieu960 h2 span {
    background: none repeat scroll 0 0 #eee;
    font-family: 'Pt Sans Narrow';
    padding : 0 1em;
    position: relative;
    top: 0.7em;
    font-size: 1.5vw;
    color: #ccc;
    font-weight: 700;
    text-transform: uppercase;
}
.header h1{
    text-align: center;
    font-family: 'Yesteryear', cursive;
    font-size: 100px;
    font-weight: normal;
    line-height: .8em;
    color: #281a29;
    margin: 0;
    margin-top: 50px;
    margin-bottom: 10px;
}
.header h2{
    border-top: solid 1px #ddd;
    width: 320px;
    margin: 0 auto;
    text-align: center;
}
.header h2 span {
    background: none repeat scroll 0 0 #eee;
    font-family: 'Pt Sans Narrow';
    padding : 0 .5em;
    position: relative;
    top: -20px;
    font-size: 24px;
    color: #281a29;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 14px;
}
.header .icones{
    width: 320px;
    margin: 0 auto;
    text-align: center;
}
.header .icones .item {
    width: 50px;
    text-align: center;
}
.banniere {
    position: absolute;
    width: 100%;
    max-width: 960px;
    height: auto;
    z-index: 3;
}
#loader{z-index: 4}
#loader img{max-width: 100%;height: auto}
.fausse-banniere{width: 100%;max-width: 960px;height: auto;margin: auto 0}
#milieu960{display:none;}
.rideau{position:absolute;width:100%;height:100%;background:#eee;z-index:2;}

