*
{
	margin: 0;
	padding: 0;
}
html, body
{
	font-family: Verdana, Verdana, sans-serif;
	font-size: 10pt;
	background-color: #323232;
	background-image: url("../img/back-header.jpg");
	background-repeat: no-repeat;
	background-position: 50% 0%;
	color: white;
	height: 100%;
}
p, h1, h2, h3, h4, h5, h6, label, div > span, ul > span, li, object
{
	outline: none;
	cursor: default;
}
a
{
	outline: none;
	cursor: hand;
}
span.upper
{
	text-transform: uppercase;
}
.clear
{
	clear: both;
}
.spacer
{
	display: block;
	height: 10px;
}
.float
{
	float: left;
}
.hidden
{
	display: none;
}
.center
{
	text-align: center;
}
.devise
{
	font-size: 0.8em;
}
#global
{
	background-color: black;
	width: 950px;
	margin: 0 auto;
	min-height: 100%;
}
img
{
	border: none;
}
/* Erreurs */
.error
{
	border: 1px solid #AA0000;
	background-color: #550000;
	color: white;
	width: 890px;
	padding: 15px 10px;
	margin: 10px auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.warning
{
	background-color: #666666;
	color: #dcd6c8;
	border: 1px solid #b5ad9d;
	width: 890px;
	padding: 15px 10px;
	margin: 10px auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.notice
{
	background-color: #666666;
	color: #dcd6c8;
	border: 1px solid #b5ad9d;
	width: 890px;
	padding: 15px 10px;
	margin: 10px auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.success
{
	color: #ccc4b3;
	background-color: #c7b07e;
	color: #222222;
	border: 1px solid #ccc4b3;
	width: 890px;
	padding: 15px 10px;
	margin: 10px auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
h3.comingSoon
{
	font-family: Trajan, georgia, serif;
	color: #c7b07e;
	font-size: 26px;
	text-align: center;
	margin: 50px 0;
}
/* header */
#header
{
	padding: 0px 20px 0 20px;
}

#logo
{
	padding-top: 15px;
	float: left;
}
/* menu */
#menu
{
	width: 580px;
	float: left;
	clear: right;
	margin: 25px 0 0 20px;
}
#menu li
{
	font-family: Trajan-bold, georgia, serif;
	font-size: 16px;
	float: left;
	margin: 0 10px 0 0;
	list-style: none;
	height: 17px;
}
#menu li img
{
	vertical-align: top;
}
.menuLink
{
	color: #8a7e64;
	text-decoration: none;
}
.menuLink:hover
{
	color: #c7c7c7;
}
/* ariane */
#filAriane
{
	float: left;
	margin: 6px 0 0 20px;
	width: 542px;
	height: 25px;
	border-top: #8a7e64 solid 1px;
}
#filAriane span
{
	display: block;
	padding-top: 5px;
	color: #666666;
	font-size: 10px;
}
#filAriane span a
{
	color: #666666;
	text-decoration: underline;
	text-transform: lowercase;
}
#filAriane span a:hover
{
	color: #c7c7c7;
}
/* langues */
#language
{
	background-color: #8a7e64;
	height: 16px;
	float: right;
	padding-right: 6px;
	background-image:url("../img/corner-lang-right.gif");
	background-position: right 1px;
	background-repeat: no-repeat;
}
#lang-fre
{
	background-image:url("../img/fr_sprite.gif");
}
#lang-eng
{
	background-image:url("../img/gb_sprite.gif");
}
#lang-deu
{
	background-image:url("../img/de_sprite.gif");
}
#language img
{
	float: left;
}
#language a
{
	display: block;
	float: left;
	width: 19px;
	height: 13px;
	margin-right: 5px;
	margin-top: 1px;
}
#language a:hover
{
	background-position: 0 -13px;
}
/* panier */
#basket
{
	width: 150px;
	margin-right: 25px;
	float: right;
	color: black;
	line-height: 14px;
}
.basketTitle
{
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	color: black;
}
.basketTitle:hover
{
	color: #323232;
	text-decoration: underline;
}
.basketLink
{
	font-size: 10px;
	text-decoration: none;
	color: black;
}
.basketLink:hover
{
	color: #323232;
	text-decoration: underline;
}
.defaultLogin
{
	padding-top: 2px;
	overflow: hidden;
	background-color: #dcd6c8;
	background-image: url("../img/back-top-basket.gif");
	background-position: bottom;
	background-repeat: repeat-x;
}
#logued
{
	height: 31px;
}
#login
{
	height: 86px;
	line-height: 10pt;
}
.defaultLogin div
{
	display: block;
	float: right;
	width: 119px;
}
#loginForm
{
	display: block;
	margin-top: 3px;
	
	font-size: 12px;
	line-height: 12px;
}
#loginForm input
{
	width: 100px;
	height: 15px;
	padding: 1px 2px 1px 2px;
	border: 1px solid #666666;
	background-color: #dcd6c8;
	margin-bottom: 1px;
	color: #666666;
}
#basketContent
{
	padding-top: 4px;
	overflow: hidden;
	height: 33px;
	background-image: url("../img/back-bottom-basket.png");
}
.defaultLogin img
{
	display: block;
	float: left;
	margin-top: 6px;
	margin-left: 8px;
	margin-right: 8px;
}
#basketContent img
{
	display: block;
	float: left;
	margin-top: 6px;
	margin-left: 5px;
	margin-right: 6px;
}
/* Titres */
h2
{
	font-family: Trajan, georgia, serif;
	color: #c7b07e;
	font-size: 26px;
	border-bottom: 1px solid #c7b07e;
	padding-bottom: 13px;
	margin: 10px 0px 5px 0px;
}
.fatTitle
{
	font-size: 36px;
}

/* Content */
#content
{
	padding: 5px 20px 5px 20px;
	background-color: black;
}

#content p
{
	text-indent: 20px;
}

/* Footer */
.facebookFooter
{
	background-image: url("../img/facebook-icon-sprite.gif");
	padding-left: 22px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-repeat: no-repeat;
	background-position: 0 -18px;
}
/*.facebookFooter:hover
{
	background-position: 0 -18px;
}*/
#linksFooter
{
	display: block;
	float: right;
	color: #666666;
	font-size: 12px;
	margin-right: 17px;
	margin-bottom: 6px;
	height: 18px;
}
.footerLink
{
	color: #666666;
	text-decoration: none;
}
.footerLink:hover
{
	color: #c7c7c7;
	text-decoration: underline;
}
#footer
{
	border-top: 1px solid #222222;
	clear: both;
	padding-bottom: 20px;
	color: #666666;
	background-color: black;
}
#footerTitle
{
	display: block;
	float: left;
	font-size: 13pt;
	padding: 0 5px 0 5px;
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: -25px;
	background-color: black;
}
#footerTitle a
{
	text-decoration: none;
}
#footerTitle a:hover {}
#footerTitle1
{
	color: #666666;
}
#footerTitle2
{
	color: #c7c7c7;
}
.footerDiv
{
	margin-top: 25px;
	padding-left: 50px;
	width: 265px;
	float: left;
}
.footerDiv ul
{
	list-style: none;
	font-size: 11px;
	text-indent: 10px;
	line-height: 10pt;
}
#footerCenter
{
	border-left: 1px solid #222222;
	border-right: 1px solid #222222;
}
/* Debug */
.debug
{
	display: block;
	width: 900px;
	background-color: black;
	color: white;
	border: 1px solid red;
	font-size: 12px;
	padding: 5px;
	clear: both;
	margin-top: 2px;
	margin-bottom: 2px;
}
/* Buttons */
a.button, a.buttonArrowRight, a.buttonArrowLeft
{
	display: block;
	font-size: 10px;
	color: #222222;
	width: 137px;
	height: 15px;
	background-image: url("../img/button.png");
	background-position: 0 0px;
	background-repeat: no-repeat;
	text-decoration: none;
	text-align: center;
	padding-top: 1px;
	outline: none;
}
a.button:hover, a.buttonArrowRight:hover, a.buttonArrowLeft:hover
{
	color: black;
	background-position: 0 -16px;
}
a.buttonArrowRight{
	background-image: url("../img/button_arrow_right.png");
	padding-right:23px;
	text-align:center;
}
a.buttonArrowLeft{
	background-image: url("../img/button_arrow_left.png");
	padding-left:23px;
	text-align:left;
}
a.redButton
{
	background-image: url("../img/button-red.png");
	color: #dcd6c8;
}
a.redButton:hover
{
	color: white;
}
a.blackButton
{
	background-image: url("../img/button-red.png");
	color: #dcd6c8;
}
a.blackButton:hover
{
	color: white;
}
.nextStep
{
	float: right;
	margin-right: 15px;
}
/* Link */
a.link
{
	color: #323232;
	font-size: 10px;
	text-decoration: underline;
}
a.link:hover
{
	color: black;
}
/* Radio */
.radio
{
	display: block;
	width: 15px;
	height: 15px;
	background-image: url("../img/radio-button.png");
	background-repeat: no-repeat;
	cursor: hand;
}
.radioSelected
{
	background-position: 0 -15px;
}
/* Content */
.contentTopCorners
{
	background-image: url("../img/content-top-corners.gif");
	height: 14px;
	width: 910px;
}
.contentBottomCorners
{
	background-image: url("../img/content-bottom-corners.gif");
	height: 14px;
	width: 910px;
	clear: both;
}
.contentTitleContainer
{
	background-color: #dbd4c6;
	margin-bottom: -1px;
}
.contentTitle
{
	width: 900px;
	color: black;
	height: 15px;
	padding-left: 10px;
	margin: -3px 0 0 0;
	font-size: 18pt;
}
.contentUnderTitle
{
	font-family: Trajan-bold, georgia, serif;
	background-image: url("../img/content-under-zone.gif");
	background-repeat: repeat-x;
	color: #c7b07e;
	height: 23px;
	font-size: 16px;
	padding: 10px 0 0 10px;
}
.contentUnderTitleLinks
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	background-image: url("../img/content-under-zone.gif");
	background-repeat: repeat-x;
	height: 23px;
	padding: 10px 0 0 0;
}
.contentFive
{
	width: 172px;
}
h3.selectTitle
{
	color: white;
}
.contentPanel
{
	width: 910px;
	background-color: #dbd4c6;
	color: black;
	position: relative;
}

a.contentPanelLink{
	color:black;	
}

.contentUnderLink
{
	display: block;
	float: left;
	color: #c0b297;
	text-decoration: none;
	padding: 1px 50px 0 10px;
	height: 20px;
}
.contentUnderLink.selected
{
	color: black;
	background-image: url("../img/my-account-menu.gif");
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #8a7e64;
}
.contentUnderLink.selected:hover
{
	color: #323232;
}
.contentUnderLink:hover
{
	color: white;
}
.contentPanel > .bottomPS
{
	position: absolute;
	bottom: 0px;
	left: 10px;
	font-size: 10px;
	color: #444444;
}
/* Home */
#homeContainerTop
{
	width: 910px;
	height: 293px;
	clear: both;
	margin-bottom: 12px;
}
#homeContainerMiddle
{
	width: 930px;
	height: 160px;
	margin-bottom: 12px;
}
#homeContainerBottom
{
	width: 930px;
	height: 86px;
	clear: both;
	margin-bottom: 12px;
}
.homeMiddle
{
	position: relative;
	width: 296px;
	height: 160px;
	float: left;
	margin-right: 11px;
	background-color: #b5ad9d;
}
.homeBottom
{
	float: left;
	width: 450px;
	height: 83px;
	margin-right: 11px;
}
.homeMiddle > span
{
	display: block;
	text-align: center;
	color: #555555;
}
.homeMiddle > div.title {
	text-align: center;
	margin: 0 auto;
	width: 100%;
	margin-top: 25px;
}
.homeMiddle > div.title > h4
{
	display: inline;
	font-family: Trajan-bold, georgia, serif;
	font-size: 17pt;
	color: black;
	text-align: center;
}
.homeMiddle > div.title > h4 a
{
	color: black;
	text-decoration: none;
}
.homeMiddle > div.title > h4 img
{
	margin-bottom: 5px;
}
.homeMiddle > div.title > h4.underTitle
{
	font-size: 15pt;
	color: #555555;
}
.homeMiddle > div.title > h4.underTitle a
{
	color: #555555;
	text-decoration: none;
}
a.bottomButton
{
	position: absolute;
	bottom: 10px;
	left: 80px;
}
a.middleButton
{
	position: absolute;
	bottom: 37px;
	left: 80px;
}
a.topButton
{
	position: absolute;
	bottom: 64px;
	left: 80px;
}
#leftHomeBloc
{
	background-image: url("../img/home-middle-background-left.gif");
	background-repeat: no-repeat;
}
#middleHomeBloc
{
	background-image: url("../img/home-middle-background.gif");
	background-repeat: no-repeat;
}
#middleHomeBloc > span
{
	width: 200px;
	margin: 10px auto;
}
#rightHomeBloc
{
	background-image: url("../img/home-middle-background-right.gif");
	background-repeat: no-repeat;
	position: relative;
}
#rightHomeBloc > span
{
	display: block;
	font-size: 10px;
	width: 132px;
	margin: 2px 0 0 150px;
	text-align: right;
	color: #555555;
	height: 51px;
}
#rightHomeBloc > span > strong
{
	font-size: 11px;
	color: #323232;
}
#rightHomeBloc a.rss
{
	position: absolute;
	top: 29px;
	right: 30px;
	font-size: 0px;
}
#rightHomeBloc a.rss:hover
{
	font-size: 10px;
}
a.rss
{
	overflow: hidden;
	width: 30px;
	height: 13px;
	padding-top: 1px;
	padding-left: 16px;
	text-decoration: none;
	color: #AAAAAA;
	background-image: url("../img/rss.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
}
a.rss:hover
{
	background-position: 0 -14px;
	color: #888888;
}

a.rssFat
{
	overflow: hidden;
	width: 30px;
	height: 12px;
	padding-top: 16px;
	padding-left: 32px;
	text-decoration: none;
	color: #AAAAAA;
	background-image: url("../img/rssFat.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
}
a.rssFat:hover
{
	background-position: 0 -28px;
	color: #C7B07E;
}

/* Products Overview */
#flashOverview
{
	width: 910px;
	height: 500px;
	background-color: black;
	color: white;
}
#flashOverview > div.famille
{
	margin: 20px 0 0 20px;
	float: left;
	width: 280px;
}
ul.listSki
{
	list-style: none;
}
ul.listSki a
{
	color: #c7c7c7;
	text-decoration: none;
}
ul.listSki a:hover
{
	color: white;
	text-decoration: underline;
}
/* Product */
#productsLeftPanel
{
	width: 300px;
	float: left;
	clear: left;
}
#productsRightPanel
{
	float: right;
	width: 600px;
	clear: right;
}
.noStock
{
	margin-top: 10px;
	padding: 2px 4px;
	background-color: #222222;
	border: 1px solid #555555;
	color: #c7c7c7;
	padding-left: 60px;
	background-image: url("../img/warning.gif");
	background-position: 4px 4px;
	background-repeat: no-repeat;
	height: 50px;
}
#skiStars
{
	border: none;
	font-size: 10px;
	width: 270px;
	color: white;
}
.skiStarsValue
{
	width: 70px;
}

.skiStarsValue img
{
	border: none;
	margin-right: 1px; 
}
#productsLeftPanel p
{
	text-align: left;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #c7b07e;
	font-size: 12px;
}
.titleSpecTech
{
	font-family: Trajan-bold, georgia, serif;
	color: #c7b07e;
	font-size: 16px;
}
#productMenuSpec
{
	margin: 10px 10px 10px 10px;
	list-style: none;
	height: 21px;
}
#productMenuSpec li
{
	display: block;
	float: left;
	padding: 2px 4px 3px 3px;
	background-color: #c7b07e;
	width: 30px;
	text-align: center;
	outline-style: none;
}
#productMenuSpec li.productSpecBorder
{
	display: block;
	float: left;
	padding: 0;
	width: 12px;
	background: none;
}
#productMenuSpec .selectedSpec
{
	background-color: none;
	background-repeat: repeat-y;
	background-position: right;
	background-image: url("../img/product-spec-selected.gif");
	font-weight: bold;
}
#productMenuSpec .selectedSpec a:hover
{
	color: black;
	text-decoration: none;
}
#productMenuSpec a
{
	text-decoration: none;
	color: black;
}
#productMenuSpec a:hover
{
	text-decoration: underline;
}
#specSkiContainer
{
	clear: both;
	width: 280px;
	margin: 0 10px 0 10px;
}
.specSkiTable
{
	background-color: #121212;
	border: 5px solid #121212;
	border-left-width: 8px;
	border-right-width: 8px;
	color: #c7b07e;
	width: 280px;
	height: 60px;
	margin-bottom: 15px;
	border-collapse: collapse;
}
.fat
{
	font-weight: bold;
}
.specSkiTableLine td
{
	border-style: none;
	border-bottom: 1px solid #c7b07e;
}
#productZagRx
{
	border: 1px solid #c7b07e;
	padding: 0;
	margin: 4px;
}
#productReturnButton
{
	margin-top: 40px;
	margin-right: 10px;
	float: right;
}
#productImage
{
	margin: 40px 0 20px 20px;
}
#productPrice
{
	text-align: right;
	margin-bottom: 20px;
	padding-right: 5px;
}
#productPrice > h5
{
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	color: white;
	font-size: 20px;
}
#productControl
{
	margin-top: 10px;
}
.productControlButton
{
	display: block;
	float: left;
	width: 95px;
	color: #c7b07e;
	font-size: 10px;
	margin-left: 15px;
	margin-top: 10px;
	text-decoration: none;
}
.productControlButton span
{
	width: 50px;
	float: left;
	text-align: right;
	cursor: hand;
}
.productControlButton img
{
	float: right;
}
.productControlButton:hover
{
	color: white;
	text-decoration: underline;
}
.productMiniZoom
{
	width: 55px;
	height: 55px;
	display: block;
	float: right;
	margin-right: 5px;
	color: white;
}
/* Popup */
#popup
{
	display: none;
}
#popupBack
{
	position: fixed;
	background-color: black;
	-moz-opacity: 0.6;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
#popupContent
{
	position: fixed;
	width: 0px;
	height: 0px;
	left: 50%;
	top: 50%;
	background-color: black;
	border: 1px solid #c7b07e;
	color: #c7b07e;
	margin-left: -5px;
	margin-top: -5px;
	text-align: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
}
#popup.alt > #popupContent
{
	background-color: #c0b297;
	background-image: url("../img/back-bottom-popup.gif");
	background-repeat: repeat-x;
	background-position: bottom;
}
#popupInnerContent
{
	padding: 0;
	z-index: 1;
	overflow: hidden;
	position: relative;
	height: 100%;
}
#popupLoader
{
	z-index: 0;
	display: none;
	position: absolute;
	margin-left: -16px;
	margin-top: -16px;
	left: 50%;
	top: 50%;
}
a.popupClose
{
	position: absolute;
	display: block;
	width: 15px;
	height: 15px;
	font-size: 10px;
	padding-top: 2px;
	text-align: center;
	text-decoration: none;
	z-index: 2;
	right: 5px;
	top: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #c7b07e;
	background-color: black;
}
a.popupClose:hover
{
	background-color: #c7b07e;
	color: black;
}
#popup.alt > #popupContent > a.popupClose
{
	background-color: #c0b297;
	color: black;
}
#popup.alt > #popupContent > a.popupClose:hover
{
	color: #c7b07e;
	background-color: black;
}
/* Actions */
#productActions
{
	margin-top: 30px;
	margin-left: 30px;
}
.voidProductAction
{
	position: relative;
	width: 184px;
	height: 106px;
	padding-top: 50px;
	margin-right: 6px;
	float: left;
}
.productAction
{
	position: relative;
	text-align: center;
	width: 184px;
	height: 106px;
	float: left;
	margin-right: 6px;
	background-color: #111111;
	border-top: 1px solid #323232;
	padding-top: 50px;
}
.productAction h4
{
	font-family: Trajan-bold, georgia, serif;
	font-size: 14pt;
	color: #dcd6c8;
	margin-bottom: 5px;
}
.productAction h5
{
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}
.actionButton
{
	position: absolute;
	left: 23px;
	bottom: 15px;
}
#productActionAdvice
{
	background-image: url("../img/product-action-back-advice.gif");
}
#productActionNear
{
	background-image: url("../img/product-action-back-near.gif");
}
#productActionBuy
{
	background-image: url("../img/product-action-back-buy.gif");
}
/* Popup achat */
#productBuy
{
	position: relative;
	height: 100%;
}
#productBuy > h3
{
	font-family: Trajan-bold, georgia, serif;
	color: black;
	font-size: 16pt;
	float: left;
}
#productBuy > h6
{
	font-weight: normal;
	float: left;
	color: black;
	font-size: 11pt;
	margin-left: 4px;
}
#productBuyForm
{
	position: absolute;
	width: 750px;
	top: 25px;
	font-size: 12px;
	height: 390px;
	color: black;
}
#productBuyForm input.textInput
{
	margin-top: 10px;
	width: 50px;
}
#productBuyButton
{
	position: absolute;
	right: 5px;
	bottom: 8px;
}
#productBuySize
{
	margin-top: 6px;
	margin-left: 4px;
}
#productBuySize > li
{
	list-style: none;
	display: block;
	width: 80px;
	padding-top: 2px;
	margin-right: 5px;
}
#productBuySize > li > a
{
	display: block;
	text-decoration: none;
	outline: none;
	height: 18px;
}
#productBuySize > li > a > span.radio
{
	margin-top: 2px;
	margin-right: 2px;
}
#productBuySize > li > a > span.title
{
	display: block;
	float: left;
	padding: 2px 4px;
	color: #323232;
	cursor: hand;
}
#productBuySize > li > a:hover > span.title
{
	background-color: #c7c7c7;
	color: black;
}
#productBuySize > li > a.selectedSize > span.title
{
	background-color: #d4cdc0;
	color: black;
}
#productBuySize > li > a.selectedSize:hover > span.title
{
	color: black;
}
#productBuyFixation
{
	height: 210px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	position: relative;
}
#productLeftButton
{
	position: absolute;
	display: block;
	width: 20px;
	height: 30px;
	top: 90px;
	left: 0px;
	background-image: url("../img/arrow-left.png");
	background-repeat: no-repeat;
}
#productRightButton
{
	position: absolute;
	display: block;
	width: 20px;
	height: 30px;
	top: 90px;
	right: 0px;
	background-image: url("../img/arrow-right.png");
	background-repeat: no-repeat;
}
#zoomLeftArrow
{
	position: absolute;
	display: block;
	width: 20px;
	height: 30px;
	top: 260px;
	left: 5px;
	background-image: url("../img/arrow-left.png");
	background-repeat: no-repeat;
}
#zoomRightArrow
{
	position: absolute;
	display: block;
	width: 20px;
	height: 30px;
	top: 260px;
	right: 5px;
	background-image: url("../img/arrow-right.png");
	background-repeat: no-repeat;
}
.disabled
{
	background-position: 0 -60px;
}
.enabled
{
	cursor: hand;
	background-position: 0 0;
}
.enabled:hover
{
	cursor: hand;
	background-position: 0 -30px;
}
#productBuyFixationContainer
{
	position: absolute;
	overflow: hidden;
	left: 35px;
	margin-top: 15px;
	width: 670px;
	height: 180px;
}
#productBuyFixationList
{
	display: block;
	width: 50000px;
}
#productBuyFixationList > li
{
	list-style: none;
	float: left;
	width: 210px;
	height: 180px;
	margin-left: 10px;
	text-align: center;
	position: relative;
	background-color: white;
}
#productBuyFixationList > li > div
{
	display: block;
	position: absolute;
	width: 190px;
	text-align: center;
	height: 150px;
	top: 4px;
	left: 10px;
}
#productBuyFixationList > li > div > span.fixationTitle
{
	font-size: 14px;
	font-weight: bold;
	color: black;
	text-shadow: 0px 1px 2px #555555;
}
#productBuyFixationList > li > div > span.fixationInfo
{
	font-size: 10px;
	color: black;
}
#productBuyFixationList > li > div > span.fixationPrice
{
	font-weight: bold;
	color: black;
	font-size: 12px;
}
#productBuyFixationList > li > div > div.spacer
{
	height: 3px;
}
#productBuyFixationList > li > img
{
	width: 210px;
	height: 180px;
}
#productBuyFixationList > li > a
{
	display: block;
	position: absolute;
	bottom: 0px;
	left: 16px;
	background-color: black;
	padding: 4px;
	text-decoration: none;
	width: 170px;
	outline: none;
}
#productBuyFixationList > li > a:hover
{
	background-color: #323232;
}
#productBuyFixationList > li > a > span.title
{
	cursor: hand;
	font-size: 10pt;
	color: white;
	text-align: left;
	display: block;
	float: left;
	margin-top: -1px;
	margin-left: 4px;
}
#blocPointure
{
	height: 100px;
	overflow: hidden;
}
#blocPointure > div
{
	width: 300px;
}
#blocPointure > div.left
{
	width: 370px;
	border-right: 1px solid #555555;
	margin-right: 15px;
	padding-right: 5px;
}
/* Account */
.accountPanel
{
	width: 455px;
	float: left;
}
.accountPanel label
{
	display: block;
	margin-bottom: 6px;
}
input.textInput
{
	background-color: #c7b07e;
	border: 1px solid #8a7e64;
	margin-bottom: 6px;
	width: 200px;
}
textArea.textArea
{
	background-color: #c7b07e;
	border: 1px solid #8a7e64;
	margin-bottom: 6px;
	width: 200px;
}
label.checkLabel
{
	display: inline;
	font-size: 10px;
}
#accountLeftPanel
{
	margin-top: 10px;
	padding: 0 0 8px 15px;
	height: 180px;
}
#accountLeftPanel a.button
{
	margin-top: 35px;
	margin-bottom: 5px;
}
#accountRightPanel
{
	margin-top: 10px;
	padding: 0 0 8px 15px;
	border-left: 1px solid #666666;
	height: 180px;
}
#accountRightPanel p
{
	text-indent: 0;
	width: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* Account index */
#contentAccount
{
	padding: 10px 0 0 10px;
	width: 900px;
}
/* Account edit */
#editAccount
{
	padding-top: 15px;
}
#editAccount > h3
{
	margin-left: 16px;
	font-size: 13pt;
	font-family: Trajan, georgia, serif;
}
/* Account Create */
#accountCreate
{
	
}
#formCreateAccount
{
	width: 880px;
	padding: 15px;
}
#formCreateAccount > fieldset
{
	border: none;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	margin: 8px 0;
	padding: 5px 0;
}
#formCreateAccount table
{
	border: none;
}
#formCreateAccount td
{
	padding-right: 5px;
	padding-top: 2px;
}
.blockLabel
{
	display: block;
	margin-top: 8px;
	margin-bottom: 4px;
}
.smallLabel
{
	display: inline;
	font-size: 10px;
}
.comboBox
{
	width: 100px;
}
select.comboBox.large
{
	width: 200px;
}
/* Account last command */
#contentAccount > textArea
{
	width: 890px;
	height: 700px;
	margin: 10px 0 5px 10px;
}
/* Basket */
#basketTable
{
	clear: both;
	border-collapse: collapse;
	width: 890px;
	margin-left: 20px;
}
.basketTableTitle
{
	text-align: center;
	background-color: black;
	background-image: url("../img/content-under-zone.gif");
	background-repeat: repeat-x;
	color: #c7b07e;
	height: 31px;
	font-size: 13px;
	padding-top: 2px;
}
.basketTableImage
{
	width: 295px;
	text-align: center;
	padding: 4px 0 3px 0;
}
.basketTableName
{
	padding-left: 10px;
}
.basketTableQuantity
{
	width: 76px;
	padding-left: 7px;
	padding-top: 6px;
}
.basketTableQuantity > span
{
	display: block;
	text-align: center;
	margin-right: 7px;
	margin-top: -4px;
}
.basketTablePrice
{
	width: 150px;
	text-align: center;
}
.basketTablePrice > span
{
	font-size: 10px;
}
.basketTableDelete
{
	width: 40px;
	padding-left: 10px;
}
td.basketNoBorder
{
	border: none;
	border-top: 1px solid black;
}
.basketContent
{
	border-left: 1px solid black;
	border-top: 1px solid black;
	background-color: #9e8b64;
	height: 50px;
}
#basketFooter
{
	position: relative;
	padding-right: 20px;
	margin-top: 10px;
	border-bottom: 1px solid #a49983;
	color: black;
	text-align: right;
}
#basketFooter > span.first
{
	text-indent: -5px;
	display: block;
	position: absolute;
	left: 115px;
	top: 42px;
	width: 350px;
	font-size: 10px;
	text-align: left;
	font-weight: normal;
}
#basketFooter > span
{
	display: block;
	position: absolute;
	left: 122px;
	top: 72px;
	width: 600px;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
}
.basketDeleteButton
{
	display: block;
	width: 30px;
	height: 30px;
	background-image: url("../img/basket-delete.gif");
	background-repeat: no-repeat;
}
.basketQuantityButton
{
	display: block;
	padding-left: 0px;
	font-size: 11px;
	width: 16px;
	height: 15px;
	background-image: url("../img/basket-quantity.gif");
	background-repeat: no-repeat;
	color: white;
	text-align: center;
	margin: 2px 3px 2px 3px;
	text-decoration: none;
}
input.basketQuantityInput
{
	width: 20px;
	text-align: center;
	background-color: #dcd6c8;
	height: 18px;
}
.basketVoid
{
	clear: both;
	display: block;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 20px;
}
#basketPromo
{
	width: 250px;
	height: 87px;
	margin: 8px 5px 10px 20px;
	padding: 8px 12px 0 20px;
	background-image: url("../img/back-basket-block.gif");
}
#basketPromo > h5
{
	margin-bottom: 3px;
}
#basketPromo span
{
	font-size: 11px;
}
#basketPromo > h5 #basketFrais > h5
{
	font-size: 15px;
}
#formPromo 
{
	margin-top: 10px;
}
#formPromo > input
{
	width: 60px;
	margin-right: 10px;
}
#basketFrais
{
	width: 250px;
	height: 87px;
	margin: 8px 5px 10px 0;
	padding: 8px 12px 0 20px;
	background-image: url("../img/back-basket-block.gif");
}
#basketFrais > div
{
	text-align: center;
	width: 105px;
	margin-top: 15px;
}
#basketFrais > div.left
{
	width: 70px;
	margin-left: -10px;
}
#basketFrais > div.center
{
	width: 80px;
	border-left: 1px solid #c7c7c7;
	border-right: 1px solid #c7c7c7;
}
#basketFrais > div.alone
{
	width: 240px;
}
#basketTotal
{
	width: 265px;
	margin: 8px 0 0 0;
}
#basketTotal > span
{
	font-size: 14px;
	display: block;
	height: 20px;
	text-align: right;
	background-color: black;
	color: #9e8b64;
	margin-bottom: 5px;
	padding-right: 5px;
}
#basketTotal > span.basketTotalLine
{
	background-color: #9e8b64;
	color: black;
}
/* Informations */
#basketInformations
{
	position: relative;
	padding: 10px;
	width: 890px;
}
#basketInformations h5
{
	font-size: 13pt;
}
#basketInformations h5
{
	font-size: 13pt;
}
#livraisonTable
{
	margin-top: 10px;
}
#facturationTable
{
	margin-top: 10px;
}
.table td
{
	width: 230px;
}
table.table td.title
{
	width: 110px;
}
.table td.buttonContainer
{
	height: 30px;
}
#containerFacturation
{
	height: 170px;
	overflow: hidden;
}
.forbidenCountry
{
	background-color: #550000;
	color: white;
}
#messageForbiden
{
	position: absolute;
	top: 85px;
	left: 680px;
	padding: 5px 10px;
	width: 190px;
	border: 1px solid red;
	background-color: #550000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
span.messageForbidenCountry
{
	text-indent: none;
	font-size: 10px;
	color: white;
}
span.messageForbidenCountry > span.over
{
	text-decoration: underline;
}

/* RECAP */
#recapAdresses > .livraison
{
	float: left;
	padding-right: 50px;
	margin: 10px 0 10px 22px;
	border-right: 1px solid #323232;
}
#recapAdresses > .facturation
{
	float: left;
	margin: 10px 0 10px 50px;
}
#basketTotal.recapPrice
{
	float: right;
	margin-right: 30px;
}
#acceptCGV{
	float: right;
	clear: both;
	margin-right: 30px;
}

/* PAYMENT */
#basketPayment
{
	padding-top: 10px;
	text-align: center;
}
#basketPayment > h3
{
	clear: both;
	font-family: Trajan, georgia, serif;
	font-size: 12pt;
	margin: 10px 0 20px 15px;
}

/* NEWS */
#newsContainer
{
	position:relative;
	margin-top: 20px;
}
div.news
{
	list-style: none;
	clear: both;
	margin-bottom: 15px;
}
div.border
{
	border-bottom: 1px solid #c7b07e;
}
div.news > div.left
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
div.news > div.right
{
	float: left;
	width: 900px;
	margin-bottom: 10px;
}
div.news > div.nearToImage
{
	width: 390px;
}
div.news h3
{
	margin-bottom: 3px;	
}
div.news h3 > a
{
	font-family: Trajan, georgia, serif;
	color: #c7b07e;
	font-size: 14pt;
	margin-bottom: 4px;
	text-decoration: none;
}
div.news h3:hover > a
{
	color: #dcd6c8;
}
div.news h5
{
	color: #c7b07e;
	font-weight: normal;
	font-size: 10pt;
	margin-bottom: 10px;
}
div.news > div.video
{
	text-align: center;
	margin: 0 auto;
}
div.news > div.video a
{
	visibility: hidden;
}
#newsContainer h2.mini {
	font-family: Trajan, georgia, serif;
	color: #c7b07e;
	font-size: 18px !important;
	padding-bottom:5px;
	padding-top:0;
	margin-bottom: 4px;
	text-decoration: none;	
}

#newsContainer .spotNuageStations{
	width:390px;
	overflow:auto;
	margin-bottom:20px;
}
#newsContainer .spotNuageStations a{
	width:130px;
	float:left;
	color:#a49068;
	text-decoration: none;
	text-transform: uppercase;
	font-size:10px;
}
#newsContainer .spotNuageStations a:hover,
#newsContainer .spotNuageStations a.active{
 color: #c7c7c7;
}

#newsContainer .listSpots{
	position:absolute;
	top:-5px;
	right:0;
	text-align: right;
}

#newsContainer .listSpots h2{
	font-family: Trajan, georgia, serif;
	color: #c7b07e;
	font-size: 12px !important;	
	border:0;
}
.travelTitleContainer
{
	position: relative;
}
.travelTitleContainer > a.rssFat
{
	position: absolute;
	right: -5px;
	bottom: 5px;
	font-size: 10px;
}


/* ZAGTV */

ul.zagtvList
{
	list-style: none;
	margin-top: 15px;
	margin-left: 5px;
}
ul.zagtvList > li
{
	float: left;
	width: 180px;
	height: 180px;
	text-align: center;
}
ul.zagtvList > li > a
{
	text-decoration: none;
}
ul.zagtvList > li > a > img
{
	border: none;
	outline: none;
	width: 160px;
	height: 120px;
	margin-bottom: 2px;
}
ul.zagtvList > li > a > span
{
	color: #9e8b64;
}
ul.zagtvList > li > a:hover > span
{
	color: #dcd6c8;
}
#videoContainer
{
	width: 100%;
	height: 600px;
	margin: 20px 0;
	background-color: black;
}
#zagTvHeader
{
	background-image: url("../img/header-zagtv.gif");
	background-repeat: no-repeat;
	border-bottom: 1px solid #c7b07e;
	height: 91px;
	margin-bottom: 20px;
}
#tvCategories > div.tvTitle > h2.title
{
	padding-bottom: 5px;
	height: 30px;
}
#tvCategories > div.tvTitle > h2.title > a
{
	color: #C7B07E;
	text-decoration: none;
}
.tvTitle
{
	position: relative;
}
.tvTitle > a.rss
{
	position: absolute;
	width: 20px;
	right: -2px;
	bottom: 7px;
	font-size: 10px;
	padding-top: 3px;
	height: 11px;
}

/* LOCATOR */
#storeLocator
{
	margin-top: 10px;
	height: 32px;
}
#storeLocator form{
	float:left;
	overflow:hidden;
}
#storeLocator > a
{
	float: left;
	margin-top: 2px;
}
#storeLocator  input
{
	float: left;
	margin-right: 10px;
}
#storeLocator > span
{
	display: block;
	float: left;
	margin-right: 7px;
}
#storeLocator > #imageLoader
{
	display: none;
	float: right;
}

