body,html {
	height: 100%;
	font-family: Arial;
}
body {
	margin: 0;
	padding: 0;
	background: #f0e5d1 url(../App_Themes/Tourbillon/Images/bg.jpg) repeat-x;
	overflow: -moz-scrollbars-vertical;
}
#page {
	min-height: 100%;
	float: left;
	width: 100%;
}

img {
	border: none;
}

a {
	color: #2B0F13;
	text-decoration: underline;
}

a:hover {
	color: #E6A948;
	text-decoration: underline;
}

a:focus {
	outline:none;
}

ul {
	font: 12px Arial, sans-serif;
	list-style: square;
	margin-right: 26px;
}

#page-bottom {
	float: left;
	padding-bottom: 65px;
	width: 100%;
}
#main {
	width: 840px;
	margin: 40px auto auto;
	overflow: hidden;
}
/* page left column */
.left-column {
	width: 235px;
	float: left;
	position: relative;
	margin: 0;
}
/* logo */
.logo {
	background: url(../App_Themes/Tourbillon/Images/logo.gif) no-repeat;
	width: 235px;
	height: 105px;
	text-indent: -3000px;
	overflow: hidden;
	margin: 0 0 10px;
	float: left;
	display: block;
}
/* logo */
.brandlogo {
	width: 135px;
	height: 118px;
	text-indent: -3000px;
	overflow: hidden;
	margin: 0;
	float: left;
	display: block;
}
/* gradient under main navigation */
.grad {
	background: url(../App_Themes/Tourbillon/Images/grad-under-nav.png) no-repeat;
	float: left;
	width: 235px;
	height: 114px;
}
/* main navigation start */
#menuElem {
	margin: 0;
	padding: 0;
	float: left;
	width: 235px;
}
/* main navigation submenu */
#menuElem .submenuCMSListMenuUL {
	margin: 0;
	padding: 11px 0 8px;
	width: 235px;
	float: left;
	background: url(../App_Themes/Tourbillon/Images/menu-bg.jpg) repeat-y;
}
/* main navigation sub-submenu */
#menuElem .submenuCMSListMenuUL .sub-submenuCMSListMenuUL {
	margin: 0;
	padding: 2px 0 0;
	width: 235px;
	float: left;
}
#menuElem li, 
#menuElem .submenuCMSListMenuUL li,
#menuElem .submenuCMSListMenuUL .sub-submenuCMSListMenuUL {
	float: left;
	width: 235px;
	list-style: none;
	margin-bottom: 2px;
	display: block;
}
#menuElem .submenuCMSListMenuUL li {
	margin: 0;
	padding: 2px 0 2px;
}
#menuElem .submenuCMSListMenuUL .sub-submenuCMSListMenuUL li {
	margin: 0;
	padding: 0;
}
/* all items */

#menuElem li a {
	background: url(../App_Themes/Tourbillon/Images/main-menu-bg.jpg) repeat-y;
}
#menuElem li a img {
	margin: 5px 0 0 12px;
}
#menuElem li a, 
#menuElem .submenuCMSListMenuUL li a,
#menuElem .submenuCMSListMenuUL .sub-submenuCMSListMenuUL li a {
	display: block;
	width: 235px;
	height: 30px;
	overflow: hidden;
}

/* submenu items */
#menuElem .submenuCMSListMenuUL li a {
	height: 13px;
	background: none;
}
#menuElem .submenuCMSListMenuUL li a img {
	margin: 0 0 0 20px;
}
/* sub-submenu items */
#menuElem .submenuCMSListMenuUL .sub-submenuCMSListMenuUL li a {
	height: 14px;
	background: none;
}
#menuElem .submenuCMSListMenuUL .sub-submenuCMSListMenuUL li a img {
	margin: 0 0 0 30px;
}

/* menu links hover start */
#menuElem li a:hover,
#menuElem li .CMSListMenuLinkHighlighted {
	background: url(../App_Themes/Tourbillon/Images/main-menu-bg-hover.jpg) repeat-y;
}
#menuElem .submenuCMSListMenuUL li a:hover {
	background: none;
}
#menuElem .submenuCMSListMenuUL .sub-submenuCMSListMenuUL li a:hover {
	background: none;
}
/* menu links hover end */

