/******************************************************************/
/* GENERAL
/******************************************************************/
body
{
	margin: 0px;
	padding: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	background: #d8dadc;
}
a
{
	color: #db0f10;
	text-decoration: none;
}
a:hover, li a:hover
{
	color: #db0f10;
	text-decoration: underline;
}
a:active, li a:active
{
	text-decoration: underline;
}
h1, h2, ul, li, p, dd, dt, form
{
	margin: 0px;
	padding: 0px;
}
img
{
	border: 0px;
}
ul
{
	list-style: none;
}

.formButton
{
	display: block;
	width: 166px;
	height: 22px;
	margin: 0px auto;
	padding-left: 24px;
	padding-top: 4px;
	font-size: 11px;
	font-weight: bold;
	background: transparent url(../img/bg/form_button.gif) top left no-repeat;
	color: #e1e1e1;
	text-align: center;
}
.formButton:hover
{
	color: #ffffff;
}

.rederr
{
	color: #ff0401;
}
.greyy
{
	color: #444343;
}

/******************************************************************/
/* WRAPPER
/******************************************************************/
#wrapper
{
	width: 995px;
	margin: 0px auto;
	padding-left: 5px;
	background: #ffffff url(../img/bg/wrapper.gif) top left repeat-y;
}
#wrapperFooter
{
	clear: both;
	height: 15px;
}
/******************************************************************/
/* HEADER + MENU
/******************************************************************/
#header
{
	float: left;
	width: 980px;
	height: 145px;
	background: #000000 url(../img/bg/header.jpg) top left no-repeat;
}
#shoppingCart
{
	float: right;
	width: 400px;
	height: 55px;
	padding-top: 5px;
	padding-right: 6px;
	font-size: 11px;
	font-weight: bold;
	color: #919095;
	text-align: right;
}
#shoppingCart div
{
	float: left;
	width: 100%;
	height: 24px;
	padding-right: 5px;
	color: #e2f341;
}
#mainMenu
{
	float: left;
	width: 980px;
	height: 26px;
	border: 1px solid #ffffff;
	border-left: 0px;
	border-right: 0px;
	font-family: "trebuchet ms", sans-serif;
	background-color: #343237;
}
#mainMenu ul
{
	float: left;
	background: #343237 url(../img/bg/menu.gif) top left repeat-x;
}
#mainMenu li
{
	float: left;
	background: transparent url(../img/bg/menu_left.gif) top left no-repeat;
}
#mainMenu li a
{
	float: left;
	padding: 4px 18px 4px 18px;
	color: #ffffff;
	border-right: 1px solid #ffffff;
	background: transparent url(../img/bg/menu_right.gif) top right no-repeat;
	color: #eaeaea;
}
#mainMenu li a:hover
{
	color: #ffffff;
}
#mainMenu li a.last
{
	padding-left: 23px;
	padding-right: 22px;
	border-right: 0px;
}
/******************************************************************/
/* CONTAINER
/******************************************************************/
#container
{
	float: left;
	width: 980px;
	background: transparent url(../img/bg/container.gif) top left repeat-x;
}
/******************************************************************/
/* LEFT COLUMN
/******************************************************************/
#leftCol
{
	float: left;
	width: 260px;
	margin: 0px;
	padding: 0px;
	padding-top: 15px;
}
/******************************************************************/
/* LEFT BOX
/******************************************************************/
.leftBox
{
	width: 236px;
	margin: 0px auto;
	/*margin-bottom: 35px;*/
	background: transparent url(../img/bg/leftbox.gif) top left no-repeat;
}
.leftBox p
{
	height: 21px;
}
.leftBox p.idea
{
	background: transparent url(../img/bg/leftbox_title_idea.gif) 28px 1px no-repeat;
}
.leftBox p.pipoles
{
	background: transparent url(../img/bg/leftbox_title_pipoles.gif) 28px 1px no-repeat;
}
.leftBox p.circuits
{
	background: transparent url(../img/bg/leftbox_title_circuits.gif) 28px 0px no-repeat;
}
.leftBox p.products
{
	background: transparent url(../img/bg/leftbox_title_products.gif) 28px 0px no-repeat;
}
.leftBox p .icon
{
	float: left;
	width: 28px;
	height: 21px;
	background-color: transparent;
	background-position: 50% 1px;
	background-repeat: no-repeat;
}
.leftBox p .icon.idea
{
	background-image: url(../img/bg/leftbox_icon_idea.gif);
}
.leftBox p .icon.stars
{
	background-image: url(../img/bg/leftbox_icon_stars.gif);
}
.leftBox p .icon.arrow
{
	background-image: url(../img/bg/leftbox_icon_arrow.gif);
}
.leftBox p .icon.products
{
	background-image: url(../img/bg/leftbox_icon_products.gif);
}

