* {
	font-family: Arial, Helvetica, sans-serif;
}
body,td,th,textarea {
	font-size: 9pt;
	color: #666666;
}
img {
    border: 0;
}
form {
	margin: 0px;
	padding: 0px;
}

/*** Blogs-like ***/

body {
    margin: 15px 0px 20px 0px;
	padding: 0px;
	background-color: #CFA165;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 100%;
	word-spacing: normal;
	text-align: center;
}

#container {
	width: 771px;
	border: 3px solid #C8002F;
	line-height: 140%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #fff;
}

#center {
    font-size: 14px;
    padding: 0 10px;
}

#banner {
	color: #fff;
	height: 45px;
}

#banner h1 {
	display : none;
}


#banner h2 {
    font-size: 90%;
    background-color: #C8002F;
    width: auto;
    padding: 0px 10px 5px 15px;
    margin: 0px 0px 5px 0px;
    border-top: 0px solid #fff;
    border-bottom: 0px solid #C8002F;
    font-weight: normal;
}
#banner-img {
    background: #FFF url("http://belgique.silvousplait.fr/files/Banniere/Banniere-silvousplait.gif") no-repeat 0% 0%;
    height: 152px;
}
div.img-link a {
    display: block;
	text-decoration: none;
    width: 100%;
    height: 152px;
}

/*** ***/

h3 {
    font-size: 15px;
}
a.download {
    font-size: 18px;
}

/** liste **/

div.product {
    float: left;
    height: 120px;
    width: 170px;
    text-align: left;
}
div.product div.photo {
    float: left;
    margin-right: 5px;
}
div.product div.photo img {
    border: 0;
}

/** fiche produit **/

div.fiche {
    margin-left: 30px;
    width: 659px;
    text-align: left;
    background: url(graphics/ficheproduit-middle.jpg) repeat-y;
}

div.fiche div.fiche1 {
    background: url(graphics/ficheproduit-top.jpg) no-repeat;
}

div.fiche div.fiche2 {
    background: url(graphics/ficheproduit-bottom.jpg) no-repeat 0 100%;
}

div.fiche div.right {
    float: right;
    width: 311px;
}
div.fiche div.rightcontent {
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 23px;
}

div.fiche div.photos {
    text-align: center;
    width: 250px;
    margin: 0 30px;
}

/** coordonnees **/

div.coord {
    margin-left: 30px;
    width: 659px;
    text-align: left;
    background: url(graphics/coord-middle.jpg) repeat-y;
}

div.coord div.coord1 {
    background: url(graphics/coord-top.jpg) no-repeat;
}

div.coord div.coord2 {
    background: url(graphics/coord-bottom.jpg) no-repeat 0 100%;
    padding: 20px 20px 20px 20px;
}
div.coord form input {
    width: 200px;
}

div.clear {
    clear: both;
    font-size: 2px;
}

div.footer {
    margin: 5px 80px 0 50px;
}
div.footer .text {
    color: #fcab6c;
    padding-top:10px;
}
div.footer .text a {
    color: #fcab6c;
    text-decoration: none;
}

table.viewrecap {
    width: 60%
}
table.viewrecap tr th,
table.viewrecap tr td {
    padding: 2px 5px;
}

input.quantity {
    width: 25px;
}

.error {
    color: red;
}
