/* @group reset css */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, address, th, td { margin : 0; padding :0; }

h2, h3, h4, h5, h6 { font-size : 100%; font-weight : normal; }

ol, ul { list-style-type : none; }

table { border-collapse : collapse; border-spacing : 0; }

caption, th { text-align : left; }

fieldset, img { border : 0; }

dt, address, caption, cite, code, dfn, th, var { font-style : normal; font-weight : normal; }

q:before, q:after { content :''; }

:focus {
	outline: 0;
}
/* @end */

/* @group layout */

body {  
  background: #333 url(../images/background.jpg) repeat-y 50% 0;
	font-family: Helvetica, Arial, Verdana, sans-serif; 
	font-size: 75%;
	text-align: center;
	color: #ddd;
}

#wrapper {
	position : relative;
	background: #000 url(../images/header.jpg) no-repeat;
	margin: 0 auto;
	width: 980px;
	text-align: left;
}

#header {
  width: 980px;
  height: 300px;
}

#sidebar {
  float: left;
  margin: 0 50px;
  width: 250px;
	display: inline;          /* IE BUG FIX */
}

#content {
	float: right;
	width: 580px;
	margin-right: 40px;
	display: inline;          /* IE BUG FIX */
}

#footer {
  position: relative;
  clear: both;
  margin: 0;
  height: 250px;
  background: #000 url(../images/footer.jpg) no-repeat;
}

/* @end */

/* @group typography */

a {
  text-decoration: none;
  color: #6A9E97;
}

a:hover {
  text-decoration: underline;
}

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

h1 { font-size: 3em; line-height: 1; margin-bottom: 1em; }
h2 { font-size: 2.5em; margin-bottom: 0.1em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 0.5em; }
h4 { font-size: 1.4em; line-height: 1.25; font-weight: bold; }
h5 { font-size: 1.2em; font-weight: normal; }
h6 { font-size: 1em; font-weight: bold; }

p           { margin: 0 0 1.5em; line-height: 1.4; }
p.last      { margin-bottom: 0; }

ul, ol      { margin:0 1.5em 1.5em 1.5em; }
ul          { list-style-type: circle; }
ol          { list-style-type: decimal; }
dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

/* @end */

/* @group header */
  
  #header h1 a {
  	display: block;
  	height: 200px;
  	width: 500px;
  	text-indent: -9999px;
  }
  
  #search {
    float: right;
    margin-top: 10px;
    padding: 10px;
    background-color: #000;   
  }
  
  #search label {
    display: none;
  }
  
  #search input {
    float: left;
  }
  
  #search input#searchfield {
    background-color: #000;
    padding: 4px;
    margin-right: 10px;
    border: 1px solid #666;
    color: #ccc;
  }

/* @end */

/* @group sidebar */

  ul#nav {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  
  ul#nav li {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.25em;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 12px 0;
    padding-bottom: 12px;
    border-bottom: 1px dashed #15201e;
  }
  
  ul#nav li.last {
    border-bottom: 0;
  }
  
  ul#nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: transparent url(../images/bullet.gif) no-repeat center left;
    padding-left: 24px;
  }
  
  ul#nav ul {
    margin: 15px 0 5px 20px; 
    padding: 0;
    list-style-type: none;
  }
  
  ul#nav ul li {
    font-size: 0.9em;
    text-transform: lowercase;
    margin: 10px 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
  
  ul#nav ul li a:hover {
    background-image: none;
    padding-left: 0;
  }

  .snippet {
    position: relative;
    width: 150px;
    color: #666;
    margin-top: 20px;
  }
  
  .snippet p {
    font-size: 1.1em;
    background-color: #222;
    border: 1px solid #333;
    width: 150px;
  	position: absolute;
  	top: 0;
  	left: 120px;
  	text-align: center;
  	padding: 5px;
  	z-index: 2;
  	display: none;
  }

/* @end */

