/*---------- RESET --------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*---------- CLEARFIX --------------------------------------------------------------------------------------*/
.clearfix:after {   
    content: ".";   
    display: block;   
    clear: both;   
    visibility: hidden;   
    line-height: 0;   
    height: 0;   
}   
  
.clearfix {   
    display: inline-block;   
}   
  
html[xmlns] .clearfix {   
    display: block;   
}   
  
* html .clearfix {   
    height: 1%;   
}  

/*---------- REDEFINITIONS --------------------------------------------------------------------------------------*/
* html body	{
	height: 100%;
	min-height: 100%;
}

html, body {
	height: 100%;
	min-height: 100%;
}

body	{
	background: #000000;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #FFF;
}

a	{
	color: #FFF;
	text-decoration: underline;
}

a img	{
	border: 0;
}

form	{
	padding:0;
	margin:0;
}

strong 
{
    font-weight: bold;
    }

/*---------- INNER -----------------------------------------------------------------------------------------------*/
.i	{
	width: 904px;
	margin: 0 auto;
}

/*---------- CTN -----------------------------------------------------------------------------------------------*/
#ctn	{
	min-height: 100%;
}
* html #ctn	{
	height: 100%;
}


/*---------- HEADER -----------------------------------------------------------------------------------------------*/
#header	{
	background: url('../Images/Layout/header-bg.jpg') repeat-x;
	height: 80px;
	border-bottom: 3px solid #000000;
}

#logo	{
	padding: 15px 0 0 0;
	width: 200px;
	height: 35px;
	float: left;
}


/*---------- NAVI -----------------------------------------------------------------------------------------------*/
#navi	{
	margin: 35px 0 0 0;
	float: right;
}

#navi ul {
	list-style: none;
}

#navi li {
	margin: 0 10px 0 0;
	padding: 15px 0 0 5px;
	border-left:1px solid #e5b678;
	float: left;
}

#navi a {
	display: block;
	font-size: 1em;
	color: #e5b678;
	text-decoration: none;
}

#navi a.active	{
	color: #fff;
}

#navi a:hover	{
	color: #fff;
}

/*---------- MAIN -----------------------------------------------------------------------------------------------*/
#spc	{
	background: #322116;
}

#main	{
	background: #322116  url('../Images/Layout/main-bg.jpg') repeat-x bottom;
	border-bottom: 3px solid #251912;
}

#main .i	{
	width: 864px;
	padding: 10px 20px 25px 20px;
}

#main p	{
	margin:0;
	font-size: .8em;
	margin-bottom: 10px;
	line-height: 1.2em;
	color: #EFEFEF;
}

#main h1	{
	font-size: 1.4em;
	font-weight: lighter;
	margin-bottom: 15px;
	color: #E5B678;
}

#main h1 a	{
	color: #FFF;
	text-decoration:none;
}

#main h1 a:hover	{
	text-decoration: underline;
}

#main h1 span	{
	font-size: .7em;
	font-weight: lighter;
	color: #b0701c;
}

#main h2	{
	font-size: 1.2em;
	font-weight: lighter;
	color: #b0701c;
}

#mainctn	{
	width: 575px;
	float: left;
}

.wall	{
	width: 575px;
	height: 320px;
	margin-bottom: 25px;
}

#homeUpcoming   
{
    width: 280px;
    float: left;
}

#homePast   
{
    width: 280px;
    float: right;
}

#events	{
	width: 575px;
	margin: 0;
}

#events h1	{
	margin-bottom: 5px;
}

.eventslist	{
	margin: 10px 0 10px 0;
}

.eventslist li	{
    color: #E5B678;
    font-style: italic;
	clear: left;
	font-size: .9em;
	line-height: 1.2em;
	display: block;
	height: 48px;
	padding: 5px;
}

.eventslist li span	{
	font-size: 1.2em;
	font-style: normal;
}

.eventslist li span a	{
	color: #FFF;
	text-decoration: none;
}

.eventslist li span a:hover	{
	text-decoration: underline;
}

.eventslist li img	{
	border: 3px solid #952d28 !important;
	text-align: right;
	vertical-align: top;
	float: left;
	margin-right: 5px;
}

.event-download-button 
{
    display: block;
    width: 134px;
    height: 23px;
    background: url('/Images/Layout/download-affiche-button.gif') no-repeat;
    float: right;
    text-align: center;
    text-decoration: none;
    padding-top: 3px;
    font-size: 0.8em;
    }

#side	{
	float: right;
	width:260px;
}

#news 
{
    margin-bottom: 15px;
    }

#news .content 
{
    padding: 10px;
    background: #432e21;
    color: #fff;
    }

#news p 
{
    padding: 0;
    margin: 0;
    }