.content-column {
	width: 585px;
	float: left;
	margin: 0 0 -9999px 20px;
	padding-bottom: 9999px;
	display: inline;
	overflow: hidden;
}

.page-content {
	width: 585px;
	float: left;
	margin: 0px;
	padding: 0px;
	display: inline;
}

.PagePlaceholderDesign .page-content
{
	margin-top: 75px;
}

.top-navigation {
	width: 440px;
	height: 25px;
	float: left;
	background-color: #dfceaf;
}

.top-navigation .home-link {
	background: url(../App_Themes/Tourbillon/Images/home_off_42x25.gif) no-repeat;
	width: 42px;
	height: 25px;
	text-indent: -3000px;	
	overflow: hidden;
	margin: 0;
	float: left;
	display: block;
}

.top-navigation .home-link:hover {
	background: url(../App_Themes/Tourbillon/Images/home_on_42x25.gif) no-repeat;
}

.top-navigation .lang {
	float: right;
	margin: 0;
}
.top-navigation .lang li {
	float: left;
	display: inline;
	background: url(../App_Themes/Tourbillon/Images/sep.gif) no-repeat 0 7px;
}
.top-navigation .lang li.first {
	background: none;
}
.top-navigation .lang li img {
	width: 66px;
	height: 25px;
	margin: 0px;
	padding: 0px;
	border: none;
}
.top-navigation .lang li a {
	width: 66px;
	height: 25px;
	text-indent: -3000px;
	overflow: hidden;
	margin: 0;
	float: left;
	display: block;
}
.top-navigation .lang li .english {
	background: url(../App_Themes/Tourbillon/Images/english_off_66x25.gif) no-repeat;
}
.top-navigation .lang li .english:hover {
	background: url(../App_Themes/Tourbillon/Images/english_on_66x25.gif) no-repeat;
}
.top-navigation .lang li .french {
	background: url(../App_Themes/Tourbillon/Images/francais_off_66x25.gif) no-repeat;
}
.top-navigation .lang li .french:hover {
	background: url(../App_Themes/Tourbillon/Images/francais_on_66x25.gif) no-repeat;
}

.center-column {
	width: 440px;
	float: left;
	margin-bottom: -9999px;
	padding-bottom: 9999px;
	display: inline;
}
.cl-index {
	min-height: 223px;
}
.cl-events {
	min-height: 553px;
}
.cl-brands {
	min-height: 678px;
}
.cl-simple {
	min-height: 350px;
}
/* big image on all pages */
.big-imag {
	float: left;
	width: 440px;
	margin: 2px 0 0;
}
.big-imag img {
	float: left;
}
/* pages content */
.content {
	float: left;
	width: 410px;
	background-color: #fff;
	padding: 27px 0 9999px 30px;
	margin: 2px 0 -9999px;
	min-height: 218px;
}
.content a:hover {
	color: #e6a948;
}
.content-brand, .content-events, .content-boutiques, .content-simple {
	width: 411px;
	margin: 0 0 0 -1px;
	padding: 0 0 36px;
	float: left;
	display: inline;
}
.content-events {
	width: 411px;
	margin: -1px 0 0 -2px;
}

