body {
	background: #000000;
	font-size: 12px;
	font-family: verdana, arial, sans-serif;
	color: #000000;
	font-weight: normal;
	margin: 0 0 0 0;
}

ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

li {
	list-style-position: outside;
	list-style: none;
	margin: 0px;
}

a {
	color: #000000;
	text-decoration: underline;
}


h1 {
	margin: 0px 0 5px 0px;
	font-size: 18px;
}

h2 {
	font-size: 14px;
	line-height: 16px;
	margin:5px 0 0 0;
}

p {
	line-height: 1.4;
	margin: 0 0 9px 0px;
}

img.screenshot {
	border: solid 1px #171717;
	margin: 5px 0 10px 0;
}

#pagination {
	margin: auto;
	text-align: right;
	margin: 10px 0 0 0;
	color: #ced0d1;
	font-weight: bold;
	font-size: 16px;
	white-space: nowrap;
}

#pagination a.page {
	color: #efe875;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}


#pagination a.page_sel {
	color: #000000;
	text-decoration: none;
	font-size: 18px;
}


#page {
	width: 960px;
	margin: 0 auto 0 auto;
	padding: 25px 0 0 0;
	position: relative;
	background: #ffffff url(../img/top-bg.gif) no-repeat top right;
}

#language {
	position: absolute;
	top: 50px;
	right: 30px;
	z-index: 1;
}

#main  {
	margin: 0px 0 0px 0px;
	padding: 0px 32px 0 32px;
	background: #ffffff;
}

#section {
	width: 485px;
	padding: 0 20px 0 0;
	float: left;
	/*overflow: hidden;*/
}

#sidebar {
	width: 380px;
	float: left;
}

#sidebar .separator {
	background: url("../img/separator.gif") repeat-y;
	padding: 0 0 0 55px;
}

#header {
	margin: 0px 0 0 0;
	position: relative;
	z-index: 0;
	height: 350px;
}

#menu {
	margin: 0 auto 0 auto;
	width: 760px;
}

#menu li {
	list-style: none;
	float: left;
	height: 45px;
	overflow: hidden;
}

#menu li a.nouvelles {
	width: 183px;
	height: 45px;
	display: block;
	background: url(../img/btn-nouvelles.gif) no-repeat;
}

#menu li a.nouvelles_l2 {
	width: 183px;
	height: 45px;
	display: block;
	background: url(../img/btn-nouvelles_l2.gif) no-repeat;
}

#menu li a.evenements {
	width: 168px;
	height: 45px;
	display: block;
	background: url(../img/btn-evenements.gif) no-repeat;
}

#menu li a.evenements_l2 {
	width: 168px;
	height: 45px;
	display: block;
	background: url(../img/btn-evenements_l2.gif) no-repeat;
}

#menu li a.soirees {
	width: 120px;
	height: 45px;
	display: block;
	background: url(../img/btn-soirees.gif) no-repeat;
}

#menu li a.soirees_l2 {
	width: 120px;
	height: 45px;
	display: block;
	background: url(../img/btn-soirees_l2.gif) no-repeat;
}

#menu li a.archives {
	width: 134px;
	height: 45px;
	display: block;
	background: url(../img/btn-archives.gif) no-repeat;
}

#menu li a.apropos {
	width: 151px;
	height: 45px;
	display: block;
	background: url(../img/btn-apropos.gif) no-repeat;
}

#menu li a.apropos_l2 {
	width: 151px;
	height: 45px;
	display: block;
	background: url(../img/btn-apropos_l2.gif) no-repeat;
}

#menu li a:hover {
	background-position: 0px -45px;
}


.news {
	padding: 0px 0 0px 0;
	line-height: 1.4;
	margin: 0 0 30px 0;
	background: url(../img/title-bg.gif) no-repeat;
}

.news h1{
	font-family: courier, "courier new", verdana, arial;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 30px;
	color: #ffffff;
	
}

.archives {
	background: #ffffff;
}

.archives h1 {
	font-family: courier, "courier new", verdana, arial;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 20px;
	color: #ffffff;
	margin: 10px 0 2px 0;
	padding: 0;
}

.news h1 span, .archives h1 span, .news h2 span {
	background: #000000;
	padding: 2px 4px 0 4px;
	letter-spacing: 1px;
}

.news h2 {
	font-family: courier, "courier new", verdana, arial;
	font-size: 14px;
	font-weight: normal;
	line-height: 10px;
	color: #ffffff;
	padding: 0 0 20px 0;
	margin: 0px 0 0 0;
}

.news h3 {
	text-transform: normal;
	font-style: italic;
	font-size: 12px;
}

.pub {
	margin: 15px 0 0px 0;
}


.album {
	position: relative;
	margin: 0 0 30px 10px;
	padding:0 0 0 60px;
	width: 304px;
	min-height: 300px
}

