html>body, body {
	margin:0;
	background: white;
	font-family: Tahoma;
	overflow:hidden;
}

a {
	color:red;
	text-decoration:none;
	font-size:16pt;	
}

a:hover {
	color:red;
	text-decoration:underline;
}

#main {
	position:absolute;
	top:50%;
	left:50%;
	margin:-300px auto 0 -500px;
	width:1000px;
	height:600px;
 	table-layout:fixed;
}

html>body #main {
/*	position:fixed;*/
	left:50%;
	top:50%;
	margin:-300px auto 0 -500px;
	width:1000px;
	height:600px;
	table-layout:fixed;
}

#logo {
	width:283px;
	height:148px;
}

#logo img {
	border:0px;
	width:343px;
	margin:20px 0px 0px 20px;
}

#title {
	text-align:center;
	vertical-align:bottom;
}

td.title_background {
	background: transparent url(/images/bg_title.gif) no-repeat;	
	background-position: bottom center;	
}

#title div {
	width:400px;
	height:30px;
	margin:0px auto;
	text-align:left;
	margin-top:-57px;
}

#title h1 {
	padding-top:8px;
	font-size:10pt;
	text-align:left;
	font-weight:normal;	
}

#empty_thumbs {
	width:150px;
}

#menu {
	background: url(/images/bg_menu.gif) no-repeat;
	background-position: 60px 45px;
	vertical-align:top;
	padding-top:55px;
	padding-left:95px
}

#menu a {
	color:black;
	font-weight:normal;
	font-size:10pt;
	letter-spacing:1px;
	padding:0;
	margin:0;
	line-height:17px;
}

#menu .here {
	color:#e1041a !important;
}

#texte {
	width:450px;
	font-size:10pt;
	line-height:24px;
}

#texte h3 {
	color:red;
	font-weight:normal;
	font-size:10pt;
	margin-bottom:0px;
}

#texte h2 {
	color:red;
	font-weight:normal;
	font-size:12pt;
}

#texte a {
	font-weight:normal;
	font-size:10pt;
	color:black;
}

#content img {
	margin-top:-50px;
}

#wrapper {
	height:60px;
}

#view_link {
	margin-left:500px;	
	margin-top:-60px;
}

#view_link img {
	cursor:pointer;
}

td#thumbs {
	text-align:right;
	padding-right:30px;
}

#thumbs a img {
	padding:7px 0px;
	border:0px;
}

#footer {
	border-top:3px solid red;
	height:5px;
}
