
body, table, tr, td {
    color: #808080;
    font-family: arial,helvetica;
    font-size: 11px;
}
input.qte {
    color: #1e3951;
    font-size: 9px;
}
input.sbt {
    background-image: url("/images/bt_submit.gif");
    border-style: none;
    height: 22px;
    width: 74px;
}
.txtracoord {
    border-width: 1px;
    color: #1e3951;
    font-family: arial,helvetica;
    font-size: 10px;
}
a {
    color: #ff0000;
    text-decoration: none;
}
a:hover {
    color: #ff5816;
    text-decoration: underline;
}
.panier {
    font-size: 10px;
}
.libpanier {
    color: #0095d1;
}
.tiliste {
    background-color: #6f96cf;
    color: #ffffff;
    font-weight: bold;
}
.tilistepanier {
    background-color: #ffd200;
    color: #ffffff;
    font-weight: bold;
}
.chpscmdok {
    background-color: #e7ffff;
}
.commande {
    background-color: #c8edff;
    color: #1e3951;
}
.pxlistepanier {
    background-color: #ffff7b;
    color: #1e3951;
    font-size: 17px;
}
.ptitpxlistepanier {
    background-color: #ffff7b;
    color: #1e3951;
}
.eltliste {
    background-color: #ffffff;
    text-align: left;
}
.pxlibliste {
    color: #c9e6ff;
    font-family: arial,helvetica;
    font-size: 15px;
    font-weight: bold;
}
.pxliste {
    color: #ffffff;
    font-family: arial,helvetica;
    font-size: 25px;
}
.cadie {
    color: #ffffff;
    font-family: arial,helvetica;
    font-size: 10px;
}
.cadie2 {
    color: #6f96cf;
    font-family: arial,helvetica;
    font-size: 10px;
}
.spTable {
    border-color: #00ff99 black black;
}
.eltlisteRed {
    background-color: #ffffff;
    color: #ff6600;
    font-size: 8pt;
    font-style: normal;
    font-weight: bold;
}
.eltlistecenter {
    background-color: #ffffff;
}
.eltlisteRedmini {
    background-color: #ffffff;
    color: #ff6600;
    font-family: arial,helvetica;
    font-size: 10px;
}

.tooltip{
	display: inline;
	position: relative;
}

.tooltip:hover:after{
	background: #333;
	background: rgba(84,232,255,.7);
	border-radius: 5px;
	bottom: 26px;
	color: #000;
	content: attr(title);
	font-weight: 600;
	left: 20%;
	padding: 5px 15px;
	position: absolute;
	z-index: 98;
	width: 220px;
	min-height: 35px;
	white-space: pre-wrap;
}

.tooltip:hover:before{
	border: solid;
	border-color: #333 transparent;
	border-width: 6px 6px 0 6px;
	bottom: 20px;
	content: "";
	left: 50%;
	position: absolute;
	z-index: 99;
}

.savForm_error {
	border: 1px solid red;
}