#storeList select{
	background-color:#C7B07E;
	border:1px solid #8A7E64;
}
#storeList option{
	border-bottom:1px solid #8A7E64;
	background-color:#C7B07E;
}

/* --------------------- ZAG FAMILY --------------------- */
ul.familySousMenu{
	margin-top: 11px;
	margin-bottom: 26px;
	overflow:auto;
	margin-left: -11.3px;
}
ul.familySousMenu li{
	display:inline;
}
ul.familySousMenu li a{
	display:block;
	float:left;
	width:219px;
	height:67px;
	margin-left: 11.3px;
}
ul.familySousMenu li a em{
	display:none;
}
.lang_fr ul.familySousMenu li a.item_news {
	background: url(../img/zag_family_sous_menu_news_fr.png) center top no-repeat;
}
.lang_fr ul.familySousMenu li a.item_concours {
	background: url(../img/zag_family_sous_menu_concours_fr.png) center top no-repeat;
}
.lang_fr ul.familySousMenu li a.item_team {
	background: url(../img/zag_family_sous_menu_team_fr.png) center top no-repeat;
}
.lang_fr ul.familySousMenu li a.item_ambassadeurs {
	background: url(../img/zag_family_sous_menu_ambassadeurs_fr.png) center top no-repeat;
}


.lang_en ul.familySousMenu li a.item_news {
	background: url(../img/zag_family_sous_menu_news_en.png) center top no-repeat;
}
.lang_en ul.familySousMenu li a.item_concours {
	background: url(../img/zag_family_sous_menu_concours_en.png) center top no-repeat;
}
.lang_en ul.familySousMenu li a.item_team {
	background: url(../img/zag_family_sous_menu_team_en.png) center top no-repeat;
}
.lang_en ul.familySousMenu li a.item_ambassadeurs {
	background: url(../img/zag_family_sous_menu_ambassadeurs_en.png) center top no-repeat;
}
ul.familySousMenu li a:hover,
ul.familySousMenu li a:focus,
ul.familySousMenu li a.active,
ul.news li a.item_news,
ul.concours li a.item_concours,
ul.team li a.item_team,
ul.ambassadeurs li a.item_ambassadeurs
{
	background-position:0 -67px !important;
}


