@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

p { font-size: 12px; }

a {
	text-decoration: none; color: #690C0C; font-weight:bold;
	}

img {
	border:none;
}
	
img a {
	padding:0;
	margin:0;
	outline-style:none;
	outline-width:0;
	text-decoration:none;
} 

a:hover {
	padding:0;
	margin:0;
}

body {
	background-color: #510D0D;
	color:#690C0C;
}

.bold	{
	font-weight:bold;
}

#loginForm{
	color: #FFFFCE;
	height: auto;
	width: 210px;
	text-align: right;
	position: relative;
	left: 410px;
	top: 25px;
}

#history{
	height: 48px;
	width: 62px;
	position: relative;
	left: 660px;
	top: -25px;
}

#TableShop a:hover{
	text-decoration: underline;
}

/*MENU GAUCHE------------------------------------------------------------------------*/
	#menuLeft {
		 vertical-align: top;
		 width: 160px;
		 padding-left: 15px;
	}
	
	#menuLeft p{
		padding-bottom:10px;
		padding-top:0;
		margin:0;
	}
	
	.menuLeftCategory{
		padding-bottom: 20px;
	}
	
	.menuLeftCategoryTitle{
		font-size: 14px;
		font-weight: bold;
		color: #FFB000;		
}
	
	
	#menuLeft a li ul{
		padding:0;
		margin:0;
	}
			
	#menuLeft ul{
		padding-bottom:15px;
	}	
	
	#menuLeft img{
		padding-top:5px;
		padding-bottom:5px;
	}		
	
	#menuLeft li{
		list-style: none;
	}
	
	#menuLeft a{
		font-size: 11px;
		text-transform: uppercase;
		line-height: 18px;
		color: #FFFFCE;
		text-decoration:none;
		font-weight:normal;
	}
	
	#menuLeft a:hover{
		color: #FF9900;
		font-size: 11px;
		text-transform: uppercase;
		line-height: 18px;
		text-decoration:none;
		background-color:transparent;
		font-weight:normal;
	}
	
/*MENU DROITE------------------------------------------------------------------------*/
	#menuRight {
		 vertical-align: top;
		 width: 160px;
		 padding-left: 15px;
	}
	
	#menuRight p{
		padding-bottom:10px;
		padding-top:0;
		margin:0;
	}
	
	.menuRightCategory{
		padding-bottom: 20px;
	}
	
	.menuRightCategoryTitle{
		font-size: 14px;
		font-weight: bold;
		color: #690C0C;		
}
	
	
	#menuRight a li ul{
		padding:0;
		margin:0;
	}
			
	#menuRight ul{
		padding-bottom:15px;
	}	
	
	#menuRight img{
		padding-top:5px;
		padding-bottom:5px;
	}		
	
	#menuRight li{
		list-style: none;
	}
	
	#menuRight a{
		font-size: 11px;
		text-transform: uppercase;
		text-decoration:none;
		line-height: 18px;
		color: #690C0C;		
		font-weight:normal;
	}
	
	#menuRight a:hover{
		color: #FFFFCE;
		font-size: 11px;
		text-transform: uppercase;
		line-height: 18px;
		text-decoration:none;
		background-color:transparent;
		font-weight:normal;
	}
	