</* DEFINITION DES DIFFERENTS TYPES DE BOXES UTILISABLES DANS LES PAGES (1 et 2) ET BANDEAUX COMPLEMENTAIRES (3) */

	/*PREAMBULE 
		: CONTAINER ET CONTENT 
			CONTAINER : 969 de large, c'est un DIV inclus dans "page" qui fait toute la largeur. il contient le NAVIGATION EXTRA et le CONTENT 
			Si on choisit une page en full, on mettra tout dans le CONTAINER. 
			Sinon, les box de gauche type menu sont dans NAVIGATION EXTRA et celles de droite dans CONTENT
			NAVIGATION-EXTRA : Element flottant à gauche, qui contient toutes les box du menu. WIDTH 240 
			CONTENT : Element flottant à droite, qui contient toutes les box de droite du menu. WIDTH 725 
			il y a donc une marge de 4 pixels entre les deux. 
		
		: les marges VERTICALES ET HORIZONTALES 
			la marge entre deux box l'une sous l'autre doit être la meme qu'entre deux box l'une a coté de l'autre, pour dessiner un + harmonieux.
			Donc pour des box de 357, distantes en face a face de 11px, margin bottom 11
			pour 				 475							  19				  19
			
			DEFINIR POUR 3 BOX PAR LIGNES ET POUR LES BOX FULL LARGEUR 
		*/
		
		

	/* 1. BOXES EN PLEINE PAGE : 2 DIMENSIONS  */
		/* 1. FULL = 969  */
		/* largeur interne du p content : 969 - 2 (bordures) - 20 (padding). 969-22 = 947. 
		La partie TOP change en fonction de la couleur du bandeau et de la fleche ou pas, le reste ne bouge pas.   */
		
.box-969 {margin-left:auto; margin-right:auto; width:969px; margin-bottom:30px; display:block; line-height:normal;}
.box-969-top-gris {background:url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/communs/box_969_top_gris.jpg) no-repeat; width:969px; height:22px; display:block;}
.box-969-top-gris-fleche {background:url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/communs/box_969_top_gris_fleche.jpg) no-repeat; width:969px; height:22px; display:block;}
.box-969-top-violet {background:url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/FOCI/box/box_969.jpg) no-repeat; width:969px; height:22px; display:block;}
.box-969-top-violet-fleche {background:url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/communs/box_969_top_violet_fleche.jpg) no-repeat; width:969px; height:22px; display:block;}
.box-969-top-bleu {background:url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/communs/box_969_top_bleu.jpg) no-repeat; width:969px; height:22px; display:block;}
.box-969-top-line {background:url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/communs/box_969_top_line.jpg) no-repeat; width:969px; height:8px; display:block;}
.box-969-content {width:967px; border-left:1px solid #dcdcdc; border-right:1px solid #dcdcdc;  padding:0; line-height:normal; display:block;}
.box-969-bottom {background:url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/communs/box_969_bottom.jpg) no-repeat; width:969px; height:8px; display:block;}
		

		/* 2. FULL UN PEU MOINS LARGE QUE LA NAV  = 840  */
		/* largeur interne : 840 - 2 (bordures) - 20 (padding). 840-22 = 818. 
		La partie TOP change en fonction de la couleur du bandeau et de la fleche ou pas, le reste ne bouge pas.   */

.box-840 {margin-left:auto; margin-right:auto; width:840px; margin-bottom:30px; display:block; line-height:normal;}
.box-840-top-gris {background:url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/communs/box_840_top_gris.jpg) no-repeat; width:840px; height:22px; display:block;}
.box-840-top-gris-fleche {background:url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/communs/box_840_top_gris_fleche.jpg) no-repeat; width:840px; height:22px; display:block;}
.box-840-top-violet {background:url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/communs/box_840_top_violet.jpg) no-repeat; width:840px; height:22px; display:block;}
.box-840-top-violet-fleche {background:url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/communs/box_840_top_violet_fleche.jpg) no-repeat; width:840px; height:22px; display:block;}
.box-840-top-bleu {background:url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/communs/box_840_top_bleu.jpg) no-repeat; width:840px; height:22px; display:block;}
.box-840-top-line {background:url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/communs/box_840_top_line.jpg) no-repeat; width:840px; height:8px; display:block;}
.box-840-content {width:838px; border-left:1px solid #dcdcdc; border-right:1px solid #dcdcdc;  padding:0; line-height:normal; display:block;}
.box-840-bottom {background:url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/communs/box_840_bottom.jpg) no-repeat; width:840px; height:8px; display:block;}
	
	
	
	
	
	
		
	/* 2. BOXES FLOTTANTES : 2 DIMENSIONS  */
	
		/* 1. A DROITE DU MENU */
			/* 1. BOX A DROITE DU MENU, TYPE EASYPACK = 725  */
		/* largeur interne : 725 - 2 (bordures) - 20 (padding). 725-22 = 703. 
		La partie TOP change en fonction de la couleur du bandeau et de la fleche ou pas, le reste ne bouge pas.   */
.box-725 {width:725px; margin-bottom:10px; display:block; line-height:normal;}
.box-725-top-gris {background:#E7E8ED url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/communs/box_725_top_gris.jpg) no-repeat; width:725px; height:22px; display:block;}
html>body .box-725-top-gris {height: auto; min-height:22px;}
.box-725-top-gris-fleche {background:url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/communs/box_725_top_gris_fleche.jpg) no-repeat; width:725px; height:22px; display:block;}
.box-725-top-violet {background:url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/FOCI/box/box_725.jpg) no-repeat; width:725px; height:22px; display:block;}
.box-725-top-violet-fleche {background:url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/communs/box_725_top_violet_fleche.jpg) no-repeat; width:725px; height:22px; display:block;}
.box-725-top-bleu {background:url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/communs/box_725_top_bleu.jpg) no-repeat; width:725px; height:22px; display:block;}
.box-725-top-line {background:url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/communs/box_725_top_line.jpg) no-repeat; width:725px; height:8px; display:block;}
.box-725-content {width:723px; border-left:1px solid #dcdcdc; border-right:1px solid #dcdcdc;  padding:0; line-height:normal; display:block;}
.box-725-bottom {background:url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/communs/box_725_bottom.jpg) no-repeat; width:725px; height:8px; display:block;}



			/* 2. DEUX BOXES SUR UNE LIGNE, + MENU A GAUCHE (type boutique) = 357   */
		/* largeur interne : 357 - 2 (bordures) - 20 (padding). 357-22 = 335. MARGE ENTRE LES DEUX BOX : 11px calée en fonction de si la box flotte a gauche ou a droite (class left et right). 
		La partie TOP change en fonction de la couleur du bandeau et de la fleche ou pas, le reste ne bouge pas.   */
