/* CSS Document */
body {
	/* background:#FFFFEE; */
	/* background:#ECECEC; */
}

#bandeau {
	/* border-bottom:1px solid #AAAAAA; */
	width:833px;
	height:60px;
	margin:5px auto;
	background: url(../img/ppari.jpg) white;
	background-repeat:no-repeat;
}

#titre {
	color:#4A4;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:x-large;
	text-align:right;
}

#navigation {
	padding:0 8px;
	text-align:right;
	position: absolute;
	width:825px;
	top:50px;
	color:#44A;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
}

#navigation a {
	text-decoration: none;
	color: #555;
	padding: 1px;
	margin-bottom:3px;
}

#navigation a:hover {
	color:red;
}

#swf {
    text-align:center;
    border:1px solid #AAAAAA;
    width:833px;
    margin:0px auto;
}

#auteur {
    text-align:center;
    width:833px;
    margin:0px auto;
    padding-top:10px;
    font-weight:bolder;
    color:#555;
}

#legende {
    text-align:center;
    width:833px;
    margin:10px auto;
    padding:10px;
    border-top:1px solid #AAA;
    color:#666;
    font-size:smaller;
}