/************************************************************************
DESCRIPTION : feuille de style pour l'impression de la page AdSheet.asp
AUTEUR/DATE DE CREATION : OCA - 14/08/09
FICHIER LIANT : Adsheet.asp
------------------------------------------------------------------------------------------------------------|
AUTEUR/DATE DE MODIFICATION : OCA - 21/09/09
TYPE DE MODIFICATION : meilleur affichage a l'impression - table auto et width auto
------------------------------------------------------------------------------------------------------------|
A FAIRE : £ - refonte de l'adsheet.asp inévitable, car trop de <table> et pas de css complet - maitrise des balises trop compliqué
£ - adresse mail nom visible a l'impression
************************************************************************/


	html {	width:100%}

/*redefinition des attributs du body*/
	body {	background:none;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			width: auto;
			font-size: 10pt;}

		
/*largeur des tables auto, pour pouvoir definir par la suite une valeur directement au differente rubriques*/		
	table {	width: auto;
			margin: 0px;
			padding: 0px;}		
		
/*on cache les blocks inutile a l'impression*/
	.begincardborder,
	#header,
	#modules,
	#footer,
	#panier,
	#xiti 		{	display:none;}

/*on passe d'une balise inline a une balise block*/

	#notes,
	#headerprint,
	.beginbodytitle {	display:block;}

/*design du header d'impression*/

	#headerprint {	width: auto;
					text-align: center;
					padding-bottom: 20px;
					border-bottom: 1px solid #ff7f19 ;
					background-color: none;}
					
	.subtitle {		color: black;}				

	.beginbodytitle {	background:#fff;
						text-align:center;}
						
	#IMG2 {	border: 0px;
			height: 80px;
			width: 320px;
			margin: 15px 0px 10px 0px;
			padding: 0px;}
		
						
	#headerprint.mblanc {	font-family: Arial;
							padding: 15px 0px 10px 0px;
							margin: 15px 0px 10px 0px;}					

/*mise en forme des blocks imprimés*/

	#administration,
	#reference,
	#description,
	#lieu,
	#planning,
	#table-hotes,
	#chambres,
	#appreciations,
	#coordonnees,
	#assurance,
	#photos,
	#notes,
	#partenaires {	width: auto;
					margin: 0px 0px 0px 0px ;
					padding: 10px;
					background: none;
					border: 1px solid #ff7f19 ;}

					
	/*on cache le titre en bas de la page*/				
	center h1 {	display:none;}				
					
/*notes*/

	#notes {		height: 10cm;
				background:#fff url(../images/fond_adsheet_vosnotes.gif);} /*l'img n'existe pas, donc attribut ne sert a rien !!!*/