/* ---- Pagination ---- */
.pagination{
	overflow:auto;
	margin-top:15px;
}
.pagination .pgnRight{
	float:right;
}
.pagination .pgnLeft{
	float:left;
}

/* ----- Concours ----- */
a.arrowLink 
{
	display: block;
	background-image: url("../img/mini-arrow-right.png");
	padding-left: 15px;
	height: 15px;
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-top: -4px;
	font-size: 14px;
	text-decoration: none;
	color: #8a7e64;
}
a.arrowLink:hover 
{
	text-decoration: underline;
	color: #BBBBBB;
	background-position: 0 -13px;
}
.concoursContainer {
}
	
.concoursContainer .colLeft{
	float:left;
	width: 616px;
}
.concoursContainer .colRight{
	float:right;
	width: 280px;
}
.concoursContainer h3{
	font-family: Trajan, Georgia, serif;
	color: #a49068;
	font-size: 20px;
	text-align: left;
	font-weight:normal;
}
.concoursContainer div.date{
	font-family: Arial, sans-serif;
	color: #a49068;
	font-size: 14px;
	text-align: left;
	font-weight:normal;
}
#ConcoursAddForm fieldset{
	border:0;
	margin-top:	10px;
}

#ConcoursAddForm fieldset > label{
	font-size:12px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	padding-bottom:2px;
	display:block;
}
#ConcoursAddForm fieldset > div.input{
	margin-top:6px;
	margin-bottom:6px;
	clear: both;
	height: 20px;
}

