@import url("base.css");


h1{
	color: #f70;
	margin-top: 10px;
	margin-bottom: 10px;
}

h2 {
	color: #c00;
	font: normal 30px "Trebuchet MS", Helvetica, sans-serif;
	padding-bottom: 0.3em;
	border-bottom: 2px solid #900;
	margin-right: 150px;
	margin-bottom: 20px;
}

h3 {
	font-size: 15px;
	color: #f60;	
	margin-bottom: 5px;
}

dt{
	font-size: 14px;
	color:  #f70;
	font-weight: bold;
	margin: 7px 0;
}

#content strong{
	font-size: 14px;
	color:  #f70;
}

#main {
	position: relative;
	width: 575px;
	height: auto;
	float: right;
	padding-left: 15px;
}

.left, .right {
	position:relative;
	width: 280px;
	height: auto;
	float: left;
	background: transparent;
}

.right {
	margin-top: 80px;
	float: right;
}

.fullhalf {
	position: relative;
}

.bleuitalique{
	color: blue;
	font-style: italic;
}

img.corner {
	position: absolute;
	top: 0;
	right: 0;
}

#corner2 {
	display: block;
	position: absolute;
	top: 50px;
	right: 10px;
	width: 120px;
	height: auto;
	list-style: none;
	z-index: 10;
}

#corner2 li {
	padding-bottom: 2px;
	background: #fff;
	text-align: center;
}

#corner2 li a {
	display: block;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	padding: 3px 5px;
	background-color: #f70;
}

#corner2 li a:hover, #corner2 li a#selected_loisir{
	background-color: #ffd200;
}



div.corner {
	position: relative;
	float: right;
	width: 130px;
	height: 133px;
}

div.corner2bis {
	position: relative;
	float: right;
	width: 130px;
	height: 115px;
}

#main p{
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 1em;
	font-size: 12px;
}

.right p span{
	color: #f70;
}


.transport{
	display: block;
	padding-top: 10px;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	color:blue;
}

.transport:hover{
	color: #f70;
}

#carte{
	padding-bottom: 15px;
}

#carte img{
	float: left;
}

#carte ul {
	position: relative;
	width: 120px;
	height: auto;
	float: left;
	list-style: none;
	padding-left: 5px;
}

#carte li {
	padding-bottom: 2px;
	background: #fff;
	text-align: center;
}

#carte li a {
	display: block;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	padding: 3px 5px;
	background-color: #f70;
}

#carte li a:link, #carte li a:visited{
	color: white;
}
#carte li a:hover{
	background-color: #ffd200;
}

#desc{
	width: 400px;
	float: left;
	height: auto;
}

p#contact{
	font-size: 16px;
	text-align: center;
	padding: 20px 10px;
}

p#contact strong{
	color: #f70;
	font-size: 16px;
}

p#contact strong#phone_number{
	color: #f70;
	font-weight: bold;
	font-size: 22px;
}

p#warning{
	color: red;
	font-weight: bold;
	border-top: 1px solid red;
	text-align: center;
}

/*<group=form>*/
	
label#lbfirstname, label#lblastname, label#lbaddress, label#lbcity, label#lbcodezip, label#lbcountry, label#lbphone, label#lbfax, label#lbemail, label#lbnbr_room, label#lbamount, label#lbvilla, label#lbappart{
	display: block;
	float: left;
	width: 120px;
	height: auto;
	margin: 5px 0;
} 
input#lastname, input#firstname, input#address, input#city, input#codezip, input#country, input#phone, input#fax, input#email, input#nbr_room, input#amount{
	width: 200px;
	height: auto;
	margin: 5px 0;
}
input#nbrpersonnes, input#children{
	width: 60px;
	height: auto;
	margin: 5px 3px;
}
select{
	width: auto;
	height: auto;
	margin: 5px 3px;
}
textarea{
	width: 320px;
	height: 100px;
	margin: 5px 0;
}
input#submit{
	width: 100px;
	height: auto;
	margin: 10px 0 10px 110px;
}
input #address{
	width: 400px;
}
form strong{
	display: block;
	color: #f70;
	margin: 5px 0;
}

form span{
	font-size: 10px;
	color: red;
}
form table{
	border: 1px solid black;
	margin: 5px 0;
	line-height: 0;
	border-spacing: 0;
	color: white;
}
form td{
	padding: 3px;
	border: 1px solid black;
}

form tr.vsp, form td.vsp, form span.vsp{
	background: #007741;
}
form tr.vap, form td.vap, form span.vap{
	background: #00a741;
}
form tr.vapt, form td.vapt, form span.vapt{
	background: #00d13f;
}
form tr.rsp, form td.rsp, form span.rsp{
	background: #00117a;
}
form tr.rap, form td.rap, form span.rap{
	background: #007fff;
}
form tr.nat, form td.nat, form span.nat{
	background: #ff7b00;
}
form table input{
	margin: 3px 5px;
}
span.vap, span.vsp, span.vapt, span.rsp, span.rap, span.nat{
	display: block;
	width: 10px;
	height: 10px;
	border: 1px solid black;
	float: left;
	margin: 0 5px;
}


/*</group>*/


#languedoc, #capdagde {
	display: none;
}