body	{ background-color:#2c4468;
		  font:10pt, Tahoma, Verdana;
		  }

img		{ border:0; }

a			{ text-decoration:none; font-size:11px; color:#575757; font-weight:bold;  }
a:hover		{ text-decoration:none; font-size:11px; color:#006699; }
/* added font size:11px + changed color (old: #575757) + added bold to a:hover */

/* Conteneur XML */
#XMLData	{ display:none; }

#MainTable	{ text-align:center; padding:0px; margin:0px; }
#Banniere		{ text-align:center; padding:0px; margin:0px; empty-cells:show; width:952px; }
	#b03			{ background-image:url(/images/Banniere/b_03.png); width:575px;}
	#b04			{ background-image:url(/images/Banniere/b_04.png); height:36px; width:96px; }
	#b05			{ background-image:url(/images/Banniere/b_05.png); text-align:center; }
	#b06			{ background-image:url(/images/Banniere/b_05.png); width:12px; }
	#b07			{ background-image:url(/images/Banniere/b_05.png); width:29px; }
	#b08			{ background-image:url(/images/Banniere/b_05.png); width:28px; }
	#b09			{ background-image:url(/images/Banniere/b_05.png); width:29px; }
	#b10			{ background-image:url(/images/Banniere/b_10.png); width:40px; text-align:left; vertical-align:middle; }
	#b12			{ background-image:url(/images/Banniere/b_12.png); }
	#b13			{ background-image:url(/images/Banniere/b_13.png); width:103px; }
	#b14			{ background-image:url(/images/Banniere/b_14.png); width:40px; }
	#b15			{ background-image:url(/images/Banniere/b_15.png); height:28px; font-size:8pt; text-align:left; vertical-align:bottom; }
	#b16			{ background-image:url(/images/Banniere/b_16.png); height:30px; font-size:8pt; text-align:left; vertical-align:top; }
	#b17			{ background-image:url(/images/Banniere/b_17.png); width:102px; height:45px; }
	#b18			{ background-image:url(/images/Banniere/b_18.png); width:117px; }
	#b19			{ background-image:url(/images/Banniere/b_19.png); width:105px; }
	#b20			{ background-image:url(/images/Banniere/b_20.png); width:78px; }
	#b21			{ background-image:url(/images/Banniere/b_21.png); width:99px; }
	#b22			{ background-image:url(/images/Banniere/b_22.png); width:74px; }
	#b23			{ background-image:url(/images/Banniere/b_23.png); height:22px; font-size:8pt; text-align:left; vertical-align:middle; }
	#b24			{ background-image:url(/images/Banniere/b_24.png); }
	#b25			{ background-image:url(/images/Banniere/b_25.png); height:23px; width:138px; font-size:8pt; text-align:center; vertical-align:middle; }
	
	/* Se Connecter */
	#b15 a			{ font-weight:bold; }
	#b15 a:hover	{ color:#006699; }
	/* Mon compte */
	#b16 a			{ font-weight:bold; }
	#b16 a:hover	{ color:#006699; }
	
	#b17 a		{ font-size:13px; color:#FFFFFF; font-weight:bold; }
	#b18 a		{ font-size:13px; color:#FFFFFF; font-weight:bold; }
	#b19 a		{ font-size:13px; color:#FFFFFF; font-weight:bold; }
	#b20 a		{ font-size:13px; color:#FFFFFF; font-weight:bold; }
	#b21 a		{ font-size:13px; color:#FFFFFF; font-weight:bold; }
	#b22 a		{ font-size:13px; color:#FFFFFF; font-weight:bold; }
	
	/* Panier */
	#b23 a		{ font-weight:bold; } 
	#b23 a:hover 	{ color:#3399CC; }
	
	/* Nbre articles */
	#b25 a		{ color:#F4C82D; font-weight:bold; }
	#b25 a:hover	{ text-decoration:underline; }
	
	#b17 a:hover	{ text-decoration:underline; }
	#b18 a:hover	{ text-decoration:underline; }
	#b19 a:hover	{ text-decoration:underline; }
	#b20 a:hover	{ text-decoration:underline; }
	#b21 a:hover	{ text-decoration:underline; }
	#b22 a:hover	{ text-decoration:underline; }	
	
	/* Image Panier */
	#b24:hover		{ cursor:pointer; }
	
	

#searchWord			{ height:16px; width:130px; font-size:8pt; float:right; color:#696969; }
/* float:right; - pour IE, incapable de tenire les dimentions qu'on lui donne... donc on fait suivre le pas de text par la droite et il est content... */

#ContentBox			{ text-align:left; background-color:#c6d1e4; border:1px solid black; }
/* changed bg color to #c6d1e4 insted of #e9e9e9 */

.BoxTittleLeft	{ background-image:url(/images/box_left.png); width:6px; max-width:6px; }
.BoxTittleRight	{ background-image:url(/images/box_right.png); width:6px; max-width:6px; }
.BoxTittle			{ text-align:center; font-weight:bold; color:#003f7f; font-size:11px; vertical-align:middle; background-image:url(/images/box_center.png); height:28px; } 
/* .BoxTittle : added color:#003f7f + font-size:11px; + vertical-align:middle; + font-weight:bold; */
.BoxContent			{ border:1px solid #bababa; background-color:#FFFFFF; padding:5px; }
.BoxPadding			{ height:8px; }
.BoxBack				{ text-align:center; background-image:url(/images/Shop/back.png); width:56px; height:28px; }
.BoxTool				{ text-align:right; background-image:url(/images/box_center.png); width:200px; height:28px; }

#shopTitle			{ width:280px; }

#FB							{ display:none; position:absolute; z-index:95; filter:alpha(opacity=100); -moz-opacity:1.0; opacity:1.0; }
#FBTitle				{ text-align:left; color:#003f7f; font-size:11px; vertical-align:middle; background-image:url(/images/box_center.png); height:28px; }
/* #FBTitle : added color:#003f7f + font-size:11px; + vertical-align:middle; */
#FBContent			{ border:1px solid #bababa; background-color:#FFFFFF; padding:4px; text-align:center; vertical-align:middle; background-repeat:repeat-x; background-position:bottom; margin-bottom:20px; }
/* #FBContent : changed solid black to solid #bababa */
.FBTool					{ text-align:right; vertical-align:middle; color:#5c5c5c; font-size:11px; background-image:url(/images/box_center.png); height:28px; }
/* .FBTool : added font-size:11px; */

#AddBoxTitle		{ text-align:center; }
#AddBox					{ display:none; position:absolute; z-index:96; filter:alpha(opacity=100); -moz-opacity:1.0; opacity:1.0; }

#ajaxLoaderBig	{ display:none; position:absolute; }

#overlay				{	position:absolute; display:none; top:0; left:0; z-index:90; width:100%; height:100%; background-color:#000000; filter:alpha(opacity=40); -moz-opacity:0.4; opacity:0.4; }

.ContBox				{ border-spacing:0; padding:0px; empty-cells:show; }
.ContBoxTop			{ font-weight:bold; color:#575757; text-align:center; }

#BottomBox			{ text-align:center; color:#d0d0d0; font-size:9px; }
#BottomBox a		{ color:#c3c3c3; text-decoration:none; }
#BottomBox a:hover	{ text-decoration:none; color:#959595; }

.TableList tbody>tr:hover	{ background-color:#D0D0D0; }
.TableListHl		{ background-color:#FFFF80; }

.notice					{ color:#5c5c5c; font-size:9px; }

.invSpacer			{ height:10px; }

#liensBox				{ background-image:url(/images/liens.jpg); background-repeat:no-repeat; background-color:#FFFFFF; background-position:bottom; }

/*********************************************************/
/*                       Boutiques                       */
/*********************************************************/
/*
#BoutiqueBox	{ background-image:url(/images/Boutiques/wbox.png); width:350px; padding-left:5px; filter:alpha(opacity=70); -moz-opacity:0.70; opacity:0.70; }
*/
#Boutique-BigLeft {
			float:left;
			margin: 0px 15px 0px 20px;
			}

#Boutique-BigRight {
			float:left;
			}
#BoutiqueTitleBox	{ 
			width:382px; 
			height:25px; 
			background-image:url(/images/Boutiques/wboxtop.png); 
			background-repeat:no-repeat;
			text-align:center; 
			overflow:hidden;
			padding-top:3px;
			margin-bottom:-3px;
			}

#BoutiqueBox	{ 
			width:378px; 
			height:400px; 
			background-image:url(/images/Boutiques/wbox.png); 
			background-repeat:no-repeat;  
			text-align:left;
			margin-left:1px;
			}
			
#BoutiqueBoxTxT {
			width:365px;
			height:380px; 
			overflow:auto;
			margin-left:9px;
			position:relative;
			top:10px;
			}
			
#BoutiqueSection { 
			background-color:#deeafe; 
			border-color:#7086ab; 
			border-width:0px; 
			border-style:dotted; 
			padding: 0px 0px 8px 0px;
			}

.BoutiqueList {
				z-index:3;
				position:relative;
				margin-left:10px;
				margin-top:5px;
				border-width:1px;
				border-style:solid;
				border-color:#7a92b9;
				width:115px;
				}
				
.BoutiqueList ul { list-style-type:none; padding:0px; margin:0px; }

.BoutiqueList a { 
			display:block; 
			width:110px; 
			height:20px; 
			/*background-color:#a6bce0; */
			background-color:#FFFFFF;
			color:#5C5C5C; 
			font-size:11px; 
			font-weight:bold; 
			text-decoration:none; 
			padding-top:4px;
			padding-left:5px;
			background-image:url(images/Boutiques/menu-tick.png);
			background-position: 95% 50%;
			background-repeat:no-repeat;
			border-bottom:solid;
			border-width:1px;
			border-color:#98aed2;
			}

.BoutiqueList a:hover { 
			color:#FFFFFF; 
			background-color:#657ba2; 
			}
	

.BoutiqueMap {
			margin-top:-50px;
			z-index:2;
			position:relative;
			margin-left:15px;
			}
			
.ListLegend {
	margin-top:-20px;
	margin-left:30px;
	}
			
.ListLegend ul {
	list-style:none;
	padding:0px;
	margin:0px;
	}
	
.ListLegend li {
	height:20px;
	width:auto;
	font-size:11px;
	color:#474747;
	}
	
#TxTLegend {
	position:relative;
	top:-18px;
	left:25px;
	}

/*********************************************************/
/*                         Shop                          */
/*********************************************************/

#shopLeft			{ width:210px; }
#shopCenter		{ width:550px; }
#shopRight		{ width:195px; }
#shopCont			{ border:1px solid #bababa; background-color:#FFFFFF; }

#shopMenu			{ list-style-type:none; list-style-position:inside; margin-left:0px; padding-left:0px; margin-top:0px; }
.menuList			{ list-style-type:none; list-style-position:inside; margin-left:20px; padding-left:0px; display:none; }
.menuListShow	{ list-style-type:none; list-style-position:inside; margin-left:20px; padding-left:0px; display:block; }
 
.ShopPieceList	{ width:200px; z-index:5; }

.Sel					{ width:120px; }

.TailleOk			{ color:#1f9d2b; font-size:11px;}
.TailleOk:hover	{ color:#0c5713; font-size:11px;}
.TailleEp			{ color:#fa7615; font-size:11px;}
.TailleEp:hover	{ color:#0c5713; font-size:11px;}
.TailleEol		{ color:#cb1b1b; font-size:11px;}
.TailleEol:hover	{ color:#741111; font-size:11px;}

.GrayBarre		{ background-image:url(/images/Shop/barre.png); background-repeat:repeat-x; }
.blackBarre		{ background-image:url(/images/Shop/blackBarre.png); background-repeat:repeat-x; }
.doubleBlackBarre	{ background-image:url(/images/Shop/doubleBlackBarre.png); background-repeat:repeat-x; }

.shopMarques	{ background-image:url(/images/Shop/marque.jpg); width:546px; height:79px; color:#FFFFFF;  padding:4px;  background-color:#FFFFFF; }

#InfoBulle		{ background-image:url(/images/Shop/bulle.png); width:136px; height:35px; display:none; vertical-align:bottom; text-align:center; position:absolute; font-size:9px; filter:alpha(opacity=90); -moz-opacity:0.9; opacity:0.9; }

/*********************************************************/
/*                       Panier                          */
/*********************************************************/

.CartContBg				{ background-image:url(/images/Shop/cartBg.jpg); background-repeat:no-repeat; background-color:#FFFFFF; background-position:bottom; border:1px solid #bababa; background-color:#FFFFFF; padding:5px; }

#cartInfoBox			{ vertical-align:bottom; text-align:right; width:241px; height:45px; }

.cartListOdd			{ background-color:#ffe29d; }
.CmdListOdd				{ background-color:#cbdcee; }

#buttonValidation	{ background-image:url(/images/Shop/validation.png); width:187px; height:27px; text-align:left; padding:4px; color:#FFFFFF; cursor:pointer;  background-repeat:no-repeat; }

.CartMiniButton		{ cursor:pointer; color:#FFFFFF; text-align:center; }
#cartMiniAnnuler	{ background-image:url(/images/Shop/annuler.jpg); width:76px; height:19px; background-repeat:no-repeat; }
#cartMiniPannier	{ background-image:url(/images/Shop/pannier.jpg); width:129px; height:20px; background-repeat:no-repeat; }
#cartMiniContinuer	{ background-image:url(/images/Shop/continuer.jpg); width:79px; height:19px; background-repeat:no-repeat; }

.CartInfoPort {
	text-transform:uppercase;
	float:left;
	position:relative;
	top:-140px;
	text-align:left;
	color:#FFBE45;
	font-weight:bold;
	font-size:12px;
	text-indent:5px;
	color:#C30;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	}

.CartInfoPortBox {
	text-transform:none;
	font-weight:normal;
	text-indent:0px;
	background-color:#CFF;
	text-align:left;
	padding:6px;
	font-size:11px;
	background-color:#FFF47C;
	color:#C30;
	}
	
.CartInfoPortBox .indent {
	margin-left:10px;
	}

/* no-repeat pour IE, forcément */

/*********************************************************/
/*                       Articles                        */
/*********************************************************/

.artLine:hover	{ background-color:#f2faff; }
.artImg					{ text-align:center; vertical-align:middle; }
.artTitle				{ text-align:left; vertical-align:top; font-size:9px; cursor:pointer; }
.artCart				{ width:120px; }
.artPadd				{ width:2px; }
.artFoot				{ text-align:right; color:#868686; font-size:12px; }
.artImgMini			{ border:1px solid #d8d8d8; }
.artListImg			{ border-bottom:1px solid #d8d8d8; text-align:center; vertical-align:middle; width:282px; height:200px; }
.artTailles			{ border-bottom:1px solid #d8d8d8; text-align:left; vertical-align:middle; }

/*********************************************************/
/*                        Motos                          */
/*********************************************************/

#motoDetCont	{ display:none; }

/*********************************************************/
/*                      Validation                       */
/*********************************************************/

#validBox			{ background-image:url(/images/Shop/validBg.png); background-repeat:repeat-x; background-color:#FFFFFF; background-position:bottom; }
#validBoxGrey	{ background-image:url(/images/Shop/validBgGrey.jpg); background-repeat:repeat-x; background-color:#FFFFFF; background-position:bottom; }
.validHead		{ font-size:18px; color:#323030; text-align:left; width:130px;}
.validHeadR		{ font-size:10px; color:#323030; text-align:left; width:670px; }
.validSpacer	{ background-image:url(/images/Shop/validSpacer.png); background-repeat:no-repeat; }
.vertSpacer		{ background-image:url(/images/Shop/vertSpacer.png); background-repeat:repeat-y; }
#validBvr			{ background-repeat:no-repeat; vertical-align:bottom; width:211px; height:165px; text-align:center; padding:4px; }
#validCarte		{ background-image:url(/images/Shop/carte.png); background-repeat:no-repeat; vertical-align:bottom; width:211px; height:165px; text-align:center; padding:4px; }

/*********************************************************/
/*                      FAQ                       */
/*********************************************************/

.faq      { border:1px solid #bababa; padding:15px; background-image:url(/images/FAQ/degrade.png); background-color:#2b3e5c;}
.faq a		{ color:#CDCDCD; text-decoration:none;}
.faq a:hover	{ color:#FFFFFF; text-decoration:none;}


/*********************************************************/
/*             Conditions de Vente                       */
/*********************************************************/

.CondVente09 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000;
	font-weight:bold;
	list-style-type:none;
	text-align:left;
	padding-left:8px;
	padding-right:8px;
	background-color:#FFF;
	padding-top:8px;
	padding-bottom:8px;
	}
	
.CondVente09 ul {
	padding:0px;
	margin-left:20px;
	margin-bottom:3px;
	margin-top:-5px;
	list-style-type:none;
}

.CondVente09 ul li {
	margin-top:0px;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	font-weight:bold;
	margin-bottom:4px;
	position:relative;
	clear:both;
	padding-top:12px;
	}
	
.CondVente09 ul li ul{
	margin-top:0px;
	padding:0px;
	margin-left:40px;
	list-style-type:none;
	padding:0px;
	}
	
.CondVente09 ul li ul li {
	margin-top:0px;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:normal;
	padding-top:5px;
	}
	
	
.CondVente09 ul li ul li .num {
	height:100%;
	width:25px;
	float:left;
	margin-right:10px;
	}
	
.CondVente09 ul li ul li .txt {
	height:100%;
	width:650px;
	float:left;
	}

.CondVente09 ul li .DB {
	font-size:10px;
	font-weight:bold;
	color:#163E59;
	}

.CondVente09 ul li ul li ul li {
	width:600px;
	margin-left:15px;
	}
	
.CondVente09 ul li ul li ul li .num {
	height:100%;
	width:85px;
	float:left;
	margin-right:10px;
	}
	
.CondVente09 ul li ul li ul li .txt {
	height:100%;
	width:480px;
	float:left;
	}	
