/*<group=General Styles>*/

body {
	background: none #f0f0f0;
	color: #666666;
	text-align: center; /* To Make Content Centered */
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p { 
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

b, strong { 
	color: #666666;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

a:link { 
	text-decoration: none; 
	color: #0080ff;
}

a:visited { 
	text-decoration: none; 
	color: #0080ff;
}

a:hover, a:active { 
	text-decoration: underline; 
	color: #0080ff;
}

.image-left {
	margin: 3px;
	padding: 3px;
	float: left;
}

.image-right {
	margin: 3px;
	padding: 3px;
	float: right;
}
	
/*</group>*/

/*<group=Layout>*/

#container { 
	background-color: #FFFFFF; /* This Is The BG Color Of The Main Div */
	width: 680px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	border: 1px solid #aeaeae;
	background: url(images/sidebar.png) repeat-y;
}

#pageHeader {
	background: repeat-x  url(images/header_background.jpg);
	border-bottom: 1px solid #aeaeae;
	height: 71px;
}

#pageHeader img {
	float: right;
	padding: 0px;
	margin: 10px 10px 0px 10px;
}

#pageHeader h2 { 
	color: #ffffff;
	text-shadow: 0px 1px 2px #003f7d;
	margin: 0px;
	margin-top: 0px;
	margin-left: 10px;
	padding-top: 10px;
	font-weight: bold;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
}

#centraleContainer {
	float: left;
	text-align: left;
	width: 640px;
	padding-top: 1px;
	margin-right: 10px;
	margin-left: 10px;
	position: relative;
	top: -30px;
}

#pageHeader h1 { 
	color: #ffffff;
	text-shadow: 0px 1px 2px #003f7d;
	margin: 0px;
	margin-top: 0px;
	margin-left: 10px;
	padding-bottom: 10px;
	font-weight: normal;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

#mainContent {
	margin: 0px;
	position: inherit;
}

#mainContent #sidebar {
 	width: 200px;
	background: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	position: static;
	top: 0px;
	left: 0px;
}

#mainContent #content {
	float: right;
	padding: 0px 0px 0px 0px;
	background: none;
	margin: 10px 5px 10px 15px;
	width: 450px;
}

#footer { /* This Is The BG Color Of The Main Div */
	width: 680px;
	margin: 10px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */;
	border: 1px solid #aeaeae;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	background: #ffffff;
}

#sidecontainer
{
	margin: 5px;
}
	
/*</group>*/

/*<group=Bread-crumb>*/

#breadcrumbcontainer {
	background: url(images/sub_header.png) repeat-x;
	height: 26px;
	padding-right: 10px;
	text-align: right;
}

#breadcrumbcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: verdana, arial, Helvetica, sans-serif;
	color: #d4d4d4;
	padding-top: 5px;
	padding-left: 5px;
}

#breadcrumbcontainer li { 
	margin: 0 0 0px 0;
	display: inline;
}

#breadcrumbcontainer a {
	color: #d4d4d4;
	text-decoration: none; 
}

#breadcrumbcontainer a:hover {
	text-decoration: none;
	color: #0080ff;
}
	
/*</group>*/

/*<group=Toolbar>*/

/* Toolbar Styles */

#navcontainer {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 200px;
}

#navcontainer #current {
	color: #ffffff;
	text-shadow: 0px 1px 1px #666666;
	text-decoration: none;
	background: url(images/button_over.png) repeat-x;
}

/* Parent - Level 0 */

#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid #aeaeae;
}

#navcontainer li { 
	margin: 0 0 0 0;
	padding: 0px;
	width: 200px;
}

#navcontainer a
{
	display: block;
	color: #333333;
	text-shadow: 0px 1px 0px #ffffff;
	text-decoration: none;
	text-indent: 0px;
	background: repeat-x url(images/button_normal.png);
	border-bottom: 1px #aeaeae solid;
	padding: 5px 5px 5px 5px;
}

#navcontainer a:hover
{
	color: #ffffff;
	text-shadow: 0px 1px 1px #666666;
	text-decoration: none;
	background: url(images/button_over.png) repeat-x;
}

/* Child - Level 1 */

#navcontainer ul ul li { margin: 0 0 0 0;}

#navcontainer ul ul a
{
	display: block;
	padding: 5px 5px;
	color: #333333;
	text-shadow: 0px 1px 0px #ffffff;
	text-decoration: none;
	text-indent: 20px;
	background: #ebebeb;
}

