/****************************************************************/
/********************* Gabarit DEUX colonnes ********************/
/****************************************************************/

/****************************************************************/
/* Colonne principale */
/****************************************************************/
#colonne_principale {
	margin:0;
	padding:0 20px 0 0;
	width:739px;
	float:left;
	border-bottom:1px solid #f5f3eb;
	overflow:hidden; /*Corrige un bug avec les italiques qui font d�caler le contenu vers le bas dans IE*/
}

.image_gauche {
	margin-bottom:0;
}

/****************************************************************/
/* Compte de taxe */
/****************************************************************/
#compte_taxe {
	position:relative;
}

#compte_taxe a {
	position:absolute; 
	z-index:24;
	text-decoration:none;
	background:transparent url(../images/puce_compte_taxe.gif) no-repeat;
	display:block;
	width:19px;
	height:19px;
}

#compte_taxe a:hover {
	z-index:25;
	cursor:default;
}

#compte_taxe a span {
	display: none
}

#compte_taxe a:hover span {
	display:block;
	position:absolute;	
	left:12px; 
	width:150px;
	bottom:12px;
	border:1px solid #66a485;
	background-color:#e2f3ce;
	color:#000;
	padding:7px;
}

#compte_taxe a:hover span.large {
	width:400px;
}




#compte_taxe a.infoEdgeRight:hover span {
	left:-162px; width:150px; bottom:12px;
}

#compte_taxe strong.titreBulle {
	color: #3d5e94;
	text-transform:uppercase;
}


@media print {
#colonne_principale {
	width:100%;
	border:0;
}
}

