

* {
	margin:0;
	padding:0;
}

body {
	font:76% verdana, helvetica, sans serif;
	background:url(/images/background.jpg) #000 no-repeat;
	background-position:center;
	background-attachment:fixed;
	color:#fff;
	cursor:crosshair;
}

p{
	margin:0 0 15px 0;
	line-height:1.5em;
	text-align:justify;
}

a{
	text-decoration:none;
	color:#f9e38e;
	font-weight:bold;
}
a:hover{
	border:none;
	text-decoration:none;
}

h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
	font-weight:normal;
}

h1,h2,h3,h4,h5,h6 a:hover{
	text-decoration:none;
}

h1{
	margin:15px 0 5px 0;
	width:98%;
	font-size:1.2em;
	letter-spacing:-1px;
	color:#f8ba4e;
}

h2{
	color: #f9e38e;
	font-weight:bold;
	font-size:12px;
	padding:0 0 5px 0;
}

h3{
	color:#f9e38e;
	font-size:0.9em;
	letter-spacing:2px;
	margin:1em 0 1em 0;
	font-weight:bold;
}

h4{
	color:#fff;
	font-weight:bold;
	font-size:12px;
	margin:0 0 3px 0;
}

h5{
	font-weight:bold;
	color:#f8ba4e;
	font-size:1.2em;
	padding:5px 0 0 0;
}

h6{
	color:#fff;
	font-size:0.9em;
	margin:1em 0 1em 2em;
}

img{
	border:none;
}

a img{
	border:1px solid #000;
}

.no-contour a img{
	border:0;
	padding:25px 0 0 0;
}

.no-contour a:hover img{
	border:0;
}

a:hover img{
	border:1px solid #4d453b;
}

#titre-site{
	float:left;
	height:180px;
	width: 42%;
	color: #333;
	margin:-40px 0 0 15px;
	text-decoration:none;
	border:0 0 0 0;
}

#titre-site img{
	border:0;
}

#titre-site a{
	font-weight:normal;
	text-decoration:none;
	border:0 0 0 0;
}

#titre-site a:hover{
	text-decoration:none;
}

#menu{
	height:71px;
	padding-top:35px;
	padding-right:10px;
	text-align: right;
}

#menu a{
	margin:0;
	height:100px;
	padding:34px 15px 41px 15px;
	font-size:1.6em;
	font-weight:normal;
	letter-spacing:-1px;
	color:#f8ba4e;
}

#menu a:hover{
	color:#f9e38e;
}

#page{
	width:1000px;
	margin:0 auto;
	background:url(/images/bg-transparent.png);
	border-top:none;
	margin-top:55px;
	padding:25px;
}

#contenu{
	float:left;
	width:650px;
	margin:0 30px 0 15px;
}

td{
	padding:10px 15px 10px 0;
}

td.left{
	text-align:right;
	padding:10px 35px 10px 0;
}

p.left{
	text-align:right;
}

#sidebar{
	float:left;
	width:290px;
	text-align:justify;
	margin:-20px 0 0 0;
}

.current_page_item{
	color:#f9e38e;
	background:url(/images/curseur.gif) left no-repeat;
	display:block;
	padding-left:20px;
	margin:-2px;
	font-weight:normal;
}

.current_page_item:hover{
	color:#fdedb0;
	background:url(/images/curseur.gif) left no-repeat;
	text-decoration:none;
}

.link{
	color:#f9e38e;
	display:block;
	padding-left:20px;
	margin:-2px;
	font-weight:normal;
}

.link:hover{
	color:#fdedb0;
	background:url(/images/curseur.gif) left no-repeat;
	text-decoration:none;
}


#footer{
	clear:both;
	padding:100px 20px 12px 0;
	text-align:right;
	color:#4d453b;
	letter-spacing:-1px;
}

#footer a{
	color:#4d453b;
	font-weight:normal;
}

#footer span{
	color:#aaa;
	font-size:2em;
	letter-spacing:-2px;
}

/* SLIMBOX */

#lbOverlay {
	position:fixed;
	z-index:9999;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:#000;
	cursor:pointer;
}

#lbCenter, #lbBottomContainer {
	position:absolute;
	z-index:9999;
	overflow:hidden;
	background-color:#fff;
}

.lbLoading {
	background:#fff url(http://www.5h55films.com/images/slimbox/loading.gif) no-repeat center;
}

#lbImage {
	position:absolute;
	left:0;
	top:0;
	border:10px solid #fff;
	background-repeat:no-repeat;
}

#lbPrevLink, #lbNextLink {
	display:block;
	position:absolute;
	top:0;
	width:50%;
	outline:none;
}

#lbPrevLink {
	left:0;
}

#lbPrevLink:hover {
	background:transparent url(http://www.5h55films.com/images/slimbox/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right:0;
}

#lbNextLink:hover {
	background:transparent url(http://www.5h55films.com/images/slimbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family:Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size:10px;
	color:#666;
	line-height:1.4em;
	text-align:left;
	border:10px solid #fff;
	border-top-style:none;
}

#lbCloseLink {
	display:block;
	float:right;
	width:66px;
	height:22px;
	background:transparent url(http://www.5h55films.com/images/slimbox/closelabel.gif) no-repeat center;
	margin:5px 0;
	outline:none;
}

#lbCaption, #lbNumber {
	margin-right:71px;
}

#lbCaption {
	font-weight:bold;
}