#ConcoursAddForm fieldset > div.input > input.text{
	background: url(../img/bg_input.png) left top no-repeat #a49068;
	border:0;
	height:19px;
	padding-top:2px;
	float:left;
	width:165px;
	padding-left:3px;
	font-weight:bold;
}
#ConcoursAddForm fieldset > div.input > label{
	font-weight:normal;
	float:left;
	width: 110px;
	font-size: 11px;
}
#ConcoursAddForm fieldset > div.input > select.text
{
	width: 53px;
}
#ConcoursAddForm fieldset > div.input > select.comboBox
{
	width: 120px;
}
#ConcoursAddForm fieldset > div.file > input{
	width:100%;	
	height:23px;
	border:0;
}
#ConcoursAddForm fieldset.mini > input{
	display: inline;
}
#ConcoursAddForm fieldset.mini > label{
	display: inline;
	font-size: 11px;
	color: white;
	font-weight: normal;
}
#ConcoursAddForm fieldset.mini > a{
	display: inline;
	font-size: 11px;
	color: white;
}
#ConcoursAddForm > .submit
{
	float: right;
	margin-top: 20px;
	width: 100px;
}
.contestResults *
{
	text-indent: 0 !important;
}
.contestResults img
{
	border: 2px solid #13120F;
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
	padding: 5px;
}
/* ================ RIDER =============== */
.riderRoundedBox {
	background:url(../img/rider_rounded_box_top.png) top no-repeat #dbd5c6;
	float:left;
	width:234px;
	padding:10px;
	position:relative;
	margin-right:35px;
	padding-bottom:20px;
}
.riderRoundedBox .roundedBottom{
	background:url(../img/rider_rounded_box_bottom.png) bottom no-repeat #dbd5c6;
	display: block;
	position:absolute;
	bottom:47px;
	bottom:0px;
	left:0px;
	height:10px;
	width:254px;
	
}
.riderRoundedBox h3{
	font-family: Trajan, Georgia, serif;
	color: #474747;
	font-size: 18px;
	text-align: left;
	font-weight:normal;
	height:1em;
	overflow:hidden;
	height:14px;
}

