@charset "UTF-8";
/* CSS Document */

#info {
	display: block;
	width: 500px;
	position: relative;
	left: 50px;
	top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}#plus {
	display: block;
	position: relative;
	bottom: 0px;
	float: left;
	padding-top: 20px;
	padding-left: 8px;
}
#plus a {
	color: #490004;
	text-decoration: none;
	font-weight: bold;
}
#plus a:hover {
	color: #F19243;
	text-decoration: none;
	font-weight: bold;
}
#menu_info {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EC9151;
	height: 25px;
	left: 0px;
}
#menu_info li {
	display: inline;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 8px;
	float: left;
	text-align: center;
	text-indent: 3px;
}
#menu_info a {
	text-decoration: none;
	color: #666666;
	text-transform: capitalize;
}

#menu_info a:hover {
	text-decoration: none;
	color: #7D0000;
	text-transform: capitalize;
	font-weight: bold;
}
.valide {
	text-decoration: none;
	color: #FFFFFF;
	text-transform: capitalize;
	font-weight: bold;
	display: block;
	background-color: #EC9151;
	padding: 0px;
	margin: 0px;
	height: 15px;
}


#hotel {
	display: block;
	width: 220px;
	float: left;
	background-color: #FBDBBD;
	padding: 7px;
	top: 10px;
	position: relative;
	margin: 7px;
}
#resto {
	display: block;
	width: 220px;
	float: left;
	background-color: #FAFBCE;
	padding: 7px;
	top: 10px;
	position: relative;
	margin: 7px;
}
.titre-info {
	color: #490004;
	font-weight: bold;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #490004;
	padding-bottom: -5px;
}

#hotel a {
	text-decoration: none;
	color: #490004;
}

#hotel a:hover {
	text-decoration: none;
	font-weight: bold;
		color: #E1873C;
	
}

#resto a {
	text-decoration: none;
	color: #490004;
}

#resto a:hover {
	text-decoration: none;
	font-weight: bold;
		color: #E1873C;
	
}
.prix {
	color: #7D0000;
	font-weight: bold;
	display: block;
	padding-bottom: 3px;
	background-color: #FFFFFF;
	font-size: 12px;
	padding-top: 3px;
	padding-right: 2px;
	padding-left: 2px;
	text-transform: uppercase;
}
#menu_info li {
	width: 150px;
}
.select {
	background-color: #EC9F33;
	color: #FFFFFF;
	font-size: 14px;
	width: 150px;
	height: 14px;
	padding-right: 5px;
	padding-left: 5px;
	display: block;
}