* html .content {
	height: 218px;
}
/* left and right boxes in index.html */
.left-box, .right-box {
	float: left;
	width: 190px;
	padding: 0 0 36px;
	margin: 0;
	display: inline;
	z-index:20;
}
.right-box {
	padding-left: 9px;
	width: 211px;
}
.content h2 {
	margin: 0;
	padding: 0 0 6px;
}
.content-brand h2 {
	padding: 1px 0 7px;
}
.content-events h2 {
	padding: 0 0 7px;
}
.content h3 {
	color: #2b0f13;
	font: bold 16px Arial, sans-serif;
	margin: 0;
	/*padding: 1px 0 15px 2px;*/
	padding: 1px 0 10px 0px;
	clear: both;
}
.content h4 {
	color: #2b0f13;
	font: bold 12px Arial, sans-serif;
	margin: 0;
	padding-left: 2px;
	clear: both;
}
.content h4 a{
	color: #2b0f13;
	font: bold 12px Arial, sans-serif;
	text-decoration: none;
}
.content h4 a:hover{
	text-decoration: none;
}
.content p {
	margin: 0;
	padding: 0 0 8px 1px;
	color: #2b0f13;
	font: 12px/16px Arial, sans-serif;
}
.content-simple p {
	padding: 0 20px 16px 0;
}
.content-events p {
	padding: 0 20px 16px 0;
}
.content-boutiques p {
	padding: 0 50px 16px 0;
}
.content-brand p {
	width: 355px;
	padding-bottom: 0;
}
/* events links */
.content-events ul {
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
}
.content-events ul li {
	font: 12px Arial, sans-serif;
	background: url(../App_Themes/Tourbillon/Images/pointer.gif) no-repeat 0 3px;
	list-style: none;
	float: left;
	padding: 0 5px 10px 15px;
}
.content-events ul li a {
	text-decoration: underline;
	font-weight: normal;
	color: #2b0f13;
}
.content-events ul li a:hover {
	text-decoration: underline;
}
.content-events hr {
	color: #e6a948;
	background-color: #e6a948;
	float: left; /*FF fix*/
	width: 380px;
	height: 1px;
	border: none;
	margin-right: 23px; /*IE7 fix*/
}
.content-jobs hr{
	color: #e6a948;
	background-color: #e6a948;
	float: left; /*FF fix*/
	width: 380px;
	height: 1px;
	border: none;
	margin-right: 23px; /*IE7 fix*/
	margin-bottom: 10px;
	margin-top: 0px;
}
/* form on all pages */
.form {
	float: left;
}
.form label {
	color: #2b0f13;
	font: 12px/16px Arial, sans-serif;
	float: left;
}
.photo {
	float: left;
	width: 211px;
	padding: 0 0 6px 0;
}
.photo img {
	float: left;
	padding: 0 0 0 1px;
}
/* date string */
.date, .date-2 {
	color: #2b0f13;
	font: 11px/16px Arial, sans-serif;
	padding: 0 0 0 2px;
	float: left;
	width: 209px;
}
.date-2 {
	padding: 3px 0 0 3px;
}

/* link 'more' */
.more {
	background: url(../App_Themes/Tourbillon/Images/pointer.gif) no-repeat 0 4px;
	color: #2b0f13;
	font: bold 12px/16px Arial, sans-serif;
	display: block;
	float: left;
	padding: 0 0 0 15px;
	margin: 0 0 0 1px;
	text-decoration: none;
}
.more-2 {
	background: url(../App_Themes/Tourbillon/Images/pointer-3.gif) no-repeat 0 3px;
}
.more:hover {
	text-decoration: underline;
}