.album .photo {
	border: solid 2px #fff600; 
	margin: auto;
	
	/*width: 476px;*/
}

.album .detail {
	font-size: 14px;
	text-align: center;
	background: #fff600;
	padding: 0 0px 3px 0;
	width: 304px;
	font-weight: bold;
	font-family: courier, "courier new", verdana, arial;
}

.next
{
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 364px;
	background: url(../img/btn-next.gif) no-repeat;
	width: 61px;
	height: 300px;
	cursor: pointer;
}

.previous
{
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	background: url(../img/btn-previous.gif) no-repeat;
	width: 61px;
	height: 300px;
	cursor: pointer;
}

.tracker {
	text-align: right;
	color: #000000;
	font-family: courier, "courier new", verdana, arial;
	font-size: 14px;
	font-weight: bold;
}

.tracker span {
	background: #fff600;
}

.tonight {
	margin: 0 0 2px 0;
}

.poster, .poster_soiree {
	background: url("../img/poster-night-bg.gif") no-repeat;
	width: 330px;
	height: 212px;
	padding: 19px 2px 0 2px;
}

.poster_soiree img {
	width: 330px;
	height: 186px;
}

.event h1 {
	font-family: courier, "courier new", verdana, arial;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 14px;
	color: #ffed00;
}

.event h2 {
	font-family: courier, "courier new", verdana, arial;
	font-size: 13px;
	font-weight: normal;
	margin: 0px 0 0 0;
	line-height: 20px;
	color: #ffffff;
	
}

.event h1 span, .event h2 span {
	background: #000000;
	padding: 2px 4px 2px 4px;
	letter-spacing: 1px;
}

.night {
	padding: 0px 0 0px 0;
	margin: 0px 0 30px 0;
}

.night h1 {
	font-family: courier, "courier new", verdana, arial;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 22px;
	height: 44px;
	color: #ffffff;
	float: left;
	background: url(../img/title-bg-s.gif) bottom left no-repeat;
	
}

.night h1 span, .night h2 span {
	background: #000000;
	padding: 0 4px 0 4px;
	letter-spacing: 1px;
}


.mailinglist {
	padding: 0px 0 0px 0;
	margin: 0px 0 0px 0;
}

.mailinglist h1, .mailinglist h2 {
	font-family: courier, "courier new", verdana, arial;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 22px;
	padding: 2px 0 0 0;
	height: 43px;
	color: #ffffff;
	float: left;
	background: url(../img/title-bg-s.gif) bottom left no-repeat;
	
}

.mailinglist h2 {
	font-size: 18px;
	line-height: 20px;
	height: 35px;
}

.mailinglist h1 span, .mailinglist h2 span {
	background: #000000;
	padding: 0 4px 0 4px;
	letter-spacing: 1px;
}

.mailinglist .line {
	height: 30px;
}

.mailinglist input, .mailinglist textarea {
	padding: 6px;
	border: solid 1px #ffed00;
	color: #cccccc;
	font-family: courier, "courier new", verdana, arial;
	font-size: 12px;
	width: 225px;
	line-height: 12px;
	margin: 0px 2px 0 0;
	float: left;
}

.mailinglist .btn_subscribe {
	float: left;
	padding: 0 7px 0 7px;
	color: #000000;
	height: 27px;
	background: #ffed00;
	font-size: 10px;
	line-height: 26px;
	text-decoration: none;
}

a.highlight {
	background: #08c0a8;
	color: #ffffff;
	padding: 0 4px 0 4px;
}

a.highlight:hover {
	background: #2ddbc1;
	color: #ffffff;
	padding: 0 4px 0 4px;
}

.zoom {
	position: absolute;
	text-align: right;
	z-index: 1000;
	border: solid 1px #000000;
}

.zoom .controls a {
	color: #000000;
	background: #ffed00;
	font-weight: bold;
	padding: 2px 4px 2px 4px;
	font-family: courier, "courier new", verdana, arial;
	font-size: 18px;
	text-decoration: none;
}


.colored {
	color: #e33434;
	font-size: 14px;
}

#footer {
	padding: 0px 0px 10px 0px;
	text-align: center;
	font-size: 20px;
}

#footer a, #header a {
	color: #222222;
}

#footer .colored {
	color: #222222;
	font-size: 20px;
}

/* validation style */
	.alert {
		font-weight: bold;
		padding: 5px;
		margin: 0px 0 5px 0;
		background: #ffffff;
		border: dashed 1px #cccccc;
	}
	
	.error_code {
		margin: 2px 8px 2px 0px;
		height: 14px;
		width: 16px;
		float: left; 
		border: solid 0px #cccccc;
	}
	
	.error_message {
		line-height: 18px;
		margin:3px 0 3px 20px;
		height: 20px;
		color: #444444;
	}
