/* CSS Document */

.adresse {
	font-family: arial, helvetica, sans serif;
	font-size: 07pt;
	text-align: right;
	color: darkblue;
}

div {
	color: #FFFFFF;
	text-align: center;
	font-family: arial, helvetica, sans serif;
	font-size: 10pt;;
}

li {
	text-align: left;
}

a:link.pcpal {
	color: rgb(0,14,152);
	font-family: arial, helvetica, sans serif;
	font-size: 9pt;
	text-decoration: none;
}
a:visited.pcpal {
	color: rgb(0,14,152);
	font-family: arial, helvetica, sans serif;
	font-size: 9pt;
	text-decoration: none;
}
a:active.pcpal {
	color: rgb(0,14,152);
	font-family: arial, helvetica, sans serif;
	font-size: 9pt;
	text-decoration: none;
}
a:hover.pcpal {
	color: #FFFFFF;
	font-family: arial, helvetica, sans serif;
	font-size: 9pt;
	text-decoration: underline;
}

a:link.popUP {
	color: #000000;
	font-family: arial, helvetica, sans serif;
	font-size: 9pt;
	text-decoration: none;
}
a:visited.popUP {
	color: #000000;
	font-family: arial, helvetica, sans serif;
	font-size: 9pt;
	text-decoration: none;
}
a:active.popUP {
	color: #000000;
	font-family: arial, helvetica, sans serif;
	font-size: 9pt;
	text-decoration: none;
}
a:hover.popUP {
	color: #000000;
	font-family: arial, helvetica, sans serif;
	font-size: 9pt;
	text-decoration: underline;
}


.titre_p {
	font-family: arial, helvetica, sans serif;
	font-size: 10pt;
	color: rgb(0,14,152);
	text-decoration: underline;
	text-align: right
}


/* CLASSES HOTEL */
table.fonds {
	border: 3px solid rgb(0,14,152);
}

.hotel {
	font-family: tahoma, verdana, sans serif;
	font-size: 09pt;
	border: 2px solid rgb(250,194,109);
}

.titre_hotel {
	font-family: tahoma, verdana, sans serif;
	font-size: 11pt;
}

h3.t_hotel {
	font-family: tahoma, verdana, sans serif;
	font-size: 12pt;
	text-decoration: underline;
	color: rgb(0,14,152);
	text-align: right;
}

/* CHAMBRES D'HOTES */

.chambres {
	font-family: tahoma, verdana, sans serif;
	font-size: 09pt;
	border: 2px solid rgb(250,194,109);
}

.titre_chambres {
	font-family: tahoma, verdana, sans serif;
	font-size: 11pt;
	color: rgb(0,14,152);
}

.chambres_t {
	font-family: tahoma, verdana, sans serif;
	font-size: 09pt;
	border: 2px solid rgb(250,194,109);
}

.submit {
	background-color: rgb(250,194,109);
	color: black;
}

.nb_chambres {
	font-family: tahoma, verdana, sans serif;
	font-size: 11pt;
	color: white;
	background-color: rgb(0,14,152);
}

.nom_proprio {
	font-weight: bold;
}


.erreur {
	color: red;
	font-weight: bold;
}
