body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #999999;
	margin: 0px;
	padding: 0px;
}
p {
	padding: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h1 {
	font-size: 13px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 13px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}
h6 {
	font-family: Courier, monospace;
	font-size: 14px;
	font-weight: normal;
	display: block;
	margin: 0px;
	padding: 0px;
}
a:link, a:visited {
	color: #527AA3;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #B92424;
}
a:active {
	color: #660000;
}
.texteBarre {
	text-decoration: line-through;
}
.messageErreur {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #990000;
}
.promoLegendeBold {
	color: #000000;
	text-align: center;
	display: block;
	margin-top: 5px;
	font-weight: bold;
}
.promoLegende {
	color: #000000;
	text-align: center;
	display: block;
}
.promoLegendePrix {
	color: #6699CC;
	text-align: center;
	display: block;
	font-weight: bold;
}
.panierTexte {
	font-size: 10px;
}
.panierTexte a {
	color: #000000;
}
.panierTexte a:visited {
	color: #000000;
}

.panierTexte a:hover {
	color: #9E0000;
}

.titreBox {
	font-size: 13px;
	font-weight: bold;
	background-color: #E6E6E6;
	display: block;
	height: 20px;
	width: 180px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.titrePromo {
	font-size: 13px;
	font-weight: bold;
	background-color: #6699CC;
	display: block;
	height: 20px;
	width: 180px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #FFFFFF;
}
.titreMain {
	font-size: 13px;
	font-weight: bold;
	background-color: #E6E6E6;
	display: block;
	height: 20px;
	width: 380px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

/* Spécification pour le copyright en bas (bloc) */

.copyright {
	font-size: 10px;
	text-align: center;
	display: block;
	margin-top: 10px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 20px;
}

/*  Spécification pour les menus horizontaux  */

#cadreMenu a {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	margin-right: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666666;
	padding-right: 10px;
}
#cadreMenu a:visited {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
#cadreMenu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/*  Spécification pour les catégories de 1er niveau  */

.categorie1 {
	color: #000000;
	text-decoration: none;
	padding: 0px;
	margin-top: 4px;
}
.categorie1 a {
	color: #000000;
	text-decoration: none;
	background-image: url(../../WebMediaFR/puce_off.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-weight: bold;
	display: block;
	text-indent: 15px;
}
.categorie1 a:visited {
	color: #000000;
	text-decoration: none;
}
.categorie1 a:hover {
	color: #000000;
	text-decoration: none;
	background-image: url(../../WebMediaFR/puce_on.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-weight: bold;
}
.categorie1active {
	color: #000000;
	text-decoration: none;
	list-style-position: inside;
	list-style-type: none;
	background-image: url(../../WebMediaFR/puce_actif.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: 15px;
	font-weight: bold;
	display: block;
	padding: 0px;
	margin-top: 4px;
}
.categorie1promo {
	color: #000000;
	text-decoration: none;
	list-style-position: inside;
	list-style-type: none;
	background-image: url(../../WebMediaFR/puce_on.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: 15px;
	font-weight: bold;
	display: block;
	padding: 0px;
	margin-top: 4px;
}

/*  Spécification pour les catégories de 2e niveau  */

.categorie2 {
	color: #666666;
	text-decoration: none;
	padding: 0px;
	margin-top: 4px;
	margin-left: 12px;
}
.categorie2 a {
	color: #666666;
	text-decoration: none;
	background-image: url(../../WebMediaFR/puce_off.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	text-indent: 15px;
}
.categorie2 a:visited {
	color: #FF0000;
	text-decoration: none;
}
.categorie2 a:hover {
	color: #FF0000;
	text-decoration: none;
	background-image: url(../../WebMediaFR/puce_on.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-weight: bold;
}
.categorie2active {
	color: #FF0000;
	text-decoration: none;
	list-style-position: inside;
	list-style-type: none;
	background-image: url(../../WebMediaFR/puce_on.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: 15px;
	font-weight: bold;
	display: block;
	padding: 0px;
	margin-top: 4px;
	margin-left: 12px;
}

/*  Style pour formater les boutons et les formulaires  */

input:focus {

}
input:active {

}
.formLoginTxt {
	width: 80px;
	float: left;
	display: block;
	height: 13px;
	margin-top: 5px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 10px;
}
.formLoginField {
	padding: 2px;
	width: 80px;
	margin-top: 5px;
	height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #F0F0F0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #333333;
	border-top-color: #F0F0F0;
	border-right-color: #F0F0F0;
	border-left-color: #F0F0F0;
}
.formulaireTexte {
	width: 200px;
	float: left;
	display: block;
	height: 15px;
	margin-top: 5px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.formulaireField {
	padding: 2px;
	width: 180px;
	margin-top: 5px;
	height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #F0F0F0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #333333;
	border-top-color: #F0F0F0;
	border-right-color: #F0F0F0;
	border-left-color: #F0F0F0;
}
.formulairePopup {
	width: 190px;
	margin-top: 5px;
}
.formulairePopupCourt {
	width: 75px;
	margin-top: 5px;
}
.boutonPanier {
	padding: 0px;
	margin-right: 15px;
}
.champNombre {
	padding: 2px;
	width: 30px;
	height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #333333;
	border-top-color: #F0F0F0;
	border-right-color: #F0F0F0;
	border-left-color: #F0F0F0;
	text-align: right;
	margin-right: 5px;
}
.boutonGo {
	margin-left: 5px;
}

/*  Spécification pour l'alignement des photos dans le textes  */

.photoGauche {
	float: left;
	margin-right: 10px;
	padding: 0px;
}
.photoDroite {
	float: right;
	padding: 0px;
	margin-left: 10px;
}.photoListe {
	height: 120px;
	width: 120px;
}
