/**** Reset Styles ****/
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, cite, a, abbr, acronym, address, em, strong, img, dl, dt, dd, ol, ul, li, form, fieldset, legend, label, table, caption, tbody, tfoot, thead, tr, th, td { padding: 0; border: 0; outline: 0; margin: 0; font-size: 1.0em; font-weight: inherit; font-family: inherit; font-style: inherit; vertical-align: baseline; }
ol, ul { list-style: none; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }

body {
	font-family: "Century Gothic", "Trebuchet MS", "Arial", sans-serif;
	background: #6b6b6b;
	font-size: 12pt;
}

#main {
	color: white;
	width: 1000px;
	margin: 50px auto 0px auto;
	border: 0px solid green;
}

#card {
	width: 1000px;
	height: 552px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url('../images/bg.gif') top repeat-y;
}

#btop {
	width: 981px;
	height: 10px;
	margin: 0px 0px 0px 19px;
	padding: 0px 0px 0px 0px;
	background: url('../images/shd_top.gif') top repeat-x;
}

#btop .cr {
	float: right;
	margin: 0px 0px -9px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px solid red;
	z-index: -1;
}

#btop .cl {
	float: left;
	margin: 0px 0px -9px -19px;
	padding: 0px 0px 0px 0px;
	z-index: -1;
}

#bbottom {
	width: 1000px;
	height: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url('../images/shd_bottom.gif') top repeat-x;
}

#bbottom .cr {
	position: relative;
	top: -9px;
	left: 958px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px solid red;
}

#bbottom .cl {
	position: relative;
	top: -9px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#foot {
	width: 940px;
	height: 30px;
	margin: 0px auto;
	padding: 0px 20px;
	color: #404040;
	font-size: 10pt;
}

#foot #copyright {
	float: left;
}

#foot #languages {
	float: right;
}

#foot #languages .language {
	cursor: pointer;
	color: #303030;
}

#foot #languages a {
	color: #303030;
	text-decoration: none;
}

#foot #languages a:hover {
	color: #303030;
	text-decoration: underline;
}

#card #title {
	position: relative;
	top: 10px;
	left: 40px;
	width: 341px;
	height: 114px;
	cursor: pointer;
}

#card #bg_contents {
	float: right;
	width: 522px;
	height: 552px;
	margin: -134px 10px 0px 0px;
	padding: 0;
	background: no-repeat url('../images/silh_hard.jpg');
	z-index: 2;
}

#card #contents {
	float: right;
	width: 492px;
	height: 552px;
	margin: -552px 10px 0px 0px;
	padding: 0px 0px 0px 30px;
	background: no-repeat url('../images/silh_soft.jpg');
	z-index: 3;
}

#card #sep_line {
	float: right;
	width: 1px;
	height: 0px;
	margin: 225px 0px 0px 0px;
	background: white;
}

#card #menu {
	float: left;
	width: 400px;
	height: 128px;
	margin: 110px 0px 0px 60px;
	text-align: right;
	line-height: 24pt;
	font-size: 16pt;
}

#card #menu ul li {
	padding: 0px 120px 0px 0px;
	background: black;
	cursor: pointer;
}

#card #menu ul .current {
	background: black 298px 8px no-repeat url('../images/menu_sel.gif');
}

#card #menu ul li a {
	color: white;
	text-decoration: none;
}

#card #menu ul li a:hover {
	color: white;
	text-decoration: none;
}

#contents h2 {
	font-size: 14pt;
	margin: 20px 0px 5px 0px;
}

#contents strong {
	font-weight: normal;
}

#contents p {
	line-height: 16pt;
}

#contents .center {
	line-height: 16pt;
	margin-right: 40px;
	text-align: center;
}

#contents a {
	color: #cccccc;
	text-decoration: none;
}

#contents a:hover {
	color: #ffffff;
}

#contents .files {
	font-size: 14pt;
	line-height: 80px;
}

#contents .files img {
	margin: 0px 22px -14px 0px;
}

#contents .files .file_size {
	font-size: 10pt;
	font-style: italic;
}

#contents .galerie img {
	margin: 3px 3px;
	border: none;
}

#contents .galerie .portrait {
	margin: 3px 42px 3px 41px;
}

#contents .n {
	margin-left: 20px;
	list-style: decimal outside none;
}

#contents li {
	margin-bottom: 10px;
	padding-right: 15px;
}

#contents table {
	margin: 35px 15px 35px 0px;
	width: 460px;
	border-collapse: collapse;
	border: none;
}

#contents table tr {
	height: 25px;
}

#contents table .lib {
	text-align: right;
	padding-right: 3px;
}

#contents table .half {
	width: 140px;
	margin-right: 4px;
}

#contents table .full {
	width: 290px;
}

#contents table .ville {
	width: 206px;
	margin-right: 6px;
}

#contents table .cp {
	width: 45px;
	margin-left: 4px;
	margin-right: 4px;
}

#contents table .q {
	width: 25px;
	margin-right: 6px;
}

#contents .button {
	cursor: pointer;
}
