/* elements html */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background: #fff /*url(images/fond.gif) repeat top left*/;
}
p {
	margin: 0 0 2px 0;
}
img {
	border: 0;
}
h1 {
	font-size: 2em;
}
h2 { 
	font-size: 1.3em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
	display: inline;
}
input, select {
	border: 1px solid #aaa;
	width: 155px;
}
input:focus, select:focus {
	background: #f0f0f0;
}
input[type="submit"], input.submit {
	font-family: Arial, Helvetica, sans-serif;
	background: #99bde1 url(images/bouton.gif) repeat-x top left;
	font-size:0.9em;
	padding: 1px 4px;
	height: 19px;
	border: 1px outset #ccc;
	color: #fff;
	font-weight:bold;
}
input[type="submit"]:hover, input.submit:hover {
	background: #f70;
	cursor: pointer;
	color: #fff;
}
input[type="checkbox"], input.checkbox  {
	width: 15px;
}
textarea {
	border: 1px solid #aaa;
	width: 350px;
	height: 150px;
}	

/* blocs */
div#conteneur {
	width: 970px;
	margin: 15px auto;
	padding: 0;
	/*background: #fff;*/
}
div#header {
	background: #e8edf1 url(images/fond-header.jpg) repeat-x top left;
	border: 1px solid #b6c7d5;
	height: 140px;
	padding: 0px;
	margin: 0;
	position: relative;
	top: -30px;
}
div#header h1 {
	background: transparent url(images/header.jpg) no-repeat 10px 0px;
	height: 140px;
	width: 480px;
	margin:0;
	padding:0;
}
div#sousheader {
	display:none;
}
div#sousheaderrubriques {
	display:none;
}
/*#langues {
	width: 145px;
	margin-left: 801px;
	text-align: center;
	position: absolute;
	top: 60px;
	padding: 10px;
}
#compte {
	width: 145px;
	margin-left: 810px;
	position: absolute;
	top: 142px;
	line-height: 20px;
	padding: 10px;
}
#haut {
	width: 100%;
	position: relative;
	top: -30px;
	display: none;
}*/
div#centre {
	margin-left: 170px;
	margin-right: 170px;
	padding: 1px 5px 5px 5px;
	text-align: justify;
	min-height: 500px;
	color: #201012;
	width: 620px;
	position: relative;
	top:-20px;
}
div#gauche {
	float: left;
	width: 170px;
	padding: 0px;
	margin-left: 0px;
	margin-top: -30px;
}
div#droite {
	float: right;
	width: 170px;
	padding: 0px;
	margin-right: 0px;
	margin-top: -30px;
}
div#footer {
	clear: both;
	line-height: 15px;
	padding: 5px;
	text-align: center;
	margin: 0 auto;
	width: 955px;
	color: #ccc;
	position: relative;
	top: 0px;
}
div#copyright {
	clear: both;
	line-height: 15px;
	padding: 5px;
	text-align: center;
	margin: -10px auto 0 auto;
	width: 955px;
	color: #999;
	position: relative;
	top: -40px;
}
#copyright a {
	color: #888;
}

