body {
  background: #33070B;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
#background {
	position: relative;
	/*top: 10px;*/
}
.titre_rub, .titre_rub a {
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
.titre_rub a:hover, .titre_sous_rub a:hover, .titre_rub_on {
	text-decoration: underline;
}
.titre_sous_rub, .titre_sous_rub a {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.table_accueil {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
.table_accueil a {
	color: #FFF;
	text-decoration: underline;
}
.table_accueil a:hover {
	color: #FFF;
	text-decoration: none;
}
.table_accueil img {
	border: 1px solid #FFF;
}
.table_texte {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	border-right: 1px solid #FFF;
}
.table_texte a {
	color: #FFF;
	text-decoration: underline;
}
.texte {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
.texte a {
	color: #FFF;
	text-decoration: underline;
}
.titre_foot, .titre_foot a {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
.titre_foot a:hover{
	text-decoration: underline;
}
.sous_rub_on {
  color: #33070B;
}
.form {
}
.formerr {
	color: #DD0817;
}
.titre_formulaire {
  background-color: #70131E;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	padding: 2px;
}
form{
  margin: 0;
  padding: 0;
}
.input {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
  width: 140px;
  border: 1px solid #70131E;
}
.input_small {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
  width: 50px;
  border: 1px solid #70131E;
}
.input_large {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
  width: 250px;
  border: 1px solid #70131E;
}
.submit {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	cursor: pointer;
  color: #33070B;
  background-color: #CC98A5;
  border: 1px solid #70131E;
}
.textarea {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
  width: 420px;
  float: right;
  border: 1px solid #70131E;
}
.tab_cadre {
  border: 3px solid #70131E;
}
.tab_produits {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	padding: 2px;
  background-color: #70131E;
	border-top: 1px dotted #FFF;
	border-bottom: 1px dotted #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	width: 200px;
	height: 220px;
}
.tab_produits img {
  border: 1px solid #33070B;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 0;
}
.tab_panier_ligne_1 {
  background-color: #CC98A5;
}
.tab_panier_ligne_2 {
  background-color: #CC6C7C;
}
#separateur_blanc {
	border-top: 1px dotted #FFF;
	height: 1px;
	overflow: hidden;
	margin-top: 2px;
	margin-bottom: 2px;
}