#navcontainer ul ul a:hover
{
	color: #333333;
	text-shadow: 0px 1px 0px #ffffff;
	text-decoration: none;
	background: #cccccc;
}

/* Child - Level 2 */

#navcontainer ul ul ul li { margin: 0 0 0 0;}

#navcontainer ul ul ul a
{
	display: block;
	padding: 5px 5px;
	color: #333333;
	text-shadow: 0px 1px 0px #ffffff;
	text-decoration: none;
	text-indent: 40px;
	background: #ebebeb;
}

#navcontainer ul ul ul a:hover
{
	color: #333333;
	text-shadow: 0px 1px 0px #ffffff;
	text-decoration: none;
	background: #cccccc;
}

/* Child Level 3 */

#navcontainer ul ul ul ul li { margin: 0 0 0 0;}

#navcontainer ul ul ul ul a
{
	display: block;
	padding: 5px 5px;
	color: #333333;
	text-shadow: 0px 1px 0px #ffffff;
	text-decoration: none;
	text-indent: 60px;
	background: #ebebeb;
}

#navcontainer ul ul ul ul a:hover
{
	color: #333333;
	text-shadow: 0px 1px 0px #ffffff;
	text-decoration: none;
	background: #cccccc;
}

/* Child Level 4 */

#navcontainer ul ul ul ul ul li { margin: 0 0 0 0;}

#navcontainer ul ul ul ul ul a
{
	display: block;
	padding: 5px 5px;
	color: #333333;
	text-shadow: 0px 1px 0px #ffffff;
	text-decoration: none;
	text-indent: 100px;
	background: #ebebeb;
}

#navcontainer ul ul ul ul ul a:hover
{
	color: #333333;
	text-shadow: 0px 1px 0px #ffffff;
	text-decoration: none;
	background: #cccccc;
}
	
/*</group>*/

/*<group=Global Classes>*/

.standout {
	font-family: Courier New, Courier, mono;
	border: 1px dotted #004f9e;
	background: #ddedff;
	color: #004f9e;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0080ff;
	margin: 0px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0080ff;
	margin: 0px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0080ff;
	margin: 0px;
}

.imageStyle {
	border: 1px solid #dcdcdc;
	padding: 5px;
	margin: 5px;
}
	
/*</group>*/

/*<group=Blog>*/

/*<group=Archive Page>*/

.blog-archive-background {
	color: #000000;
	text-align: center; /* To Make Content Centered */
	font: 12px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	background: #ffffff;
}

.blog-archive-headings-wrapper {
	text-align: left;
	width: 590px;
	padding: 10px;
}

.blog-archive-entries-wrapper {
	text-align: left;
	width: 590px;
	padding: 10px;
}

.blog-archive-month {
		text-align: justify;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #0080ff;
}

.blog-archive-link { 
}
	
/*</group>*/

.blog-entry {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}

.blog-entry-title {
		text-align: justify;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #0080ff;
}

.blog-entry-date {
		
	text-align: justify;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #aeaeae;
	padding-bottom: 5px;
}

.blog-entry-body {
	
	text-align: justify;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	
	}
	
/*</group>*/

/*<group=File Sharing>*/

.filesharing-description {
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}

.filesharing-item {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}

.filesharing-item-title {
	text-align: justify;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #0080ff;
	text-transform: uppercase;
}

.filesharing-item-description {
	text-align: justify;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #aeaeae;
}

/*</group>*/

/*<group=Photo Album>*/

/*<group=Index Page (Thumbnail view)>*/

.album-title {
	padding: 5px;
}

.album-description {
	padding: 5px;
}

.thumbnail-frame {
	padding: 1px;
	border: 1px solid #d4d4d4;
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
	border: none;
}

