/* @override http://www.ignis.fr/sites/hotels-saumur/javascript/jtools/jtools.css */

/* @override http://ignis.fr/sites/hotels-saumur/javascript/jtools/jtools.css */

/* @override http://www.ignis.fr/sites/hotels-saumur/javascript/jtools/jtools.css */

/* @override http://www.ignis.fr/sites/hotels-saumur/javascript/jtools/jtools.css */

/* @override http://www.ignis.fr/sites/hotels-saumur/javascript/jtools/jtools.css */

/* @override http://ignis.fr/sites/hotels-saumur/javascript/jtools/jtools.css */

/* @override http://ignis.fr/sites/hotels-saumur/javascript/jtools/jtools.css */

/* @override http://ignis.fr/sites/hotels-saumur/javascript/jtools/jtools.css */

/* @override http://ignis.fr/sites/hotels-saumur/javascript/jtools/jtools.css */

/* @override http://ignis.fr/sites/hotels-saumur/javascript/jtools/jtools.css */

/* @group TOOLTYPE */

.tooltip {
	display:none;
	background:transparent url(black_arrow.png);
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color:#fff;	
}

/* style the trigger elements */



/* @end */

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/

.scrollable {
	

/* required settings */
	position: relative;
	overflow: hidden;
	width: 675px;
	height: 130px;

/* custom decorations */
	border: 1px none #ccc;
	background: url(/img/global/gradient/h300.png) repeat-x;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/

.scrollable .items {
	

/* this cannot be too large */
	width: 20000em;
	position: absolute;
	clear: both;
}

.items div {
float: left;
}

/* single scrollable item */

.scrollable a {
	float: left;
	background-color: #585858;
	padding: 2px 0 2px 2px;
	border: 1px solid #3c3c3d;
	width: 212px;
	height: 110px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin: 10px 4px;
	background-image: url(h300.png);
}

.scrollable a:hover {
	border: 1px solid #161511;
	text-decoration: none;
	color: #3c3c3d;
	background-color: #cfea1b;
	background-image: url(h300.png);
}
.scrollable a:hover h3{
	color: #3c3c3d;
}
.scrollable a:hover p{
	color: #3c3c3d;
}

.scrollable a:active {
	background: #8ea011 url(h300.png) 0 -50px;
}

.scrollable p {
	color: #a8a8a8;
	font-size: 12px;
	margin: 0 5px 5px;
	line-height: 12px;
}

.scrollable img {
	width: 60px;
	margin: 0 15px 10px;
	padding: 2px;
	background-color: #fff;
	display: inline-block;
	height: 40px;
}

.scrollable h3 {
	font-size: 14px;
	line-height: 14px;
	margin: 5px;
	height: 30px;
	overflow: hidden;
	font-weight: bold;
	color: #e8e8e8;
}

.scrollable img.hover {
	background-color: #123;
}

/* active item */

.scrollable .active {
	border: 2px solid #000;
	position: relative;
	cursor: default;
}

/* this makes it possible to add next button beside scrollable */

.scrollable {
	float: left;
}

/* prev, next, prevPage and nextPage buttons */

a.browse {
	background: url(hori_large.png) no-repeat;
	display: block;
	width: 30px;
	height: 30px;
	float: left;
	cursor: pointer;
	font-size: 1px;
	margin-bottom: 40px;
	margin-top: 50px;
}

/* right */

a.right {
	background-position: 0 -30px;
	margin-right: 0px;
}

a.right:hover {
	background-position: -30px -30px;
}

a.right:active {
	background-position: -60px -30px;
}

/* left */

a.left {
	margin-left: 0px;
}

a.left:hover {
	background-position: -30px 0;
}

a.left:active {
	background-position: -60px 0;
}

/* up and down */

a.up, a.down {
	background: url(vert_large.png) no-repeat;
	float: none;
	margin: 10px 50px;
}

/* up */

a.up:hover {
	background-position: -30px 0;
}

a.up:active {
	background-position: -60px 0;
}

/* down */

a.down {
	background-position: 0 -30px;
}

a.down:hover {
	background-position: -30px -30px;
}

a.down:active {
	background-position: -60px -30px;
}

/* disabled navigational button */

a.disabled {
	visibility: hidden !important;
}

/* position and dimensions of the navigator */

.navi {
	height: 20px;
	margin-left: 200px;
	width: 180px;
	position: absolute;
	margin-top: 10px;
	left: 380px;
}

/* items inside navigator */

.navi a {
	width: 10px;
	float: left;
	background: url(navigator.png) 0 0 no-repeat;
	display: block;
	font-size: 1px;
	height: 8px;
}

/* mouseover state */

.navi a:hover {
	background-position: 0 -8px;
}

/* active state (current page state) */

.navi a.active {
	background-position: 0 -16px;
}

/* @group form */



/* form style */
#recptoffres {
	background: #444445;	
	padding:15px 20px; 
	color:#eee;
	margin:0 auto;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
} 

