/***********************************************/
/*********************** RIGHT *****************************/
/***********************************************/

div#right {
 float: left;
 width: 200px;
 margin: 0;
 /*background: red;*/
}



div#right div.bloc_infos {
 float: left;
 width: 192px;
 padding: 0 0 20px 8px;
 background: url("../images/right/right_bloc_fd_bas.gif") 0% 100% no-repeat;
}
div#right div.bloc_infos h2 {
 display: block;
 font-size: 18px;
 line-height: 18px;
 font-weight: normal;
 color: #e10084;
 padding: 0 0 0 15px;
 margin: 0 15px 0 0;
}
div#right div.bloc_infos p {
 display: block;
 font-size: 11px;
 color: #000;
 padding: 0;
 margin: 5px 30px 8px 20px;
}
div#right div.bloc_infos ul {
 display: block;
 font-size: 11px;
 color: #000;
 padding: 0;
 margin: 5px 30px 8px 20px;
}
div#right div.bloc_infos ul li {
 display: block;
 font-size: 11px;
 color: #000;
 padding: 0;
 margin: 0 0 6px 0;
 padding: 0 0 0 15px;
 list-style: none;
 background: url("../images/common/fleche_liste_vert.gif") 0% 5px no-repeat;
}
div#right div.bloc_infos ul li a {
 font-size: 12px;
 color: #4C4C4C;
 text-decoration: none;
}
div#right div.bloc_infos ul li a:hover {color: #D32CA6;}
div#right div.bloc_infos a.plus {
 float: left;
 display: block;
 background: url("../images/common/fleche_lien_vert.gif") 20px 1px no-repeat;
 font-size: 12px;
 font-weight: bold;
 color: #33BFC6;
 text-decoration: none;
 padding: 0 0 0 40px;
 margin: 0 0 0 0;
}
div#right div.bloc_infos a.plus:hover {color: #4C4C4C;}






/* Pas encore membre et Déjà membre */
div#pasmembre {
 float: left;
 width: 192px;
 padding: 0 0 12px 8px;
 background: url("../images/right/right_bloc_fd_bas.gif") 3px 100% no-repeat;
 border: 0px solid green;
}

/* Pas encore membre */
div#pasmembre a.voir {
 float: left;
 display: block;
 background: url("../images/common/fleche_lien_vert.gif") 20px 1px no-repeat;
 font-size: 12px;
 font-weight: bold;
 color: #33BFC6;
 text-decoration: none;
 padding: 0 0 0 40px;
 margin: 0 0 0 0;
}
div#pasmembre a.voir:hover {color: #4C4C4C;}
div#pasmembre a.bt_input {display: block; margin: 0 0 0 20px;}




/* Déjà membre */
div#membre {
 float: left;
 width: 192px;
 padding: 0 0 15px 8px;
 background: url("../images/right/right_compte_fd2.gif") 0% 100% no-repeat;
 border: 0px solid green;
}
div#membre img.item_input {
 float: left;
 margin: 6px 0 8px 16px;
}
div#membre a.oubli {
 float: none;
 clear: both;
 display: block;
 text-align: right;
 font-size: 9px;
 color: #fff;
 padding: 0 0 0 0;
 margin: 0 30px 0 0;
}
div#membre a.oubli:hover {text-decoration: none;}

div#membre p.nom {
 color: #D03FA0;
 font-size: 16px;
 font-weight: bold;
 padding: 40px 80px 5px 18px;
 margin: 0;
 background: url("../images/right/right_membre_identifie2.gif") 0% 0% no-repeat;
}/*
div#membre p.credits {
 color: #33BFC6;
 font-size: 14px;
 font-weight: bold;
 margin: 10px 0 0 18px;
 padding: 0;
}
div#membre a.dispo {
 display: block;
 background: url("../images/common/fleche_lien_vert.gif") 0% 2px no-repeat;
 font-size: 11px;
 color: #33BFC6;
 text-decoration: none;
 padding: 0 0 0 20px;
 margin: 5px 25px 0 18px;
}
div#membre a.dispo:hover {
 color: #FF44DA;
 background: url("../images/common/fleche_lien_rose.gif") 0% 2px no-repeat;
}
div#membre p.compte {
 font-size: 11px;
 color: #ADADAD;
 text-decoration: none;
 padding: 0 0 0 18px;
 margin: 5px 0 0 0;
}
div#membre p.compte a {color: #ADADAD;}
div#membre p.compte a:hover {color: #33BFC6;}*/



