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

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

#titre {
	color:#44A;
	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;
}