/* design */
#header h1 span, #header h2 span, #header a span, #header p {
	display: none;
}
#header a {
	display: block;
	width: 500px;
	height: 140px;
	position: absolute;
	top: 0px;
	z-index: 100;
}
#header a#sitemap {
	position: absolute;
	top: 123px;
	width: auto;
	height: auto;
	margin-left: 920px;
	color: #ccc;
	text-decoration: none;
}
#header a#sitemap:hover {
	color: #888;
	text-decoration: underline;
}
#headerinfos {
	display: block;
	width: 361px;
	height: 140px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 90;
	background: url(images/headerinfos.gif) no-repeat top right;
}
#conteneur .fondcont {
	/*background: transparent url(images/fond-conteneur.png) repeat-y top left;*/
}
#conteneur .debutcont {
	/*background: transparent url(images/haut-conteneur.png) no-repeat top left;*/
	height: 25px;
}
#conteneur .fincont {
	/*background: transparent url(images/bas-conteneur.png) no-repeat top left;*/
	height: 30px;
}
#centre .bloc h3, #popup .bloc h3, #centre .halfbloc h3 {
	border-bottom: 2px solid #fff;
	width: 590px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-top: -5px;
	margin-left: -3px;
	font-size: 14px;
	font-family: "Arial Black", Helvetica, sans-serif;
	color: #488FE9;
}
#centre .bloc h3 a {
	color: #488FE9;
}
/*#centre .bloc h3:first-letter , #popup .bloc h3:first-letter, #centre .halfbloc h3:first-letter {
	font-size: 18px;
}*/
#centre .bloc .fin {
	margin-bottom: 10px;
}
#centre .bloc {
	padding: 10px;
	margin: 0 5px 10px 5px;
	background: #e8edf1;
	/*background: #e2e8ef;*/
	-moz-border-radius: 25px;
	float: left;
	width:589px;
}
#centre .bloc2 {
	padding-left: 20px;
}
#gauche .bloc, #droite .bloc {
	padding: 5px;
	margin: 10px 0;
	background: #dee1e4;
	border: 1px solid #b6c7d5;
}
#gauche h3, #droite h3  {
	color: #fff;
	background: url(images/titre.jpg) repeat-y top left;
	padding: 5px 0 5px 3px;
	margin: -5px 0 5px -5px;
	text-transform: uppercase;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#droite h3.rechercher_titre {
	background: url(images/rechercher-titre.jpg) no-repeat top left;
	height: 16px;
}
#droite h3.espaceclient_titre {
	background: url(images/espaceclient-titre.jpg) no-repeat top left;
	height: 16px;
}
#droite h3.newsletter_titre {
	background: url(images/newsletter-titre.jpg) no-repeat top left;
	height: 16px;
}
#droite h3.promo_titre {
	background: url(images/promo-titre.jpg) no-repeat top left;
	height: 16px;
}
#droite h3.solde_titre {
	background: url(images/solde-titre.jpg) no-repeat top left;
	height: 16px;
}
#droite h3.servicesgagnants_titre {
	background: url(images/servicesgagnants-titre.jpg) no-repeat top left;
	height: 16px;
}
#droite h3.informations_titre {
	background: url(images/informations-titre.jpg) no-repeat top left;
	height: 16px;
}
#gauche h3 span, #droite h3 span {
	display:none;
}
#gauche h3:first-letter, #droite h3:first-letter  {
	font-size: 17px;
}
#gauche h4, #droite h4  {
	color: #000;
	background: url(images/sous-titre.jpg) repeat-y top left;
	padding: 2px 2px 2px 5px;
	margin: 0;
	text-transform: uppercase;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	margin: -5px 0 0 -5px;
}
#droite h4  {
	font-size: 11px;
}
div#droite table#tablepromos h4 {
	font-size: 1.1em;
	display: inline;
	text-transform: none;
	background: transparent;
	padding: 0;
	margin: 0;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
div#droite table#tablepromos h4 a:hover{
	text-decoration:underline;
}
div#gauche h4 a:hover {
	color: #f60;
	background: none;
}

/* menus */
#compte a {
	color: #000;
	text-decoration: none;
	background: #fce8a9;
}
#compte a:hover {
	color: #f60;
	background: #fce8a9;
}
#compte ul {
	list-style-type: none;
	margin: 0;
	padding: 10px 0px 0px 20px;
}
#compte li {
	line-height: 26px;
}
#compte img {
	position: relative;
	top: 4px;
}

#gauche ul, #centre ul {
	list-style-type: none;
	margin: 15px 0 0 0;
	padding:0;
}
#gauche li {
	margin: 0px;
	
}

