/*******************************************/
/* CSS "générique" pour les div en ajax....*/
/* IDEL 												 */
/*******************************************/

/***************/
/* info Panier */
/***************/
#millieu
{
    position: fixed;
    display: block;
    /*bottom: 50%;*/
   z-index:10;
    right: 50%;
    border: none;
    height: 0px;
    width: 0px;
    position: expression("absolute"); 
   top: expression(((0- millieu.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight )/2 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) ) + 'px' );
    /*top: expression(((0- millieu.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight )/2 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) ) + 'px' );*/
    top	 : 200px;
}
div#infoCaddieAdd
{
	z-index:2;
/*	border: 1px solid blue !important;*/
	display: block;
  	margin: -4px 4px 4px -4px !important;
  	margin: 0px 2px 2px 0px;
  	width						: 320px;
	z-index					: 18;
	border					: 1px solid #333333;
	position					: absolute;
/*	left						: 250px;
	top						: 150px;
*/	
  	z-index					: 15;
}
div#infoCaddieAdd a
{
	color						: black;
	text-decoration		: none;
}
div#infoCaddieAdd a:hover
{
	color						: #AAAAAA;	
}
/*
div#infoCaddieAdd div#titre
{
	background-color: #F4F4F4;
	width: 100%;
	color: black;
	font-size:1.1em;
	font-weight: bold;
	text-transform: uppercase;
	height : 25px;
}
div#infoCaddieAdd div#titre a
{
    font-weight: bold;
    color: #333333;
    text-decoration: none;
}
div#infoCaddieAdd div#titre a:hover
{
    color: black;    
    text-decoration: underline;
}
*/
div#infoCaddieAdd div#info
{
	width: 200px;
	margin-left: 15px;
	color: black;
	margin-right:5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* dans la div d'info ajout */
div#infoPetitPanier{
	height		: 100px;
	margin-left	: 5px;
	margin-right	: 5px;
	overflow	: auto;
}
div#infoPetitPanier img{
	border		: 1px solid #333333;
}
div.titreIn {
	display		: block;
	float		: left;
}


/***********************/
/* retour haut de page */
/***********************/
div.lienUp {
	text-align	: right;
	font-size	: 10px;
	line-height	: 20px ;
	margin		: 0 3px 0 0;
}
div.lienUp a{
	color		: #333333;
	text-decoration	: none;	
	display		: block;
}
div.lienUp img{
	text-decoration	: none;	
	margin-right	: 10px;
	vertical-align	: text-bottom;
	display		: inline;
}
div.lienUp a:hover{
	color					: #9494D0;
}


/******************/
/* message millieu */
/******************/
div#affCenterMessage, div#infoPrefereAdd
{
	/*width: 200px;*/
/*	background-color: white;*/
/*	border: 1px solid #333333;*/
	z-index:15;
/*		border : 1px solid red;*/
}
#affCenterMessage div.image
{
	width: 500px;
	height:500px;
	background-color: white;
	border: 1px solid #333333;
    	position: absolute;
	top:1px;
	left:1px;
}
#affCenterMessage div#titre, div#infoPrefereAdd div#titre
{
	position: relative;
	background-image :url(/images/legallais_06/titre.gif);
	background-repeat: repeat-x;
	width: 100%;
	margin-bottom: 10px;
	color: black;
	font-weight: bold;
	height : 20px;
}
.msgIdent{
	position: relative;
	display: block;
	margin: 10px;
}


/* Liens jaunes (mettre de côté) */
a.actionJ
{
	font-family: Verdana;
	font-size: 14px;
	color: #F0BB21;
	font-weight: bold;
	vertical-align: middle;
	text-decoration: none;
}

a.actionJ:hover
{
	text-decoration: underline;
}

/*** bloc left **/
div.inLine{
	overflow		: hidden;
}
div.inLine > div{
	display			: block;
	display			: expression('inline');
	float			: expression('none');
	float			: left;
}
div.inLine .clearboth, .clearboth {
	clear :  expression('none');
	clear :  both;
	float			: none;
	height:  0;
	margin:  0;
	padding: 0;
}

