table#deroulant {
	clear: both;
	height: 115px;
	width: 700px;
	border-spacing: 0;
	border:1px solid #000099;
	margin-top: 10px;
	background-color: #CCCCCC;
}

table#deroulant td.navigation {
	width: 35px;
	padding:5px;
}

div#liste {
	width: 620px;
	overflow: hidden;
}

table#portfolio {
	padding: 0;
	margin: 0;
	border-spacing: 0;
	height: 100px;
	background-color: #CCCCCC;
}

table#portfolio a img {
	border: none;
	margin: 0 5px;
}

div#zoom{
	position:absolute;
	height:0;
	width:610px;
	overflow:hidden;
	background-color:#CCCCCC;
	text-align:center;
	padding:0;
	margin-top:20px;
	left: auto;
	top: 820px;
	margin-right: 50px;
	margin-bottom: 0;
	margin-left: 50px;
	right: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000099;
	border-right-color: #000099;
	border-bottom-color: #000099;
	border-left-color: #000099;
}
div#zoom img{
	margin: 0px;
	padding: 3px;
}
div#zoom a,div#zoom a:link,div#zoom a:hover,div#zoom a:active,div#zoom a:visited{
	position:relative;
	top:0;
	left:0;
	display:block;
	height:16px;
	width:66px;
	text-align:left;
	padding:2px;
	margin-left:540px;
	text-decoration:none;
	color:#000099;
	font-family:arial;
	margin-top: 0px;
}