#newsletter	{
	background: #000 url('/Images/Layout/newsletter-bg.gif') no-repeat;
	padding: 10px;
}

#newsletter h1, #contactform h1	{
	color: #b8aa0f;
}

#newsletter p	{
	color: #FFF;
	margin: 10px 0 10px 0;
}

#newsletter label	{
	color: #FFF;
	font-size: .8em;
}

#newsletter input	{
	width: 225px;
	height: 18px;
	padding: 5px;
	color: #666;
	border:1px solid #000;
}

#sideshow	{
	margin-top: 10px;
}

#sideshow ul	{
	
}

#sideshow li	{
	float: left;
	margin-bottom: 12px;
	width: 120px;
	height: 67px;
	background: #000;
	border: 1px solid #564026;
	text-align: center;
}

#sideshow ul li a img	{
	border: 0 !important;
}

.tabs {
	list-style: none;
	margin-bottom: 15px;
}

.tabs li {
	float: left;
}

.tabs-top-active 
{
    display: block;
    width: 134px;
    height: 22px;
    line-height: 22px;
    background: url('/Images/Layout/tabs-top-active.gif') no-repeat;
    text-decoration: none;
    text-align: center;
    font-size: 0.8em;
    margin-right: 10px;
    color: #8d7160;
    }

.tabs-top-inactive 
{
    display: block;
    width: 134px;
    height: 22px;
    line-height: 22px;
    background: url('/Images/Layout/tabs-top-inactive.gif') no-repeat;
    text-decoration: none;
    text-align: center;
    font-size: 0.8em;
    margin-right: 10px;
    }

.gallerieslist	{
	
}

.eventsyears    
{
    list-style: none;
	margin-bottom: 15px;
}

.eventsyears li 
{
    float: left;
    margin-right: 5px;
}

.eventsyears li a
{
    display: block;
    width: 100px;
    height: 22px;
    line-height: 22px;
    background: url('/Images/Layout/tabs-year-inactive.gif') no-repeat;
    text-decoration: none;
    text-align: center;
    font-size: 0.8em;
    margin-right: 10px;
}

.eventsyears li a.active
{
    background: url('/Images/Layout/tabs-year-active.gif') no-repeat;
    color: #8d7160;
}

.gallerieslist li	{
	width: 250px;
	padding: 10px;
	font-size: .8em;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	background: url('/Images/Layout/gallerieslist-bg.gif') no-repeat;
}

.gallerieslist li div	{
	color: #E5B678;
	font-size: .8em;
	margin-top: 5px;
}

.gallerieslist li a 
{
    color: #FFF;
}

.eventgallerieslist	{
	list-style: circle;
	color: #FFF;
}

.eventgallerieslist li	{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 17px;
}

.gallerylist	{
	
}

.gallerylist li	{
	float: left;
	padding: 5px;
	background: url('/Images/Layout/gallerylist-bg.gif') no-repeat;
	text-align: center;
	margin: 0 5px 5px 0;
	line-height:8em;
	width: 130px;
	height: 130px;
}

.gallerylist img    
{
 vertical-align:middle;  
  border:1px solid #333;
}

.gallerylist a	
{
    
}

#contactform {
    background: #000;
    padding: 10px;
    width: 546px;
}

#contactform span.label	{
	width: 120px;
	margin-bottom: 5px;
	float: left;
	display: block;
	color: #FFF;
	font-size: .8em;
}

#contactform input	{
	border: 1px solid #000000;
	background: url('/Images/Layout/input-bg.gif') repeat-x;
	margin-bottom: 5px;
	padding: 2px;
	color: #666666;
}


#contactform textarea {
	width: 500px;
	border: 1px solid #000000;
	background: #FFF url('/Images/Layout/input-bg.gif') repeat-x;
	padding: 2px;
	color: #666666;
	height: 130px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}


#contactform .inputNormal  {
	width: 250px;
}

.validationsummary	{
	padding: 10px;
	margin-bottom: 15px;
	color: #FFFFFF !important;
	background: #FF8122;
	min-height: 30px;
	font-size: .8em;
}


/*---------- FOOTER -----------------------------------------------------------------------------------------------*/
#footer	{
	text-align: right;
	font-size: .7em;
	color: #251912;
	margin: 15px 0 0 0;
	min-height: 35px;
}

#footer a	{
	color: #E5B678;
}


/*---------- PAGES --------------------------------------------------------------------------------------*/
.btnSubmit	{
	padding-top: 5px;
	cursor: pointer;
}

.newsletterBtnSubmit	{
	cursor: pointer;
	height: 26px !important;
	padding-top: 0 !important;
	width: 136px !important;
	background: transparent url('/Images/Layout/newsletter-submit.gif') no-repeat;
	color: #fff !important;
}


