/* CSS Document Suivi de commande */

#suiviCde {
	padding : 13px;
	color : #000;
	/*border : solid 1px red;*/
}
div#suiviCde div.cdr-C1 { /* contenir la taille des blocs */
	 width:500px; 
	 padding:10px 10px 10px 20px;
}
.row{clear:both;	margin-top : 10px;}


/*--- Liens ------------------------------------------------------------------*/

.carre {
	border: 0;
	width : 95px;
	height: 95px;
}

/*--- Textes et Formulaires --------------------------------------------------*/

.disc2 {font-weight: bold; font-size : 8px; color: #01f;}
.separateur{border-top : 1px dashed #01f; }
.asterisque { color: #01f; font-size: 13px; font-weight: bold; }
.commentaires { color: #01f; font-size: 10px; font-style:italic;}


/*---  Titres ---*/

div.tt { /* titre générique en début de page avec pictos */
	margin : 5px 0px 5px 0px;
}
div.tt .icon {
	vertical-align : bottom;
}
div.tt h1,
	.ttBloc {
	margin: 0 0 0 0px; 
	padding : 4px 0px 5px 30px;
	color:#01f; 
	font-size: 1.15em; 
	font-weight:bolder; 
	height: 25px;
	letter-spacing: -0.038em; 
	word-spacing:0.03em; 
}	

div.tt h1.icon {
	background : transparent url("/z/go/images/svc/icon_doc.gif") 0px 6px no-repeat;
	height : 14px;
}

.ttBloc { /* titre simple dans un bloc */
	padding : 0px;
}


/*---  Commande ---*/
.detailCde {
	padding: 0 0 0 10px;
	white-space: pre;
	font : normal 11px Verdana;
	color: #000;
	background : #fff;
}
.totalCde {
	padding: 0 0 0 10px;
	height : 20px;
	font : bold 13px Verdana;
	color: #fff;
	background : #01f;
}


/*---  Formulaire ---*/
.label {
	color : #01f;
	font-size : 13px;
	font-weight : normal;
}
.labelBold {
	color : #01f;
	font-size : 13px;
	font-weight : bold;
}
input { margin: 5px 0 5px 0 }
.w170 { width : 170px; }


/*--- Intro bloc svc ---------------------------------------------------------*/

.tab_intro {
	background : #fff url("/z/go/images/svc/intro_bg.png")0px 0px no-repeat;
	width : 582px;
	margin-top:1px;
}
.txt_intro {
	color : #fff; 
	font-weight : bold;
}
.sep {background : transparent url("/z/go/images/svc/separation.png")0px 0px no-repeat; }



/*--- Facture svc ------------------------------------------------------------*/

.entete {
	float:right;
	text-align: left;
	padding: 20px 40px;
}
.resume {
	color : #01f;
}