#gauche a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 3px;
}
#gauche h4
{
	margin-bottom:20px;
}
#gauche h4 a, #droite h4 a {
	margin: 0;
	padding:0;
	display: inline;
}
#gauche a.selected {
	color: #f60;
}
#gauche a:hover {
	color: #fff;
	background: transparent url(images/fond-lien.jpg) repeat-y top left;
}
#gauche ul li ul{
	margin: 5px 0 20px 0;
}
#gauche ul li ul a {
	padding: 3px 3px 3px 5px;
	margin: 1px;
}

#droite ul {
	list-style-type: none;
	margin: 0 0 5px 0px;
	padding: 0;
}
#droite li {
	margin: 0px;
}
#droite a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 3px;
}
#droite a.selected {
	color: #f60;
}
#droite a:hover {
	color: #f60;
}
#droite ul a:hover {
	color: #fff;
	background: transparent url(images/fond-lien.jpg) repeat-y top left;
}
#droite ul li ul{
	margin: 0 0 10px 0;
}
#droite ul li ul a {
	padding: 3px 3px 3px 15px;
	margin: 1px;
}
#droite div.moncompte input{
	width: 67px;
}
#droite h4.espaceclient {
	margin: 10px 0 10px -5px;
}
#gauche form, #droite form {
	margin: 0 0 10px 0;
}

#centre ul {
	padding-left: 10px;
}
#centre ul.compte {
	padding-left: 30px;
	background: url(images/compte.jpg) no-repeat 10px 12px;
	list-style-image: url(images/puce.gif);
}
#centre ul a {
	color: #000;
	text-decoration: none;
	display: block;
	width: 250px;
	padding: 3px;
	padding-left: 0px;
}
#centre ul a:hover {
	text-decoration: underline;
}
#centre ul li ul{
	margin: 0 0 10px 0;
}
#centre ul li ul a {
	padding: 3px 3px 3px 15px;
}
#centre ul.compte a {
	color: #000;
	text-decoration: none;
	display: block;
	width: 210px;
	padding: 3px;
	padding-left: 1px;
	line-height: 15px;
}
#centre ul.compte a:hover {
	text-decoration: underline;
}

/* centre */
#centre a {
	color: #000;
	text-decoration: none;
}
#centre a:hover {
	text-decoration: underline;
	color: #f60;
}
#centre a.souligne {
	text-decoration: underline;
}
#centre a.soulignepetit {
	text-decoration: underline;
	font-size: 0.9em;
}
#centre a.soulignegras {
	text-decoration: underline;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #6ea5dc;
}
#centre a.soulignegras2 {
	text-decoration: underline;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #f60;
}

/* panier et recommander */
#centre a.boutonpanier {
	text-decoration: underline;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #f60;
	background: url(images/panier.jpg) no-repeat top left;
	text-align: center;
	display:block;
	width: 140px;
	height: 100px;
	float:right;
	margin-right: 115px;
	/*margin-top: -20px;*/
}
#centre a.boutonpanier:hover {
	background-position: 0 -100px;
}
#centre a.boutonpanier span {
	display:none;
}
#centre a.boutonrecommander {
	text-decoration: underline;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #f60;
	background: url(images/recommander.jpg) no-repeat top left;
	text-align: center;
	display:block;
	width: 140px;
	height: 100px;
	float: left;
	margin-left: 115px;
	/*margin-top: -5px;*/
}
#centre a.boutonrecommander:hover {
	background-position: 0 -100px;
}
#centre a.boutonrecommander span {
	display:none;
}

/* footer */
#footer a {
	color: #666;
	text-decoration: none;
	background: #fff;
}
#footer a:hover {
	text-decoration: underline;
}