.leftBox ul
{
	width: 234px;
	border: 1px solid #b1b0b0;
	border-top: 0px;
}

#circuitsTrack
{
	margin-top: 20px;
}
#circuitsTrack ul
{
	height: 158px;
	background: transparent url(../img/bg/circuits_track.gif) top left no-repeat;
}

.leftBox #giftContent
{
	float: right
	width: 100px;
	height: 145px;
	border: 1px solid #b1b0b0;
	border-top: 0px;
	background: transparent url(../img/bg/giftcontent.gif) top left repeat-x;
	font-family: verdana, helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	line-height: 11px;
	text-align: center;
	color: #444343;
}

.leftBox#pipolesBox
{
	margin-top: 40px;
}

.leftBox li#pipolesText
{
	padding: 4px 0px 6px 0px; 
	font-family: verdana, helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	line-height: 11px;
	text-align: center;
	color: #444343;
	background: transparent url(../img/bg/pipoles_text.gif) top left repeat-x;
}
.leftBox li#pipolesText a
{
	color: #444343;
}
.leftBox li#pipolesText a:hover
{
	color: #db0f10;
}
.leftBox li#pipolesImg
{
	width: 234px;
	height: 121px;
	background: transparent url(../img/bg/pipoles.jpg) bottom left no-repeat;
}
.leftBox li#pipolesBottom
{
	width: 234px;
	height: 33px;
	background: transparent url(../img/bg/pipoles_bottom.jpg) bottom left no-repeat;
}

#hourInfo
{
	width: 198px;
	height: 40px;
	margin: 0px auto;
	margin-bottom: 20px;
	padding-left: 36px;
	padding-top: 2px;
	border-bottom: 1px dashed #bab8b8;
	background: transparent url(../img/bg/hour.gif) top left no-repeat;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #777777;
}

#gift
{
	position: absolute;
	width: 178px;
	height: 124px;
	margin-left: 4px;
	margin-top: 71px;
	background: transparent url(../img/bg/coffret_cadeau.jpg) bottom left no-repeat;
}

#fastClub
{
	position: absolute;
	width: 80px;
	height: 75px;
	margin-left: 23px;
	margin-top: 165px;
	border: 1px solid #ffffff;
	background: transparent url(../img/bg/fastclub.jpg) bottom left no-repeat;
}
#circuitsMap
{
	position: absolute;
	width: 178px;
	height: 178px;
	margin-left: 77px;
	margin-top: 59px;
	padding-top: 40px;
	background: transparent url(../img/bg/circuits_map.gif) 0px 0px no-repeat;
}
#circuitsMap.home
{
	margin-top: 224px;
	padding-top: 210px;
	background-position: 0px 207px;
}

#productMenu
{
	margin: 0px auto;
	margin-top: 20px;
}
#productMenu ul
{
	background-color: #f4f4f4;
}
#productMenu li
{
	margin-bottom: 2px;
	background-color: transparent;
	background-position: top left;
	background-repeat: no-repeat;
}
#productMenu li.first
{
	padding-top: 12px;
	background-position: left 12px;
}
#productMenu li.ferrari
{
	background-image: url(../img/bg/productmenu_ferrari.gif);
}
#productMenu li.porsche
{
	background-image: url(../img/bg/productmenu_porsche.gif);
}
#productMenu li.lamborghini
{
	background-image: url(../img/bg/productmenu_lamborghini.gif);
}
#productMenu li.aston
{
	background-image: url(../img/bg/productmenu_aston.gif);
}
#productMenu li.multivolant
{
	background-image: url(../img/bg/productmenu_multivolant.gif);
}
#productMenu li.vip
{
	background-image: url(../img/bg/productmenu_vip.gif);
}
#productMenu li.cascade
{
	background-image: url(../img/bg/productmenu_cascade.gif);
}
#productMenu li.kids
{
	background-image: url(../img/bg/productmenu_audi.gif);
}
#productMenu li.renault
{
	background-image: url(../img/bg/productmenu_renault.gif);
}
#productMenu li.formule1
{
	background-image: url(../img/bg/productmenu_formule1.gif);
}




#productMenu li a
{
	display: block;
	width: 180px;
	height: 13px;
	padding: 8px;
	margin-left: 31px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background: transparent url(../img/bg/product_item.gif) 0px 0px repeat-y;
	color: #2b2121;
}

