body {
	margin-top: 0px;
	background-color: #351B00;
	color: #FFFFFF;
	font-family: Verdana; 
}

td {
	font-size: 11px;
}


a:link, a:visited {
	color: #FFFFFF;
	font-size: 12px;
}


/************************** MENU GAUCHE ******************************/
/* Titre Menu Gauche*/
.menugauchetitre {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-color: #7C2E19;
}

/* Liens Menu gauche */
a.menugauche:link,  a.menugauche:visited {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	padding-left: 35px;
	text-decoration: none;
	background: url("images/bouton-off.gif");
	background-repeat: no-repeat;
	background-position: 4pt 2pt;
	line-height: 23pt;
}

a.menugauche:hover {
	text-decoration: underline;
	background: url("images/bouton-on.gif");
	background-repeat: no-repeat;
	background-position: 8pt 2pt;
}
/********************************************************/


/************************** MENU HAUT ******************************/
/* Liens Menu haut */
a.menuhaut:link, a.menuhaut:visited {
	display: block;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana;
	text-decoration: none;
	padding-left: 50px;
	background-color: #7C2E19;
	background: url("images/bouton-off.gif");
	background-repeat: no-repeat;
	background-position: 15pt 2pt;
}

a.menuhaut:hover {
	display: block;
	padding-left: 50px;
	text-decoration: underline;
	background: url("images/bouton-on.gif");
	background-repeat: no-repeat;
	background-position: 15pt 2pt;
}
/********************************************************/


/************************** BLOCK HAUT ******************************/
/* Lien block haut */
a.blockhaut:link, a.blockhaut:visited {
	font-family: Verdana;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	padding-left: 20px;
	background-color: #442415;
	background: url("images/puce-haut.jpg");
	background-repeat: no-repeat;
	background-position: 5pt 4pt;
}

a.blockhaut:hover {
	background-position: 10pt 4pt;
	text-decoration: underline;
}
/********************************************************************/



/* Menu bas */
a.footer:link, a.footer:visited {
	font-family: Verdana;
	font-size: 10px;
	text-align: center;
}

.footer {
	font-family: Verdana;
	font-size: 10px;
	text-align: center;
}

/* Titre Page Centre */
.titre {
	padding-top: 5px;
	font-weight: bold;
	font-size: 11px;
	color: #C09B29;
}

/* Sous-titre */
.soustitre {
	font-size: 10px;
	font-weight: bold;
	height: 40px;
	vertical-align: top;
}

/* Small text */
.small {
	font-size: 10px;
	font-weight: bold;
}

.line {
	background: url("images/line.jpg") left;
	background-repeat: repeat-y;
}

/* Formulaire */
label, input, textarea, select {
	font-size: 10px;
	border: 0px;
	background-color: #F9FCDC;
}

label.inputSoustitre
{
	background-color : #46292F;
}

input.checkbox {
	background-color: #46292F;
}

input.radio {
	background-color: #46292F;
}

input.submit {
 	color: #D39D32;
	font-weight: bold;
}

.inputTitre {
	color: #D39D32;
	font-weight: bold;
}

.inputSousTitre {
	font-weight: bold;
}

.inputSubTotal {
	font-weight: bold;
	font-size : 12px;
	color: #D39D32;
}

/* Prix */
.SpecialPrice {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

.Price {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

.badPrice {
	color: #FFFFFF;
	text-decoration : line-through;
	font-size: 12px;
	font-weight: normal;
}

/* Produit */
.produitName {
	color: #D39D32;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
}

a.produitName:link, a.produitName:visited {
	color: #D39D32;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana;
}

.smallTitre {
	color: #D39D32;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana;
}