#recptoffres label {
	float:left;

	border:1px solid transparent;
	margin-right:10px;	
}

/* nested fieldset */
#recptoffres fieldset {
	border:0;
	padding:0;
	display: inline-block;7
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}

/* typography */
#recptoffres h3 	{
	color: #a9e01b;
	margin: 25px 25px 25px 0;
	padding-left: 35px;
	font: 25px/25px "century gothic";
}

#recptoffres .un{
	background: url(../../images/pictos/un.png) no-repeat;
	line-height: 30px;
	margin-left: 0;
}
#recptoffres .deux{
	background: url(../../images/pictos/deux.png) no-repeat;
	line-height: 30px;
	margin-left: 0;
}
#recptoffres .trois{
	background: url(../../images/pictos/trois.png) no-repeat;
	line-height: 30px;
	margin-left: 0;
}

#recptoffres p 	{
	margin-top: 5px;
}


/* input field */
#myform input {
	border:1px solid #444;
	background-color:#666;
	color:#ddd;
	font-size:12px;
	/* CSS3 spicing */
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	text-shadow:1px 1px 1px #000;
	padding: 5px;
}

#recptoffres input:focus { 
	color:#fff; 
	background-color:#777; 
}
#myform input:active 	{ 
	background-color:#888; 
}


/* button */
#recptoffres button {
	outline:0;
	border:1px solid #666;
	margin-bottom: 10px;
	margin-top: 10px;
	float: left;
}


/* error message */
.error {
	height:15px;
	background-color: #a9e01b;
	font-size:11px;
	border:1px solid #E1E16D;
	padding: 4px 10px;
	color:#000;
	margin-left:-2px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px; 
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-topleft:0;	
	-webkit-border-bottom-left-radius:0; 
	-webkit-border-top-left-radius:0;
	
	-moz-box-shadow:0 0 4px #ddd;
	-webkit-box-shadow:0 0 4px #ddd;	
}

/* field label */
label {
	display:block;
	padding: 0;
	margin: 0;
	font-size: 12px;
	color: #fff;
}

fieldset p{
	font-size: 14px;
	color: #fff;
	margin: 0;
	padding: 0;
}


fieldset label{
	width: 190px;
	display: inline-block;
	margin-right: 0;
	padding-right: 0;
	padding: 0;
	margin: 0;
}
fieldset div{
}
#terms label {
	float: left;
}

#terms input {
	margin:0 5px;
}
#validation{
	margin-top: 50px;
	text-align: right;
}
/* @end */

/* @group date */


/* For the details, see: http://flowplayer.org/tools/dateinput/index.html#skinning */

/* the input field */

/* calendar root element */
#calroot {
	margin-top:-1px;
	width:198px;
	background-color:#fff;
	font-size:11px;
	border:1px solid #ccc;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow: 0 0 15px #666;
	-webkit-box-shadow: 0 0 15px #666;
	padding-right: 2px;
	padding-top: 2px;
	padding-left: 2px;
}

/* head. contains title, prev/next month controls and possible month/year selectors */
#calhead {	
	padding: 2px 0;
	height: 22px;
} 

#caltitle {
	font-size:14px;
	color:#0150D1;	
	float:left;
	text-align:center;
	width:155px;
	line-height:20px;
	text-shadow:0 1px 0 #ddd;
}

#calnext, #calprev {
	display:block;
	width:20px;
	height:20px;
	background:transparent url(prev.gif) no-repeat scroll center center;
	float:left;
	cursor:pointer;
}

#calnext {
	background-image:url(next.gif);
	float:right;
}

#calprev.caldisabled, #calnext.caldisabled {
	visibility:hidden;	
}

/* year/month selector */
#caltitle select {
	font-size:10px;	
}

/* names of the days */
#caldays {
	height:14px;
	border-bottom:1px solid #ddd;
}

#caldays span {
	display:block;
	float:left;
	width:28px;
	text-align:center;
}

/* container for weeks */
#calweeks {
	background-color:#fff;
	margin-top:4px;
}

/* single week */
.calweek {
	clear:left;
	height:22px;
}

/* single day */
.calweek a {
	display:block;
	float:left;
	width:27px;
	height:20px;
	text-decoration:none;
	font-size:11px;
	margin-left:1px;
	text-align:center;
	line-height:20px;
	color:#666;
	-moz-border-radius:3px;
	-webkit-border-radius:3px; 		
} 

/* different states */
.calweek a:hover, .calfocus {
	background-color:#ddd;
}

/* sunday */
a.calsun {
	color:red;		
}

/* offmonth day */
a.caloff {
	color:#ccc;		
}