.riderRoundedBox h4{
	font-family: Trajan, Georgia, serif;
	color: #474747;
	font-size: 14px;
	text-align: left;
	font-weight:normal;
	border-bottom: 1px solid #474747;
	padding-bottom: 5px;
	margin-top: 20px;
	height:11px;
	overflow:hidden;
}

/* itemRiderZag */
.itemRiderZag{
	overflow:auto;
	margin-top:10px;
}

.itemRiderZag img.thumb{
	float:left;
	display:block;
}
.itemRiderZag .colRight{
	padding:0;
	margin:0;
	padding-left:10px;
	float:left;
	overflow:auto;
}
.itemRiderZag .colRight p,
.itemRiderZag .colRight h5{
	text-indent: 0px !important;
	color:#474747;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height:1.3em;
	width:120px;
}
.itemRiderZag .colRight h5{
	font-weight:bold;
}
.itemRiderZag .colRight a.miniButton {
	display:block;
	margin-top: 5px;
	margin-left:-5px;
	padding-top:1px;
	width:94px;
	height:24px;
	background: url(../img/button_mini.png) no-repeat;
	text-align:center;
	text-decoration: none;
	font-size:10px;
	color: #000000;
}

/* ==== FICHE RIDER ==== */
#ficheRider{
	width:620px;
	float:right;
	overflow:none;
	position:relative;
	margin-bottom: 100px;
}
#ficheRiderLoading {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:url(../img/loading.gif) center 150px no-repeat #000000;
}