#securedPayment
{
	clear: left;
	width: 235px;
	height: 32px;
	margin: 0px auto;
	margin-top: 20px;
	background: transparent url(../img/bg/secured_payment.gif) 0px 0px no-repeat;
}
#dvd
{
	width: 235px;
	height: 211px;
	margin: 0px auto;
	margin-top: 15px;
	background: transparent url(../img/bg/dvd.gif) 0px 0px no-repeat;
}
#imageVoitures
{
	width: 235px;
	height: 435px;
	margin: 0px auto;
	margin-top: 15px;
	background: transparent url(../img/tmp/bg_multivoitures.jpg) 0px 0px no-repeat;
}
#lenoir
{
	width: 235px;
	height: 435px;
	margin: 0px auto;
	margin-top: 15px;
	background: transparent url(../img/tmp/noemie.jpg) 0px 0px no-repeat;
}
#nadiya
{
	width: 235px;
	height: 435px;
	margin: 0px auto;
	margin-top: 15px;
	background: transparent url(../img/tmp/nadiya.jpg) 0px 0px no-repeat;
}
#dvd a
{
	float: left;
	width: 71px;
	height: 71px;
	margin-left: 151px;
	margin-top: 104px;
	background: transparent url(../img/bg/dvd_play.gif) 0px 0px no-repeat;
}
/******************************************************************/
/* SMALL MENU
/******************************************************************/
#smallMenu
{
	width: 235px;
	margin: 0px auto;
	margin-top: 15px;
}
#smallMenu li
{
	height: 21px;
	padding-top: 7px;
	background: transparent url(../img/bg/smallmenu_line.gif) 0px 0px no-repeat;
}
#smallMenu li a
{
	display: block;
	width: 201px;
	height: 17px;
	padding-left: 34px;
	padding-top: 4px;
	font-size: 10px;
	font-weight: bold;
	color: #5e5d5d;
	background-color: transparent;
	background-position: top left;
	background-repeat: no-repeat;
}
#smallMenu a:hover
{
	color: #db0f10;
}
#smallMenu li a#smWarranty
{
	background-image: url(../img/bg/smallmenu_icon_warranty.gif);
}
#smallMenu li a#smTestimony
{
	background-image: url(../img/bg/smallmenu_icon_testimony.gif);
}
#smallMenu li a#smCgv
{
	background-image: url(../img/bg/smallmenu_icon_cgv.gif);
}
#smallMenu li a#smWho
{
	background-image: url(../img/bg/smallmenu_icon_who.gif);
}
#smallMenu li a#smContact
{
	background-image: url(../img/bg/smallmenu_icon_contact.gif);
}

#mygale
{
	width: 235px;
	height: 120px;
	margin: 0px auto;
	margin-top: 20px;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}
#mygale li
{
	float: left;
	height: 64px;
	padding-left: 2px;
	padding-top: 2px;
}
#qualiteLogo
{
	width: 68px;
	background: transparent url(../img/bg/qualite_logo.gif) 0px 0px no-repeat;	
}
/******************************************************************/
/* RIGHT COLUMN
/******************************************************************/
#rightCol
{
	float: left;
	width: 720px;
	background: transparent url(../img/bg/topleft_corner.gif) top left no-repeat;
}
/* obligatoire pour un bon affichage dans ie6 */
#rightContent
{
	float: left;
	width: 100%;
}
#topContainer
{
	float: left;
	width: 701px;
	padding-left: 19px;
	padding-top: 19px;
	margin-bottom: 20px;
}


#topSellingContainer
{
	float: left;
	width: 185px;
	height: 235px;
	background: transparent url(../img/bg/topselling_container.gif) top left no-repeat;
}
#topSelling
{
	float: left;
	width: 185px;
	height: 235px;
}
#topSelling li
{
	float: left;
	width: 183px;
	height: 76px;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	background-position: 12px 6px;
	background-repeat: no-repeat;
}
#topSelling li span.position
{
	float: left;
	width: 53px;
	height: 35px;
	margin-left: 12px;
	margin-top: 33px;
	background-color: transparent;
	background-position: bottom left;
	background-repeat: no-repeat;
	background-image: url(../img/bg/topselling_first.gif);
}
#topSelling li span.caption
{
	float: left;
	width: 116px;
	padding-top: 66px;
	font-size: 10px;
	color: #5e5d5d;
}
#topSelling li span.caption a
{
	color: #5e5d5d;
}
#topSelling li span.caption a:hover
{
	color: #db0f10;
}
#topSelling li.first
{
	height: 85px;
	background-position: 12px 20px;
}
#topSelling li.first span.position
{
	margin-top: 47px;
	/*height: 82px;*/
}
#topSelling li.second span.position
{
	background-image: url(../img/bg/topselling_second.gif);
}
#topSelling li.third span.position
{
	background-image: url(../img/bg/topselling_third.gif);
}
#topSelling li.second span.caption, #topSelling li.third span.caption
{
	padding-top: 52px;
}