/* @group content */

  #content h2 {
    background: transparent url(../images/bullet.gif) no-repeat 0 0.25em;
    padding-left: 28px;
    color: #fff;
  }
  
  #content h2.actu {
    color: #D5E0CE;
    background-image: url(../images/bullet_actu.gif);
    margin-bottom: 3px;
  }
  
  #content h3 {
    clear: both;
    border-bottom: 1px solid #788257;
    color: #788257;
    padding-bottom: 3px;
    letter-spacing: 2px;
    margin-top: 10px;
  }
  
  #content h4 {
    color: #666;
  }
  
  #content h5 {
    color: #ffeab8;
  }
  
  #content table {
    width: 99%;
    margin-bottom: 25px;
  }
  
  #content td {
    padding: 5px;
    font-size: 1.2em;
    line-height: 1.4;
  }
  
  #content tr.uneven {
    background-color: #111;
  } 
  
  #content th {
    padding: 4px;
    background-color: #788257;
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
  }
  
  #content p, #content li {
    font-size: 1.3em;
    line-height: 1.5;
  }
  
  #content p.small, #content span.small {
    font-size: 12px;
    font-style: italic;
    color: #999;
  }
  
  #content p.subtitle {
    margin: 0 0 10px 0;
    padding-left: 28px;
    font-weight: bold;
    color: #fff;
  }
  
  #content strong {
    background-color: #222;
    padding: 2px;
    color: #fff;
  }
  
  #content strong a {
    color: #fff;
  }
  
  #content em {
    color: #EFE4B3;
  }
  
  #content div.illustration {
    float: left;
    width: 260px;
    margin: 5px 15px 0 0;
  }
  
  #content div.illustration img {
    border: 2px solid #fff;
    margin-bottom: 10px;
  }
  
  #content div.artist {
    float: left;
    width: 220px;
  }
  
  #content div.artist img {
    border: 2px solid #fff;
    margin: 5px 0 4px 0;
  }
  
  #content div.theme {
    text-transform: uppercase;
    font-size: 1.2em;
    letter-spacing: 1px;
    color: #65703A;
    margin: 4px 0;
  }
  
  #content div.showinfo {
    border: 1px solid #000;
    margin-bottom: 15px;
  }
  
  #content div.showinfo p {
    font-size: 1.4em;
    color: #fff;
  }
  
  #content div.showinfo p.date {
    color: #EDA553 ;
  }
  
  #content div.showinfo p.authors {
    color: #666;
    font-weight: bold;
    font-size: 1.3em; 
    line-height: 1.25;
  }
  
  #content div.credits {
    font-family: Courier, "Courier New", monospace;
    color: #888;
    border: 1px solid #333;
    padding: 10px;
    line-height: 1.3;
    clear: both;
  }
  
  #content div.credits p {
    font-size: 1em;
    line-height: 1.3;
    margin-bottom: 5px;
  }
  
  #content div.contextual {
    float: right;
    width: 150px;
    margin-left: 10px;
    margin-bottom: 10px;
    border: 1px solid #666;
    background-color: #444;
    text-align: center;
    padding: 10px 0;
  }
  
  #content div.contextual p {
    color: #fff;
    font-size: 1em;
  }
  
  #content div.contextual h4 {
    font-size: 1.2em;
    margin-bottom: 10px;
    padding: 2px 0;
    background-color: #777;
    color: #333;
  }
  
  #content div.download {
    clear: both;
    border: 1px solid #666;
    background: #444 url(../images/file.gif) no-repeat 1px 4px;
    padding: 5px 5px 5px 35px;
    margin: 10px 0;
  }
  
  #content div.download h4 {
    font-size: 1.2em;
    line-height: 22px;
    color: #999;
    margin-bottom: 0;
  }
  
  #content div.download h4 a {
    color: #fff;
  }
  
  #content div.download p {
    font-size: 1.2em;
    line-height: 1.3;
    margin-bottom: 0;
  }
  
  #slideshow {
    border: 1px solid #D5E0CE;
    height: 385px;
    width: 580px;
    margin-bottom: 25px;
  }
  
  #slideshow p.title {
    font-size: 1.5em; 
    line-height: 1;
    font-weight: bold;
    margin-bottom: 0;
  }
  
  #slideshow .slide {
    position: relative;
    width: 580px;
    height: 385px;
    background: transparent url(../uploads/anim.jpg) no-repeat center center;
  }
  
  #slideshow .slide .description {
    padding: 5px;
    background-color: #D5E0CE;
    color: #000;
  }
  
  #slideshow .slide .description a {
    color: #000;
  }
  
  #slideshow .slide .date {
    float: right;
    text-align: right;
    color: #65703A;
    font-weight: bold;
  }
  
  #slideshow .slide .link {
    position: absolute;
    background-color: #D5E0CE;
    top: 361px;
    height: 24px;
    line-height: 24px;
    width: 580px;
    text-align: right;
    color: #333;
  }
  
  #slideshow .slide .link a {
    margin: 0 5px;
    font-weight: bold;
    color: #277F73;
    text-decoration: none;
  }

/* @end */