#ficheRider .riderTopColContainer {
	overflow:auto;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	width:620px;	
}
#ficheRider .riderTopColContainer img.riderImage {
	float:left;
	width:300px;
	height:225px;
	display:block;
	background: #ccc4b3;
}

#ficheRider .riderTopColContainer .colRight {
	float:left;
	margin-left:10px;
	width: 306px;
}
#ficheRider .riderTopColContainer .colRight p{
	text-indent: 0px !important;
	line-height:1.3em;
}

#ficheRider .riderTopColContainer .colRight p label{
	font-weight: bold;
}
#ficheRider .riderTopColContainer .colRight h3.title{
	font-family: Trajan, georgia, serif;
	font-size: 18px;
	font-weight:bold;
	margin-bottom: 20px;
	width:300px;
	overflow:hidden;
	display:block;
}

#ficheRider p.riderBio {
	text-indent: 0px !important;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	margin-top:25px;
	text-align: justify;
}

#ficheRider ul.riderThumbList {
	width:650px;
	overflow:none;
	height:75px;
	margin-top:30px;
}

#ficheRider ul.riderThumbList li{
	padding:0;
	margin:0;
	list-style: none;
	width:100px;
	height:75px;
	display:block;
	float:left;
	margin-right:30px;
}

/* ------- NEWS TRIPS ----- */
.trips h3 {
	color: #a49068;
	font-family: Trajan, georgia, serif;
	font-size: 15pt;
	margin-bottom: 4px;
	text-decoration: none;
}

