#boutique {
	width:650px;
}
#main_produit {
	width:200px;
	height:300px;
	border: 1px dashed grey;
	padding:4px;
	background-color:#fff;
	color: black;
	font-weight:normal;
	font-size:11px;
}

#listeproduits {
	width:100%;
	height:100%;
}
td {
	text-align:center;
	}
td.right {
	text-align:right;
	right-padding:5px;
	}
td.left {
	text-align:left;
	}
#listeproduits td {
	width:150px;
	height:150px;
}
#listeproduits a {
	text-decoration:underline;
}
#listeproduits td:hover {
	background-color:#9c0808;
	cursor:hand;
}
#listeproduits td:hover a {
	color:white;
}

img {
width:100px;
height:133px;
border:none;
}
img#big {
width:150px;
height:200px;
padding-bottom:5px;
}
#boutique a, #boutique a:hover, #boutique a:visited {
color:#FF0000;
}

tr.odd td {
background-color:#dc7878;
}
tr.even td {
background-color:#9c0808;
color:white;
}
tr.total {
background-color:#ccc;
color:black;
font-weight:bold;
}
tr.even td.erase, tr.odd td.erase {
background-color:#fff;
}
td.erase a:link, td.erase a:hover, td.erase a:visited  {
color:black;
font-weight:bold;
text-decoration:none
}
th{
background-color:#ccc;
color:black;
}
input {
     color:#CC0000;
     background-color:#ccc;
     font-size:10px;
     font-family:arial;
}

input[disabled] {
     color:#222;
	 font-style:italic;
}
select {
     color:#CC0000;
     background-color:#fff;
     font-size:10px;
     font-family:arial;
}
img.picto {
width:16px;
height:16px;
}
p.intro {
	text-align: justify;
	text-indent: 15px;
}
