/* @override http://www.valletoux.com/design/css/filmographie.css */

body {
        background: #fff;
        color: #555;
        font-size: 12px;
        }

    span.titre {
        font-weight: bold;
        }
    
    h1 {
        color: #888;
        font-size: 18px;
        font-weight: normal;
        }
    
    h1.titre {
        font-size: 24px;
        text-align: center;
        }
        
    a {
        float: left;
        color: #C00;
        padding: 0;
        margin: 0;
        }

    div#lien a {
        float: none;
        color: #C00;
        padding: 0;
        margin: 0;
        }

    div#container {
        padding: 25px;
        }

    li {
        padding: 5px 0 0 15px;
        list-style: none;
        margin-bottom: 10px;
        }
    
    div#plateau {
        margin-top: 65px;
        }
    
    div#reportage {
        margin-top: 65px;
        }

    div#makingof {
        margin-top: 65px;
        }
    
    div#contact {
        text-align: center;
        }
    
    div#contact a {
        background: none;
        }
    
    p {
        line-height: 1.7em;
        text-indent: 15px;
        }

    form.impression {
        position: absolute;
        top: 65px;
        right: 35px;
        }
    
    #contact a {
		float: none;
		}

/*****************/
/** NAVIGATION  **/

div#nav {
	position: absolute;
	top: 120px;
	right: 200px;
	width: 200px;
	height: 80px;
}

html>body div#nav {
    right: 75px;
    }

ul.level1 {
    position: absolute;
    margin-top: -45px;
    }

ul.logo a {
    position: absolute;
    float: right;
    right: 0px;
    top: 3px;
    }
    
p.espace {
	display: none;
	color: #900;
	padding-top: 35px;
	}