.right-column {
	float: right;
	width: 135px;
	margin: 2px 0 -9999px 10px;
	padding-bottom: 9999px;
	display: inline;
	overflow: hidden;
}
.right-column a:hover {
	color: #e6a948;
}
.empty-top {
	float: left;
	width: 135px;
	height: 25px;
	background: #e2d2b5;
	/*border-bottom: 2px solid #caae7b;*/
	margin-left: 10px;
}
.banner {
	display: block;
	padding: 0 0 2px;
}
.empty-bottom {
	float: left;
	width: 135px;
	background: #f7f0e6;
	padding-bottom: 9999px;
	margin-bottom: -9999px;
	min-height: 60px;
}
* html .empty-bottom {
	height: 30px;
}
#footer {
	width: 100%;
	height: 30px;
	margin: -30px auto 0;
	padding: 0;
	background-color: #e9dac0;
	float: left;
	position: relative;
}
#footer ul {
	width: 840px;
	margin: 0 auto;
	height: 21px;
	padding: 9px 0 0;
	background-color: #e9dac0;
}
#footer ul li {
	display: inline;
	float: left;
	padding: 0 7px 0 8px;
	color: #a3854f;
	font: 11px Arial, sans-serif;
	background: url(../App_Themes/Tourbillon/Images/sep-2.gif) no-repeat;
}
#footer ul li.first {
	background: none;
	padding-left: 0;
}
#footer ul li a {
	color: #a3854f;
}
#footer ul li a:hover {
	text-decoration: none;
}
/* Selects */
.selectArea {
	height:21px;
	width: 122px;
	float: left;
	color: #2b0f13;
	font: 12px Arial, sans-serif;
	margin: 10px 0 0;
}
#form-2 {
	margin-left: -1px;
	float: left;
}
#form-2 label {
	padding-left: 1px;
}
.manufactured .selectArea {
	margin-top: 5px;
}
.selectArea .left {
	width:8px;
	height:21px;
	float:left;
	background:url(../App_Themes/Tourbillon/Images/select_left.gif) no-repeat left top;
}
.selectArea .right {
	width:21px;
	height:21px;
	float:right;
	background:url(../App_Themes/Tourbillon/Images/select_right.gif) no-repeat left top;
}
.selectArea .right a {
	display:block;
	height:21px;
	margin-left:-179px;
	position:absolute;
}
.selectArea .right i {display:none;}
.selectArea .center {
	width:120px;
	padding-top:3px;
	overflow:hidden;
	white-space:nowrap;
}
/* Selects drop-down */
.optionsDivInvisible, .optionsDivVisible {
	position:absolute;
	margin-top:-1px;
	margin-left:3px;
	padding:2px;
	font-size:11px;
	z-index:20;
	border: 1px solid #c0c0c0;
	background-color: #fff;
}
.optionsDivInvisible {display:none;}
.optionsDivVisible {display:block;}
.optionsDivVisible p {
	margin:0;
	padding:0;
}
.optionsDivVisible a {
	color: #2b0f13;
	font: 12px Arial, sans-serif;
	text-decoration:none;
	display:block;
	padding:1px 4px;
}
.plancpain img {
	float: left;
}
.manufactured {
	float: left;
	width: 125px;
	background: #f6efe3 url(../App_Themes/Tourbillon/Images/right-column-bg.jpg) repeat-x;
	padding: 8px 0 9999px 10px;
	margin: 2px 0 -9999px;
}

.manufactured h2 {
	color: #2b0f13;
	font: 12px Arial, sans-serif;
	margin: 0;
	padding: 0 0 10px;
}
.manufactured ul {
	margin: 0;
	padding: 1px 0 24px;
	float: left;
	width: 125px;
}
.manufactured ul li {
	font: bold 12px Arial, sans-serif;
	background: url(../App_Themes/Tourbillon/Images/pointer-2.gif) no-repeat 0 3px;
	list-style: none;
	width: 110px;
	float: left;
	padding: 0 0 0 15px;
}
.manufactured ul li a {
	text-decoration: none;
	color: #2b0f13;
}
.manufactured ul li a:hover {
	text-decoration: underline;	
}

.manufactured strong {
	font: bold 12px Arial, sans-serif;
	display: block;
	float: left;
}

.eventsright {
	float: left;
	width: 125px;
	background: #f6efe3 url(../App_Themes/Tourbillon/Images/right-column-bg.jpg) repeat-x;
	padding: 8px 0 9999px 10px;
	margin: 2px 0 -9999px;
}

.eventsright h2 {
	color: #2b0f13;
	font: 12px Arial, sans-serif;
	margin: 0;
	padding: 0 0 10px;
}
.eventsright ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 123px;
}
.eventsright ul li {
	font: bold 12px Arial, sans-serif;
	background: url(../App_Themes/Tourbillon/Images/pointer-2.gif) no-repeat 0 3px;
	list-style: none;
	width: 103px;
	float: left;
	padding: 0 5px 10px 15px;
}
.eventsright ul li a {
	text-decoration: none;
	color: #2b0f13;
}
.eventsright ul li a:hover {
	text-decoration: underline;	
}

.alone
{
	margin-top: 0;
}