.box-357 { width:357px; margin-bottom:11px; display:block; line-height:normal;}
.box-357-top-gris {background:url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/communs/box_357_top_gris.jpg) no-repeat; width:357px; height:22px; display:block;}
.box-357-top-gris-fleche {background:url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/communs/box_357_top_gris_fleche.jpg) no-repeat; width:357px; height:22px; display:block;}
.box-357-top-violet {background:url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/communs/box_357_top_violet.jpg) no-repeat; width:357px; height:22px; display:block;}
.box-357-top-violet-fleche {background:url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/communs/box_357_top_violet_fleche.jpg) no-repeat; width:357px; height:22px; display:block;}
.box-357-top-bleu {background:url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/communs/box_357_top_bleu.jpg) no-repeat; width:357px; height:22px; display:block;}
.box-357-top-line {background:url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/communs/box_357_top_line.jpg) no-repeat; width:357px; height:8px; display:block;}
.box-357-content {width:355px; border-left:1px solid #dcdcdc; border-right:1px solid #dcdcdc;  padding:0; line-height:normal; display:block;}
.box-357-bottom {background:url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/communs/box_357_bottom.jpg) no-repeat; width:357px; height:8px; display:block;}



			/* 2. TROIS BOXES SUR UNE LIGNE, + MENU A GAUCHE (boutique) = 237, marges à définir */
				/* 1. top = une ligne /!\ CARREE  à ajouter */ 
.box-237 {width:237px; margin-bottom:10px; display:block; line-height:normal;}
.box-237-top-gris {background:url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/communs/box_237_top_gris.jpg) no-repeat; width:237px; height:22px; display:block;}
.box-237-top-gris-fleche {background:url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/communs/box_237_top_gris_fleche.jpg) no-repeat; width:237px; height:22px; display:block;}
.box-237-top-violet {background:url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/FOCI/box/box_237.jpg) no-repeat; width:237px; height:22px; display:block;}
.box-237-top-violet-fleche {background:url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/communs/box_237_top_violet_fleche.jpg) no-repeat; width:237px; height:22px; display:block;}
.box-237-top-bleu {background:url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/communs/box_237_top_bleu.jpg) no-repeat; width:237px; height:22px; display:block;}
.box-237-top-line {background:url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/communs/box_237_top_line.jpg) no-repeat; width:237px; height:8px; display:block;}
.box-237-content {width:235px; border-left:1px solid #dcdcdc; border-right:1px solid #dcdcdc;  padding:0; line-height:normal; display:block;}
.box-237-bottom {background:url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/communs/box_237_bottom.jpg) no-repeat; width:237px; height:8px; display:block; margin-bottom:10px; }
				
				
				
				
				
		/* 2. SANS MENU A GAUCHE */
	
			/* 2. DEUX BOXES SUR UNE LIGNE = 475 de large, marge 19 au milieu   */
			
			/* largeur interne : 475 - 2 (bordures) - 20 (padding). 475-22 = 453. MARGE ENTRE LES DEUX BOX : 19px. 
			La partie TOP change en fonction de la couleur du bandeau et de la fleche ou pas, le reste ne bouge pas.   */

.box-400 { float:left;width:400px; margin-bottom:19px; display:block; line-height:normal;margin-right:8px;}
.box-400-left-top-violet {background:url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/communs/box_475_top_violet.jpg) no-repeat; width:400px; height:22px; display:block;}
.box-400-right-top-violet {background:url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/communs/box_475_top_violet.jpg) no-repeat 100%; width:400px; height:22px; display:block;}
.box-400-content {width:398px; border-left:1px solid #dcdcdc; border-right:1px solid #dcdcdc;  padding:0; line-height:normal; display:block;}
.box-400-bottom {background:url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/communs/box_400_bottom.jpg) no-repeat; width:400px; height:8px; display:block;}


.box-475 { width:475px; margin-bottom:19px; display:block; line-height:normal;}
.box-475-top-gris {background:url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/communs/box_475_top_gris.jpg) no-repeat; width:475px; height:22px; display:block;}
.box-475-top-gris-fleche {background:url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/communs/box_475_top_gris_fleche.jpg) no-repeat; width:475px; height:22px; display:block;}
.box-475-top-violet {background:url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/communs/box_475_top_violet.jpg) no-repeat; width:475px; height:22px; display:block;}
.box-475-top-violet-fleche {background:url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/communs/box_475_top_violet_fleche.jpg) no-repeat; width:475px; height:22px; display:block;}
.box-475-top-bleu {background:url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/communs/box_475_top_bleu.jpg) no-repeat; width:475px; height:22px; display:block;}
.box-475-top-line {background:url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/communs/box_475_top_line.jpg) no-repeat; width:475px; height:8px; display:block;}
.box-475-content {width:473px; border-left:1px solid #dcdcdc; border-right:1px solid #dcdcdc;  padding:0; line-height:normal; display:block;}
.box-475-bottom {background:url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/communs/box_475_bottom.jpg) no-repeat; width:475px; height:8px; display:block;}
	
			/* 2. TROIS BOXES SUR UNE LIGNE = 313 de large, marge 15, 313, 15, 313 */
				/* 1. top = une ligne /!\ CARREE */
				
.box-313 { width:313px; margin-bottom:15px; display:block; line-height:normal;}
.box-313-top-gris {background:url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/communs/box_313_top_gris.jpg) no-repeat; width:313px; height:22px; display:block;}
.box-313-top-gris-fleche {background:url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/communs/box_313_top_gris_fleche.jpg) no-repeat; width:313px; height:22px; display:block;}
.box-313-top-violet {background:url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/FOCI/box/box_313_top_violet.jpg) no-repeat; width:313px; height:22px; display:block;}
.box-313-top-violet-fleche {background:url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/communs/box_313_top_violet_fleche.jpg) no-repeat; width:313px; height:22px; display:block;}
.box-313-top-bleu {background:url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/communs/box_313_top_bleu.jpg) no-repeat; width:313px; height:22px; display:block;}
.box-313-top-line {background:url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/communs/box_313_top_line.jpg) no-repeat; width:313px; height:8px; display:block;}

.box-313-content {
	width:311px; 
	border-left:1px solid #dcdcdc; 
	border-right:1px solid #dcdcdc;  
	padding:0; 
	line-height:normal; 
	display:block; 
	height:230px;
}

.box-313-bottom {background:url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/communs/box_313_bottom.jpg) no-repeat; width:313px; height:8px; display:block;}
.box-313 p {margin-bottom:0px;margin-top:0px;}

			/* 2. TROIS BOXES SUR UNE LIGNE = 213 de large, marge 15, 313, 15, 313 */
				/* 1. top = une ligne /!\ CARREE */
				
.box-213 { width:213px; margin-bottom:15px; display:block; line-height:normal;}
.box-213-top-gris {background:url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/communs/box_213_top_gris.jpg) no-repeat; width:213px; height:22px; display:block;}
.box-213-top-gris-fleche {background:url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/communs/box_213_top_gris_fleche.jpg) no-repeat; width:213px; height:22px; display:block;}
.box-213-top-violet {background:url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/communs/box_213_top_violet.jpg) no-repeat; width:213px; height:22px; display:block;}
.box-213-top-violet-fleche {background:url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/communs/box_213_top_violet_fleche.jpg) no-repeat; width:213px; height:22px; display:block;}
.box-213-top-bleu {background:url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/communs/box_213_top_bleu.jpg) no-repeat; width:213px; height:22px; display:block;}
.box-213-top-line {background:url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/communs/box_213_top_line.jpg) no-repeat; width:213px; height:8px; display:block;}
.box-213-content {width:211px; border-left:1px solid #dcdcdc; border-right:1px solid #dcdcdc;  padding:0; line-height:normal; display:block;}
.box-213-bottom {background:url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/communs/box_213_bottom.jpg) no-repeat; width:213px; height:8px; display:block;}


