/********/
/* HTML */
/********/
body, td, select {
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 12px;
	color		: #473F2A;
}
body {
	margin			: 0 20px 20px 20px;
	background-color: #FFF3CE;
}
a:link, a:visited, a:hover {
	color			: #B65635;
	text-decoration	: none;
	font-weight		: bold;
}
a:hover {
	text-decoration	: underline;
}
hr {
	border			: 0;
	border-top		: 1px #FE8B04 dashed;
	height			: 1px;	
	margin-top		: 10px;
	margin-bottom	: 10px;
}
h1 {
	font-size	: 28px;
	color		: #000000;
	font-weight	: bold;
}
h2, h3 {
	font-size	: 16px;
	color		: #000000;
	font-weight	: bold;
}
.titre_h3 {
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 12px;
	color		: #473F2A;
	margin:0px;
	padding:0px;
}
.marge {
	margin: 0;
	padding:0px;
}
h3 {
	display : inline;
}
h6 {
	color			: #473F2A;
	font-size		: 14px;
	font-weight		: bold;
	margin-bottom	: 15px;
}
select, input, textarea {
	font-family			: Arial, Helvetica, sans-serif;
	background-color	: #FFFFFF;
	border				: 1px #A5ACB2 solid;
	font-size			: 12px;
	margin-bottom		: 2px;
}
input, textarea {
	padding	: 1px;
}
form {
	margin : 0;
}
/********** Fin HTML **********/



/***********/
/* CLASSES */
/***********/
.texte_gris {
	color	: #7F7F7F;
}
.erreur, .ok {
	font-weight	: bold;
	font-size	: 14px;
	color		: #FFFFFF;
	padding		: 10px 0 10px 0;
	text-align	: center;
}
.erreur {
	background-color : #B65635;
}
.ok {
	background-color : #009900;
}
.bouton {
	padding	: 0;
}
.checkbox {
	border : 0;
}
.notice {
	background-color: #FFF3CE;
	border			: 1px #CCCCCC solid;
	padding			: 2px;
	color			: #777777;
}
.prix {
	font-size	: 14px;
	font-weight	: bold;
	color		: #B65635;
}
.prix_cadre {
	font-size		: 14px;
	font-weight		: bold;
	color			: #B65635;
	background-color: #FFFFFF;
	border			: 1px #B65635 solid;
	padding			: 3px 5px 3px 5px;
}


/* Pour caddie ou autre tableau d'affichage */
.tableau {
	border-collapse	: collapse;
}
.tableau td {
	background-color: #FFF6E1; /* #FFF3CE;*/
	border			: 1px #AC9466 solid;
}
.tableau th {
	background-color	: #F2E5C0;
	color				: #B65635;
	font-weight			: bold;
	font-size			: 13px;
	border				: 1px #AC9466 solid;
}
.tableau a:link, .tableau a:visited, .tableau a:hover, .tableau a:active {
	font-weight	: normal;
}


/* Pavé d'affichage */
.pave {
	margin-bottom	: 12px;
}
.pave .entete {
	background-color	: #FFF3CE;
	background-repeat	: no-repeat;
	height				: 26px;
	border-bottom		: 1px #FFF3CE solid;
	text-align			: right;
}
.pave .contenu {
	font-size			: 12px;
	background-color	: #FFFFFF;
	padding				: 5px;
	background-image	: url(images/modele/fond_pave.gif);
	background-position	: top right;
	background-repeat	: no-repeat;
	border				: 1px #473F2A solid;
}
.pave .pied {
	background-color: #F2F7FF;
}
.pave .puce_rubriques {
	margin-right : 10px;
}
.pave .texte_img {
	margin	: 3px 0 3px 3px;
}
.pave p {
	margin	: 10px;
}
.pave a:link, .pave a:visited, .pave a:hover, .pave a:active {
	color : #473F2A;
}


/* Vignette */
.vignette {
	margin-bottom	: 3px;
}
.vignette_blanche {
	background-color:#FFFFFF;
	border			: 1px #473F2A solid;
}
.vignette .image {
	border			: 1px #B65635 solid;
}


/* Fiche produit */
.fiche_produit {
}
.fiche_produit .image {
	border : 2px #B65635 solid;
}


/* Pied */
.pied_page, .pied_page a:link, .pied_page a:visited, .pied_page a:hover, .pied_page a:active {
	font-size		: 9px;
	color			: #FFFFFF;
	background-color: #473F2A;
}
.pied_page a.lien:link, .pied_page a.lien:visited, .pied_page a.lien:hover, .pied_page a.lien:active {
	color		: #E7673B;
	font-weight	: bold;
}
/********** Fin CLASSES **********/



/******/
/* ID */
/******/
/* Structure principale */
#structure {
/*	background-color	: #FFFFFF;*/
}

/* Menu haut */
#menu_haut {
	margin-bottom	: 20px;
	height			: 25px;
}
#menu_haut .contenu {
	background-image: url(images/menu_haut/fond.gif);
	font-weight		: bold;
}
#menu_haut .separ {
	margin-left		: 12px;
	margin-right	: 12px;
}
#menu_haut a {
	color	: #473F2A;
}

/* Menu gauche */
#menu_gauche {
	margin-left	: 0px;
}


/* Menu Droite */
#menu_droite {
	margin-right	: 0px;
}

/* Contenu */
#contenu {
	margin				: 0 15px 20px 15px;
	width				: 512px;
}
#contenu .contenu {
	border				: 1px #473F2A solid;
	background-color	: #E7C789;
}
#contenu .entete {
	background-color	: #FFF3CE;
	border-bottom		: 2px #FFF3CE solid;
}
#contenu .entete .gauche {
	background-color	: #FFF3CE;
}
#contenu .entete .droite {
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 12px;
	font-weight			: bold;
	color				: #FFFFFF;
	background-color	: #473F2A;
	padding-right		: 30px;
}

#contenu .contenu_accueil {
	background-image	: url(images/modele/fond_contenu_selection.gif);
	background-position	: top;
	background-repeat	: no-repeat;
}
#contenu .contenu_defaut {
	background-image	: url(images/modele/fond_contenu_defaut.gif);
	background-position	: top;
	background-repeat	: no-repeat;
}
#contenu .contenu_promotions {
	background-image	: url(images/modele/fond_contenu_promotions.gif);
	background-position	: top;
	background-repeat	: no-repeat;
}


/* Facture */
#facture {
	width : 17cm;
}
/********** Fin ID **********/