.thumbnail-caption {
	color: #666666;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
	
/*</group>*/

/*<group=Single Page (Photo view)>*/

.photo-background {
	background: #777777;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.photo-navigation {
	border: 1px solid #555555;
	margin: 6px; 
	background: #eeeeee;
	color: #5b5b5b;
	text-align: left;
	padding: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.photo-navigation a {
	text-decoration: none;
}

.photo-navigation a:hover {
	text-decoration: underline;
}

.photo-frame{
	padding: 4px;
	border: 1px solid #555555;
	margin: 6px;
	background: white;
}

.photo-links {
	padding: 0px;
}

.photo-title {
	padding: 0px;
	font-weight: bold;
}

.photo-caption {
	padding: 0px;
}

/*</group>*/
	
/*</group>*/

/*<group=Quicktime Page>*/

.movie-description {
	text-align: center;
	margin: 5px;
}
	
/*</group>*/

/*<group=Quicktime Album>*/

/*<group=Index Page (Movie Thumbnail view)>*/

.movie-page-title {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #0080ff;
}

.movie-page-description {
	margin-bottom: 20px;
}

.movie-thumbnail-frame {
	float: left;
	display: inline;
	padding: 1px;
	border: 1px solid #d4d4d4;
	margin-bottom: 10px;
	margin-right: 10px;
}

.movie-thumbnail-caption {
	text-align: center;
	color: #666666;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 3px;
}
	
/*</group>*/

/*<group=Single Page (Movie View)>*/

.movie-background {
	background: #ffffff;
	margin-top: 5px;
}

.movie-title {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #0080ff;
	text-align: center;
}

.movie-frame {
	text-align: center;
	margin-bottom: 10px;
}
	
/*</group>*/


/*</group>*/

/*<group=Form>*/

.form1 {
	font: 10px Arial, Helvetica, sans-serif;
	width: auto;
}

#form_date {
	width: auto;
	background: none repeat-x #C42758;
	color: #ffffff;
	font: 9px Arial, Helvetica, sans-serif;
	height: auto;
	padding-bottom: 1px;
	padding-top: 1px;
}

#form_date a {
	background: none repeat-x transparent;
	border-bottom-style: none;
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}

#form_date a:hover {
	background: none repeat-x transparent;
	border-bottom-style: none;
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
}

p.titreform {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	left: 10px;
	color: #ffffff;
	position: relative;
	background: #c42758;
	width: 180px;
	height: auto;
}

p.searchform {
	position: relative;
	left: 100px;
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
}
	
/*</group>*/

/*<group=promo>*/

.promo-contour {
	width: 450px;
	height: 90px;
	font-family: "Lucida Grande";
	border: 1px solid #066fd4;
	position: relative;
	margin-bottom: 10px;
	left: -5px;
}

.promo-ville {
	position: absolute;
	top: 40px;
	left: 5px;
	font: 12px Arial, Helvetica, sans-serif;
	width: 350px;
}

.promo-tarif {
	position: absolute;
	left: 5px;
	font: 13px Arial, Helvetica, sans-serif;
	top: 68px;
}

.promo-photo {
	width: 48px;
	height: 48px;
	font-family: "Lucida Grande";
	border: transparent;
	position: absolute;
	left: 395px;
	background: #a7d9ff;
	top: 5px;
}

.promo-reduction {
	width: 48px;
	height: 29px;
	border: transparent;
	position: absolute;
	left: 395px;
	top: 55px;
	background:  #c42758;
	color: #ffffff;
	text-align: center;
	margin-left: 0px;
	font: bold 14px/27px Arial, Helvetica, sans-serif;
}

.promo-etoiles {
	width: 48px;
	height: 29px;
	border: transparent;
	position: absolute;
	top: 18px;
	left: 6px;
	color: #066fd4;
	font: normal 12px Arial, Helvetica, sans-serif;
}

.promo-nom {
	position: absolute;
	top: 0px;
	margin: 2px;
	left: 5px;
	width: 450px;
	font: bold 12px Arial, Helvetica, sans-serif;
}
	
/*</group>*/

/*<group=texte>*/

p.titrepage {
	font: bold 15px Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	bottom: -10px;
	list-style: inherit;
	color: #066fd4;
}

p.titre {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	bottom: -10px;
	position: relative;
}

p.texte {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
	
/*</group>*/

/*<group=liste>*/

.liste-adresse {
	color: #333333;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

#liste ul {
	
}

#liste li {
	color: #0080ff;
	margin-bottom: 10px;
}

a:link { 
	text-decoration: none; 
	color: #0080ff;
}

.liste-etoiles {
	width: 48px;
	height: 29px;
	border: transparent;
	position: absolute;
	top: 18px;
	left: 6px;
	color: #066fd4;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
}
	
/*</group>*/

/*<group=hotel>*/

.chambres-contour {
	width: 450px;
	font-family: "Lucida Grande";
	border: 1px solid #066fd4;
	background: #ffffff;
	height: auto;
	margin-bottom: 10px;
	position: relative;
}

.chambres-nom {
	margin: 2px;
	width: 350px;
	left: 5px;
	position: relative;
	font: bold 13px Arial, Helvetica, sans-serif;
	top: 5px;
}

