div#container {
    width: 1000px;
    margin: 0px auto;
}

div.showcase {
    float: left;
    width: 490px;
    height: 350px;
    background: #fff;
    margin-right: 20px;
    border: 1px solid #999;
    }

div.showcase ul.indexwork {
    margin: 0px;
    padding: 0px;
    }

div.showcase ul.indexwork li {
    float: left;
    padding: 4px 8px 4px 8px;
    list-style: none;
    }

div.showcase a.prevwork { float:left; padding:4px; }
div.showcase a.nextwork { float:left; padding:4px; }

div.showcase ul.layers {
    width: 490px;
    height: 320px;
    background: #FFF;
    }

    div.showcase ul.layers li {
        width: 450px;
        height: 260px;
        background: #fff;
        padding: 20px;
        }

    div.showcase ul.layers li { margin-right:5px; }

    div#showcase3 ul.layers li { margin-left:5px; margin-right:0; }

div#example {
    width: 1000px;
    background: #888;
    margin-bottom: 50px;
    }

div#example ul.indexwork {
    margin: 0px;
    padding: 0px;
    }

div#example ul.indexwork li {
    float: left;
    padding: 4px 8px 4px 8px;
    list-style: none;
    }

div#example a.prevwork { float:left; padding:4px; }
div#example a.nextwork { float:left; padding:4px; }

div#example ul.layers {
    width: 1000px;
    height: 460px;
    background: #FFF;
    }

    div#example ul.layers li {
        width: 1000px;
        height: 460px;
        background: #DDD;
        }
    div#example ul.layers li div.container { padding:20px; }

    div#example ul.layers li { margin-right:5px; }


br { clear:both; }

div#styleQuiPoste {
	position: absolute;
	top: 65px;
}

div#styleLastComment {
	position: absolute;
	left: 0;
	text-align: left;
	top: 95px;
}












