/*
	Global stylesheet (all pages, all browsers, all media)
*/

/* Page structure */

BODY
{
 	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #222;	
	font-family: Verdana, "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #848484;
}

DIV.inside
{
	width: 950px;
	margin: 0px auto;
	padding: 0px 20px;
}

#divHeader
{
	height: 89px;
	border-bottom: 10px solid #191919;
}

#divContent
{
	height: 475px;
	padding: 0px;
	background-color: #000;
	text-align: left;
	overflow-x: hidden;
	overflow-y: auto;	
}

#divContent DIV.inside
{
	padding-top: 23px;
	padding-bottom: 8px;
}

#divContent.home
{	
	height: auto;
	overflow-y: visible;
	padding: 15px; 0;
}

#divSlideShow
{
	display: none; /* displayed via JQuery fadeIn() */
	width: 940px;
	height: 469px;	
	margin: 0px auto;	
	border: 5px double #252525;
}

#divSlideShow IMG
{
	width: 469px;
	height:469px;
}

#divSlideShowLeft
{
	float: left;
	border-right: 1px solid #000;
}

#divSlideShowRight
{
	float: right;
}

#divPromos
{
	clear: both;
	width: 950px;
	margin: 15px auto 0 auto;
}

#divPromos DIV
{
	float: left;
	width: 300px;
	height: 100px;
	border: 5px double #252525;
}

#divPromos IMG
{
	width: 300px;
	height: 100px;
}

#divPromos .middle
{
	margin-left: 10px;
	margin-right: 10px;
}

#divPromos A:hover
{
	text-decoration: none;
}

#divPromos #lnkFacebook
{
	display: block;
	width: 185px;
	height: 70px;
	padding-left: 115px;
	padding-top: 30px;	
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	background-image: url("../images/promos/facebook_icon.png");
	background-repeat: no-repeat;
	background-position: 9px 8px;
	background-color: #222;
}

#divContent.cartecadeau, #divContent.evenements, #divContent.collections
{
	height: auto;
	overflow: visible;
	padding-bottom: 25px;
}

#divFooter
{
	border-top: 10px solid #191919;
	padding: 14px 0px 30px 0px;	
	text-align: center;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #555;
}

#divFooter A
{
	text-decoration: underline;
}

#divFooter A:hover
{
	text-decoration: none;
}

#divFooter DIV.inside
{
	padding: 0;
	position: relative;
}

#divFooter DIV.inside #lnkFacebook
{
	display: block;	
	text-decoration: none;
	position: absolute;
	top: -7px;
	right: 1px;
	z-index: 99;
	width: 146px;
	height: 23px;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	background-image: url("../images/facebook_icon_32x32.png");
	background-repeat: no-repeat;
	background-position: 153px 0px;
	padding-top: 9px;
	padding-right: 39px;	
	text-align: right;
}


/* Tags */

FORM
{
	margin: 0px;
}

H1
{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	letter-spacing: 2px;
	color: #909090;	
}

H2
{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 25px 0px -12px 0px;
	letter-spacing: 1px;	
}

P
{
	margin-top: 16px;
	margin-bottom: 0px;
	line-height: 20px;
}

A
{
	color: #C8631A;
	outline: none;
	text-decoration: none;
}

A:visited
{
	color: #C8631A;
}

A:hover
{
	text-decoration: underline;
}

IMG
{
	border: 0px;
}

TABLE
{
	border-collapse: collapse;
}

TEXTAREA
{
	overflow: auto;
}

INPUT, TEXTAREA 
{
	background-color: transparent;
	border: 1px solid #333;
	color: #777;
	font-family: Verdana, "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 1px 3px;
}

INPUT.button 
{
	background-color: #222;
	padding: 3px;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #999;	
}


/* Other */

.clear
{
	clear: both;
}

.bold
{
	font-weight: bold;
}

A.more
{
	padding-right: 10px;
	background-image: url("/images/more_arrow.gif");
	background-position: right center;
	background-repeat: no-repeat;
}

#divLogo
{
	float: left;
	margin-top: 12px;
}

#divLogo IMG
{
	width: 278px;
	height: 65px;
}

