@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	border:0;
}
table{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#272525;	
}
.titre {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: italic;
	font-weight: normal;
	color: #8b8b8b;
	text-align:center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #8b8b8b;
	border-bottom-color: #8b8b8b;
	width:150px;
	margin:5px 0 0 0;
}
.entete{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#272525;
	height:30px;
	text-align:center;
	
}
.pers {
	font-family: "Times New Roman", Times, serif;
	font-size:13px;
	color:#8b8b8b;
	font-style:italic;
	text-align:center;
	padding:4px 0 0 0;
}
.prix{
background-color:#d1d2d3;	
text-align:center;
font-weight:normal;
padding:2px 0 2px 0;
font-size:12px;
}
.maj{
	text-transform: uppercase;
}
.bord_bas{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #272525;	
}
.bord_droit{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d1d2d3;	
}
.bk{
	background-image: url(../images/hotel/tarifs/p_gris.gif);
	background-repeat: repeat-y;
	background-position: 220px top;	
}
#t1{
	background-image: url(../images/communs/filigranne120.jpg);
	background-position: 65px 40px;
	background-repeat: no-repeat;	
}
input{
	text-align:center;
	border: 1px solid #666;
}
#message{
color:#C00;
font-size:14px;
}

