/*Style des Titres du modules d'affichage*/
span.title_module_listing{
		font-size			: 12pt				;
		color				: #957B95			;
		font-weight			: bold				;
		}

span.module_ligne_selected{
		font-size			: 10pt				;
		width				: 180px				;
		display				: block				;
		float				: left				;
		margin-top			: 10px				;
		font-weight			: bold				;
		padding-left		: 5px				;
		color 				: #FFFFFF			;
		background-color	: #735e73			;
		}

span.module_ligne{
		margin				: 0px				;
		padding				: 0px				;
		font-size			: 8pt				;
		color 				: #000000			;
		width				: 180px				;
		display				: block				;
		float				: left				;
		margin-top			: 10px				;
		font-weight			: bold				;
		padding-left		: 5px				;
		//padding-left		: 0px				;
		}

span.module_ligne_sub{
		font-size			: 9pt				;
		color 				: #000000			;
		width				: 165px				;
		//width				: 170px				;
		display				: block				;
		float				: left				;
		margin-top			: 2px				;
		margin-bottom		: 2px				;
		padding-left		: 25px				;
		}

span.module_ligne_sub_sub{
		font-size			: 8pt				;
		color 				: #000000			;
		width				: 145px				;
		//width				: 150px				;
		display				: block				;
		float				: left				;
		margin-top			: 2px				;
		margin-bottom		: 2px				;
		padding-left		: 45px				;
		color				: #957B95			;
		}





div.module_menu{
	width			: 190px				;
	float			: left				;
	//position			: relative			;
	//display				: block				;
	//left				: 50%				;
	//margin-left			: -490px			;
	}

/*Module d'affichage des ventes et boutiques*/
p.module_vente{
	width			: 190px		;
	float			: left		;
	font-size		: 12pt		;
	display			: block		;
	padding-left	: 5px		;
	//margin-top	: 10px		;
	//margin-bottom	: 10px		;
	padding-bottom	: 10px		;
	border-bottom	: 1px solid #c6c6c6	;
	background-color: #f0ecef		;
	margin-left		: 2px	;
	}


/*Style de la localisation */
p.localise{
	color			: #957B95	;
	width			: 700px		;
	font-weight		: bold		;
	float			: left		;
	margin			: 10px		;
	margin-left		: 0px		;
	}

/*Style de la localisation pour les pages de paiement*/
p.localise_tiny{
	color			: #957B95	;
	width			: 400px		;
	font-weight		: bold		;
	float			: left		;
	margin			: 15px		;
	margin-left		: 0px		;
	z-index			: 1			;
	}

