.sponsorListHolder{
	margin-bottom:30px;
	margin-left:30px;
	font-size:0.825em;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
}

.sponsor{
	width:250px;
	height:250px;
	float:left;
	margin:20px;

	/* 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 #ddd;
	background:url(../images/partenaires/background.jpg) no-repeat center center #f9f9f9;
}

.sponsorFlip:hover{
	border:1px solid #999;

	/* CSS3 inset shadow: */
	-moz-box-shadow:0 0 40px #999 inset;
	-webkit-box-shadow:0 0 40px #999 inset;
	box-shadow:0 0 40px #999 inset;
}

.sponsorFlip img{
	/* Centering the logo image in the middle of the .sponsorFlip div */

	position:absolute;
	top:50%;
	left:50%;
	margin:-120px 0 0 -120px;
}

.sponsorName {
	position:relative;
	display:block;
	height:40px;
	bottom:-206px;
	text-align:center;
	background-color:#000;
	color:#FFF;
	font-size:1.2em;
	padding:2px;
	margin:0;
}

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

.sponsorLogo {
	float:left;
}

.sponsorTitle {
	position:relative; 
	top:15px; 
	margin-right:5px;
}

.sponsorTitle h2 {
	float:right; 
	font-size:13px; 
	width:190px; 
	height:40px; 
	text-align:center; 
	color:#000;
}

.sponsorDescription{
	font-size:10px;
	padding:5px 10px 10px 10px;
	
	height:75px;
	border-bottom:1px dotted #666;
	margin-bottom:3px;
}

.sponsorAdress {
	background:url(../images/partenaires/address.png) 0 0 no-repeat;
	padding-left:35px;
	display:block;
	font-style:italic;
	margin-bottom:2px;
}

.sponsorPhone,.sponsorURL,.sponsorMail {
	font-size:10px;
	padding-left:10px;
}

.sponsorURL a:hover,.sponsorMail a:hover{
	color:#000;
	text-decoration:underline;
}

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

.centrer {
	position:relative;
	top:100px;
	display:block;
	text-align:center;
	font-family: 'boli', Arial, Helvetica, sans-serif;
	font-size:1.3em;
	font-weight:bold;
}