.clocks {
	margin: 26px 0 0 1px;
	padding: 0;
	float: left;
	width: 378px;
	border-top: 1px solid #eceae6;
	border-left: 1px solid #eceae6;
}
.clocks li {
	display: inline;
	float: left;
	border-right: 1px solid #eceae6;
	border-bottom: 1px solid #eceae6;
	min-height: 188px;
	width: 188px;
}
.clocks li img {
	float: left;
}
.clocks li a {
	margin: 6px 0 0 10px;
	display: inline;
}
* html .clocks li {
	height: 188px;
}

/* Boutiques Selector */

.dropdown{
	display: block;
	width: 165px;
	_width: 170px;
	background: url(../App_Themes/Tourbillon/Images/select.gif) no-repeat;
	text-decoration: none;
	color: #2b0f13;
	font: 12px Arial, sans-serif;
	padding: 4px 0 2px 5px;
}

.selectArea .dropdown {
	width: 117px;
	_width: 122px;
	background: url(../App_Themes/Tourbillon/Images/select-short.gif) no-repeat;
}

#dropmenudiv{
	position:absolute;
	border:1px solid silver;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	text-decoration: none;
	font-weight: normal;
	color: #291014;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #f5c26f;
}
/* big clock block in brands-detail.html */
.big-clock {
	float: left;
	border: 1px solid #eceae6;
	margin: 2px 0 0 1px;
	display: inline;
}
.big-clock img {
	float: left;
}
/* clock preferences */
.preferences {
	float: left;
	width: 405px;
	margin: 12px 0 0 2px;
	padding: 0 0 15px;
	display: inline;
}
.preferences td {
	color: #2b0f13;
	font: 12px Arial, sans-serif;
	padding: 3px 0 2px;
	vertical-align: top;
}
.preferences strong {
	width: 107px;
	font-weight: normal;
}
.preferences td.left {
	width: 200px;
	vertical-align: top;
}

/* content photos block */
.photos {
	float: left;
	width: 395px;
	margin: 9px 0 0 2px;
	padding: 0 0 22px 0;
	display: inline;
}
.photos img {
	float: left;
	margin-right: 2px;
}
/* block latest events */
.latest-events {
	width: 123px;
	float: left;
	background-color: #fff;
	padding: 9px 0 3px 12px;
}
/* latest events links */
.latest-events ul {
	margin: 0;
	padding: 0;
	width: 123px;
	float: left;
}
.latest-events ul li {
	font: bold 12px Arial, sans-serif;
	background: url(../App_Themes/Tourbillon/Images/pointer.gif) no-repeat 0 3px;
	list-style: none;
	width: 103px;
	float: left;
	padding: 0 5px 10px 15px;
}
.latest-events ul li a {
	text-decoration: none;
	color: #2b0f13;
}
.latest-events ul li a:hover {
	text-decoration: underline;
}
.latest-events h2 {
	margin: 0;
	padding: 0 0 10px;
	font: 12px Arial, sans-serif;
}


.sitebar ul{
margin-top: 10px;
}

.sitebar ul li {
	font: bold 12px Arial, sans-serif;
	background: url(../App_Themes/Tourbillon/Images/pointer-2.gif) no-repeat 0 3px;
	list-style: none;
	float: right;
	padding: 0 0 7px 15px;
}

.sitebar ul li a {
	text-decoration: none;
	color: #2b0f13;
}

.sitebar ul li a:hover {
	text-decoration: underline;
}



.sitebar{
float: left;
width: 100%;

}

/* Boutique list */

.boutiqueList{
}

.boutiqueList ul {
	margin: 0;
	padding: 1px 0 24px;
	float: left;
	width: 125px;
}

.boutiqueList li {
	font: bold 12px Arial, sans-serif;
	background: url(../App_Themes/Tourbillon/Images/pointer.gif) no-repeat 0 3px;
	list-style: none;
	width: 110px;
	float: left;
	padding: 0 0 3px 15px;
}

.boutiqueList li a {
	text-decoration: none;
	color: #2b0f13;
}

.boutiqueList li a:hover {
	text-decoration: underline;
}

.boutiqueType{
font-size: 12px;
padding-bottom: 5px;
}

.clear {
	height: 20px;
	width: 100%;
}

#modal_container { 
    overflow:hidden;
    background-color:#e6dac4;

} 


#modal_overlay {
    background-color:#000;
}