#hall_infos {
	width:100%;
	margin-top:15px;
	display:table;
}
#hall_infos table {
	width:100%;
	margin:0;
}
#hall_infos td {
	line-height:20px;
}
#hall_infos td.intitule {
	width:30%;
	text-align:right;
}
#hall_infos  td.intitule p {
	background-color:#ececec;
	text-align:right;
	font-weight:bold;
	padding-right:5px;
}
#hall_infos td.val {
	width:70%;
}
#hall_infos td.val p {
	padding-left:5px;
}


#salle .date {
	color:#4e4e4e;
	padding:1px 0 2px 0;
}
#salle .img {
	margin:0 10px 0 0;
	width:135px;
	height:100px;
}
#salle .category {
	font-weight:bold;
}
#salle .texte {
	text-align:justify;
	padding-top:10px;
}
#salle .hallTable {
	margin-bottom:30px;
}
#salle .hallTable .leftHall {
	width:259px;
	margin-bottom:5px;
	padding-right:10px;
}
#salle .hallTable .rightHall {
	width:259px;
	margin-bottom:5px;
	padding-left:9px;
}
#salle .hallTable .photoHall {
	display:block;
	width:259px;
	height:190px;
}
#salle .hallTable .rightTD {
	border-left:1px solid #dedede;
}


#details .intro_form {
	width:100%;
	padding:10px 0 5px 0;
	text-align:center;
	font-style:italic;
}
#details .right{
	float: right;
	margin: 0 10px 10px;
	width: 200px;
	height: 150px;
	-moz-box-shadow: 6px 6px 12px #555;
	-webkit-box-shadow: 6px 6px 12px #555;
	box-shadow: 6px 6px 12px #555;
}
#details #map-canvas {
	margin-top:15px;
}
#details .attachments {
	margin-top:20px;
}
#details .attachment-title {
	font-size:16px;
	padding-bottom:5px;
}
#details .files {
	padding-left: 15px;
}
#details #calendar{
	width: 220px;
	float: left;
	margin-right: 20px;
}
#details #reservations{
	width: 290px;
	float: left;
}
#details #calendar table{
	width: 100%;
	margin:0;
	padding:0;
}
#details #calendar .calendar-table{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#details #calendar table td{
	text-align: center;
	padding:5px;
}
#details #calendar .title, #details #calendar .nav_month{
	color:#fff;
}
#details #calendar .goto-form{
	background-color: #dedede;
	text-align:center;
}
#details #calendar .week{
	background-color: #efefef;
	font-weight: bold;
}
#details #calendar .submit {
    background-color: #4C4C4C;
    color: #FFFFFF;
    padding: 1px 0;
    text-align: center;
    width: 21px;
	height: 16px;
	border: none;
}
#details #calendar #gotodate, #details #calendar .submit {
    float:left;
}
#details #calendar .day,
#details #calendar .day0{
	/* background-color: #efefef; */
}
#details #calendar .day1{
	background-color: #fdca3b;
}
#details #calendar .day1 a{
	color: #000;
	text-decoration: underline;
}
#details #calendar .day2{
	background-color: #ff3335;
	color: #fff;
}
#details #calendar .day2 a{
	color: #fff;
	text-decoration: underline;
}
#details #calendar table.legend{
	font-size:0.75em;
	font-style:italic
}
#details #calendar table.legend td{
	padding:0;
	text-align: left;
}


/*
#reservation table {
	width:70%;
	margin-bottom:10px;
}
#reservation table .label {
	text-align:left;
	white-space:nowrap;
}
#reservation table input, #details table textarea {
	border:1px solid #4c4c4c;
}
#reservation table input {
	width:150px;
}
#reservation table textarea {
	width:260px;
	height:100px;
}
#reservation td.submit {
	text-align:right;
}
#reservation .submit input {
	text-align:center;
	background-color:#4c4c4c;
	color:#FFFFFF;
	width:70px;
	padding:1px 0;
}
#reservation .red {
	color:#ff0000;
}
*/