/* ---------------------------------------------------- */
/* ------------  Styles for comarquage  --------------- */
/* ---------------------------------------------------- */
table.comarquage-table
{
	border: 1px solid #41A9D9;
	width: 95%;
}
/* style for even rows */
table.comarquage-table tr.comarquage-table-even-row
{
	background-color: #EEEEEE;
}
/* style for odd rows */
table.comarquage-table tr.comarquage-table-odd-row
{
	background-color: white;
}
/*style pour tous les TD des table comarquage*/
td.comarquage-table{
	text-align: center;
}

/* table header, eg. : columns names */
table.comarquage-table tr.comarquage-table-header
{
	background-color: #41A9D9;
	height: 10px;
	font-weight: bold;
}
/* table footer, eg. : columns names */
table.comarquage-table tr.comarquage-table-footer
{
	background-color: #FBAF5D;
	height: 10px;
	font-weight: bold;
}

.comarquage-highlight
{
	color: red;
	font-weight: bold;
}
.comarquage-amount
{
	color: #00AA00;
	font-weight: bold;
}
.comarquage-quotation
{
	font-style: italic;
}

/* Style for teleservices */
div.cadrefond
{
	background-color: #E8E8E8;
}

/* Style for definitions */
a.definition:hover
{
	/* Correction for IE6 */
	background: none;
}
a.definition span
{
	display: none;
	text-decoration: none;
	font-weight: normal;
}
a.definition:visited span
{
	display: none;
	text-decoration: none;
	font-weight: normal;
}
a.definition:hover span
{
	display: block;
	position: absolute;
	width: 450px;
	margin-left: 1px;
	background-color: white;
	color: black;
}
a.definition img
{
	border: none;
	vertical-align: middle;
}


/*************************************************************************************************************
* Formulaire comarquage envoi de mail
*************************************************************************************************************/
#comarquage input.btn{
	background-color: #005AA1;
	color: white;
	border: 0;
}
#comarquage div.form{
	margin: 1.42em 2em 1.67em;
}
#comarquage div.form h3{
	background:transparent url(../../../images/puce_carre_o.gif) no-repeat scroll left 0.17em;
	color:#005AA1;
	font-size:1em;
	font-weight:bold;
	line-height:0.83em;
	margin-bottom:0.5em;
	padding-left:1.67em;
}
#comarquage div.form label{
	float: left;
	display: block;
	width: 12em;
	color: #005AA1;
	/*height: 1em;*/
	clear: left;
}
#comarquage input[type="text"], textarea{
	border: .08em solid #999999;
	color: #999999;
}
#comarquage input.large, textarea.large{
		width: 24.17em;
		margin-bottom: .25em;
	}
#comarquage input[type="checkbox"]{
	clear: both;
}