.chambres-tarif {
	margin: 2px;
	position: relative;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	left: 5px;
	width: 350px;
	top: 5px;
}

.chambres-tarif2 {
	position: relative;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #c42758;
	margin: 2px;
}

.chambres-dispo {
	margin: 2px;
	width: 64px;
	font: 600 10px/20px Arial, Helvetica, sans-serif;
	top: 3px;
	background: #066fd4;
	height: 20px;
	color: #ffffff;
	text-align: center;
	position: absolute;
	left: 375px;
	padding: 0px;
}

.chambres-promo {
	margin: 2px;
	width: 64px;
	font: 600 15px/25px Verdana, Arial, Helvetica, sans-serif;
	background: #c42758;
	height: 25px;
	color: #ffffff;
	text-align: center;
	position: absolute;
	top: 28px;
	left: 375px;
	padding: 0px;
}

.chambres-photo {
	border: 1px solid #066fd4;
	width: 245px;
	height: 190px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

.chambres-vignettes {
	width: 170px;
	height: auto;
	float: right;
	border: 1px solid #066fd4;
	padding: 5px 5px 5px 5px;
}

span.vignettes {
	padding: 4px 2px 4px 2px;
	position: relative;
}

.chambres-book {
	margin: 2px;
	width: 64px;
	font: 600 10px Verdana, Arial, Helvetica, sans-serif;
	height: 20px;
	text-align: center;
	position: absolute;
	left: 370px;
	vertical-align: bottom;
	top: 53px;
	padding: 5px;
}

.chambres-description {
	width: 350px;
	font: normal 10px Verdana;
	position: relative;
	z-index: inherit;
	margin: 2px;
	top: 10px;
	left: 5px;
	margin-left: 2px;
	height: auto;
	padding-bottom: 25px;
	margin-bottom: 20px;
}

p.hotel {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	bottom: -10px;
	position: relative;
	color: #066fd4;
}

p.photo {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #066fd4;
	text-align: center;
	width: 245px;
	position: relative;
	margin-bottom: -10px;
	bottom: 12px;
}

H1.hotel {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	bottom: -5px;
	color: #066fd4;
}
	
/*</group>*/

/*<group=livechat>*/

p.livechat {
	position: relative;
	left: 15px;
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
}
	
/*</group>*/

/*<group=results>*/

span.back-hotel {
	width: auto;
	height: auto;
	position: absolute;
	float: left;
	left: 3px;
	top: 5px;
}

span.next-hotel {
	width: auto;
	height: auto;
	float: right;
	position: absolute;
	left: 427px;
	top: 5px;
}

.count-hotel {
	width: 450px;
	position: relative;
	left: -5px;
	text-align: center;
	height: 30px;
	border: 1px solid #066fd4;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 25px;
}
	
/*</group>*/

/*<group=paristrip>*/

.paris-texte {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #202020;
	padding-bottom: 10px;
}

.paris-contour {
	width: 430px;
	font-family: "Lucida Grande";
	border: 1px solid #066fd4;
	position: relative;
	margin-bottom: 10px;
	padding: 10px 5px 10px 5px;
	height: 146px;
}

.paris-photo {
	width: 120px;
	height: 135px;
	border: 1px dashed #066fd4;
	position: relative;
	font: 600 10px Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 5px;
	float: left;
	background: #dadada;
	margin-right: 5px;
}
	
/*</group>*/

/*<group=weather>*/

.weather-temp {
	font: bold 20px Arial, Helvetica, sans-serif;
	color: #c42758;
}

.weather-data {
	font: normal 11px Arial, Helvetica, sans-serif;
}

.weather-dataint {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: navy;
}

.weather-contour {
	width: 450px;
	height: 80px;
	font-family: "Lucida Grande";
	border: 1px solid #066fd4;
	position: relative;
	margin-bottom: 10px;
	left: -5px;
}

.weather-col {
	width: 130px;
	font-family: "Lucida Grande";
	text-align: center;
	position: absolute;
	top: 5px;
}

.weather-col1 {
	width: 130px;
	font-family: "Lucida Grande";
	position: absolute;
	left: 150px;
	top: 10px;
}

.weather-col2 {
	width: 130px;
	font-family: "Lucida Grande";
	left: 300px;
	position: absolute;
	top: 10px;
}

.weather-col3 {
	font-family: "Lucida Grande";
	position: absolute;
	top: 65px;
	border-top: 1px solid #066fd4;
	text-align: right;
	width: 450px;
}
	
/*</group>*/



