
/* ----------------------------------------------------------------------------- */
/*                          Paramètres généraux                                  */
/* ATTENTION : ENTRER L'URL DE VOTRE_BOUTIQUE DANS LE STYLE "TD List-style-image"*/
/* ----------------------------------------------------------------------------- */

BODY {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	list-style-image: url(/#chemin#/site_image/puce.jpg);
	color: #000000;
}

.petit {

	font-size: -3px;
}

img { border:0px;}


/* -------------------------- */
/* Liens (Général)            */
/* -------------------------- */



A {	
	color: #787878;
	text-decoration: none;
}

A:visited {
	color: #787878;
	text-decoration: none;
}

A:hover {
	color: #FF9900;
	text-decoration: underline;
}
A:active {
	color: #000000;
	text-decoration: none;
}
A:link {
	color: #000000;
}

/* ---------------------------------- */
/* Liens (Menu dynamique des rayons)  */
/* ---------------------------------- */

A.menu {
	font-size: 11px;
	color: #000000;
	font-family: "Trebuchet MS";
	text-decoration: none;
	text-indent: 0px;
	display: block;
	width: 140px; 
	height: 20px;

	background-position: 0; no-repeat;
}

A.menu:hover {
	font-size: 11px; color: #0033FF; font-family: "Trebuchet MS";
	text-indent: 0px;
	display: block;
	width: 140px;
	height: 20px;

	background-position: 140; no-repeat;
}

A.menu:visited {
	color: #000000;
	text-decoration: none;
}

A.menu:active {
	color: #FF9900;
	text-decoration: none;
}
a.menu:link {
	text-decoration: none;
}

/* -------------------------- */
/* PARAGRAPHES / TITRES...... */
/* -------------------------- */

H1 {
	font: bold 16px/16px verdana, arial, sans-serif;

}

H2 {
	font: bold 18px/18px verdana, arial, sans-serif;
}

H3 {
	font: bold 16px/16px verdana, arial, sans-serif;
}

H4 {
	font: bold 14px/14px verdana, arial, sans-serif;
}



/* -------------------------- */
/* FORMULAIRES............... */
/* -------------------------- */


FORM { margin:0; padding:0;
}

INPUT {

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

SELECT, option {
	border:1px solid #787878;
	background-color:#FFFFFF;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 4px;
}

TEXTAREA {
	border:1px solid #FFFFFF;
	background-color:#CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 9px;
}



/* ---------------------------- */
/* TABLEAU A COULEURS ALTERNEES */
/* ---------------------------- */

.styleCell1 {

	background-color: #E1E1E1;

}
	
.styleCell2 {

	background-color: #F6F6F6;

}



/* ------------------------------------ */
/* UNIQUEMENT POUR LA PAGE mescommandes */
/* ------------------------------------ */


.black {
	color: black;
}

.orange {
	color: orange;
}
.green {
	color: green;
}
.red {
	color: red;
}




/* ------------------------------------------ */
/* styles des commentaires clients (avis)     */
/* ------------------------------------------ */

.avis {
	font-style: italic;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}

/* --------------------------------------------------- */
/* style de "Ajouter au panier" (#ssproduit_nosize#)   */
/* --------------------------------------------------- */

.selecteur {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	height: 18px;
	width: 280px;
}
.ssproduit {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}
.selectSousProduit {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #787878;
}

/* ------------------------------------- */
/* STYLES CSS PERSONNALISES              */
/* Placez vos sytles personnels ici            */
/* ------------------------------------- */

.maintable {
	background: url(/_boutiques/MCD/site_image/gback.gif); 

}

.titre-rayon {
	font-size: 16px; color: #000000; font-family: "Trebuchet MS";

}
.nav {
	font-size: 16px; color: #FFFFFF; font-family: "Trebuchet MS";

}

A.nav:hover {
	color: #FFFFFF;
	text-decoration: none;
}

A.nav:visited {
	color: #FFFFFF;
	text-decoration: none;
}

A.nav:active {
	color: #FF9900;
	text-decoration: none;
}
a.nav:link {
	text-decoration: none;
}
.bloc-produit-home {
	width: 165px;
	height: 240px;
	margin: 10px;

}
.fl-droite { float: right; }
.fl-gauche { float: left; }