#carPark
{
	float: left;
	width: 491px;
	height: 229px;
	margin-left: 7px;
	margin-top: 6px;
	background: transparent url(../img/bg/car_park.jpg) top left no-repeat;
}
#carParkCaption
{
	float: left;
	width: 98%;
	height: 32px;
	margin-top: 160px;
	text-align: right;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
#carParkCaption strong
{
	font-size: 22px;
	font-weight: bold;
}
#carParkCaption a
{
	float: center;
	padding: 0px;
	color: #ffffff;

}
#carParkCaption a:hover
{
	color: #ffffff;
}
#rightCol h1#homeTitle
{
	float: left;
	width: 720px;
	height: 32px;
	padding: 4px 0px 3px 0px;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	background: transparent url(../img/bg/h1_home.gif) top left repeat-x;
}
#rightCol h1#homeTitle span
{
	float: left;
	width: 100%;
	height: 20px;
	background: transparent url(../img/bg/topleft_corner.gif) bottom left no-repeat;
}

#productList
{
	float: left;
	width: 675px;
	padding-left: 20px;
	padding-top: 10px;
	background: transparent url(../img/bg/productlist.gif) 359px top no-repeat;
}
#productList .product
{
	float: left;
	width: 311px;
	height: 115px;
	background-color: transparent;
	background-position: top left;
	background-repeat: no-repeat;
}
#productList .product.ferrari
{
	background-image: url(../img/bg/product_ferrari.jpg)
}
#productList .product.porsche
{
	background-image: url(../img/bg/product_porsche.jpg)
}
#productList .product.aston
{
	background-image: url(../img/bg/product_aston.jpg)
}
#productList .product.lamborghini
{
	background-image: url(../img/bg/product_lamborghini.jpg)
}
#productList .product.multivolant
{
	background-image: url(../img/bg/product_multivolant.jpg)
}
#productList .product.cascade
{
	background-image: url(../img/bg/product_cascade.jpg)
}
#productList .product.vip
{
	background-image: url(../img/bg/product_vip.jpg)
}
#productList .product.kids
{
	background-image: url(../img/bg/product_kids.jpg)
}
#productList .product.formuleRenault
{
	background-image: url(../img/bg/product_formule_renault.jpg)
}
#productList .product.formule1
{
	background-image: url(../img/bg/product_formule1.jpg)
}
#productList .product.right
{
	float: right;
}
#productList .product ul
{
	height: 100%;
	background: transparent url(../img/bg/product_right.gif) top right no-repeat;
}
#productList .product ul li.title
{
	float: left;
	width: 166px;
	height: 26px;
	padding-left: 34px;
	padding-top: 5px;
	font-weight: bold;
}
#productList .product ul li.title a
{
	color: #444343;
}
#productList .product ul li.title a:hover
{
	color: #db0f10;
}
#productList .product ul li.price
{
	float: right;
	width: 64px;
	height: 28px;
	padding-top: 1px;
	padding-right: 5px;
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: right;
	color: #6c6b6f;
}
#productList .product ul li.text
{
	float: right;
	width: 145px;
	height: 33px;
	line-height: 11px;
	font-size: 9px;
	color: #6c6b6f;
}
#productList .product ul li.text a
{
	color: #5e5d5d;
}
#productList .product ul li.text a:hover
{
	color: #db0f10;
}
#productList .product ul li.text.small
{
	width: 105px;
}
#productList .product ul li.link
{
	clear: right;
	float: right;
	width: 104px;
	height: 21px;
	margin-top: 3px;
}
#productList .product ul li.link a
{
	display: block;
	width: 104px;
	height: 21px;
}
#paragrapheIntro
{
	width: 610px;
	height: 64px;
	margin: 0px auto;
	margin-top: 4px;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}
#paragrapheIntro li
{
	float: left;
	height: 64px;
	padding-left: 2px;
	padding-top: 2px;
}
#paragrapheTemoignages
{
	width: 668px;
	margin: 0px auto;
	margin-top: 4px;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}
#paragrapheOuverture
{
	width: 668px;
	margin: 0px auto;
	margin-top: 4px;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
#h2News
{
	float: left;
	width: 720px;
	height: 160px;
}
#h2News li
{
	float: left;
	margin: 0px;
	padding: 0px;
}
#h2News li h2
{
	float: left;
	text-indent: -3000px;
}
#h2News li a
{
	float: left;
	padding: 0px;
	color: #ffffff;

}
#h2News li a:hover
{
	color: #ffffff;
}
#h2News li#h2
{
	width: 359px;
	height: 160px;
	background: transparent url(../img/bg/h2.jpg) top left no-repeat;
}
#h2News li#h2 dl
{
	float: right;
	width: 135px;
	height: 90px;
	margin-top: 47px;
	padding-right: 5px;
	font-size: 10px;
}
#h2News li#h2 dl dt
{
	font-weight: normal;
	color: #ffffff;
	text-align: center;
}
#h2News li#h2 dl dd
{
	text-align: center;
}

#h2News li#news
{
	float: left;
	width: 361px;
	height: 160px;
	background: transparent url(../img/bg/news.jpg) top left no-repeat;
}
#h2News li#news ul
{
	float: left;
	width: 340px;
	height: 70px;
	margin-left: 10px;
	margin-top: 60px;
	line-height: 17px;
}
#h2News li#news ul li
{
	float: none;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
}

#makeLogosContainer
{
	clear: both;
	float: left;
	width: 694px;
	height: 90px;
	margin-top: 10px;
	padding-left: 23px;
}
#makeLogos
{
	float: left;
	width: 100%;
	height: 90px;
}
#makeLogos li
{
	float: left;
	font-size: 9px;
}
#makeLogos li a
{
	display: block;
	width: 101px;
	height: 10px;
	padding-top: 70px;
	background: transparent;
	background-position: 50% 0px;
	background-repeat: no-repeat;
	text-align: center;
	color: #5e5d5d;
}
#makeLogos li a:hover
{
	color: #db0f10;
}

#makeLogos li a.ferrari
{
	width: 70px;
	background-image: url(../img/bg/logo_ferrari.gif);
}
#makeLogos li a.lamborghini
{
	width: 92px;
	background-image: url(../img/bg/logo_lamborghini.gif);
}
#makeLogos li a.porsche
{
	width: 90px;
	background-image: url(../img/bg/logo_porsche.gif);
}
#makeLogos li a.cascade
{
	/*width: 105px;*/
	background-image: url(../img/bg/logo_cascade.gif);
}
#makeLogos li a.pilotage
{
	/*width: 100px;*/
	background-image: url(../img/bg/logo_pilotage.gif);
}
#makeLogos li a.renault
{
	/*width: 95px;*/
	background-image: url(../img/bg/logo_renault.gif);
}
#makeLogos li a.aston
{
	width: 110px;
	background-image: url(../img/bg/logo_aston.gif);
}


#topImage
{
	width: 665px;
	height: 141px;
	margin: 0px auto;
	margin-top: 20px;
	background: transparent url(../img/bg/topimage.gif) bottom left no-repeat;
}
#topImage span
{
	float: left;
	width: 651px;
	height: 30px;
	padding-left: 14px;
	padding-top: 110px;
	font-family: verdana, arial, sans-serif;
	font-size: 16px;
	background: transparent;
	background-position: top left;
	background-repeat: no-repeat;
	color: #ffffff;
}

#productDetail
{
	width: 665px;
	margin: 0px auto;
}
#productPromo
{
	float: right;
	width: 56px;
	height: 25px;
	background: transparent url(../img/bg/promo.gif) top left no-repeat;
	color: #ffffff;
	text-decoration: line-through;
}
#productPromo strong
{
	padding-left: 5px;
	font-weight: normal;
}
.productTitle
{
	clear: both;
	height: 25px;
	font-family: verdana, arial, sans-serif;
	background-color: #37363b;
	color: #ffffff;
}
.productTitle .titleRect
{
	float: left;
	width: 31px;
	height: 25px;
	background-color: #ff0300;
}
.productTitle ul
{
	float: left;
}
.productTitle li
{
	float: left;
	padding-top: 5px;
	font-size:11px;
}
.productTitle li.title
{
	width: 540px;
	padding-left: 10px;
}
.productTitle li.titleBis
{
	width: 610px;
	padding-left: 10px;
}
.productTitle li.promo
{
	width: 45px;
	padding-top: 6px;
	font-size: 9px;
	font-weight: bold;
}
.productTitle li.price
{
	width: 65px;
	padding-top: 4px;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}

#productContent
{
	float: left;
	width: 663px;
	border: 1px solid #bab8b8;
	border-top: 0px;
	border-bottom: 0px;
}
#productContentEntreprise
{
	float: left;
	width: 663px;
	border-top: 0px;
	border-bottom: 0px;
}
#productContent #buyProductLink
{
	float: right;
	width: 211px;
	height: 24px;
	margin-top: 1px;
	padding-top: 2px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background: #ffffff url(../img/bg/bt_commander.gif) top left no-repeat;
	color: #ffffff;
	text-align: center;
}
#productContent p
{
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 10px;
	padding-bottom: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #5f5e60;
}
#productContentEntreprise p
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	padding-bottom: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #5f5e60;
}
#productContent p.red, #productContent p.red a
{
	color: #d32222;
}

#productContent .productSection
{
	float: left;
	width: 100%;
	height: 210px;
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	background: transparent url(../img/bg/black_dot.gif) top left repeat-x;
}
#productContent .productSection.video
{
	height: 231px;
}
#productContent .productSection dt
{
	float: right;
	width: 300px;
	height: 28px;
	margin-top: 7px;
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #69686c;
}
#productContent .productSection.right dt, #productContent .productSection.video dt
{
	float: left;
	padding-left: 10px;
}
#productContent .productSection dd
{
	float: right;
	width: 290px;
	margin: 0px;
	padding: 0px;
	padding-right: 10px;
	line-height: 11px;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #5e5e60;
}
#productContent .productSection dd.text
{
	height: 150px;
}
#productContent .productSection.right dd,
#productContent .productSection.video dd
{
	float: left;
	padding: 0px;
	padding-left: 10px;
}
#productContent .productSection dd a
{
	color: #5f5e60;
	border-bottom: 2px solid #d7d7d7;
}
#productContent .productSection dd a:hover
{
	color: #4b4a4c;
	text-decoration: none;
	border-bottom-color: #c3c3c3;
}
#productContent .productSection dd.photo
{
	float: left;
	width: 315px;
	height: 198px;
	margin-top: 13px;
	padding-right: 1px;
	background-color: transparent;
	background-position: top left;
	background-repeat: no-repeat;
}
#productContent .productSection.right dd.photo
{
	float: right;
	padding: 0px;
	/*padding-right: 1px;*/
	background-position: bottom left;
}
#productContent .productSection.video dd.movie
{
	float: right;
	width: 286px;
	/*height: 200px;*/
	margin-top: 13px;
	padding: 0px;
	padding-left: 27px;
}
#productContent .productSection dd.redGradient
{
	float: left;
	width: 20px;
	height: 198px;
	margin-left: 1px;
	margin-top: 13px;
	background: transparent url(../img/bg/redgradient.gif) bottom left no-repeat;
}
#productContent .productSection.right dd.redGradient,
#productContent .productSection.video dd.redGradient
{
	float: right;
	margin-left: 0px;
	margin-right: 1px;
}
#productContent .productSection.video dd.redGradient
{
	height: 218px;
}
#productContent .productSection dd.text p
{
	margin: 0px;
	padding: 0px;
	padding-bottom: 4px;
}
#productContent .productSection dd.text p.big
{
	padding-top: 10px;
	padding-bottom: 10px;
}

#productContent .productSection.video dd#clap
{
	float: right;
	height: 221px;
	padding-left: 7px;
	padding-top: 10px;
	background: transparent url(../img/bg/clap.jpg) bottom left no-repeat;
}

#productContent .productSection.video dd#clap ul
{
	float: left;
	width: 240px;
	height: 160px;
	margin-top: 48px;
	color: #ffffff;
}
#productContent .productSection.video dd#clap ul #clapPrice
{
	height: 50px;
	line-height: 24px;
	font-family: verdana, arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: right;
	color: #cc0000;
}
#productContent .productSection.video dd#clap ul #clapTitle
{
	height: 36px;
	line-height: 28px;
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

/******************************************************************/
/* OPTIONS PRODUIT
/******************************************************************/
#productOptions
{
	float: left;
	width: 663px;
	margin-top: 20px;
	border-top: 3px solid #e0e0e0;
	border-bottom: 3px solid #e0e0e0;
}
#productOptions li
{
	float: left;
	width: 282px;
	padding: 7px 0px 8px 42px;
	border-bottom: 3px solid #e0e0e0;
	background-color: transparent;
	background-position: 50% left;
	background-repeat: no-repeat;
	color: #68686b;
}
#productOptions li.right
{
	width: 297px;
}
#productOptions li.gift
{
	background-image: url(../img/bg/icon_options_gift.gif);
}
#productOptions li.people
{
	background-image: url(../img/bg/icon_options_people.gif);
}
#productOptions li.cool
{
	background-image: url(../img/bg/icon_options_cool.gif);
}
#productOptions li.weather
{
	background-image: url(../img/bg/icon_options_weather.gif);
}
#productOptions li.licence
{
	background-image: url(../img/bg/icon_options_licence.gif);
}
#productOptions li.diplome
{
	background-image: url(../img/bg/icon_diplome.gif);
}
#productOptions li.last
{
	border-bottom: 0px;
}


/******************************************************************/
/* CHOIX COMMANDE
/******************************************************************/
#orderForm
{
	float: left;
	width: 720px;
	margin-top: 30px;
}
#orderChoice
{
	width: 665px;
	margin: 0px auto;
	font-family: verdana, arial, sans-serif;
	color: #68686b;
}
#orderOptions li.text
{
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 12px;
	font-size: 10px;
}
#orderOptions li.option
{
	height: 22px;
	font-size: 11px;
	padding-top: 6px;
	font-weight: bold;
	background: transparent url(../img/bg/black_dot.gif) top left repeat-x;
}
#orderOptions li.option label
{
	float: left;
	width: 320px;
	height: 11px;
	padding: 2px 0px 4px 21px;
	background: transparent url(../img/bg/option_arrow.gif) top left no-repeat;
}
#orderOptions li.option.button
{
	height: 50px;
	padding-top: 30px;
}

/******************************************************************/
/* DETAIL PANIER
/******************************************************************/
#cartDetail
{
	width: 663px;
	margin: 0px auto;
	margin-top: 20px;
	font-family: verdana, arial, sans-serif;
	color: #68686b;
	border: 1px solid #bab8b8;
	border-top: 0px;
}
#cartDetail h2
{
	height: 12px;
	margin-top: 30px;
	padding: 8px;
	font-size: 12px;
	background: transparent url(../img/bg/black_dot.gif) top left repeat-x;
	color: #4b4a4d;
}
#cartDetail h2 strong
{
	float: left;
	height: 20px;
	padding-left: 20px;
	background: transparent url(../img/bg/red_arrow.gif) top left no-repeat;
}
#cartDetail .cartItem
{
	height: 90px;
	background: transparent url(../img/bg/cart_item.gif) top left no-repeat;
}
#cartDetail .cartItem li
{
	float: left;
	padding-top: 55px;
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}
#cartDetail .cartItem li.photo
{
	width: 120px;
	height: 25px;
	margin-top: 7px;
	background-color: transparent;
	background-position: top left;
	background-repeat: no-repeat;
	border: 1px solid #ffffff;
	border-width: 1px 1px 0px 0px;
}
#cartDetail .cartItem li.track
{
	width: 103px;
}
#cartDetail .cartItem li.date
{
	width: 79px;
}
#cartDetail .cartItem li.options
{
	width: 97px;
}
#cartDetail .cartItem li.price1
{
	width: 90px;
	text-align: right;
}
#cartDetail .cartItem li.price2
{
	width: 97px;
	text-align: right;
}
#cartDetail .cartItem li.price3
{
	width: 75px;
	text-align: right;
}
#cartDetail .deleteCartItem
{
	clear: both;
	width: 657px;
	height: 32px;
}
#cartDetail .deleteCartItem a
{
	float: right;
	padding-left: 12px; 
	font-size: 10px;
	text-decoration: underline;
	background: transparent url(../img/bg/cart_item_delete.gif) 0px 3px no-repeat;
	color: #636265;
}
#cartDetail #cartTotal
{
	clear: both;
	float: left;
	width: 663px;
	padding-top: 5px;
	height: 26px;
}
#cartDetail #cartTotal span
{
	float: right;
}
#cartDetail #cartTotal .caption
{
	width: 45px;
	height: 18px;
	padding: 5px;
	font-weight: bold;
}
#cartDetail #cartTotal .price
{
	width: 50px;
	height: 16px;
	padding: 4px;
	background-color: #37363b;
	color: #ffffff;
	text-align: right;
}
#cartFooter
{
	clear: both;
	width: 662px;
	height: 32px;
	padding-top: 40px;
	padding-bottom: 10px;
}
#cartFooter li
{
	float: left;
	width: 50%;
}

/******************************************************************/
/* CATEGORIE
/******************************************************************/
#catDetail
{
	width: 663px;
	margin: 0px auto;
	margin-top: 20px;
}
#catDetail h2
{
	height: 22px;
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #343237;
	background: transparent url(../img/bg/black_dot.gif) bottom right repeat-x;
	text-align: center;
}
#catDetail h2 strong
{
	font-weight: normal;
	color: #cc0000;
}
#catDetail .catItem
{
	float: left;
	width: 100%;
	height: 159px;
	margin-top: 30px;
	font-family: verdana, arial, sans-serif;
	background: transparent url(../img/bg/category_2.jpg) top left no-repeat;
}
#catDetail .catItem li
{
	font-size: 10px;
	color: #656469;
}
#catDetail .catItem li.title
{
	float: left;
	width: 532px;
	height: 20px;
	margin-left: 10px;
	margin-top: 4px;
	padding-left: 20px;
	font-size: 11px;
	font-weight: bold;
	background: transparent url(../img/bg/red_arrow_grey.gif) top left no-repeat;
	color: #ffffff;
}
#catDetail .catItem li.title a
{
	color: #ffffff;
}
#catDetail .catItem li.title a:hover
{
	color: #ff0000;
}
#catDetail .catItem li.price
{
	float: right;
	width: 82px;
	padding-top: 4px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}
#catDetail .catItem li.photo
{
	float: left;
	width: 120px;
	height: 80px;
	background-color: transparent;
	background-position: 0px 2px;
	background-repeat: no-repeat;
}
#catDetail .catItem li.content
{
	float: left;
	width: 428px;
	height: 68px;
	padding: 8px;
}
#catDetail .catItem li.content a
{
	color: #656469;
}
#catDetail .catItem li.content a:hover
{
	color: #ff0000;
}
#catDetail .catItem li.column
{
	float: right;
	width: 75px;
	height: 70px;
	padding: 5px;
	color: #cc0000;
}
#catDetail .catItem li.tracks
{
	float: left;
	width: 380px;
	height: 16px;
	padding-left: 58px;
	margin-top: 10px;
}
#catDetail .catItem li.guides
{
	float: left;
	width: 126px;
	height: 16px;
	margin-top: 10px;
}
#catDetail .catItem li.camera
{
	float: left;
	width: 380px;
	height: 16px;
	padding-left: 58px;
	margin-top: 4px;
}
#catDetail .catItem li.gift
{
	float: left;
	width: 120px;
	height: 16px;
	margin-top: 4px;
}
#catDetail .catItem li.more
{
	float: right;
	width: 51px;
	height: 43px;
	margin-left: 15px;
	margin-top: -24px;
}
#catDetail .catItem li.more a
{
	display: block;
	width: 100%;
	height: 47px;
	background: transparent url(../img/bg/more.gif) top left no-repeat;
}

/******************************************************************/
/* COORDOONNES DESTINATAIRE
/******************************************************************/
#recipientDetail
{
	width: 663px;
	margin: 0px auto;
	margin-top: 20px;
	border: 1px solid #b1b0b0;
	border-top: 0px;
	color: #4b4a4d;
}
#recipientDetail h2
{
	float: left;
	width: 653px;
	height: 22px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-left: 10px;
	font-family: verdana, arial, sans-serif;
	color: #ffffff;
	font-size: 12px;
	background: transparent url(../img/bg/bg_title.gif) top left no-repeat;
}
#recipientDetail h2 span
{
	float: left;
	width: 22px;
	height: 22px;
}
#recipientDetail p
{
	float: left;
	width: 100%;
	height: 32px;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
#recipientDetail label
{
	float: left;
	width: 140px;
	padding-right: 4px;
	text-align: right;
	padding-top: 5px;
}
#recipientDetail label.bis
{
	float: left;
	width: 326px;
	padding-right: 4px;
	text-align: right;
}
#recipientDetail label.ter
{
	float: left;
	width: 653px;
	padding-right: 4px;
	text-align: center;
}
#recipientDetail input, select, textarea
{
	margin-left: 4px;
}
#recipientFooter
{
	clear: both;
	width: 663px;
	height: 32px;
	padding-top: 15px;
	padding-bottom: 20px;
}

/******************************************************************/
/* FOOTER
/******************************************************************/
#footer
{
	clear: both;
	width: 999px;
	height: 130px;
	margin: 0px auto;
	background: transparent url(../img/bg/footer.gif) top left no-repeat;
	color: #777777;
}
#footer strong
{
	font-size: 11px;
}
#footer p
{
	width: 850px;
	margin: 0px auto;
	font-size: 10px;
	text-align: center;
}
#footer a
{
	color: #777777;
}
#footer ul
{
	width: 100%;
	height: 11px;
}
#footerTopLeft
{
	float: left;
	width: 7px;
	height: 6px;
	background: transparent url(../img/bg/footer_topleft.gif) 0px 0px no-repeat;
}
#footerTopRight
{
	float: right;
	width: 15px;
	height: 6px;
	background: transparent url(../img/bg/footer_topright.gif) top left no-repeat;
}
#footerContact
{
	height: 20px;
	padding-top: 25px;
}
.clear { 
clear: both; 
}