/* produits */
.produit {
	vertical-align: top;
	background: #fff;
	border-top: 1px solid #b6c7d5;
	border-bottom: 1px solid #b6c7d5;
}
td.bgblanc {
	background: #f0f0f0;
	border-top: 1px solid #b6c7d5;
	border-bottom: 1px solid #b6c7d5;
}
img.apercu, img#grande {
	/* border: 1px solid #f9cada; */
}
div.miniatures {
	margin-left: 12px;
}
td.photos {
	/*border-right: 1px solid #f70;*/
}
#listeproduits, .listeproduits  {
	position: relative;
	left: -7px;
	width:603px;
}
fieldset#selection {
	border: 2px solid #80A9D1;
	padding: 5px;
}
fieldset#selection legend {
	text-transform: uppercase;
	font-weight: bold;
	color: #f60;
	font-size: 1.0em;
	padding: 0 5px;
}
#listeselections {
	width:100%;
	background: #fff;
}
span.chapo {
	font-style: italic;
	font-size: 0.9em;
}
span.prix {
	color: #f60;
	font-weight: bold;
	font-size: 1.2em;
}
span.prixsolde {
	color: #f60;
	font-weight: bold;
	font-size: 1.2em;
}
span.nomsite {
	color: #2F81E9;
	font-weight: bold;
	margin-left: 2px;
	font-size:1.1em;
}
span.prix2 {
	font-size: 0.8em;
}
span.promo {
	text-decoration: line-through;
}
span.ref {
	font-size: 0.9em;
	position: relative;
	top: -10px;
}
span.dispostock {
	color: #46AC1A;
	font-style: italic;
}
span.disporupture {
	color: #f00;
	font-style: italic;
}
span.disposoon {
	color: #f70;
	font-style: italic;
}
.erreur {
	color: #f00;
}
div#pages {
	margin-top: 20px;
	text-align: center;
	font-size: 1.0em;
}
div#pages img {
	position: relative;
	top: 4px;
}
div#pages a{
	text-decoration:underline;
}
input.inputnewsletter {
	width: 100px;
	font-size: 0.8em;
	height: 15px;
}
input.inputrecherche {
	font-size: 0.8em;
	height: 14px;
	padding-top: 3px;
	background-repeat: no-repeat;
	background-position: 2px 3px;
	width: 83px;
}
input.submitnewsletter {
	width: 80px;
	position: relative;
	top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	background: #99bde1 url(images/bouton.gif) repeat-x top left;
	font-size:0.9em;
	padding: 1px 4px;
	height: 19px;
	border: 1px outset #ccc;
	color: #fff;
	font-weight:bold;
}
div.continuer {
	text-align:right;
	padding: 30px;
	padding-right: 0px;
}
a.bouton {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background: #99bde1 url(images/bouton.gif) repeat-x top left;
	font-size:0.9em;
	padding: 1px 4px;
	height: 19px;
	border: 1px outset #ccc;
	color: #fff;
	font-weight:bold;
}
a.bouton:hover {
	background: #f70;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
}
#centre a.bouton {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background: #99bde1 url(images/bouton.gif) repeat-x top left;
	font-size:0.9em;
	padding: 1px 4px;
	height: 19px;
	border: 1px outset #ccc;
	color: #fff;
	font-weight:bold;
}
#centre a.bouton:hover, div#droite table#tablepromos a.bouton:hover {
	background: #f70;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
}

#footer .bloc img {
	position: relative;
	top: 3px;
}
img.panier {
	position: relative;
	top: -15px;
	left: 70px;
}
img.paniermini {
	position: relative;
	top: 7px;
	padding-right: 3px;
}

