body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
}
#global {
     position:absolute;
     left: 50%; 
     top: 40px;
     width: 980px;
     margin-left: -490px; /* moitié de la largeur */
     border: 1px solid #333;
     }
#logo {
    position:absolute;
    left: 50%; 
    top: 18px;
    width: 980px;
    margin-left: -490px; /* moitié de la largeur */
    border: 0px;
	height: 18px;
	background-color: #FFF;
}
#menu {
    position:absolute;
    left: 50%; 
    top: 20px;
    width: 980px;
    margin-left: -490px; /* moitié de la largeur */
    border: 0px;
	height: 18px;
	background-color: #FFF;
	text-align: right;
}
#bigpicture {
	text-align: center;
	background-color: #FFF;
	height: 560px;
	margin-top:5px;
	margin-bottom:5px;
}
#scrollable1 {
	float: left;
	width: 980px;
	height: 120px;
	overflow: hidden;
	white-space: nowrap;
	text-align:left;
	display: inline;
}
#scrollable1 div {
}

/* horizontal track */
#sliderbar {
	clear: both;
	width: 980px;
	height: 12px;
	margin-top: 10px;
	background-color:#ccc;
	background-image:url(../images/fond_scroll.gif);
	background-repeat:repeat-x;
}

/* horizontal track handle */
#handle2 {
	width: 20px;
	height: 12px;
	background-color: #FFF;
	cursor: move;
	background-image:url(../images/tracker.gif);
	background-repeat:no-repeat;
}

/* scrollable div area */
#scrollable2 {
	float: left;
	width: 284px;
	height: 184px;
	padding: 8px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	overflow: hidden;
	white-space: nowrap;
}
}
ul {
	list-style:none;
	padding: 0px;
	margin: 0px;
}
li {
	display:inline;
	margin-right: 10px;
}#global #bigpicture table tr #td25 p u {
	color: #666;
}
#global #bigpicture table tr #td25 h1 {
	font-size: 14px;
	color: #666;
}
#global #bigpicture table tr #td p strong {
	color: #666;
}
#global #bigpicture table tr td p a {
	color: #666;
}

