img.local-preview
{
	width: 200px;
	height: 150px;
	padding: 4px;
	border: 2px solid #F2F9FF;
	margin: 0px 10px 10px 0px;
}

table.tarifs
{
	width: 100%;
	border: 2px solid #f2f9ff;
	padding: 5px;
	text-align: center;
}

table.tarifs td
{
	border: 1px solid #f2f9ff;
}

table.tarifs .special
{
	color: #174B80;
	background: #f2f9ff;
}

table.form-res
{
	width: 100%;
}

table.form-res td.label
{
	width: 10ex;
	text-align: right;
	vertical-align: top;
}

table.form-res input[type="text"]
{
	width: 100%;
}

table.form-res textarea
{
	width: 100%;
	height: 10em;
}



#calendar
{
	width: 100%;
	border: 2px solid #f2f9ff;
	text-align: center;
}

#calendar th
{
	border-bottom: 2px solid #f2f9ff;
}

#calendar a
{
	color: orange;
	background: white;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid;
	vertical-align: top;
	padding: 1px 5px;
}