
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(Images/CharteGraphique/Fond01.jpg);
	background-repeat: repeat-y;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #503031;
	font-size: 14px;
	font-weight: bold;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #F57335;
}

.Suligne {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #F57335;
}

.SulignePetit {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #F57335;
	font-weight: normal;
}

.textcontact {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #503031;
	font-size: 12px;
	font-weight: normal;
}

div.divArticle {
	border: 1px dashed #552B2B;
	width:280px;
	float:left;
	margin:5px;
	padding:5px;
}

div.divArticle1col {
	border: 1px dashed #552B2B;
	width:580px;
	float:left;
	margin:5px;
	padding:5px;
}

A {
	color:#876238;
	font:  9 Times New Roman, Times, serif;
	text-decoration:none;
}

A:hover {
	font:  9 Times New Roman, Times, serif;
	text-decoration:none;
}

/* Article */
.Titre {
	color: #876238;
	font-weight: bold;
}

.DimentionArticle {
	color: #876238;
}

.Prix {
	color: #333333;
	font-weight: bold;
}

#PanierRapel {
	height: 152px;
	width: 155px;
	background-image: url(Images/CharteGraphique/FondPanier.gif);
	background-repeat: no-repeat;
	position:fixed;
	bottom:200;
	left:0;
	padding-left:10px;
	padding-top:5px;
}

.Petit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}

.Petitmaron {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #876238;
}

.EntetePanier {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #876238;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

/* form */
.inputqte {
	background-color: #F7EEDD;
	color: #583C17;
	text-align: center;
	padding: 2px;
	border: 1px solid #583C17;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width:90%;
}

input {
	background-color: #F7EEDD;
	font-weight: bold;
	color: #896D45;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
}

.inputpanier {
	background-color: #F5E7C5;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

textarea {
	background-color: #F7EEDD;
	font-weight: bold;
	color: #896D45;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
}