#divMenu
{
	float: right;
	text-align: right;	
	margin-top: 10px;
}

#divMenu A
{
	text-decoration: none;
	color: #666;
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: bold;
	font-size: 12px;
}

#divMenu A:hover
{
	color: #999;
}
/*
#divMenu #lnkPromo
{
	font-size: 14px;
	letter-spacing: 1px;
	color: #E9741F;
	margin-right: 4px;
}

#divMenu #lnkPromo:hover
{
	text-decoration: underline;
}
*/
#divNav
{
	padding-top: 34px;
}

#divNav A
{
	margin-left: 20px;
	font-size: 13px;
	letter-spacing: 2px;
}

#divNav A.on
{
	color: #FFF;
}

#divNav A.first
{
	margin-left: 0px;
}

#divFooter A
{
	color: #555;
}

#divFooter SPAN
{
	margin: 0px 5px;	
}

#divContent DIV.main
{
	float: left;
	width: 500px;
}

#divContent DIV.side
{
	float: right;
	width: 380px;
	text-align: left;
}

#divContent DIV.side IMG
{
	margin-top: 27px;
	border: 2px solid #333;
}

#divContent.cartecadeau DIV.side IMG
{
	width: 370px;
	height: 211px;	
}

#divContent.cartecadeau DIV.sid IMG.last
{
	margin-bottom: 0px;
}

#tblCollections
{
	margin-top: -8px;
	margin-left: -127px;
	margin-bottom: 1px;
}

#tblCollections TD
{
	padding: 20px 0px 20px 128px;
}

#tblCollections TR.last TD
{
	padding-bottom: 0px;
}

.contactInfo A
{
	font-weight: bold;
}

/* Contact form */

#frmContact
{
	padding: 20px 0px 0px 20px;
	color: #888;
}

#frmContact H2
{
	margin: 0px;
}

#frmContact INPUT, #frmContact TEXTAREA 
{
	width: 311px;
}

#frmContact TEXTAREA 
{
	height: 78px;
}

#frmContact INPUT.button 
{
	width: 80px;
	margin: 1px 4px;
}

#frmContact TABLE
{
	margin-top: 5px;	
	border-spacing: 0px;	
}

#frmContact TABLE TD
{
	vertical-align: middle;	
	padding: 8px 8px 0px 0px;
}

#frmContact TABLE TD.labelTextArea
{
	vertical-align: top;
	padding-top: 11px;
}

#frmContact TABLE TD.button
{
	text-align: center;
}


/* Carte cadeau */

#frmCarteCadeau
{
	margin-top: 30px;
	border: 2px solid #333;
	padding: 20px 23px;
}

#frmCarteCadeau H3
{
	margin: 0 0 22px 0;
	font-size: 17px;
	font-weight: bold;
	color: #C8631A;
}

#frmCarteCadeau DIV
{
	margin-top: 10px;
}

#frmCarteCadeau SPAN
{
	font-weight: bold;
}

#frmCarteCadeau INPUT.qty
{
	width: 20px;
	text-align: center;
	margin-right: 3px;
}

#frmCarteCadeau #divNotice
{
	margin-top: 25px;
	font-size: 12px;
}

#frmCarteCadeau INPUT.button
{
	float: left;
	margin: 25px 0 0 0;
	padding: 3px 11px;
}

#frmCarteCadeau #divCCLogos
{
	float: right;
	margin-top: 25px;
}

#divMsgCarteCadeau
{
	border: 2px solid #333;
	padding: 20px 23px;	
	width: 480px;
	margin: 40px auto 0 auto;
}


/* Message box */

#divMsgBox
{
	position: absolute;
	margin: auto;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 150px;
	text-align: center;	
}

#divMsgBox DIV.msgBox
{
	display: table;
	width: 320px;
	margin: 0px auto;
	background-color: #000;
	border: 1px solid #999;
	padding: 11px 14px 13px 14px;	
}

#divMsgBox DIV.msgBoxText
{
	line-height: 20px;
	font-weight: bold;
	text-align: left;
	color: #999;
}

#divMsgBox INPUT.button
{
	width: 50px;
	margin-top: 11px;	
	outline: none;
}
