/*COMMUNS*/
#content div.partners {
	float: left;
	width: 125px;
	border-right: 5px solid #CCC;
	margin: 20px 5px 0 2px;
	text-align: center;
}
#content .partners a.image {
	clear: both;
	display: block;
	height: 100px;
	line-height: 150px;
	background: url(/images/back_image.gif) no-repeat 100% 100%;
	border: 1px solid #FFF;
	border-width: 1px 0 0 1px;
	padding: 5px 0;
}
#content .partners a:hover.image {
	border: 1px solid #CCC;
	border-width: 1px 0 0 1px;
}
#content .partners p {
	height: 30px;
	margin: 3px 0;
	text-align: center;
}
#content .partners .link,
#lightboxwishlist .partners .link {
	background-color: #CCC;
}

/*COMMENT GAGNER DES M AVEC PARTENAIRE ?*/
/*#content div.how {
	margin: 10px 5px 20px 5px;
}
#content div.how p {
	margin: 5px 0 0 0;
}*/

/*BLOC PLUS DE M*/
#content .more_pts {
	width: 227px;
	margin: 25px auto;
}
#content .more_pts a.image {
	display: block;
	height: 110px;
	border-left: 1px solid #9FBED3;
	border-bottom: 5px solid #9FBED3;
}
#content .more_pts a:hover.image {
	border-left: 1px solid #CCC;
	border-bottom: 5px solid #CCC;
}

/*TOUS LES SITES DE A-Z*/
#alphabet,
#alphabet ul {
	float: left;
	list-style: none;
	font-weight: bold;
	margin: 15px 5px 25px 5px;
}
#alphabet a {
	display: block;
	text-decoration: none;
	padding: 2px 5px;
}
#alphabet li {
	float: left;
	background-color: #EAEAEA;
	border-left: 3px solid #97C3E7;
	margin: 0 2px;
}
#alphabet li ul {
	position: absolute;
	left: -999em;
	width: 150px;
	border: 1px dashed #CCC;
	border-width: 0 1px 1px 1px;
	margin: 0 0 0 0;
	font-weight: normal;
}
#alphabet li li {
	width: 100%;
	padding-right: 2px;	
	margin: 0;
	border: none;
}
#alphabet li li a:hover {
	color: #FFF;
}
#alphabet li:hover ul {
	left: auto;
}
#alphabet li:hover {
	background: #97C3E7;
}
#alphabet li.normal {
	background: none;
	border: none;
	padding-top: 2px;
	font-weight: normal;
}

	/*Affichage de tous les partenaires dans alphabet.php*/
#content .colsmall {
	float: left;
	width: 180px;
	margin-bottom: 35px;
	padding: 0 5px;
	/*text-align: center; pour le logo dans main*/
}
#content .colsmall ul {
	list-style: none;
	border-bottom: 5px solid #97C3E7;
	border-left: 1px solid #97C3E7;
	margin-bottom: 15px;
	/*text-align: left;	pour reset le logo dans main*/
}
#content .colsmall ul li {
	margin: 5px;
	font-weight: bold;
	color: #9FBED3;
}
#content .colsmall ul li a {
	display: block;
	border-bottom: 1px solid #FFF;
	font-weight: normal;
}
#content .colsmall ul li a:hover {
	border-bottom: 1px solid #CCC;
	text-decoration: none;
}