body {
	background-color: #E3E3E3;
	background-image: url(/images/background.png);
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
h1 {
	font-size: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
	color: #B1B1B1;
	text-indent: 10px;
}
h2 {
	font-size: 14px;
}

a {
	font-weight: bold;
	color: #6a6a6a;
	text-decoration: none;
}
a:hover {
	color: #b1b1b1;
	text-decoration: none;
}
a img {
	border: none;
}
hr {
	height: 1px;
	color: #E3E3E3;
}
form {
	margin: 0px;
	padding: 0px;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #B1B1B1;
	border: 1px solid #6A6A6A;
	line-height: 10px;
}
select.espace {
	margin-right: 15px;
	margin-left: 15px;
}
input.box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #b1b1b1;
	border: 1px solid #6a6a6a;
	padding-right: 2px;
	padding-left: 2px;
}
input.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-style: normal;
}
.highlightGauche {
	margin-right: -13px;
	padding-left: 10px;
	padding-right: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #000000;
	border-right-style: none;
	border-right-width: 0px;
	border-right-color: #FFFFFF;
}
.highlightDroite {
	margin-left: -12px;
	padding-right: 10px;
	padding-left: 13px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-left-style: none;
	border-left-width: 0px;
	border-left-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #000000;
}


#page {
	text-align: center;
	background-image: url(/images/background_degrade.png);
	background-position: left top;
	background-repeat: repeat-x;
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#header {
	width: 100%;
	font-size: 10px;
}
.header {
	background-color: #000000;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	padding: 2px;
}
#nav {
	background-image: url(/images/menu/background.png);
	height: 27px;
	width: 100%;
	text-align: center;
	margin-top: 2px;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 1px;
}
#content {
	width: 100%;
}
#table {
	margin-top: 2px;
}

#footerMenu {
	text-align: center;
}
#footer {
	background-image: url(/images/table_bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	font-size: 10px;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 10px;
	margin-right: 1px;
}

td.menuGauche {
	width: 172px;
	text-align: right;
	background-image: url(/images/navigation/background_gauche.png);
	background-repeat: repeat-y;
	background-position: right;
	font-size: 10px;
	line-height: 18px;
	padding-right: 15px;
	vertical-align: top;
}
td.menuDroite {
	width: 173px;
	text-align: left;
	background-image: url(/images/navigation/background_droit.png);
	background-repeat: repeat-y;
	background-position: left;
	font-size: 10px;
	line-height: 18px;
	padding-left: 15px;
	vertical-align: top;
}
td.menuGauche img, td.menuDroite img {
	margin-bottom: 4px;
}
td.menuGauche a, td.menuDroite a {
	color: black;
	font-weight: normal;
}
td.menuGauche a:hover, td.menuDroite a:hover {
	color: #6a6a6a;
	text-decoration: underline;
}
td.contenu {
	background-color: #FFFFFF;
	width: 600px;
	vertical-align: top;
	padding-right: 8px;
	padding-left: 7px;
	background-image: url(/images/table_background.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size: 12px;
	padding-top: 5px;
}
table.sections {
	font-size: 10px;
	text-align: center;
}
table.listingProduits {
	font-size: 12px;
}
table.listingProduits a {
	color: #000000;
	font-weight: normal;
}
table.listingProduits a:hover {
	text-decoration: none;
	color: #6a6a6a;
}
.pageActuelle {
	color: #CC0000;
}
#photos {
	width: 316px;
	float: right;
	position: relative;
	margin-bottom: 10px;
	margin-left: 10px;
}
.small {
	font-size: 10px;
}
.cart td {
  font-size:10px;
}
fieldset{
	border: none;
	padding: 0px;
	margin: 0px;
	font: 12px Arial, Helvetica, sans-serif;
}
	fieldset a{
		text-transform: uppercase;
		color: #333333;
		text-decoration: underline;
		margin-right: 8px;
	}
	fieldset a:hover{
		color: #f89118;
		text-decoration: underline;
	}
	fieldset input{
		color: #333333;
		font: 12px Verdana, Arial, Helvetica, sans-serif;
		border: 1px solid #e8e5e0;

	}
	fieldset textarea{
		color: #333333;
		font: 12px Verdana, Arial, Helvetica, sans-serif;
		border: 1px solid #e8e5e0;
		height: 100px;
		width:400px;
		padding: 5px 8px;
		background: #FFFFFF url(images/bg-input.gif) left bottom repeat-x;
	}
	fieldset file{
		color: #333333;
		font: 12px Verdana, Arial, Helvetica, sans-serif;
		border: 1px solid #e8e5e0;
		height: 20px;
		padding: 5px 8px;
		background: #FFFFFF url(images/bg-input.gif) left bottom repeat-x;
	}	
	fieldset select{
		color: #333333;
		font: 12px Verdana, Arial, Helvetica, sans-serif;
		border: 1px solid #e8e5e0;
		height: 28px;
		padding: 5px 0px;
		background: #FFFFFF url(images/bg-input.gif) left bottom repeat-x;
	}	
	fieldset label{
		display: block;
		padding-bottom: 6px;
	}

