
body {
    position: relative;
}

.header {
    width: 1000px;
    margin: auto;
}

.menu-top {
    margin: auto;
    width: 1000px;
    height: 18px;
    border-bottom: solid 1px #333;
}

.menu-top li {
    float: left;
    width: 100px;
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    height: 18px;
    background-repeat: no-repeat;
    background-image: url("../images/fond-bt.gif");
    margin-right: 10px;
}

.menu-top a {
    height: 20px;
    color: #ffffff;
    text-decoration: none;
}

.menu-top a:hover {
    height: 20px;
    color: #cccccc;
    text-decoration: none;
}

.main {
    width: 1000px;

    background-color: #ffffff;
    margin: auto;
}

.footer {
    margin: auto;
	margin-bottom:40px;
	margin-top:40px;
    width: 1000px;
    text-align: right;
    color: #cccccc;
    font-size: 10px;
}

/* BOOK */
#slideShow {
	margin-top:40px;
}

/*PROFIL*/
.photo {
	float:left;
	margin:40px;
}
.profil {
	width:650px;
	float:left;
	margin:40px;
	text-align:left;
	line-height:22px;
}
