/* CSS Document */
html {

}
body {
	margin: 0px;
	margin-top: 14px;
	background-color: #444444;
	background-image:url(../pics/fond.gif);
}
body,td,th {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	letter-spacing: 0em;
	
}
a  {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 0px;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
h1 {
	font-size: 10px;
	letter-spacing: 0.2em;
	margin-bottom: 15px;
	text-transform: uppercase;
	color: #658EAA;
	border-bottom: 1px solid #658EAA;
	font-family: "Times New Roman", Times, serif;
}


#container {
	width: 860px;
	text-align: left;
	}

#left{
	width: 180px;
	float:left;
	text-align: right;
	margin-top: 88px;
}
#left p {
	/*border-bottom: 1px solid #FFFFFF;*/
	padding: 4px;
	padding-right: 0px;
	margin: 0px;
}
#left a {
	text-transform: none;
	font-size: 10px;
	font-weight: normal;
}

#right {
	float: right;
}
#logo{
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: right;
	
}
#gallery{
	margin-top: 14px;
	width: 650px;
}

#gallery table {
	border-collapse:collapse;
	background-color: #FFFFFF;
}
#gallery td {
	border: 1px solid #444444;
	width:25%;
	text-align:center;
}
#gallery img {
	border:2px solid #FFFFFF;
	filter: progid:DXImageTransform.Microsoft.shadow(color=#cccccc,strength:2,direction:135);

	}
#detail{
	margin-top: 14px;
	width: 602px;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	text-align:center;
	padding:24px;
}

#detailadd{
	margin-top: 14px;
	width: 646px;
	background-color: #666666;
	text-align:center;
	padding:3px;
}

#detailxx img {
	border: 6px solid #FFFFFF;
	filter: progid:DXImageTransform.Microsoft.shadow(color=#cccccc,strength:4,direction:135);
}
#skipper{

	margin-top:15px;
}

#footer {
	clear:both;
}
