@import "header.css";
@import "footer.css";
@import "navigation.css";
@import "index.css";
@import "login.css";
@import "shipping.css";
@import "contact_us.css";
@import "conditions.css";
@import "links.css";
@import "category.css";
@import "products.css";
@import "shopping_cart.css";
@import "create_account.css";
@import "create_account_success.css";
@import "account.css";
@import "checkout_shipping.css";
@import "checkout_payment.css";
@import "checkout_confirmation.css";
/* ajout pour la mise en page des attributs sur la page products_listing */
@import "products_listing.css";

body {
	margin : 0;/*14px 0 0;*/
	padding:0px;
	background: white;
	font-family: Arial, sans-serif;
	font-size:11px;
	color : #000000;
}

img {
	border: 0px;
}

div#container {
	width : 962px;
	/*border : 1px solid red;*/
	margin : 0 auto;
	padding : 0;
	padding-left : 8px;
	background: white url('images/fond.gif') top left repeat-y;
	overflow : hidden;
}


#menuGauche {
	float:left;
	text-align:left;	
	top:0px;	
	width:151px;
	height: 100%;
	border-right : 1px solid #d9d9d9;
}

div#centre {
	/*margin-left:10px !important;
	margin-left:0;*/
	position:relative;
	float:left;
	/*margin-bottom:150px;*/
	height: 100%;
	width:634px;
	margin : 0;
}

div#centre a {
	color : #000000;
}

#menuDroite {
	text-align:left;
	width:150px;
	float:right;
	border-left : 1px solid #d9d9d9;
	margin-right : 25px;
}

div.boxes h4 {
	text-align : center;
	height : 29px;
	line-height : 23px;
	margin : 0;
	margin-top : 1em;
	padding : 0;
	background : transparent url('images/image-fond-titres.gif') 50% 50% no-repeat;
	font-size : 10px;
	font-weight : bold;
	color : #636363;
}

div.boxes ul {
	list-style : none;
	margin : 0.5em 0 0 15px;
	padding-left : 0;
}

div.boxes ul ul{
	list-style : none;
	margin : 0 0 0 15px;
	padding-left : 0;
}

div.boxes form {
	margin : 0.5em 15px 0;
	padding : 0;
}

ul.cartContent hr{
	color: #d9d9d9;
	background-color: #d9d9d9;
	height: 1px;
	border: 0;
}

div.boxes form input {
	width : 115px;
	border : 1px solid #d9d9d9;
}

div.boxes form input.button {
	float : right;
	width : 40px;
	height : 26px;
	border : none;
	background : url('images/bouton-go.gif') no-repeat;
	margin-top : 8px;
	text-indent : -5000;
	font-size : 0;
}

div.boxes a {
	color : #000000;
	text-decoration : none;
}

div.boxes a:hover {
	text-decoration : underline;
}
