/***************************************************************************\
 *                                                                         *
 *  GeoCadast, Systeme de gestion de donn?es g?ologiques                   *
 *                                                                         *
/***************************************************************************\
 *                                                                         *
 *  Copyright (c) 2006-2009                                                *
 *  CAI-SA Georges Caron, Julien Nicolas, Matthias Giger                   *
 *  julien.nicolas@cai-sa.ch                                               *
 *                                                                         *
 *  Ce programme est un logiciel libre distribu? sous licence GPL/CSI.     *
 *  Plus de d?tails sur http://www.sik.ch/dok/GPL-de-la-CSI-2-0.pdf        *
 *                                                                         *
\***************************************************************************/


@CHARSET "ISO-8859-1";

body {
	color: #000000;
	
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	margin-left:10px;
}

img.icon  {
   border:0px;
}

/* H1 - Generic */
H1 {
	color: #000000;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	
	background-color: inherit;
}
	
/* H2 - Generic */
H2 {
	color: #000000;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	background-color: inherit;
}


table {
		
	font: 7pt Verdana, Arial, Helvetica, sans-serif;

	border: 1px #FFFFFF solid;
	text-align:left;
	width:856px;
	border-spacing: 1px;
	border-collapse: separate;
	font-stretch:condensed;
}

td {
	padding: 2px;
}

img.rapport_logo {	
	max-width:139px;
	max-height:139px;
	width: expression(this.width > 139 ? 139: true);
	height: expression(this.height > 139 ? 139: true);
	/* width:120px;
	height:120px;	*/
}

td.logo {
	
	width:139px;
	height:139px;
	background-color:#eeeeee	;
	border: 1px #000000 solid;
	
}
td.raison {
	
	background-color:#eeeeee	;
	border: 1px #000000 solid;
	
	height:139px;
	
	
}	

table.rapport_sondage_table_1 {
	width:340px	;
	
}

body table th{
	
	background-color:#bbbbbb;
	background-image:none;
	padding-left:5px;
	padding-right:5px;
	border: 1px #000000 solid;
	vertical-align: top;
	
}
body table td{
	
	background-color:#eeeeee	;
	padding-left:5px;
	padding-right:5px;
	border: 1px #000000 solid;
}

td.horizon_remarque{

	font-weight: bold;
	background-color:#bbbbbb	;	
	border: 1px #000000 solid;
}

body div 
{
	width:850px;	
}
div.rapport_sondage_table_title {
		text-align:center;
		padding-top:3px;
		padding-bottom:3px;
		font-size:medium;
		font-weight:bold;
		background-color: #999999;
		border: 1px #000000 solid;
		margin-left:3px;
}

table.rapport_document_sous_table {
		width:100%;
}

th.profil_header {
		background-color:#64AB69; 
}

td.rapport_th_sous_table {
		background-color: #CFFFC7;
}

table.rapport_document_table a
{
		vertical-align: middle;
}

table.rapport_document_table img
{
		vertical-align: middle;
}

table.rapport_document_table td
{
		vertical-align: middle;
}

