html
{
	color: #000000;
	margin: 0px;
	padding: 0px;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-repeat: repeat;
	background-color: #A1003A;
	background-image: url(images/fond.jpg);
	text-align: center;
	padding: 10px;
}
form {
	margin: 0px;
	padding: 0px;
}

img
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

h1
{
	font-size: 170%;
	color: #E44825;
	margin-top: 0px;
	padding-top: 0px;
}
h2
{
	font-size: 140%;
	margin-top: 0px;
	padding-top: 0px;
}

a
{
	color: #0000FF;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.layout_entete
{
	background-color: #FFFFFF;
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}

.layout_menu
{
	background-color: #FFFFFF;
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}

.layout_page
{
	background-color: #FFFFFF;
	text-align: left;
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	padding: 15px;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F39913;
}
.layout_pied
{
	font-size: 90%;
	background-color: #FFFFFF;
	padding: 10px;
	text-align: left;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
}
A.headerMenu:link, A.headerMenu:visited {
	text-decoration: none;
	color: #7c7c7c;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: -0.03em;
} 
A.headerMenu:hover, A.headerMenu:active {
	text-decoration: none;
	color: #E44825;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: -0.03em;
} 
A.headerMenuSel:link, A.headerMenuSel:visited, A.headerMenuSel:hover, A.headerMenuSel:active {
	text-decoration: none;
	color: #E44825;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: -0.03em;
} 

.messages
{
	background-color: #E8FFF8;
	text-align: left;
	padding: 10px;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
}

.erreurs
{
	background-color: #FFFFCC;
	text-align: left;
	padding: 10px;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
}
.nettoyeur_gauche {
	clear: left;
}
.nettoyeur_droite {
	clear: right;
}
.invisible {
	display: none;
}
.centre {
	text-align: center;
}
.droite {
	text-align: right;
}
.gras {
	font-weight: bold;
}
.adresse_postale {
	margin-left: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
}
pre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.produits {
}

.produits .row_1
{
	background-color: #FFFFFF;
}
.produits  .image {
	background-color: #FFFFFF;
}

.produits .titre
{
	padding-bottom: 3px;
	padding-top: 3px;
	padding-right: 3px;
}
.produits h2
{
	font-size: 17px;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-decoration: underline;
	line-height: 1em;
}

.produits h3
{
	font-size: 17px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	line-height: 1em;
}
.produits h2 a   {
	color: #000000;
	text-decoration: underline;
}
.produits h3 a {
	color: #000000;
}
.produits .type
{
	font-size: 13px;
	padding-bottom: 2px;
	color: #999999;
	font-weight: bold;
}
.produits .prix
{
	font-weight: bold;
	font-size: 13px;
	color: #00AA30;
	padding-bottom: 4px;
}

.produits .texte
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
}
.article {
	margin-bottom: 15px;
}

.article .gauche
{
	background-color: #EAEAEA;
}

.article .gauche a
{
	color: #812354;
}

.article h2
{
	font-size: 17px;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-decoration: underline;
	padding-bottom: 2px;
}
.article   h3   {
	font-size: 17px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

.article .type
{
	font-size: 12px;
	padding-bottom: 10px;
	color: #999999;
	font-weight: bold;
}
.article  .prix {
	font-weight: bold;
	font-size: 18px;
	color: #00AA30;
	padding-bottom: 10px;
}

.article .texte
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
}
.mini_panier {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 120%;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	text-align: left;
	background-color: #620A1B;
	background-image: url(images/mini_panier_fond.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.mini_panier  a       {
	color: #ff6600;
}
.panier {
}
.panier .erreur {
	border: 1px solid #000000;
	margin-bottom: 10px;
	padding: 5px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	background-color: #CC0000;
	margin-top: 10px;
}
.panier .tableau {
	background-color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000000;
}
.panier .tableau th {
	background-color: #E44825;
	text-align: left;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
	color: #FFFFFF;
}
.panier .tableau td {
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
	vertical-align: middle;
}
.panier .tableau .bouton {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
}
.validation {
}
.validation .tableau {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #000000;
	color: #000000;
}
.validation .tableau th {
	text-align: left;
	vertical-align: top;
	color: #FFFFFF;
	background-color: #E44825;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
}
.validation .tableau td {
	background-color: #FFFFFF;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
}
.validation .tableau .moyen {
	width: 310px;
	border: 1px solid #999999;
}
.validation .tableau .court {
	width: 150px;
	border: 1px solid #999999;
}
.validation .tableau .erreur {
	background-color: #CC0000;
	padding: 2px;
	float: left;
}
.boutons {
	margin-top: 10px;
	margin-bottom: 10px;
}

