
/*  Nouvelle version sans les formats de menus  */

*{
	margin:0;
	padding:0;
}

body,html{
	height:100%;
}

body{
	font-family:Georgia, Times New Roman, serif ;
	background-color:#fff;
	
	font-size:1em;
	background-position:top center;
	background-repeat:repeat-y;
	background-attachment:fixed;
	text-align:center;
}
p{
	margin:10px 0;
}
h2{
	font-size:2em;
	font-weight:normal;
	margin-bottom:10px;
}
h3{
	font-size:1.5em;
	font-weight:normal;
	margin-bottom:10px;
	float:none;
}

#wrapper{
	width:960px;
	margin:0 auto -52px;
	min-height:100%;
	height: auto !important;
	height:100%;
	background-color:transparent;
}
#header{
	position:relative;
	text-align:left;
	height:60px;
	margin:0;
	width:100%;
	Border-bottom:1px solid #999;
	background-color:#fff;
}
#content{
	position:relative;
	width:960px;
	font-size:.95em;
	margin:0;
	padding:10px 0 20px 0;	
	min-height:275px;
	background-color:#FFF;
}

#text{	
	color:#000;
	text-align:justify;
	font-size:0.9em;
	width:840px;
	float:left;
	position:relative;
	margin:0 80px;	
	white-space: pre-wrap;		/* JV Oct 2020 */
}
#textl, #textr{
	color:#000;
	text-align:justify;
	font-size:0.9em;
	width:420px;
	float:left;
	position:relative;
	padding:10px;
	padding-bottom:20px;
	white-space: pre-wrap;		/* JV Oct 2020 */
}
#textl{
	margin:0 10px 0 30px;
}
#textr{
	margin:0 30px 0 10px;	
}

#footer{
	position:relative;
	text-align:center;
	margin:0 auto;
	height:40px;
	Border-top:1px solid #999;
	width:100%;
	float:none;
	clear:both;
	background-color:#fff;
}

.clear{
	height:1px;
	clear:both;
	font-size:0.1em;
}
.push{
	height:42px;
	clear:both;
}
#artistName{
	font-size:2em;
}

.photoID 
{
	position: absolute; 	
	top:   40px; 
	background:#fff; 
	padding: 6px 6px 3px 6px; 
	border: 1px solid black;
}

.captionTram  
{
	position: absolute; 	
	top:   420px; 
	font-size:  10pt;
	text-align:center;
	color: #000;	
	background: #FFF;
	border: 1px solid black;	
    padding: 5px 20px; 
}

.etc {  font-size:2em; }

#formButton,.button{
	padding:5px;
	cursor:pointer;
}

.artistlink {
	position:relative;
//	width: 230px;	height:280px;   /* 4 per line */
	width:182px;	height:224px;	/* 5 per line */
//	width:150px;	height:183px;	/* 6 per line */
	float:left;
	margin:2px;
	cursor:pointer;
	background-color:#CCCCCC;
}
.artistlink{
	border:3px solid #fff;
}
.artistlinkex{
	border:3px solid red;
}
.artistlink:hover{
	border:3px solid #08f;
}

.artistlinkname{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	text-align:center;
	font-size:1em;
	height:40px;
	background-color:#666;
	color:#fff;
	line-height:40px;	
}
.artistimage{
	padding:5px;
	border:1px solid #ccc;
	float:none;
	margin:5px;
	max-height:250px;
}

.showposter{
	padding:5px;
	border:1px solid #ccc;
	float:none;
	margin:5px;
	width:800px;
}

.showimage{
	padding:5px;
	border:1px solid #ccc;
	float:none;
	margin:5px;
//	width:500px;
}

.hiddenimage{
	padding:4px;
	border:2px solid red;
	float:none;
	margin:5px;
}

#contact{
	width:505px;
	position:relative;
	margin:30px auto;
	
}

.admin{
	display:block;
	position:absolute;
	top:3px;
	right:5px;
	}
.admin2{
	display:block;
	position:absolute;
	top:40px;
	right:5px;
	}	
.admin a, .admin2 a{
	text-decoration:none;
	font-size:0.8em;
	color:#990000;
	float:right;
}
.weblink{
	float:none;
	clear:both;
}
.link{
	text-decoration:none;
	font-size:0.8em;
	color:#990000;
}

/*  New stuff  */

.signup {
	color: lime;
}
.signup:hover {
	color: #fff;
}