body {
background:#666;
}
div.iframebox {
    padding:20px;
    background:#FFF;
    margin:auto;
    width:400px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

    div.iframebox ul#files {
    list-style:none;
    padding:10px;
    background:#EEE;
    margin:0;

    }

    div.iframebox ul#files li {
        background:url("../images/fleche_orange.png") no-repeat left center;
        padding-left:20px;
        line-height:20px;
    }
    
        div.iframebox ul#files li a {
            color:#000;
            text-decoration:none;
        }
        div.iframebox ul#files li a:hover {
            font-weight:bold;
        }

    div.iframebox h1 {
    font-size:28px;
    font-weight:normal;
    }
    div.iframebox .w100p {
        width:100%;
    }
