/* CSS Document */

body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: arial;
	font-size: 12px;
	color:#333333;
}

p input label span H1 H2 H3 {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

img {
	border: 0;
}

#clear {
	clear: both;
}

/* -----Boutons et Separateurs Generiques----- */

.BtOk a {
	width: 27px;
	height: 18px;
	overflow: hidden;
	position: relative;
	display: block;
	background-image: url(../images/generic/bt-ok.gif);
	background-position: 0 0px;
	background-repeat: no-repeat;
	text-decoration: none;
}
.BtOk a:hover {
	background-position: 0 -18px;
}
.BtOk b {
	visibility: hidden;
}

.BtHaut {
	height: 23px;
	overflow: hidden;
	text-align: right;
	text-decoration: none;
}
.BtHaut a {
	background-image: url(../images/generic/bt-haut2.gif);
	background-position: 0 0px;
	width: 100px;
	height: 23px;
	overflow: hidden;
	position: relative;
	float: right;
	text-align: left;
	color: #CC0000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.BtHaut a:hover {
	background-position: 0 -23px;
	color: #FF0000;
}
.BtHaut strong {
	position: relative;
	top: 5px;
}
.SeparHoriz700 {
	width: 700px;
	height: 20px;
	position: relative;
	background-image: url(../images/generic/separ-horiz.gif);
	background-repeat: repeat-x;
}


/* -----Visuels Produits----- */

#Visuels200 {
	width: 200px;
	height: 200px;
	display: block;
}

/* -----Textes Produits----- */

.MarqueProduit {
	font-size: 16px;
	font-weight: bold;
}
.MarqueProduit a {
	color: #990000;
	text-decoration: none;
}
.MarqueProduit a:hover {
	color: #FF3300;
}

.NomLongProduit {
	font-size: 12px;
}

.CatShopHP {
	font-size: 14px;
	font-weight: bold;
	color: #330000;
}
.CatShopHP a {
	color: #330000;
	text-decoration: none;
}
.CatShopHP a:hover {
	color: #FF3300;
}