/* LES FLOTTEMENTS DES BOXES */
.left { float:left;}
.right { float:right;}	



/* LES TITRES DANS LES BANDEAUX DES BOXES */
.box-237-top-gris h3, .box-237-top-gris-fleche h3, .box-313-top-gris h3, .box-313-top-gris-fleche h3, .box-357-top-gris h3, .box-357-top-gris-fleche h3,
.box-475-top-gris h3, .box-475-top-gris-fleche h3, .box-725-top-gris h3, .box-725-top-gris-fleche h3, .box-840-top-gris h3, .box-840-top-gris-fleche h3,
.box-969-top-gris h3, .box-969-top-gris-fleche h3, .box-213-top-gris h3, .box-213-top-gris-fleche h3
 {line-height:normal; font-size:13px; font-weight:bold; color:#666666; margin:0; padding:2px 0 0 15px;}
.box-237-top-violet h3, .box-237-top-violet-fleche h3, .box-313-top-violet h3, .box-313-top-violet-fleche h3, .box-357-top-violet h3, .box-357-top-violet-fleche h3,
.box-475-top-violet h3, .box-475-top-violet-fleche h3, .box-725-top-violet h3, .box-725-top-violet-fleche h3, .box-840-top-violet h3, .box-840-top-violet-fleche h3, 
.box-969-top-violet h3, .box-969-top-violet-fleche h3 , .box-213-top-violet h3, .box-213-top-violet-fleche h3 , .box-400-left-top-violet h3, .box-400-right-top-violet h3
{line-height:normal; font-size:13px; font-weight:bold; color:#FFFFFF; margin:0; padding:2px 0 0 10px;}
.box-237-top-bleu h3, .box-237-top-bleu-fleche h3, .box-313-top-bleu h3, .box-313-top-bleu-fleche h3, .box-357-top-bleu h3, .box-357-top-bleu-fleche h3,
.box-475-top-bleu h3, .box-475-top-bleu-fleche h3, .box-725-top-bleu h3, .box-725-top-bleu-fleche h3, .box-840-top-bleu h3, .box-840-top-bleu-fleche h3, 
.box-969-top-bleu h3, .box-969-top-bleu-fleche h3, .box-213-top-bleu h3, .box-213-top-bleu-fleche h3 
{line-height:normal; font-size:13px; font-weight:bold; color:#7E7E7E; margin:0; padding:2px 0 0 15px;}

/* box-default */
.box-default { position: relative;margin:0 0 5px 0;width: 237px; line-height: 1.1;}
.box-default h2 { height: 22px; line-height: 22px; padding: 0 5px 0 10px;background: transparent url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/FOCI/box/box_237.jpg) 0 0 no-repeat; font-size: 1.2em; color:#FFFFFF; font-weight:bold;}
.box-default  .help { height: 22px; line-height: 22px; position:absolute; top:3px; left: 215px; z-index:255;}
.box-default h2 a span,
.box-default h2 a { display: block;color: #fff;}
.box-default .content { padding: 5px 0 5px 0;background: transparent url(img/box/boxm-bot.png) no-repeat scroll 0pt 100%;}
.box-default .content:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
#IE6 .box-default .content,
#IE7 .box-default .content { height: 1%;}



/* LE P.CONTENT QUI FAIT LES MARGES STANDARDS DANS LES BOX */
.box-969-content p.content {width:947px; padding:5px 10px 5px 10px; line-height:normal; display:block;}
.box-840-content p.content {width:818px; padding:5px 10px 5px 10px; line-height:normal; display:block;}
/*
	f.tripoli changement de l'element p en element div pour un meilleur respect des specification w3c et une meilleur prise en charge par les navigateurs
	l'element p ne pouvant contenir des elements div ou form ou table (pour le dernier cas cela depend de la definition de la doctype).
*/
.box-725-content div.content {width:703px; padding:5px 10px 5px 10px; line-height:normal; /*display:block;*/}
.box-475-content p.content {width:453px; padding:5px 10px 5px 10px; line-height:normal; display:block;}
.box-357-content p.content {width:335px; padding:5px 10px 5px 10px; line-height:normal; display:block;}
.box-237-content p.content {width:215px; padding:5px 10px 5px 10px; line-height:normal; display:block;}

.box-969-content h1.content {font-weight:bold;font-size:20px;}




.linkMenu a:hover {background: transparent url("img/typo/bullet-on.png") 2px 50% no-repeat; text-decoration:none; color:#ae269e;}
.linkMenu a{display: block;padding-left: 10px; border-left: 1px solid #fff; line-height:1.2; background: transparent url("img/typo/bullet.png") 1px 50% no-repeat;}



/* Divers trucs */
img {border:0;}


.pretty_ListePromo{	position: relative;top: -160px;left:50px;}
	#IE6 .pretty_ListePromo{	position: relative;top: -160px;left:-110px;}
		#IE7 .pretty_ListePromo{	position: relative;top:-160px;left: -110px;}
.imageBox_ListePromo{position: static;}



.box-237-content #formeRecherche {padding:2px 2px;}
.box-237-content #formeRecherche input {margin-bottom:0px;}

/* box 237 mon compte page home*/
.box-237-moncompte{width:237px; padding-bottom:6px; line-height:normal; display:block;background: transparent url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/FOCI/box/new_inscrit.png) 0 -1px no-repeat;height:79px;}
	#IE6 .box-237-moncompte{width:237px; padding-bottom:6px; line-height:normal; display:block;background: transparent url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/FOCI/box/new_inscrit.png) 0 -1px no-repeat;}
	#IE7 .box-237-moncompte{width:237px; padding-bottom:6px; line-height:normal; display:block;background: transparent url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/FOCI/box/new_inscrit.png) 0 -1px no-repeat;}
	
.box-237-moncompte h3 {line-height:normal; font-size:13px; font-weight:bold; color:#ffffff; margin:0; margin:4px 0 0 9px;padding-top:1px;}

.box-237-moncompte #my-account {margin-top: 16px; padding-left: 5px; padding-right: 5px;display: block;}
	#IE6 .box-237-moncompte #my-account {margin-top: 10px; padding-left: 5px; padding-right: 5px;display: block;}
	#IE7 .box-237-moncompte #my-account {margin-top: 12px; padding-left: 5px; padding-right: 5px;display: block;line-height:6px;overflow:hidden;}

.box-237-moncompte #my-creation {margin-top: 3px; padding-left: 5px; padding-right: 5px;display: block;}
	#IE6 .box-237-moncompte  #my-creation {margin-top: -6px; padding-left: 5px; padding-right: 5px;display: block;}
	#IE7 .box-237-moncompte  #my-creation {margin-top: 0px; padding-left: 5px; padding-right: 5px;display: block;}
	
.box-237-moncompte #my-account #account-label,
.box-237-moncompte #my-creation  #account-label {font-weight: bold;display:block; float: left; line-height:9px;}
	#IE6 .box-237-moncompte  #my-creation  #account-label,#IE6 .box-237-moncompte #my-account #account-label{font-weight: bold;display:block; float: left; line-height:normal;position:relative;overflow:hidden;}
	#IE7 .box-237-moncompte  #my-creation  #account-label ,#IE7 .box-237-moncompte #my-account #account-label{font-weight: bold;display:block; float: left; line-height:normal;position:relative;overflow:hidden;}
	
.box-237-moncompte #my-account #account-img,
.box-237-moncompte #my-creation  #account-img {display:block; float: right}
.box-237-moncompte #my-account #account-img #my-account-go,
.box-237-moncompte #my-creation  #account-img #my-account-go {position: relative; top:-4px; right:0px}
#searchGo { position: relative; top: 5px;}
/* =@navigation recherche */
.box-237-content .marcheListe { display: block;font-size:9px; border-left: 1px solid #fff; line-height:1.2; background: transparent url("img/typo/bullet.png") 1px 50% no-repeat;}
.box-237-content .segmentListe { display: block;padding-left: 1px; font-size:10px; border-left: 1px solid #fff; line-height:1.2; background: transparent url("img/typo/bullet.png") 1px 50% no-repeat;}



#page{background:#ffffff url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/noel2008/head_v4.png) no-repeat ;}
#ALL{background:#97989a none;}
	div#IE6{background:#97989a none;}
	body.home div#IE6{background:#97989a none;}
	div#IE7{background:#97989a none;}
	div#IE8{background:#97989a none;}
body{background:#97989a none;}

div#header div.promo1{margin-left:15px;width:240px;}
div#logo {float:left;margin:5px 7px 0 8px;}

/*************************
			=nav 
 *************************/
#nav { clear:both;height:38px; margin:auto; width: 969px; border:0px;}
#nav dl { margin:0; padding:0;height: 38px; background: transparent; list-style-type: none;}
#nav dl dt { margin:0; padding:0;float:left;height:35px; text-align:center; cursor: pointer;border-right:1px solid #ffffff;}
#nav dl dt.dt-fr  { margin:0; padding:0;float:left;height:35px; text-align:center; cursor: pointer;border-right:1px solid #ffffff;}

#nav dl dt a {float:left;display: block; height:29px; width: 120px; padding: 3px 0; text-transform:uppercase; line-height: 14px; font-weight:bold;color:#666; background: transparent url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/FOCI/nav/nav.png) 0 0 repeat-x; text-decoration:none; text-align: center; }
#nav dl dt.dt-fr a {float:left;display: block; height:29px; width: 106px; padding: 3px 0; text-transform:uppercase; line-height: 14px; font-weight:bold;color:#666; background: transparent url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/FOCI/nav/nav.png) 0 0 repeat-x; text-decoration:none; text-align: center; }

#nav dl dt.no-border { border-right:none;}
#nav dl dt.no-border a { width: 112px;}

/*-- textcolor--*/
#nav dl dt a span {color: #434242; cursor: pointer; height:29px;}
	#IE7 #nav dl dt a span {color: #434242;height:29px;}
		#IE6 #nav dl dt a span {color: #434242; height:29px;}

/*--hover text color--*/
#nav dl dt a:hover span {color: #000000; height:29px;}
	#IE7 #nav dl dt a:hover span {color: #000000; height:29px;}
		#IE6  #nav dl dt a:hover span {color: #000000; height:29px;}

/*hover onglet*/
#nav dl dt a:hover {background-position:0 -35px;}
	#IE7 #nav dl dt a:hover {color:#000000; background-position:0 -35px;}
		#IE6 #nav dl dt a:hover {color:#000000; background-position:0 -35px;}

/*--hover onglet first et last--*/
#nav dl dt.first a,
#nav dl dt.first a:hover {background-position:0 -38px;}
	#IE7 #nav dl dt.first a,
	#IE7 #nav dl dt.first a:hover {background-position:0 -38px;}
		#IE6 #nav dl dt.first a,
		#IE6 #nav dl dt.first a:hover {background-position:0 -38px;}/*hover acceuileeeee*/
	
#nav dl dt.last-concours a,
#nav dl dt.last-concours a:hover { background-position: 0 -38px;}
	#IE7 #nav dl dt.last-concours a,
	#IE7 #nav dl dt.last-concours a:hover { background-position: 0 -38px;}
		#IE6 #nav dl dt.last-concours a,
		#IE6 #nav dl dt.last-concours a:hover { background-position: 0 -38px;}
	
#nav dl dt.last a,
#nav dl dt.last a:hover { background-position: 100% -38px;}
	#IE7 #nav dl dt.last  a,
	#IE7 #nav dl dt.last a:hover { color:#6e044f; background-position:100% -38px;}
		#IE6 #nav dl dt.last  a,
		#IE6 #nav dl dt.last a:hover { color:#6e044f; background-position:100% -38px;}
	
/*--image onglet first--*/
#nav dl dt.first a {background-image: url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/FOCI/nav/nav-first.png); background-position:0 0; background-repeat: no-repeat;}
#IE7 #nav dl dt.first a {background-image: url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/FOCI/nav/nav-first.png); background-position: 0 0; background-repeat: no-repeat;}
#IE6 #nav dl dt.first a {background-image: url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/FOCI/nav/nav-first.png); background-position:0 0; background-repeat: no-repeat;}

/*--image onglet help--*/
#nav dl dt.help a {width:112px;background-image: url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/FOCI/nav/nav-last-aide.png); background-position:100% 0; background-repeat: no-repeat;}
	#IE7 #nav dl dt.help a {width:112px;background-image: url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/FOCI/nav/nav-last-aide.png); background-position: 100% 0; background-repeat: no-repeat;}
	#IE6 #nav dl dt.help a {width:112px;background-image: url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/FOCI/nav/nav-last-aide.png); background-position:100% 0; background-repeat: no-repeat;}
#nav dl dt.help a:hover {background-position:100% -76px;width:112px}
	#IE7 #nav dl dt.help a:hover {background-position:100% -76px;width:112px}
	#IE6 #nav dl dt.help a:hover {background-position:100% -76px;width:112px}


/*--image onglet help--*/
#nav dl dt.magasin a {background-image: url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/FOCI/nav/nav-magasin.png); background-position:100% 0; background-repeat: no-repeat;}
	#IE7 #nav dl dt.magasin a {background-image: url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/FOCI/nav/nav-magasin.png); background-position: 100% 0; background-repeat: no-repeat;}
	#IE6 #nav dl dt.magasin a {background-image: url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/FOCI/nav/nav-magasin.png); background-position:100% 0; background-repeat: no-repeat;}
#nav dl dt.magasin a:hover {background-position:0 -38px;}
	#IE7  #nav dl dt.magasin a:hover {background-position:0 -38px;}
	#IE6  #nav dl dt.magasin a:hover {background-position:0 -38px;}
#nav dl dt.magasin.current2 a {background-position:0 -76px;}
	#IE6 #nav dl dt.magasin.current2 a {background-position:0 -76px;}
	#IE7 #nav dl dt.magasin.current2 a {background-position:0 -76px;}

/*--image onglet concourlast--*/
#nav dl dt.last-concours a {background-image: url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/nav/nav-last-concours.png); background-position: 0 0px; background-repeat: no-repeat;}
	#IE7 #nav dl dt.last-concours a {background-image: url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/FOCI/nav/nav-last-concours.png); background-position: 0 0px; background-repeat: no-repeat;}
	#IE6 #nav dl dt.last-concours a {background-image: url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/FOCI/nav/nav-last-concours.png); background-position: 0 0px; background-repeat: no-repeat;}

/*--image onglet deco last--*/
#nav dl dt.last a {background-image: url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/FOCI/nav/nav-last.png); background-position: 100% 0; background-repeat: no-repeat;}
#IE7 #nav dl dt.last a {background-image: url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/FOCI/nav/nav-last.png); background-position: 100% 0; background-repeat: no-repeat;}
#IE6 #nav dl dt.last a {background-image: url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/FOCI/nav/nav-last.png); background-position: 100% 0; background-repeat: no-repeat;}

/*--onglet selectionné first last concour--*/
#nav dl dt.first.current1 a,
#nav dl dt.first.current1 a span,
#nav dl dt.first.current1 a:hover,
#nav dl dt.first.current1 a:hover span{color:#fff ;background-position: 0 -76px;}
	#IE7 #nav dl dt.first.current1 a,
	#IE7 #nav dl dt.first.current1 a span,
	#IE7 #nav dl dt.first.current1 a:hover,
	#IE7 #nav dl dt.first.current1 a:hover span{color:#fff ;background-position: 0 -76px;}
		#IE6 #nav dl dt.first.current1 a,
		#IE6 #nav dl dt.first.current1 span,
		#IE6 #nav dl dt.first.current1 a:hover,
		#IE6 #nav dl dt.first.current1 a:hover span{color:#fff ;background-position: 0 -76px;}

/*pour integrer une image changer current en current1 dans le header et css*/

#nav dl dt.last-concours.current2 a,
#nav dl dt.last-concours.current2 a:hover {color:#fff; background-position: 100% -76px;}
	#IE6 #nav dl dt.last-concours.current2 a,
	#IE6 #nav dl dt.last-concours.current2 a:hover {color:#fff; background-position: 100% -76px;}
		#IE7 #nav dl dt.last-concours.current2 a,
		#IE7 #nav dl dt.last-concours.current2 a:hover {color:#fff; background-position: 100% 0px;}	

#nav dl dt.last.current3 a,
#nav dl dt.last.current3 a span,
#nav dl dt.last.current3 a:hover,
#nav dl dt.last.current3 a:hover span{color:#fff; background-position: 100% -76px;}
	#IE7 #nav dl dt.last.current3 a,
	#IE7 #nav dl dt.last.current3 a span,
	#IE7 #nav dl dt.last.current3 a:hover,
	#IE7 #nav dl dt.last.current3 a:hover span{color:#fff;background-position: 100% -76px;}	
		#IE6 #nav dl dt.last.current3 a,
		#IE6 #nav dl dt.last.current3 a span,
		#IE6 #nav dl dt.last.current3 a:hover,
		#IE6 #nav dl dt.last.current3 a:hover span{color:#fff;background-position: 100% -76px;}

	
/*text acceuil first / promo / help mise en page*/
#nav dl dt.first a span {position:relative;top: 20%;}
#nav dl dt.promo a span {position:relative;top: 0%;}
#nav dl dt.help a span {position:relative;top: 20%; color: #fff;}
#nav dl dt.magasin a span {position:relative;top: 20%; color: #fff;}
	#IE7 #nav dl dt.first a span {position:relative;top: 18%;}
	#IE7 #nav dl dt.promo a span {position:relative;top: 0%;}
	#IE7 #nav dl dt.help a span {position:relative;top: 18%;}
	#IE7 #nav dl dt.magasin a span {position:relative;top: 18%; color: #fff;}

#nav dl dt.last a,
#nav dl dt.last-concours a { line-height: 14px;}

/* onglet current*/
#nav dl dt.current a,
#nav dl dt.current a span,
#nav dl dt.current a:hover,
#nav dl dt.current a:hover span { color:#fff; background-position:0 -70px;}
	#IE7 #nav dl dt.current a,
	#IE7 #nav dl dt.current a span,
	#IE7 #nav dl dt.current a:hover,
	#IE7 #nav dl dt.current a:hover span{color:#fff;background-position:0 -70px;}
		#IE6 #nav dl dt.current a,
		#IE6 #nav dl dt.current a span,
		#IE6 #nav dl dt.current a:hover,
		#IE6 #nav dl dt.current a:hover span{color:#fff;background-position:0 -70px;}	
		
/*text blanc*/
#nav dl dt.magasin.current2 a span{color:#fff;}
#nav dl dt.magasin a span, #IE6 #nav dl dt.magasin a:hover span{color:#fff;}
#nav dl dt.help a span, #IE6 #nav dl dt.help a:hover span{color:#fff;}
	#IE6 #nav dl dt.magasin.current2 a span{color:#fff;}
	#IE6 #nav dl dt.magasin a span, #IE6 #nav dl dt.magasin a:hover span{color:#fff;}
	#IE6 #nav dl dt.help a span, #IE6 #nav dl dt.help a:hover span{color:#fff;}
		#IE7 #nav dl dt.magasin.current2 a span{color:#fff;}
		#IE7 #nav dl dt.magasin a span, #IE6 #nav dl dt.magasin a:hover span{color:#fff;}
		#IE7 #nav dl dt.help a span, #IE6 #nav dl dt.help a:hover span{color:#fff;}

/* fin =nav */



/*************************
		=footer 
 *************************/
#footer { clear:both;margin-top: 10px; margin-left:auto; margin-right:auto; width:969px;}
	#IE6 #footer { padding-top:0; margin-top:5px;}
#partners { margin-bottom: 10px;background: transparent url(../../img/box/bg-box-bot-partners.png) 0 100% no-repeat;}
#partners:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
/* Hides from IE-mac \*/
* html #partners {height: 1%;}
#partners h2 { height:25px; padding-left:10px; line-height:25px;background: transparent url(../../img/box/bg-title-partners.png) 0 0 no-repeat; font-size: 1.1em; font-weight:bold;}
#partners ul { margin: 10px 0;text-align:center;}
#partners ul li { display:inline; margin-left:5px;}

#footer div,
#footer p.myxpix-info { }
#footer p.myxpix-info { margin-bottom: 10px;}
#footer div.links { margin-bottom: 10px;}
#footer div.links ul { text-align: center;}
#footer div.links ul li { display: inline; padding: 0 .5em; line-height: 1.5; border-right: 1px solid #666;}
#footer div.links ul li.last { border: none;}
#footer div.links ul li a { color: #666;}

#footer #mentions-legales { margin: 10px 0; color: #999; line-height: 1.1;}
#footer #mentions-legales p { margin: 10px 0;}

/* =payment */
#payment { padding: 0 170px;}
#payment:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
#payment ul { text-align:center; height: 40px; list-style-type: none;}
#payment ul:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
#payment ul li { float:left; height: 40px; margin-right: .5em;}
#payment ul li:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
#payment ul li span.libelle { float:left; height: 40px; line-height:40px!important; margin-right: .5em;}
#payment ul li img { float:left; margin-top:5px;}

#footer p.myxpix-info { margin-bottom:15px;text-align:center; line-height: 1.2;}

/* =contact */
#contact-mypix { float:left; width: 100%; height:30px; line-height:28px!important; background-color: #ffffff;}
#contact-mypix ul.help { float: left; width: 148px; padding:0; margin-left: 5px; border-right: 1px solid #fff;}
#contact-mypix ul.help li { display: inline;padding:0; margin-right: 5px; padding-right: 5px; border-right: 1px solid #666;}
#contact-mypix ul.help li.last { border: none;}
#contact-mypix ul.help li a { }
#contact-mypix dl.contact { float: right; width: 340px;}
#contact-mypix dl.contact dd,
#contact-mypix dl.contact dt { display: inline; }

/* =countries */
#countries-mypix { position: relative;float:right; width: 468px;height:30px; line-height: 28px!important; background-color: #f2f2f2;}
#countries-mypix p{ float:left; margin-left: 5px; line-height: 28px!important;}
#IE6 #countries-mypix p{ float:left; margin-left: 0px;}
#countries-mypix ul{ float:left; height: 30px; margin-left: 5px; list-style-type: none;}
#countries-mypix ul li{ float:left; margin-right:3px;}
#countries-mypix ul li a{ float:left; padding-top: 5px;}
#countries-mypix ul li dl { display:none;position: absolute;	top: -35px; right: 0; width: 261px;	height: 30px; background: transparent url("img/bg-footer-lang.png") 0 0 no-repeat;}
#countries-mypix ul li dl dt,
#countries-mypix ul li dl dd { display: inline; float:none; margin:0;padding-right:5px;margin-left: 5px; font-size: 1.1em; line-height:28px!important;}
#countries-mypix ul li dl dd a { float:none;}
#countries-mypix ul li dl dd { border-right: 1px solid #666;}
#countries-mypix ul li dl dd.last { border: none;}
#countries-mypix ul li dl dd a:hover { color:#000; text-decoration:underline;}

/* =fotovista */
#fotovista-mypix { clear: both; height: 15px; padding-right: 15px; background-color: #33F;}
#fotovista-mypix p { line-height:15px;height: 15px; padding-right: 5px;background-color: #000; border-right: 1px solid #fff; color: #fff; text-align:right;}
/* fin =footer */

/*******************************************************************************************************************************************************************
																		FOCI
*******************************************************************************************************************************************************************/
/* HEADER */
div#log-in {margin-right:2px;width:290px;float:right;background:transparent url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/FOCI/common/fond-panier.jpg) no-repeat 0 0;}
#IE6 div#log-in {float:right;margin-right:2px;padding:0px;width:290px;height:80px;margin-top:5px;overflow:hidden;background: transparent url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/FOCI/common/fond-panier.jpg) 0 0 no-repeat;}

div#sign-in {width:190px;margin:6px 0 5px 10px;}
	#IE6 div#sign-in{width:190px;margin:6px 0 5px 4px;}
	#IE7 div#sign-in{	width: 190px; margin: 6px 0px 5px 10px;}
	#IE8 div#sign-in{width:190px;margin:4px 0 5px 8px;}

#sign-in-frm fieldset legend{margin-bottom:5px;}
	#IE8 div#sign-in-frm fieldset legend{margin:0 0 3px 0!important;}


#sign-in .cart {background:transparent url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/FOCI/common/cart.png) no-repeat scroll 0 50%;margin: 0px}

#sign-in-frm fieldset p input#login,
#sign-in-frm fieldset p input#pass { width:78px;border:1px solid #cdcdcd;}
	#IE7 #sign-in-frm fieldset p input#pass { width:75px;border:1px solid #cdcdcd;}
	
div#sign-in li{margin-bottom:5px;}

div#sign-in .hello {float:left;width:122px;height:26px;padding-top:2px;line-height:normal;}
	#IE8 div#sign-in .hello {float:left;width:122px;height:26px;padding-top:2px;line-height:normal;}
	#IE7 div#sign-in .hello {float:left;width:122px;height:26px;padding-top:2px;line-height:normal;}
	#IE6 div#sign-in .hello {float:left;width:122px;height:26px;padding-top:2px;line-height:normal;}
	
div#sign-in .my-account {float:left;width:124px;line-height:1.2em;height:15px;padding-left:20px;background:transparent url(http://pan.fotovista.com/mypixmania/images//style/v4/img/my-account.png) no-repeat scroll 0 0;}
div#sign-in .my-account a{text-decoration:none;}
div#sign-in .my-account a:hover{color:#000000;text-decoration:underline;}

div#sign-in .mes-creation {display:block;float:left;line-height:1.2em;height:15px;width:124px;padding-left:20px;background:transparent url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/FOCI/common/picto_mon_compte.gif) no-repeat scroll 2px 50%;}
	#IE7 div#sign-in .mes-creation {display:block;float:left;line-height:1.2em;height:15px;width:124px;padding-left:20px;background:transparent url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/FOCI/common/picto_mon_compte.gif) no-repeat scroll 2px 50%;}
	#IE6 div#sign-in .mes-creation {display:block;float:left;line-height:1.2em;height:15px;width:124px;padding-left:20px;background:transparent url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/FOCI/common/picto_mon_compte.gif) no-repeat scroll 2px 50%;}
	#IE8 div#sign-in .mes-creation {display:block;float:left;line-height:1.2em;height:15px;width:124px;padding-left:20px;background:transparent url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/FOCI/common/picto_mon_compte.gif) no-repeat scroll 2px 50%;}

	div#sign-in .mes-creation a{text-decoration:none;}
div#sign-in .mes-creation a:hover{color:#000000;text-decoration:underline;}
	
div#sign-in .disconnect {float:right;width:60px;margin-right:2px;padding-top:2px;height:26px;color:#e3e3e3;text-align:right;line-height:normal;}
div#sign-in .disconnect a {color:#aaa;text-transform:capitalize;text-decoration:none;height:26px;}
div#sign-in .disconnect a:hover{text-decoration:underline;}

div#sign-in p.not-registered{margin-top:0}

/* cart */
div#cart {float:left;margin-top:6px;margin-left:3px;width:80px;}

div#cart li {color:#82717a;text-align:center;}	
div#cart li a{color:#82717a;text-decoration:none;}	
div#cart li a:hover{color:#82717a;text-decoration:underline;}	

div#cart li {text-align:center;margin-bottom:5px;padding-left:15px;}
div#cart li.caddy{height:26px;line-height:normal;padding-top:2px;background:url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/FOCI/common/caddy.png) no-repeat 0 2px;}	
	#IE6 div#cart li.caddy{height:26px;line-height:normal;padding-top:2px;background:url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/FOCI/common/caddy.png) no-repeat 0 2px;}	
	#IE7 div#cart li.caddy{height:26px;line-height:normal;padding-top:2px;background:url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/FOCI/common/caddy.png) no-repeat 0 2px;}	
	#IE8 div#cart li.caddy{height:26px;line-height:normal;padding-top:2px;background:url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/FOCI/common/caddy.png) no-repeat 0 2px;}	
div#cart li.caddy .image_panier{margin:-4px 4px 0 0;}

div#cart li.article{height:15px;line-height:1.2em;padding-left:12px;margin: 0px 0px 5px 0;}	
	#IE7 div#cart li.article{height:15px;line-height:1.2em;padding-left:12px;margin: 1px 0px 5px 0!important;font-size:1em !important;}	
div#cart li.montant a{color:#E2001A;font-size:12px;text-decoration:none;font-weight:bold !important;}	
	#IE6 div#cart li.montant a{color:#E2001A;font-size:12px;text-decoration:none;font-weight:bold !important;}	
	#IE7 div#cart li.montant a{color:#E2001A;font-size:12px;text-decoration:none;font-weight:bold !important;}	
	#IE8 div#cart li.montant a{color:#E2001A;font-size:12px;text-decoration:none;font-weight:bold !important;}	
div#cart li.montant a:hover{text-decoration:underline;font-weight:bold;}	
	#IE6 div#cart li.montant a:hover{text-decoration:underline;font-weight:bold;color:#E2001A;}	
	#IE7 div#cart li.montant a:hover{text-decoration:underline;font-weight:bold;color:#E2001A;}	
	#IE8 div#cart li.montant a:hover{text-decoration:underline;font-weight:bold;color:#E2001A;}	

div#sign-in p.not-registered  a{color:#747678;font-size:10px;line-height:normal;text-decoration:none;}
div#sign-in p.not-registered  a:hover  {color:#747678;font-size:10px;line-height:normal;text-decoration:underline;}
div#sign-in p.not-registered  a {color:#747678;font-size:11px;line-height:normal;text-decoration:none;}
div#sign-in p.not-registered  a:hover{color:#747678;font-size:11px;line-height:normal;text-decoration:underline;}



ul#fil-ariane li a:hover{color:#e2001a;}

/*********************************************
		=liens 
		Affichage général des liens 
 *********************************************/
	a {text-decoration: none;}
	a:link { color:#747678;}
	a:visited { color:#747678;}
	a:focus,
	a:hover { color:#e2001a;}
	a:active { color:#000;}
	
/**********************************************
		=typo
 *********************************************/	
	.txtvioletgras{color:#e2001a;}
	.navtxtvioletgras {color:#e2001a;}
	span.navtxtvioletgras {color:#e2001a;}
	.AlbumStats{color:#e2001a;}
	.txtvioletgras{color:#e2001a;font-weight:bold;}
	.txtvioletgrasupper{color:#e2001a;font-weight:bold;text-transform:uppercase;}
	.minitxtviolet {color:#747678;}
/* Origma */
input.boutonSelectAll {width:79px;height:60px;background-image:url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/FOCI/aurigma/bt_selectionnerToutes.jpg);}
input.boutonDeselectAll {width:79px;height:60px;background-image:url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/FOCI/aurigma/bt_deselectionnerToutes.jpg);}
input.boutonEnvoyer {width:79px;height:60px;background-image:url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/FOCI/aurigma/bt_envoyerPhotos.jpg);}

div.conteneur1bt strong {color:#e2001a;}


	
/*********************************************
		=navigation_menu
 *********************************************/	

	#navigation ul li.current a.current {color:#e2001a;}
	#navigation ul li.current ul.sub li.active a, #navigation ul li.current ul.nav li.active a {color:#e2001a;}
	.menu ul li.current a {color:#e2001a;}
	.box-default .content {background:transparent url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/FOCI/box/boxm-bot.png) no-repeat scroll 0 100%;}

/*********************************************
	=mon_compte personnel
 *********************************************/
 
 	/* infos personnelles*/
	.my_account .leftF .box-725-content{border:none}
	.my_account .leftF .box-725-bottom{border:none}

	.my_account .titleL{background-color:#a90e1c;color:#fff;padding-top:2px;height:20px}
	.my_account .titleL span{color:#ffffff;}
	.my_account .important{color:#000;}

	/* liens */
	.my_account  a:link#valide,
	.my_account  a:visited #valide{ color:#747678;}
	.my_account  a:focus#valide,
	.my_account  a:hover#valide { color:#e2001a;}

	.divright {float:left; height:220px; margin-left:-3px; position:relative; width:500px;}

	/* Commande */
	.votre_commande_titre{background:transparent url(img/trait_commande.png) repeat scroll 0 -4px;font-size:15px;color:#c0122d; font-weight:bold;text-align:left;}

	.pinkText{color:#e2001a;}
	td.commonTdTop a.link {color:#e2001a;}
	.dataTable a.link {color:#e2001a;}

	.my_account .box-237-top-violet{background:url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/FOCI/box/box_237.jpg) no-repeat;}
	
	#login-space  span.deja_inscrit{color:#e2001a;}
	
	.FOX #txt_visu {left:30px;top:-160px;}
	#txt_visu h3 {color:#e2001a;}
	li.libox a{color:#747678;}
	li.libox a:hover {color:#e2001a;}
	
	.box-top {background:url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/FOCI/mon_compte/box_top.png) no-repeat;color:#ffffff}

	a#linkAddContact, a#linkAddContact:visited, a#linkAddContact:hover, a#linkAddContact:link {color:#e2001a;text-decoration:underline;}
	form#modif_filleul p label.titleL {color:#000000;}
	
/*********************************************
		=home
 *********************************************/		
	div#pb-productslidertrack {background:transparent url(http://www.studio-ray.com/bandeh/bh_images/slider.gif) no-repeat scroll 0 0;}
	#hnl2 .mea .content p.more a {color:#e2001a;}
	#pb-productsliderhandleimage {border:none;top:0;background:transparent url(http://www.studio-ray.com/bandeh/bh_images/curseurSlideur.png)
	no-repeat scroll center 4px;}
	#pb-productslider .ui-corner-all{background:none;border:none;}
	div.ui-widget-content {border:none;}
	#productbrowser {overflow:no-scroll;}
	
/*********************************************
		=mon_compte personnel
 *********************************************/
	.hnl-c h1{color:#e2001a;}
	
/*********************************************
		=mes_albums
 *********************************************/

 	div#divbarreviolette,#ToToggleForDisplay #actions ul  {background:#747678 none repeat scroll 0 0;}
	.creation-date .date{color:#e2001a;}

	div.selected img.photo_TB {border:3px solid #e2001a;}

	#actions ul {background-color:#e2001a;}
	#actions a {color:#ffffff;}

	.box-album .content h3 span{color:#e2001a;}
	.box-album .content .theme{color:#e2001a;}
	.box-album .content .creation-date{color:#e2001a;}
	div.box-album p.creation-date, div.box-album p.creation-date span {color:#747678;}
	div.box-album h3 span {color:#e2001a;}
	div.AlbumStats {color:#747678;}
	div.navtxtvioletgras {color:#747678;}
	/* Partager */
	
	
	.box-969-content span.numero {background:transparent url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/FOCI/infosite/fond-num_engagement.png) no-repeat scroll 0 0;color:#FFFFFF;font-weight:bold;padding:0 10px 5px 4px;}
	td.txtvioletgras{color:#e2001a;}
	span.txtvioletgras{color:#e2001a;}
/*********************************************
		=dsp_chosissez
*********************************************/

	table.tableData tr td.bgrose{background-color:#747678;color:#ffffff;}	
	div.gris a:hover {color:#e2001a;}
	
/*********************************************
		=panier
 *********************************************/	
	#top_panier p{background:transparent url(img/trait_commande.png) repeat scroll 0 -4px;font-size:15px;color:#c0122d; font-weight:bold;}
	#left_total_cmd h1{color:#e2001a}
	#left_total_cmd_condition {color:#e2001a;}
	#left_total_cmd p a {color:#e2001a;}
	#left_total_cmd p a:hover {text-decoration:none;}
	#code_promo p, #div_activ_cred p {color:#e2001a;}
	div#top_panier p.titre_commande_panier {margin-left:84px;background:transparent url(img/trait_commande.png) repeat scroll 0 -4px; color:#e2001a;font-size:15px!important;font-weight:bold!important;border-bottom:1px solid #E2001A;}
	p.titre_commande_panier {float:left;text-align:left;width:740px;font-size:15px!important;font-weight:bold!important;border-bottom:1px solid #E2001A; color:#e2001a;}
	div#code_promo p, div#div_activ_cred p  {color:#747678;}
	div#left_total_cmd_condition {color:#747678;}	
	div#left_total_cmd h1  {color:#747678;}	
	
	td.txtnoir  a.panier_inscrivez_vous {font-size:18px!important; font-weight:bold!important;}
	#IE6 #main_panier,
	#IE7 #main_panier,
	#IE8 #main_panier{width:770px;}
	div#right_main_panier p{margin: 0 0 10px 0}
/*********************************************
		=developpement photo
 *********************************************/	
	#forfaits-prepayes .forfaits-prepayes h1{color:#009036;}
	#forfaits-prepayes .forfaits-prepayes h2 {color:#747678;}
	#tirages .tirages h1 span {color:#009036;}
	#hybride .hybride dl dd h1 span {color:#009036;}
	body.mypack #content h2.pack, body.easypack #content h2.pack {color:#e2001a;}
	div.price-grid div.content h2 {color:#e2001a;}
	div#txttitle {color:#e2001a;}
	div#txttext span.title {color:#e2001a;}
	div.price-grid form fieldset p a {color:#e2001a;}
	dl .bt-default{background:transparent url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/FOCI/boutique/fond-go.png) no-repeat scroll 0 0;width:23px;}
	dl .bt-default a{background:none;color:#ffffff;padding-left:1px;padding-right:0;}
	dl .bt-default a:hover, .bt-default a:hover span {color:#ffffff;}
	
	div.price-grid table td.action .bt-submit a span {background:transparent url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/FOCI/boutique/fond_bt_vert.gif) no-repeat scroll 100% 0;}
	div.price-grid table td.action .bt-submit a {background:none;color:#ffffff;}
	div.price-grid table td.action .bt-submit a:hover, div.price-grid table td.action .bt-submit a:hover span {color:#ffffff;}
	div.price-grid table td.action .bt-submit a, div.price-grid table td.action .bt-submit a span {color:#FFFFFF;}
	
/*********************************************
		=boutique
 *********************************************/
	td#cto_gsi_7708259_tt, td#cto_gsi_7708327_tt, td#cto_gsi_7708371_tt, td#cto_gsi_7708377_tt{background:transparent url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/FOCI/box/box_tranche_top_violet.jpg) repeat-x scroll 100% 50%;}
	.btn-perso-light {background:transparent url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/FOCI/boutique/bt_personnaliser.jpg) no-repeat scroll 0 0}
	p.btn-perso-light a{color:#747678 !important;}
	
	.btn-perso {	background:transparent url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/FOCI/boutique/bt_personnaliser.jpg) no-repeat scroll 0 0;}
	.btn-perso a {color:#ffffff}
	

/*********************************************
		=autre
 *********************************************/	
#content .marches .content dl dd.item a:hover{color:#e2001a;}
#content .main-title h1 {color:#009036;}

/* inscription */
#login-space .titre_oublie_mdp {color:#e2001a;}
a#mailto{color:#747678}
a#mailto:hover{color:#e2001a;}

/* Aide*/
p.titre_aide {width:100%;background:transparent url(img/trait_commande.png) repeat scroll 0 -4px; color:#e2001a;font-size:15px!important;font-weight:bold!important;border-bottom:1px solid #E2001A;}

/* recap produit */
tr td#cto_ch_7708263_tt,tr  td#cto_ch_7708331_tt,tr  td#cto_ch_7708375_tt,tr  td#cto_ch_7708381_tt {}

 /* =calculateur */	
p.title {color:#e2001a;}

 /**********************************************
		=mon_compte
 *********************************************/	
p.linkMenu a:hover {color:#e2001a;}

 /*		=inscription     */	
#create-space .inscrivez_vous {color:#e2001a;}

 /**********************************************
		=magasins
 *********************************************/	
#bloc_magasin {padding:10px;background-color:#939598;background:url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/FOCI/presentation/fond_magasin.jpg)repeat-x;}
#bloc_magasin p{color:#ffffff; font-size:18px;margin-top:30px;line-height:normal;}
#bloc_magasin .vert_clair{color:#d6df34;font-weight:bold;}
#bloc_magasin .bt_plus_info{}
#bloc_magasin .bt_plus_info p{margin-left:600px;text-align:center;width:293px;padding:14px 0px;color:#57585a;font-weight:bold;font-size:15px;background:url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/FOCI/presentation/fond_bt_vert.png) no-repeat 0px 6px;}
#bloc_magasin .bt_plus_info a{color:#787956;text-decoration:none;}
#bloc_magasin .bt_plus_info a:hover{color:#787956;text-decoration:underline;}




/* engagement*/
.box-969-content.engagement{}
.box-969-content.engagement span.numero {color:#FFFFFF;font-weight:bold;padding:0 10px 5px 4px;background:transparent url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/FOCI/infosite/fond-num_engagement.png) no-repeat scroll 0 0}
.box-969-content.engagement span.numero10 {color:#FFFFFF;font-weight:bold;padding:0 4px 5px 1px;background:transparent url(http://pan.fotovista.com/mypixmania/images/fw_images/all_language/FOCI/infosite/fond-num_engagement.png) no-repeat scroll 0 0}
.box-969-content.engagement span.txtvioletgras {margin-left:5px;}
.box-969-content.engagement p {margin:10px;}
.box-969-content.engagement p.centrer{margin:10px;text-align:center;}

/* cgv*/
.box-969-content.conditions_generales{}
.box-969-content.conditions_generales span.txtvioletgras {margin-left:5px;}
.box-969-content.conditions_generales span.txtgras {font-weight:bold;}
.box-969-content.conditions_generales span.txtunderline {text-decoration:underline;}
.box-969-content.conditions_generales p {margin:10px;}
.box-969-content.conditions_generales p.centrer{margin:10px;text-align:center;}



