/* balises */
	img{	border:0px; }
	td{		text-align: left;	}
/* balises (fin) */

/* mise en forme */
	p.txt{
		text-align:justify;
		text-indent:15px;
	}
	.move{
		cursor:move;
	}
/* mise en forme (fin) */

/* Autocomplete */
	div.autocomplete {
	  position:absolute;
	  width:250px;
	  background-color:white;
	  border:1px solid #888;
	  margin:-0px 0px 0px 0px;
	  padding:0px;
	  z-index:2210;
	}
	div.autocomplete ul {
	  list-style-type:none;
	  margin:0px;
	  padding:0px;
	  text-align:left;
	  z-index:2011;
	}
	div.autocomplete ul li.selected {
		background-color: #ffb;
	}
	
	
	div.autocomplete ul li {
	  list-style-type:none;
	  display:block;
	  margin:0;
	  border-bottom:0px;
	  padding:2px;
	  height:22px;
	  cursor:pointer;
	  z-index:2012;
	}
	div.autocomplete ul li.dpt, div.autocomplete ul li.region {
	  height:35px;
	  border-bottom:1px solid #ccc;
	}
	div.autocomplete ul li.ville, div.autocomplete ul li.contact, div.autocomplete ul li.groupe, div.autocomplete ul li.magasin {
	  height:50px;
	  border-bottom:1px solid #ccc;
	}
	div.autocomplete span.actif {
	  color:blue;
	}
/* Autocomplete (fin) */

/* EditInPlace */
	.editor_field {
		/*	width:200px;*/
	}
	form.inplaceeditor-form:hover{
		background-color:transparent;
	}
	dt + form select, .editor_ok_button {
		float:left;
	}
	input[type=submit].editor_ok_button {
		margin:0 0 0 5px
	}
	.editor_cancel {
		display:block;
		padding:5px;
		float:left;
	}
	dd[title="Cliquez ici pour modifier"] {
		font-style:italic;
		color:#666;
	}
/* EditInPlace (fin) */

/* Formulaires */
	.mceEditor select{
		width:auto;
	}
/* Formulaires (fin) */

/* Tableaux */
/* Tableaux (fin) */

/* Popup */
	.popup_effect1 {
	  background:#ddd;
	  opacity: 0.2;
	}
	.popup_effect2 {
	  background:#FF0041;
	  border: 3px dashed #000;
	}
/* Popup (fin) */

/* Hint */
	.hint {
		display: none;
	    position: absolute;
	    left: 570px;
	    width: 250px;
	    margin-top: -4px;
	    border: 1px solid #0c6e75;
	    padding: 10px 12px;
	    /* to fix IE6, I can't just declare a background-color,
	    I must do a bg image, too!  So I'm duplicating the pointer.gif
	    image, and positioning it so that it doesn't show up
	    within the box */
	    background: #CAE8EA url(../img/pointer.gif) no-repeat -10px 5px;
		z-index:300;
	}
	/* The pointer image is hadded by using another span */
	.hint .hint-pointer {
	    position: absolute;
	    left: -10px;
	    top: 5px;
	    width: 10px;
	    height: 19px;
				z-index:300;
	    background: url(../img/pointer.gif) left top no-repeat;
	}
/* Hint (fin) */

/* AddInst */
	#iframe{
		width:1px;
		height:1px;
		position:fixed;
		top:0px;
		left:0px;
		z-index:10;
	}
/* AddInst (fin) */

/* Menu */
/* Menu (fin) */