.trips p {
	font-size:12px;
	font-family:arial, sans-serif;
	text-align: justify;
}

/* ------- SITE MAP -----*/
#siteMap
{
	padding-left: 10px;
	padding-top: 10px;
}
#siteMap div
{
	color: #a49068;
	margin-top: 2px;
	margin-left: 20px;
}
#siteMap div.last
{
	margin-bottom: 12px;
}
#siteMap div > a
{
	color: #a49068;
	text-decoration: none;
}
#siteMap div > a:hover
{
	color: white;
	text-decoration: none;
}

/* -------- CGV -------- */
#cgv{
	overflow: scroll;
	width: 690px;
	height: 417px;
}
#cgv{
	color: black;
}
#cgv > h2{
	border-bottom-color: black;
	color: black;
}
#cgv > h3{
	margin-top: 15px;
	margin-bottom: 5px;
	color: black;
}

/* FCK */
/* les classes pour tout ce qui sort du FCK editor */
.fck
{
	color: white;
}

.fck p
{
	margin-bottom: 10px;
}

.fck a
{
	color: white;
	text-decoration: underline;
}
.fck a:hover
{
	color: #C7B07E;
}
.fck ul, .fck ol
{
	margin-left: 30px;
	margin-bottom: 10px;
}
.fck table
{
	margin-top: 5px;
	width: 100% !important;
	border-collapse: collapse;
	margin-bottom: 5px;
}
.fck caption
{
	font-weight: bold;
	margin-bottom: 5px;
	background-color: #474747;
	padding: 3px;
}
.fck th
{
	background-color: #474747 !important;
}
.fck tr, .fck td, .fck th
{
	background-color: #111111;
	border: 1px solid #c7c7c7;
	padding: 3px 4px;
}