a{ text-decoration	: none ; color : #957B95 ;	}
a:visited{ text-decoration	: none ; color : #957B95 ;	}
a:hover{ text-decoration	: none ; color : #313131 ;	}
a:visited:hover{ text-decoration	: none ; color : #313131 ;	}


a.link_ligne{ color : #313131;}
a.link_ligne:visited{ color : #313131;}
a.link_ligne:hover{		width				: 180px				;
						display				: block				;
						font-weight			: bold				;
						padding-left		: 5px				;
						background-color	: #957B95			;
						color 				: #FFFFFF			;
						margin				: 0px				;
						font-size			: 8pt				;
					}

a.link_ligne:visited:hover{
						width				: 180px				;
						display				: block				;
						font-weight			: bold				;
						padding-left		: 5px				;
						background-color	: #957B95			;
						color 				: #FFFFFF			;
						margin				: 0px				;
						font-size			: 8pt				;
					}

a.link_ligne_selected{ color : #FFFFFF; font-weight	: bold	;}
a.link_ligne_selected:visited{ color : #FFFFFF; font-weight	: bold	;}
a.link_ligne_selected:hover{ color : #FFFFFF; font-weight	: bold	;}
a.link_ligne_selected:visited:hover{ color : #FFFFFF; font-weight	: bold	;}

a.link_ligne_sub{ color : #313131;}
a.link_ligne_sub:visited{ color : #313131;}
a.link_ligne_sub:hover{ color : #957B95	;}
a.link_ligne_sub:visited:hover{ color : #957B95	;}

a.link_ligne_sub_selected{ color : #957B95; font-weight	: bold	; font-size : 12px; padding-left:2px; border-left: 4px solid #FFFFFF; }
a.link_ligne_sub_selected:visited{ color : #957B95; font-weight	: bold	; font-size : 12px; padding-left:2px; border-left: 4px solid #FFFFFF; }
a.link_ligne_sub_selected:hover{ color : #313131	; font-weight	: bold	; font-size : 12px; padding-left:2px; border-left: 4px solid #FFFFFF; }
a.link_ligne_sub_selected:visited:hover{ color : #313131	; font-weight	: bold	; font-size : 12px; padding-left:2px; border-left: 4px solid #FFFFFF; }

a.link_ligne_sub_sub{ color : #313131;}
a.link_ligne_sub_sub:visited{ color : #313131;}
a.link_ligne_sub_sub:hover{ color : #957B95	;}
a.link_ligne_sub_sub:visited:hover{ color : #957B95	;}

a.menu_haut{ color : #313131;}
a.menu_haut:visited{ color : #313131;}
a.menu_haut:hover{ color : #957B95	;}
a.menu_haut:visited:hover{ color : #957B95	;}

a.link_sub_aide{ color : #313131;}
a.link_sub_aide:visited{ color : #313131;}
a.link_sub_aide:hover{ color : #957B95	;}
a.link_sub_aide:visited:hover{ color : #957B95	;}


img{	border	: 0px	;}

input.submit{
	border 				: 0px		;
	background-color	: #957B95	;
	text-align			: center	;
	color				: #FFFFFF	;
	border				: 1px solid #6c6c6c ;
	font-weight			: bold		;
	font-size			: 12px		;
	height				: 20px		;
	padding-bottom		: 4px		;
	//padding-top		: 2px		;
	font-family			: verdana	;
	}

a.submit{
	border 				: 0px		;
	background-color	: #957B95	;
	text-align			: center	;
	color				: #FFFFFF	;
	font-weight			: bold		;
	font-size			: 12px		;
	height				: 13px		;
	width				: 150px		;
	padding-bottom		: 4px		;
	display				: block		;
	border				: 1px solid #6c6c6c ;
	}

a.submit:visited{
	border 				: 0px		;
	background-color	: #957B95	;
	text-align			: center	;
	color				: #FFFFFF	;
	font-weight			: bold		;
	font-size			: 12px		;
	height				: 13px		;
	width				: 150px		;
	padding-bottom		: 4px		;
	display				: block		;
	border				: 1px solid #6c6c6c;
	}


a.submit_tiny{
	border 				: 0px	;
	background-color	: #957B95	;	text-align			: center	;
	color				: #FFFFFF	;
	font-weight			: bold		;
	font-size			: 12px		;
	height				: 13px		;
	width				: 100px		;
	padding-bottom		: 4px		;
	display				: block		;
	}

a.submit_big{
	border 				: 0px	;
	background-image    : url('http://www.evaandoli.com/src/bg_input.gif')	;
	text-align			: center	;
	color				: #FFFFFF	;
	font-weight			: bold		;
	font-size			: 12px		;
	height				: 13px		;
	width				: 200px		;
	padding-bottom		: 4px		;
	display				: block		;
	}

/*Style pour les cadres*/


		span.cadre_header_left{
			background-color	: #6c6c6c			;
			height				: 18px				;
			width				: 12px				;
			display				: block				;
			float				: left				;
			}

		span.cadre_header_right{
			background-color	: #6c6c6c			;
			height				: 18px				;
			width				: 12px				;
			display				: block				;
			float				: right				;
			}

		span.cadre_contenu_left{
			height				: 18px				;
			width				: 12px				;
			display				: block				;
			float				: left				;
			}

		span.cadre_contenu_right{
			height				: 18px				;
			width				: 12px				;
			display				: block				;
			float				: right				;
			}
/**/
		span.big_case{
			width			: 300px				;
			float			: left				;
			display			: block				;
			}

		span.big2_case{
			width			: 280px				;
			float			: left				;
			display			: block				;
			}

		span.peole_case_pink{
			position			: relative			;
			background-image    : url('http://www.evaandoli.com/src/people_pink.gif')	;
			height				: 23px				;
			width				: 20px				;
			display				: block				;
			float				: left				;
			top					: -2px				;
			}

		span.peole_case_green{
			position			: relative			;
			background-image    : url('http://www.evaandoli.com/src/people_green.gif')	;
			height				: 23px				;
			width				: 20px				;
			display				: block				;
			float				: left				;
			top					: -2px				;
			}

		span.middle2_case{
			width			: 200px				;
			float			: left				;
			display			: block				;
			}

		span.middle3_case{
			width			: 150px				;
			float			: left				;
			display			: block				;
			}

		span.middle_case{
			width			: 100px				;
			float			: left				;
			display			: block				;
			}

		span.tiny_case{
			width			: 70px				;
			float			: left				;
			display			: block				;
			}
		span.sep_1{
			width				: 1px				;
			height				: 18px				;
			float				: left				;
			display				: block				;
			background-color	: white				;
			}

		span.sep_2{
			width				: 1px				;
			height				: 55px				;
			float				: left				;
			display				: block				;
			background-color	: #f1f1f1			;
			}

		span.sep_3{
			width				: 1px				;
			height				: 70px				;
			float				: left				;
			display				: block				;
			background-color	: #f1f1f1			;
			}

		span.sep_4{
			width				: 1px				;
			height				: 30px				;
			float				: left				;
			display				: block				;
			background-color	: #f1f1f1			;
			}

		span.tiny2_case{
			width			: 75px				;
			float			: left				;
			display			: block				;
			}

/**/

		fieldset{
			border		: 2px solid #d2a8be	;
			padding		: 10px				;
			}

		fieldset:hover{
			border		: 2px solid #957B95	;
			}

		fieldset.big_case{
			width			: 400px				;
			//width			: 450px				;
			float			: left				;
			margin			: 10px				;
			}

		fieldset.middle_case{
			width			: 300px				;
			float			: right				;
			margin			: 10px				;
			}

		fieldset.tiny_case{
			width			: 250px				;
			float			: right				;
			margin			: 10px				;
			}

		fieldset.tiny2_case{
			width			: 150px				;
			float			: right				;
			margin			: 10px				;
			}

		fieldset.aide_case{
			width				: 300px				;
			float				: left				;
			margin				: 10px				;
			border				: 1px solid #313131	;
			background-image	: url('http://www.evaandoli.com/src/bg_cadre_products.gif')	;
			//background-image	: url('http://www.evaandoli.com/src/blank.gif')	;
			background-position	: right			;
			background-repeat	: repeat-y	;
			}

		.tiny_center{
			margin-right		: 200px;
			margin-left			: 130px;
			//margin-right		: 150px;
			margin-left			: 130px;
			margin-top			: 70px		;
			}

		legend{
			font-size		: 14px				;
			font-weight		: bold				;
			color			: #957B95			;
			}

		span.title_input {
			display		:	block	;
			float		:	left	;
			width		:	200px	;
			}

		span.title_input_tiny {
			display		:	block	;
			float		:	left	;
			width		:	230px	;
			}

		span.valid_form{
			display		: block		;
			float		: right		;
			margin		: 5px		;
			}


/**/

p.title_middle{
		float			: left		;
		font-size		: 14px		;
		color			: #957B95	;
		font-weight		: bold		;
		margin-left		: 20px		;
		display			: block		;
		width			: 700px		;
		}

p.title_middle_underline{
		float			: left				;
		font-size		: 14px				;
		color			: #957B95			;
		font-weight		: bold				;
		margin			: 15px				;
		margin-left		: 20px				;
		display			: block				;
		width			: 680px				;
		border-bottom	: 1px solid #957B95	;
		}

p.global_title{
		float			: left				;
		font-size		: 14px				;
		color			: #957B95			;
		font-weight		: bold				;
		margin			: 0px				;
		margin-left		: 20px				;
		display			: block				;
		width			: 680px				;
		border-bottom	: 1px solid #957B95	;

			}

p.global_title2{
		float			: left				;
		font-size		: 14px				;
		color			: #957B95			;
		font-weight		: bold				;
		margin			: 0px				;
		margin-left		: 0px				;
		display			: block				;
		width			: 730px				;
		border-bottom	: 1px solid #957B95	;

			}

/**/

		p.erreur{
			color			: #957B95		;
			font-weight		: bold			;
			text-align		: center		;
			display			: inline		;
			float			: left			;
			text-align		: center		;
			width			: 100%			;
			}


.txt_black{color : #313131	; font-size	: 12px ;}
.txt_black_tiny{color : #313131	; font-size	: 10px ;}
.txt_pink{color : #957B95	; font-size	: 12px ;}
.txt_pink_tiny{color : #957B95	; font-size	: 10px ;}
.txt_center{text-align:center;}
.txt_right{text-align:right;
margin-right:175px;
//margin-right:150px;
}



/*Module de parrainage Facebook, Gmail...*/

span.line_modulemail{
	float				: left		;
	display				: block		;
	width				: 250px		;
	}

span.line_modulemail2{
	display				: block		;
	width				: 250px		;
	float				: left		;
	background-color	: #EACBDB	;
	color				: #313131	;
	padding-left		: 10px		;
	}

.listing_mail{
	position			: relative	;
	height				: 400px		;
	overflow			: auto		;
	background-color	: white		;
	border				: 1px solid	#957B95	;
	width				: 280px		;
	font-size			: 10px		;
	text-align			: left		;
	margin				: 10px		;
	}

#global_list{
	position			: absolute	;
	top					: 35px		;
	right				: 5px		;
	background-color	: white		;
	border				: 1px solid	#957B95	;
	height				: 450px		;
	text-align			: center	;
	width				: 300px		;
	}

/*Champs Obligatoires*/
span.obligatoire{
	font-size			: 10px		;
	color				: #313131	;
	}


/*Old Style*/
.conteneur{
		background-color		: #FFFFFF			;
		background-image		: url(http://www.evaandoli.com/src/bg_module_text.gif);
		background-position		: center bottom		;
		background-repeat		: repeat-x			;
		display					: block				;
		width					: 700px				;
		padding					: 10px				;
		margin-left				: 50px				;
		display					: block				;
		border					: 1px solid #E3B9CF	;
		color					: #313131			;
		//height				: 100%				;
		}

.fushia_14{
	color:#957B95;
	font-size:14px;
	font-weight:bold;
	}

.contenu_cgv{
	margin		: 20px			;
	width		: 680px		;

	}

