﻿.nomHotel a
{
	text-align:left;
	color:Black;
	text-decoration: none;
	font-weight:bold;
	
}


.lienNoir
{
	color:Black;
	text-decoration: none;
	font-weight:bold;
	
}

.adresseHotel
{
		

	font-size:10px;
}

.separateur
{
	border-top:solid Black 2px;
}

.etoile
{
	width:12px;
}

.situation
{
	text-align:center;
}


.TableauLogement
{
	/* Pour n'avoir aucun espace entre les lignes et les colonnes */
	border-collapse: collapse;
	
	/* Pour centrer le tableau dans la page */
	margin-left:auto;
	margin-right:auto;
	border-style:solid;
	border-color:Black;
	border-width:2px;
	
}

.TableauLogement td 
{
	border-style:solid;
	border-color:Black ;
	border-width:1px;
	
	padding-left:3px;
	padding-top: 3px;
	padding-right:3px;
}


.TableauLogement th
{
	text-align:center;
	border-style:solid;
	border-color:Black ;
	border-width:1px;	
}



