*{
	/* Resetting the default styles of the page */
	margin:0;
	padding:0;
}

body{
	/* Setting default text color, background and a font stack */
	font-size:0.825em;
	color:#666;
	/* background-color:#000000; */
	font-family:Arial, Helvetica, sans-serif;
	background:#333 url(img/pattern.png) repeat top left;
	text-align:center;


}

h1 {
	font-weight: normal;
	font-style: normal;
	font-size:17px;
	text-align:center;
}

h2 {
	font-weight: normal;
	font-style: normal;
	font-size:18px;
	text-align:center;
}

h3 {
	font-weight: normal;
	font-size:15px;
	font-style: normal;
	text-align:center;
}

h4 {
	font-weight: bold;
	font-size:17px;
	font-style: normal;
	text-align:center;
}

h5 {
	font-weight: bold;
	font-size:18px;
	font-style: normal;
	text-align:center;
}

h6 {
	font-weight: bold;
	font-size:15px;
	font-style: normal;
	text-align:center;
}

p.bleu { color:#2400ff; }

p.jaune { color:#FFC000; }

p.rouge { color:#FF0060; }

p.noir { color:#000000; }





.sponsorListHolder{
	margin-bottom:30px;
}

.centercard{
	position:absolute;
	top: 5px;
	left: 201px;
	width: 580px;
	height: 368px;
	z-index:2;
	}

.sponsor{
	width:188px;
	height:180px;
	float:left;
	margin:4px;
	/* Giving the sponsor div a relative positioning: */
	position:relative;
	cursor:pointer;
}

.sponsorFlip{
	/*  The sponsor div will be positioned absolutely with respect
		to its parent .sponsor div and fill it in entirely */

	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	border:1px solid #000000;	
	background:url("img/background.jpg") no-repeat center center #000000;
}

.sponsorFlip:hover{
	border:1px solid #000000;
	
	/* CSS3 inset shadow: */
	-moz-box-shadow:0 0 30px #000000 inset;
	-webkit-box-shadow:0 0 30px #000000 inset;
	box-shadow:0 0 30px #000000 inset;
}

.sponsorFlip img{
	/* Centering the logo image in the middle of the sponsorFlip div */
	
	position:absolute;
	top:50%;
	left:50%;
	margin:-70px 0 0 -70px;
}

.sponsorData{
	/* Hiding the .sponsorData div */
	display:none;
}

.sponsorDescription{
	color: #FFFFFF;
	font-size:18px;
	padding:10px 10px 20px 20px;
	font-style:italic;
}

.sponsorURL{
	font-size:12px;
	font-weight:bold;
	padding-left:20px;
}

.clear{
	/* This class clears the floats */
	clear:both;
}


/* The styles below are only necessary for the styling of the demo page: */

#main{
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width:1024px;
	
}


.note{
	font-size:12px;
	font-style:italic;
	padding-bottom:20px;
	text-align:center;
}

a, a:visited {
	color:#0196e3;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

a img{
	border:none;
}


	/* jQuery lightBox plugin - Gallery style */
	#gallery {
	
	position:absolute;
	top: 401px;
	left: 200px;
	width: 188px;
	height: 180px;
	z-index:2;
	}
	
	#gallery2 {
	
	position:absolute;
	top: 401px;
	left: 592px;
	width: 188px;
	height: 180px;
	z-index:2;
	}
	
	#gallery3 {
	
	position:absolute;
	top: 5px;
	left: 201px;
	width: 580px;
	height: 368px;
	z-index:2;
	}
	
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {}
	#gallery ul a:hover img {}
	#gallery ul a:hover { color: #fff; }
	
	
	
	
	/*-------------------------------------------------*/
	
	
	
	
	
	
	
	
	
	
	
	
	.centerz{
	position:absolute;
	top: 5px;
	left: 201px;
	width: 580px;
	height: 368px;
	z-index:2;
	cursor:pointer;
}

.centerzFlip{
	/*  The sponsor div will be positioned absolutely with respect
		to its parent .sponsor div and fill it in entirely */

	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	border:1px solid #000000;	
	background:url("img/BackCardTXT.jpg") no-repeat center center #000000;
}

.centerzFlip:hover{
	border:1px solid #000000;
	
	/* CSS3 inset shadow: */
	-moz-box-shadow:0 0 30px #000000 inset;
	-webkit-box-shadow:0 0 30px #000000 inset;
	box-shadow:0 0 30px #000000 inset;
}

.centerzFlip img{
	/* Centering the logo image in the middle of the sponsorFlip div */
	
	position:absolute;
	top:50%;
	left:50%;
	 margin:-184px 0 0 -290px;
}

.centerzData{
	/* Hiding the .sponsorData div */
	display:none;
}

.centerzDescription{
	color: #FFFFFF;
	font-size:18px;
	padding:10px 10px 20px 20px;
	font-style:italic;
}

.centerzURL{
	font-size:12px;
	font-weight:bold;
	padding-left:20px;
}



#hidecount{
	position:absolute;
	top: 585px;
	left: 395px;
	width: 200px;
	height: 30px;
	background-color: #000000;
	z-index:2;

	}
	
	#hidecount2{
	position:absolute;
	top: 585px;
	left: 395px;
	width: 200px;
	height: 30px;
	}
	
		#copytext{
	position:absolute;
	top: 565px;
	left: 200px;
	width: 600px;
	height: 30px;
	}