a.caloff:hover {
	background-color:rgb(245, 245, 250);		
}


/* unselecteble day */
a.caldisabled {
	background-color:#efefef !important;
	color:#ccc	!important;
	cursor:default;
}

/* current day */
#calcurrent {
	background-color:#498CE2;
	color:#fff;
}

/* today */
#caltoday {
	background-color:#333;
	color:#fff;
}

#recptoffres, .active, #calroot {
	-moz-border-radius:4px;		
}

#recptoffres .active {
	background-color:#fff;
	color:#333;
	border:1px solid #ccc;
	border-bottom:0;
}

.active input {
	color:#333;
	text-shadow:none;
}

/* date input */
.date {		
	float:left;
	display:block;
	border:0;
	background-color:transparent;
	font-size:18px;
	color:#fff;
	text-shadow:0 0 1px #000;
	width:180px;
	cursor:pointer;
}

/* date input trigger element */
.caltrigger {
	display:block;
	width:30px;
	height:32px;
	float:left;
	background:url(icon.jpg) no-repeat 0 0;
	margin-top:-8px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.active .caltrigger {
	background-position: 0 -32px;		
}

/* For the details, see: http://flowplayer.org/tools/dateinput/index.html#skinning */

/* calendar root element */
#calroot {
	font-family:sans-serif;
	background-color:#fff;
	border:1px solid #ccc;
	border-width:0 1px 1px;
	padding-top:10px;
	height:160px;
	width:227px;	
	display:none;
	margin:0 0 0 -7px;
	
	-moz-border-radius-topleft:0;
	-moz-border-radius-topright:0;	
	-webkit-border-top-left-radius:0;
	-webkit-border-top-right-radius:0;		
}

/* head. contains title, prev/next month controls and possible month/year selectors */
#calhead {	
	padding:2px 0;
	height:22px;
} 

#caltitle {
	font-size:14px;
	color:#0150D1;	
	float:left;
	text-align:center;
	width:160px;
	line-height:20px;
	text-shadow:0 1px 0 #ddd;
}

#calnext, #calprev {
	display:block;
	width:20px;
	height:20px;
	background:transparent url(prev.gif) no-repeat scroll center center;
	float:left;
	cursor:pointer;
	margin-left:9px;
}

#calnext {
	background-image:url(next.gif);
	float:right;
	margin-right:9px;
}

#calprev.caldisabled, #calnext.caldisabled {
	visibility:hidden;	
}

/* year/month selector */
#caltitle select {
	font-size:10px;	
}

/* names of the days */
#caldays {
	height:14px;
	border-bottom:1px solid #ddd;
}

#caldays span {
	display:block;
	float:left;
	width:32px;
	text-align:center;
	font-size:11px;
}

/* container for weeks */
#calweeks {
	background-color:#fff;
	margin-top:4px;
}

/* single week */
.calweek {
	clear:left;
	height:22px;
}

/* single day */
.calweek a {
	display:block;
	float:left;
	width:31px;
	height:20px;
	text-decoration:none;
	font-size:11px;
	margin-left:1px;
	text-align:center;
	line-height:20px;
	color:#666;
	-moz-border-radius:3px;
	-webkit-border-radius:3px; 		
} 

/* different states */
.calweek a:hover, .calfocus {
	background-color:#ddd;
}

/* sunday */
a.calsun {
	color:red;		
}

/* offmonth day */
a.caloff {
	color:#ccc;		
}

a.caloff:hover {
	background-color:rgb(245, 245, 250);		
}


/* unselecteble day */
a.caldisabled {
	background-color:#efefef !important;
	color:#ccc	!important;
	cursor:default;
}


/* current date */
#calcurrent {
	background-color:#498CE2;
	color:#fff;
}

/* today */
#caltoday {
	background-color:#999;
	color:#fff;
}

/* @end */

/* diaporama images*/

/* container for slides */
.diaporama{
	display: inline-block;
	position: relative;
	clear: both;
	margin: 25px;
	height: 280px;
}
.images {
	background:#fff url(/img/global/gradient/h300.png) repeat-x;
	border:1px solid #ccc;
	position: relative;
	width: 620px;
	cursor:pointer;
	clear: both;
}

/* single slide */
.images div {
	display:none;
	position: absolute;
	height: 310px;
	width: 500px;
	margin: 10px;
	padding: 10px;
	overflow: hidden;
}

/* header */
.images h3 {
	font-size:22px;
	font-weight:normal;
	margin:0 0 20px 0;
	color:#456;
}

/* tabs (those little circles below slides) */
.slidetabs {
	clear:both;
	margin-left:330px;
}

/* single tab */
.slidetabs a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;		
}

/* mouseover state */
.slidetabs a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.slidetabs a.current {
	background-position:0 -16px;     
} 	


/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}