/* @group form */
  
  #filter_form {
    margin: 0 0 25px 0;
    padding: 10px;
		border:solid 2px #EDA553;
		background: #FFEAB8 url(../images/filter.gif) no-repeat bottom left;
		color: #EDA553;
	}
	#filter_form legend {
	  color: #EDA553;
		font-size:1.4em;
		font-weight:bold;
		margin-bottom: 0;
	}
	#filter_form div.line {
	  margin-bottom: 15px;
		border-bottom:solid 1px #EDA553;
	}
	#filter_form label {
	  margin-top: 8px;
		display:block;
		clear: both;
		font-size: 1.3em;
		font-weight:bold;
		text-align:right;
		width:240px;
		float:left;
	}
	#filter_form .small {
		color:#999;
		display:block;
		font-size:1em;
		font-weight:normal;
		text-align:right;
		width:240px;
	}
	#filter_form input, #filter_form select {
		float:left;
		width:200px;
		margin:2px 0 20px 10px;
		padding:4px 2px;
		border:solid 1px #EDA553;
		font-size:1.1em;
		color: #666;
	}
	#filter_form button { 
		clear:both;
		margin-left:250px;
		width:105px;
		height:25px;
		background:transparent url(../images/button.gif) no-repeat;
		text-align:center;
		line-height:22px;
		color: #ea5e00;
		font-weight: bold;
		font-size: 12px;
		border: 0;
		cursor: pointer;
	}
	
	div.form-row {
  	margin: 15px 0;
  	clear: both;
  }

  div.form-row label {
  	display: block;
  	margin: 2px 0;
  	color: #ddd;
  	font-size: 1.3em;
  	font-weight: bold;
  }

  div.form-row input, div.form-row textarea, div.form-row select {
  	background-color: #eee;
  	font-family: Arial, Verdana, sans-serif;
  	font-size: 1.2em;
  }

  div.form-row input:focus, div.form-row textarea:focus {
  	background-color: #fff;
  } 

  div.form-row input, div.form-row textarea {
  	border: 1px solid #ccc;
  	border-top: 1px solid #999;
  	border-left: 1px solid #999;
  }

  div.form-row input[type="checkbox"] + label
  {
    display: inline;
    float: none;
  }

  div.option {
    margin: 5px;
  }
  
  div.error {
    color: #c00;
    font-size: 1.2em;
    margin-bottom: 10px;
  }
  
  span.required {
    color: #c00;
  }
  
/* @end */

/* @group footer */
  
  #footer {
    font-family: Verdana, Arial, sans-serif;
  }
  
  #footer div.column1 {
    float: left;
    padding-top: 130px;
    margin-left: 50px;
    width: 400px;
  	display: inline;          /* IE BUG FIX */
  }
  
  #footer div.column2 {
    float: right;
  	width: 400px;
  	padding-top: 130px;
  	margin-right: 50px;
  	text-align: right;
  }
  
  #footer h3 {
    margin-bottom: 0;
    font-size: 1.4em;
    font-weight: bold;
  }
  
  #footer h5 {
    margin-bottom: 0;
    font-size: 0.9em;
    font-weight: normal;
  }
  
  #footer h5 a {
    color: #FFEAB8;
  }
  
  #footer p {
    margin-bottom: 0;
  }
  
  #footer a {
    color: #fff;
  }
  
/* @end */

/* @group facebox */

  #facebox .b {
    background:url(../images/b.png);
  }

  #facebox .tl {
    background:url(../images/tl.png);
  }

  #facebox .tr {
    background:url(../images/tr.png);
  }

  #facebox .bl {
    background:url(../images/bl.png);
  }

  #facebox .br {
    background:url(../images/br.png);
  }

  #facebox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    text-align: left;
    color: #666;
  }

  #facebox .popup {
    position: relative;
  }

  #facebox table {
    border-collapse: collapse;
  }

  #facebox td {
    border-bottom: 0;
    padding: 0;
  }

  #facebox .body {
    padding: 10px;
    background: #fff;
    width: 370px;
  }

  #facebox .loading {
    text-align: center;
  }

  #facebox .image {
    text-align: center;
  }

  #facebox img {
    border: 0;
    margin: 0;
  }

  #facebox .footer {
    border-top: 1px solid #DDDDDD;
    padding-top: 5px;
    margin-top: 10px;
    text-align: right;
  }

  #facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
    height: 10px;
    width: 10px;
    overflow: hidden;
    padding: 0;
  }

  #facebox_overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
  }

  .facebox_hide {
    z-index:-100;
  }

  .facebox_overlayBG {
    background-color: #000;
    z-index: 99;
  }

  * html #facebox_overlay { /* ie6 hack */
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
  }

/* @end */