/* COMPTE V2 */
div#infos_compte {
 width: 165px;
 margin: 6px 0 0 13px;
 padding: 1px 0 0 3px;
 /*background: url("../images/right/infos_compte_fd_bottom3.gif") 0% 100% repeat-y;*/
}
div#infos_compte h4, .nb_credits {
	width: 145px;
	background: #C00171 url("../images/right/credits_h2_fd.gif") 0% 0% repeat-x;
	border-top: 1px solid #efefef;
	margin: 0 0 5px 4px;
	padding: 2px 5px 5px 5px;
	color: #fff;
	font-size: 14px;
	text-align: center;
}
div#infos_compte a.credits, div#infos_compte a.points {
	display: block;
	clear: both;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	padding: 0 0 0 16px;
	margin: 10px 0 0 5px;
}
div#infos_compte img.sep {margin: 10px 0 5px 12px; padding: 0; clear: both;}
div#infos_compte a.credits {
	color: #FC0093;
	background: url("../images/common/fleche_lien_rose.gif") 0% 0% no-repeat;
}
div#infos_compte a.points {
	color: #0A6E72;
	background: url("../images/common/fleche_lien_vert2.gif") 0% 0% no-repeat;
}
div#infos_compte a.credits:hover, div#infos_compte a.points:hover {text-decoration: none;}
div#infos_compte img {margin: 0 0 0 4px; padding: 0; border: 0px solid red;}
div#infos_compte p.bottom {
	font-size: 11px;
	color: #0A6E72;
	margin: 0 0 0 0;
	padding: 5px 0 8px 8px;
	border: 0px solid green;
}
div#infos_compte p.bottom a { color: #0A6E72; padding: 0;}
div#infos_compte p.bottom a:hover {color: #2D9DA2;}
div#infos_compte p.bottom a.compte {margin: 0 8px 0 0;}
div#infos_compte p.bottom a.deconnex {margin: 0 0 0 8px;}



/* Parrainer un ami */
div#parrainer {
 float: left;
 width: 192px;
 padding: 0 0 15px 8px;
 background: url("../images/right/right_deja_membre_fd.gif") 0% 100% no-repeat;
 border: 0px solid green;
}
div#parrainer .left18px {padding: 0 0 0 18px;}


/* Déjà membre */
div#preschezvous {
 float: left;
 width: 192px;
 padding: 0 0 18px 8px;
 background: url("../images/right/right_preschezvous_bloc_fd.gif") 0% 100% no-repeat;
}


/* Envoyer a un ami */
div#envoyer_ami {
 float: left;
 width: 192px;
 padding: 0 0 18px 8px;
 background: url("../images/right/right_envoyer_ami_bloc_fd.gif") 0% 100% no-repeat;
}

/* Découvrir le service */
img.decouvrir {
 float: left;
 margin: 0 0 0 8px;
}

/* Découvrir le service */
div#presse_download {
 float: left;
 width: 192px;
 padding: 0 0 25px 8px;
 background: url("../images/right/right_deja_membre_fd.gif") 0% 100% no-repeat;
}
div#presse_download img.visuel {margin: 0 0 0 20px;}
div#presse_download h4 {
 font-size: 18px;
 font-weight: normal;
 color: #d32ca6;
 margin: 0 0 10px 20px;
 padding: 0;
}
div#presse_download a.voir {
 float: left;
 display: block;
 background: url("../images/common/fleche_lien_vert.gif") 20px 1px no-repeat;
 font-size: 12px;
 font-weight: bold;
 color: #33BFC6;
 text-decoration: none;
 padding: 0 0 0 40px;
 margin: 0 0 0 0;
}
div#presse_download a.voir:hover {color: #4C4C4C;}