/* Partager */
a.share
{
	text-decoration: none;
	color: #c7b07e;
	float: right;
}
a.share:hover
{
	color: white;
}
a.productShare
{
	padding-top: 6px;
}
.productShare > img
{
	margin-top: -6px;
}



.contestResultsContainer {
	overflow:hidden;
}

.contestResultsContainer .contestItem{
	height:400px;
	width:400px;
	float:left;
	margin-bottom:25px;
	margin-right: 23px;
	margin-left: 23px;
	padding:2px;
	border:2px solid #13120f;
}

.contestResultsContainer h3,
h3.contest {
	color:#C7B07E;
	font-family:Trajan,georgia,serif;
	font-size:14pt;
	margin-bottom:25px;
}


ul.listContest{
	line-height: 1.8em;
	margin-left:20px;
	margin-bottom:50px;
}

ul.listContest a{
	color: white;
	text-decoration: none;
}

ul.listContest a:hover{
	text-decoration: underline;
}

/* === FAQ LIST === */

ul.faqList {
	list-style: none;
}

ul.faqList li {
	border-bottom: 1px solid #C7B07E;
	background: url("../img/arrow_right_faq.png") no-repeat 4px 0px;
}

ul.faqList li a{
	text-decoration: none;
}
ul.faqList li a h3{
	color: #C7B07E;
	margin-top:10px;
	margin-bottom:10px;
	cursor:pointer;
	font-size: 0.99em;
}
ul.faqList li h3{
	line-height: 30px;
	background: url(../static/img/puce_black.png) no-repeat 5px center;
	padding-left:20px;
}

ul.faqList li .faqReponse{
	margin-bottom:20px;
	padding-left:20px;
}

.brand_btn {
	width: 255px;
	height:63px;
	position: relative;
	margin-bottom:15px;	
}

.brand_btn_people a{
	background:url(../img/btn_zag_people.jpg) no-repeat;
}

.brand_btn_revue a{
	background:url(../img/btn_zag_revue.jpg) no-repeat;
}
.brand_btn a{
	display: block;
	width: 255px;
	height:63px;
	text-decoration: none;
}
.brand_btn h3{
	text-align: center;
	position: absolute;
	top:15px;
	right: 10px;
	width:147px;
	color: #000000;
	font-size: 16px;
}
.brand_btn em{
	text-align: center;
	position: absolute;
	top:40px;
	right: 15px;
	width:132px;
	font-style: normal;
	color:black;
	font-size: 10px;
	color: #222222;
	text-decoration: none;
}

#content .gabaritLibreContainer p{
	text-indent: 0;
	margin-bottom: 1em;
}
