

body, html {
				
				width : 100%;
				font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
				font-size: 80%;
				background-color: #ffffff;
			}

			#contenant {
				width: 920px;
				height: 700px;
				margin-left: auto;
				margin-right: auto;
				position: relative;
			}

			#entete {
				width : 100%;
				height: 60px;				
				position: relative;
				background-image: url(../../../images/presentation/entete_background.jpg);
				background-position: center;
				background-repeat: no-repeat;
				background-color: #ffffff;
				z-index: 1;

			}
			
			#v_texte_entete {
				color: #ffffff;
				text-align: right;		
				font-size: 25px;
				position: relative;
				top : 12px;
				right: 10px;

			}
		
			#carte {
				position: absolute;
				top: 80px;
				left : 241px;
				width : 675px;
				height :580px;
				border-style: solid;
				border-width: medium;
				border-color: #e0e0e0;
				border-style:outset;
				/*background-image: url(../../../images/site_texte/presentation/france_background_texte.png);*/
				background-repeat: no-repeat;
				background-position: center;	
			}
			
			#affichage_chambres {
				position: absolute;
				top: 84px;
				left : 241px;
				width : 675px;
				height :590px;
				background-image: url(../../../images/site_texte/presentation/affichage_resultats_background.png);	
			}

			#barre_laterale {
				position: absolute;
				top: 84px;
				width: 235px;
				height : 590px;

				background-image: url(../../../images/presentation/barre_laterale_background.jpg);
				background-repeat: no-repeat;
				background-position: center;
			}
			
				#lien_accueil {
					font-weight: bolder;
					font-size: 1.1em;
				}
			
			
				#outils {
					height : 100px;
					width: 222px;
					position: absolute;
					top : 475px;
					left : 1px;
					border-top: solid thin;
				}

					#outil_recherche {
						height: 100px;	
						width : 180px;
						position: absolute;
						left : 24px;
						top : 10px;
										
					}
					
					#outil_recherche p {
						font-size: 1em;
						text-align: left;					
					}
					
					
					#outil_recherche input {
						font-size: 95%;
					}

			#impression_resultats_departement, #impression_resultats_ville  {
				height : 30px;
				width : 235px;
				position : absolute;
				top : 55px;
				left : 0px;  
				
				background-image: url(../../images/presentation/imprimante.ico);
				background-repeat: no-repeat;
				background-position: center;
			}
				
				
			#pied {
				position: absolute;
				top: 680px;
				left : 0px;
				height: 20px;
				width : 100%;				
				text-align: center;
				vertical-align: bottom;
				
			}
			
			#pied a {
				margin-right: 20px;
				font-size: 1em;
			}
			
				