/************************************/
/****************** INFO FONCTIONNEMENT : dans les pages d'inscription *******************/
/***********************************/

div#fidelite {
 float: left;
 width: 192px;
 padding: 0 0 20px 8px;
 background: url("../images/right/right_bloc_fd_bas.gif") 0% 100% no-repeat;
}
div#fidelite h2 {
 display: block;
 background: url("../images/common/fleche_lien_vert.gif") 20px 1px no-repeat;
 font-size: 12px;
 font-weight: bold;
 color: #33BFC6;
 padding: 0 0 0 40px;
 margin: 8px 30px 0 0;
}
div#fidelite p {
 display: block;
 font-size: 11px;
 color: #000;
 padding: 0;
 margin: 5px 30px 8px 20px;
}
div#fidelite ul {
 display: block;
 font-size: 11px;
 color: #000;
 padding: 0;
 margin: 5px 30px 8px 20px;
}
div#fidelite ul li {
 display: block;
 font-size: 11px;
 color: #000;
 padding: 0;
 margin: 0 0 6px 15px;
 list-style: url("../images/common/fleche_liste_vert.gif") outside;
}
div#fidelite ul li a {
 font-size: 12px;
 color: #4C4C4C;
 text-decoration: none;
}
div#fidelite ul li a:hover {color: #D32CA6;}
div#fidelite a.plus {
 float: left;
 display: block;
 background: url("../images/common/fleche_lien_vert.gif") 20px 1px no-repeat;
 font-size: 12px;
 font-weight: bold;
 color: #33BFC6;
 text-decoration: none;
 padding: 0 0 0 40px;
 margin: 0 0 0 0;
}
div#fidelite a.plus:hover {color: #4C4C4C;}



/************ MON COMPTE ****************/
div.recap {
	width: 181px;
	background: url("../images/right/right_compte_credits_fd.gif") 0% 0% no-repeat;
	margin: 0 0 20px 15px;
}

div.recap h2 {
	margin: 4px;
	padding: 4px 0 6px 8px;
	color: #fff;
	font-size: 14px;
}
div#credits h2 {background: #C00171 url("../images/right/credits_h2_fd.gif") 0% 0% repeat-x; text-align: center}
div#points h2 {background: url("../images/right/points_h2_fd.gif") 0% 0% repeat-x;}

div.recap p.txt {
	color: #4c4c4c;
	font-size: 11px;
	margin: 5px 5px 10px 12px;
	
}
div.recap p.rose {
	color: #d32ca6;
	margin: 0 0 8px 12px;
	font-size: 13px;
}
div.recap p.sep {
	width: 181px;
	margin: 0;
	padding: 0px 0 5px 0;
	background: url(../images/right/credits_points_fd_bottom.gif) 0% 100% no-repeat;
}
div.recap p.sep img {display: block; margin: 0 0 0 20px;}
div.recap a.txt {
	display: block;
	color: #d32ca6;
	font-size: 11px;
	margin: 0 5px 5px 12px;
}
div.recap a.txt:hover {text-decoration: none;}
div.recap a.voir {
	display: block;
	background: url("../images/common/fleche_liste_vert.gif") 0% 4px no-repeat;
	padding: 0 0 0 15px;
	margin: 8px 0 8px 12px;
	font-weight: bold;
	color: #35b6bc;
	font-size: 12px;
}

div.recap a.deconnex { display: block; text-align: right; font-size: 10px; color: #ADADAD; padding: 4px 0 2px 0; margin: 0 8px 0 0;}
div.recap a.deconnex:hover {color: #33BFC6;}








