html {
	background-color:#080808;
}

body {
	width:1000px;
	margin:auto;
	min-height:500px;
	background:url("/images/design/body.png");
	background-repeat:repeat-y;
	padding-left:30px;
	padding-right:30px;
	color:#FFF;
	font-family : Century Gothic ;
	font-size:12px;
}

#lien {
	width:942px;
	background:url("/images/design/liens.png");
	background-repeat:no-repeat;
	text-align:center;
	font-weight:bold;
	font-size:11px;
}

#header {
	height:263px;
	width:942px;
	background:url("/images/design/ban.png");
	background-repeat:no-repeat;
}

#info {
	margin-top:55px;
	margin-left:30px;
	position:absolute;
	width:530px;
	height:130px;
}

#info-content {
	width:190px;
	position:absolute;
	/*background-color:#272727;*/
	background-color:#000;
	border:#FFF solid 1px;
	padding:5px;
	/*text-align:justify;*/
	font-size:11px;
	-moz-border-radius:5px;
	visibility:hidden;
	z-index:1000px;
}

#info-content h4 {
	font-size:10px;
	width:100%;
	margin:auto;
	border-bottom:#FFF solid 2px;
	text-align:left;
	color:#FFD600;
	background:none;
}

#menu ul {
	margin:0px;
	padding:0px;
	list-style:none;
	margin-top:-33px;
}

#menu li {
	display:inline;
	float:left;
	background:url("/images/design/menu.png");
	background-repeat:no-repeat;
	width:98px;
	height:23px;
	text-align:center;
	padding-top:10px;
	font-weight:bold;
	margin-left:5px;
	color:#FFD600;
	font-size:14px;
	font-variant:small-caps;
}

#menu li:hover {
	background:url("/images/design/menu_hover.png");
}

#menu a {
	color:#FFD600;
	text-decoration:none;
}

#barre {
	width:952px;
	height:25px;
	background:url("/images/design/barre.png");
	background-repeat:no-repeat;
	margin-left:-6px;
	margin-top:33px;
	padding-top:5px;
}

#barre ul {
	margin:0px;
	padding:0px;
	list-style:none;
	margin-left:12px;
}

#barre li {
	display:inline;
	float:left;
	text-align:center;
	width:200px;
	font-weight:bold;
}

#content {
	padding-left:5px;
	width:935px;
}

#content .haut {
	background:url("/images/design/haut.png");
	background-repeat:no-repeat;
	height:26px;
	width:932px;
	margin-top:10px;
	text-align:center;
	font-weight:bold;
	padding-top:5px
}

#content .centre {
	background:url("/images/design/centre.png");
	background-repeat:repeat-y;
	margin-left:3px;
	padding:10px;
	width:906px;
}

.bas {
	background:url("/images/design/bas.png");
	background-repeat:no-repeat;
	height:22px;
	width:905px;
	margin-left:3px;
	text-align:right;
	color:#FFD600;
	font-weight:bold;
	padding-top:4px;
	padding-left:10px;
	padding-right:10px;
}

#footer {
	background:url("/images/design/footer.png");
	background-repeat:no-repeat;
	width:945px;
	height:32px;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	margin-top:10px;
	padding-top:2px;
}

#liste_salon {
	width:100%;
	margin:auto;
	text-align:center;
}

.tabs a.selected {
	background:#5C2B20;
	color:#FFF;
}

.tabs a {
	font-variant:small-caps;
	border:1px solid #DDAB76;
	-moz-border-radius:3px;
	color:#DDAB76;
	background-color:#7E4D2A;
	padding-left:5px;
	padding-right:5px;
	height:18px;
	/*text-align:center;*/
	font-weight:bold;
	margin-left:10px;
	font-size:14px;
}

.tabs a.forum {
	width:150px;
	display:inline-block;
}

.tabs a:hover {
	background-color:#5C2B20;
	color:#FFF;
}

.tabs img {
	display:inline-block;
	vertical-align:text-bottom;
}

.tabs {
	text-align:center;
	margin:auto;
}

#popup {
	position:absolute;
	width:400px;
	top:150px;
	margin-left:300px;
}

#popup_ok {
	width:50px;
	font-weight:bold;
	margin:auto;
	text-align:center;
}

#popup_title {
	font-weight:bold;
	text-align:center;
	padding:2;
}

#popup_mess {
	font-style:italic;
	text-align:justify;
}

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

#don {
	position:relative;
	width:110px;
	left:830px;
}