/*div.imagehaut {
	height: 11px;
	background: url(images/image-haut.gif) no-repeat top left;
	width: 258px;
}
div.imagecentre {
	background: url(images/image-centre.gif) repeat-y top left;
	width: 258px;
}
div.imagecentre img{
	margin: 0 13px;
}
div.imagebas {
	height: 11px;
	background: url(images/image-bas.gif) no-repeat top left;
	width: 258px;
}

div.minihaut {
	height: 6px;
	background: url(images/mini-haut.gif) no-repeat top left;
	width: 124px;
}
div.minicentre {
	background: url(images/mini-centre.gif) repeat-y top left;
	width: 124px;
}
div.minicentre img{
	margin: 0 6px;
}
div.minibas {
	height: 6px;
	background: url(images/mini-bas.gif) no-repeat top left;
	width: 124px;
}*/
a.telechargedoc {
	position: relative;
	top: -13px;
}
#langues a{
	color: #605256;
	background: #fce8a9;
	font-weight: bold;
}
#langues a:hover{
	color: #f60;
	background: #fce8a9;
}
div.contourpanier table th {
	color: #fff;
	background: #e8edf1 url(images/fond-header.jpg) repeat-x 0 -30px;
	border:0;
	padding: 4px 5px;
}
div.contourpanier table .diff {
	color: #201012;
	background: transparent;
	border:0;
}
div.contourpanier {
	background: #fff url(images/content2.jpg) repeat-x 0 26px;
	border: 1px solid #b6c7d5;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
}
th {
	border-bottom: 1px solid #888;
	background: #fff;
}
span.soulignegras {
	text-decoration: underline;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
/*tr.fond, td.fond {
	background: #ddd;
}*/
.bggrisclair {
	background: #eee;
	color: #444;
}
#popup .bloc {
	padding: 10px;
	margin: 15px;
	background: #e8edf1;
	-moz-border-radius: 25px;
}
#plansite h4 {
	font-size: 1.2em;
	text-decoration: underline;
}
table.caracteristiques {
	border:1px solid #ccc;
	border-collapse: collapse;
}
table.caracteristiques th, table.caracteristiques td {
	border:1px solid #ccc;
	padding: 2px;
	text-align: left;
}
table.caracteristiques th {
	border-right:0;
	color: #fff;
	background: #80A9D1;
}
table.caracteristiques td {
	background: #fff;
}
span.textedeclinaison {
	font-style: italic;
	font-size: 0.9em;
	padding-left: 5px;
	color: #555;
}
div#droite table#tablepromos a.bouton {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background: #99bde1 url(images/bouton.gif) repeat-x top left;
	font-size:0.9em;
	padding: 1px 4px;
	height: 19px;
	border: 1px outset #ccc;
	color: #fff;
	display: inline;
	font-weight:bold;
}
h4.recherchecarac {
	text-transform: uppercase;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6ea5dc;
}
h4.recherchecarac span {
	font-weight: normal;
	color: #201012;
	text-transform: none;
}
div.line {
	background: transparent url(images/borderline.gif) no-repeat center bottom;
	margin: 8px auto;
	height: 1px;
}
#centre a.minibouton {
	font-size:0.9em;
	text-decoration: underline;
}
td.separepanier {
	border-bottom: 1px solid #fff;
}
img.logopaiement {
	border: 1px solid #b6c7d5;
	margin-bottom: 3px;
}
div.blochomedivsuite {
	text-align: right;
	padding-right: 3px;
	padding-top:8px;
}
table.notation {
	background : #fff;
	border: 1px solid #80A9D1;
	margin: 0 auto;
}
table.notation th {
	border:0;
	width: 60px;
	padding: 4px 7px;
	color: #333;
	background: #f9f9f9;
	border-right: 1px solid #ccc;
}
table.notation td.titre {
	border-bottom: 1px solid #80A9D1;
	text-align: center;
	background: #e0e0e0;
	font-weight: bold;
	padding: 4px 7px;
}
table.notation td {
	padding: 2px 5px 0 5px;
}
h2.titresitemap {
	font-size: 1.1em;
	margin-bottom: 0px;
}
div#extradiv1 {
	height:0;
	width:0;
	background-image: url(images/fond-lien.jpg);
}
div.logosmarques {
	padding: 20px 40px;
	vertical-align: middle;
}
div.logosmarques img {
	vertical-align: middle;
	margin: auto;
	padding: 7px 15px;
}

/* blochome */
#centre .halfbloc .fin {
	margin-bottom: 10px;
}
#centre .halfbloc {
	padding: 10px;
	margin: 0 5px 10px 5px;
	background: #e8edf1;
	-moz-border-radius: 25px;
	width: 280px;
	float: left;
}
a img.imagefavoris {
/*	border: 1px solid #b6c7d5;*/
}
#gauche div.divlienaccueil {
	text-align:left;
}
#gauche div a.lienaccueil, #gauche div a.lienaccueil:hover {
	display: inline;
	background: none;
	color:#000;
}
#gauche div a.lienaccueil:hover {
	text-decoration:underline;
}
#gauche div a.lienaccueil img {
	vertical-align:bottom;
}
div#gauche div.nohover a:hover{
	background: #fff;
}


/* new panier */
span.notepanier {
	font-size:0.8em;
	color: #555;
}

td.ok {
	color: #000;
}
td.ok div.etapepanier {
	display:block;
	width:34px;
	height:34px;
	font-weight:22pt;
	text-align:center;
	vertical-align:center;
	line-height:34px;
	float:left;
	color: #fff;
	margin-right: 10px;
	background: #fff url(images/etapepanier.gif) no-repeat center;
}
td.ok div.etapepaniertick {
	display:block;
	width:34px;
	height:34px;
	font-weight:22pt;
	text-align:center;
	vertical-align:center;
	line-height:34px;
	float:left;
	color: #fff;
	margin-right: 10px;
	background: #fff url(images/etapepaniertick.gif) no-repeat center;
}
td.nok {
	color: #ccc;
}
td.nok div.etapepanier {
	display:block;
	width:34px;
	height:34px;
	font-weight:22pt;
	text-align:center;
	vertical-align:center;
	line-height:34px;
	float:left;
	color: #fff;
	margin-right: 10px;
	background: #fff url(images/etapepaniernok.gif) no-repeat center;
}
div.etapepaniertick a.etapelien {
	display:block;
	width:34px;
	height:34px;
	text-decoration:none;	
	color: #fff;
}
div.etapepaniertick a.etapelien:hover {
	text-decoration:none;	
	color: #fff;
}
/* Highslide */
.highslide {
	cursor: url(../../perso/highslide/graphics/zoomin.cur), pointer;
    outline: none;
}

.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: none;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
}
/* boutons */
input.submit_rechercher {
	width: 157px;
	height: 25px;
	position: relative;
	top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	background: transparent url(images/bouton-rechercher.jpg) no-repeat top left;
	border: 0;
}
input.submit_rechercher:hover {
	background-color: transparent;
	background-position: 0 -25px;
}

/*special */
.special {
	text-align: center;
	border: 1px solid #ddd;
	background: #fff;
	padding: 10px;
}
.special h4 {
	text-align: left;
	display:block;
	font-size: 1.2em;
	padding: 0 0 5px 19px;
	background: url(images/puce.gif) no-repeat 1px 3px;
	border-bottom: 1px solid #ddd;
	margin-top: 0px;
}
#centre .bloc .special h4 a {
	color: #f60;
}
.special a img {
	padding: 10px 20px;
	vertical-align: middle;
	margin: auto;
	border: 1px solid #fff;
}
.special a:hover img {
	border: 1px solid #f60;
}

/* map */
#map {
	border: 1px solid #ddd;
	margin-top: 10px;
}

.addthis_button {
	position: absolute;
	top: 7px;
	left: 475px;
}
.rejoignezfb {
	
	margin:0;
	padding:0;
	background:#fff;
	border:0;
}
.rejoignezfb a {
	display:block;
	width:165px;
	height: 112px;
	background-color:#fff;
	background-image: url(images/facebook-promo-tennis.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin:0;
	padding:0;
	border:0;
}
.rejoignezfb a:hover {
	background-color:#fff;
	background-position: 0 -117px;
	margin:0;
	padding:0;
	border:0;
}
