body	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0px;
	padding: 0px;
	background-color: #e7e8e9;
	background-image: url("../img/anniecohen/fondgris.png");
	background-repeat: repeat-x;
	background-position: top;
}

a:link {color: #003366; text-decoration: none;}
a:visited {color: #003366; text-decoration: none;}
a:hover {color: #101010; text-decoration: none;}

a.entete:link {color: #ff0000; text-decoration: none;}
a.entete:visited {color: #ff0000; text-decoration: none;}
a.entete:hover {color: #00ff00; text-decoration: none;}

table	{
	font-size: 12px;
}

table.txtentetedroite	{
	color: #003366;
	font-size: 10px;
	line-height: 14px;
}

table.page	{
	font-size: 12px;
	text-align: justify;
	border: 1px solid #000000;
	background-color: #ffffff;
	width: 980px;
	height: 600px;
	padding: 0px;
	margin: 10px;
}

td.entete	{
	padding: 0px;
	margin: 0px;
	background-image: url("../img/anniecohen/entete-acohen.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	height: 120px;
}

span.nomlaboentete	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
	color: #fff;
}

span.sloganentete	{
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	color: #e4e4e4;
}

span.nomaudioentete	{
	font-size: 12px;
	line-height: 12px;
	color: #fedfc1;
}

td.menuhaut	{
	padding: 0px;
	text-align: right;
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
	font-variant: small-caps;
	background-image: url("../img/anniecohen/fondmenuhaut.png");
	background-repeat: repeat-x;
	background-position: top;
	background-color: #3366cc;
	height: 26px;
}

	td.menuhautextremitegauche	{
		background-image: url("../img/anniecohen/menuhg.png");
		background-repeat: no-repeat;
		background-position: right top;
		width: 12px;
		height: 26px;
		padding: 0px;
	}
	
	td.menuhautseparateur	{
		background-image: url("../img/anniecohen/menuhs.png");
		background-repeat: no-repeat;
		background-position: left top;
		width: 18px;
		height: 26px;
		padding: 0px;
	}
	
	td.menuhautlien	{
		background-image: url("../img/anniecohen/menuhi.png");
		background-repeat: repeat-x;
		background-position: top;
		padding: 0px;
		height: 26px;
		font-size: 11px;
	}

		td.menuhautlien a:link	{color: #003366; text-decoration: none;}
		td.menuhautlien a:hover	{color: #3366cc; text-decoration: none;}
		td.menuhautlien a:visited	{color: #003366; text-decoration: none;}

td.contenu	{
	padding: 10px;
	margin: 0px;
	font-size: 12px;
	width: 820px;
	background-image: url("../img/anniecohen/fondcontenu.jpg");
	background-repeat: no-repeat;
	background-position: right bottom;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
}

	.contenu p	{
		text-align: justify;
	}

td.pied	{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	margin: 0px;
	font-size: 10px;
	height: 26px;
	font-weight: bold;
	color: #fff;
	background-image: url("../img/anniecohen/pied.png");
	background-repeat: repeat-y;
	background-position: left top;
}

td.menugauche	{
	padding: 5px 0px 5px 10px;
	margin: 0px;
	text-align: left;
	font-size: 11px;
	background-color: #3366cc;
	/*width: 105px;*/
	width: 150px;
}

	td.menugauchelien	{
		padding: 2px 0px 4px 4px;
		font-size: 11px;
		text-align: left;
/* 		width: 95px; */
		line-height: 13px;
	}

		td.menugauchelien:hover	{background-color: #3a75e9;}

		.menugauchelien a:link {color: #fff; text-decoration: none;}
		.menugauchelien a:visited {color: #fff; text-decoration: none;}
		.menugauchelien a:hover {color: #fedfc1; text-decoration: none;}
	
	td.menugauchetitre	{
		color: #fedfc1;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 8px;
		padding-bottom: 0px;
		font-size: 12px;
		text-align: left;
		font-weight: bold;
		font-variant: small-caps;
	}

input.choisiradresse
	{
	background-color: #ffffff;
	border: 1px solid #003366;
	font-size: 10px;
}

td.coord
	{
	text-align: right;
}

	input.coord
		{
		border: 1px solid #003366;
		background-color: #ffffff;
		color: #003366;
		font-size: 12px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		margin: 0px;
		padding: 0px;
		width: 256px;
		}

	select.coord
		{
		border: 1px solid #003366;
		background-color: #ffffff;
		color: #003366;
		font-size: 11px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		margin: 0px;
		padding: 0px;
		width: auto;
		}

	textarea.coord
		{
		margin: 0px;
		padding: 0px;
		border: 1px solid #003366;
		background-color: #ffffff;
		color: #003366;
		font-size: 12px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		width: 256px;
		height: 200px;
		}

input.login
	{
	border: 1px solid #003366;
	background-color: #ffffff;
	color: #003366;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	width: 128px;
}

input.loginbtn
	{
	border: 1px solid #003366;
	background-color: #cee6ff;
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 5px;
}

	.designationlistarticles a:link {color: #003366; text-decoration: none;}
	.designationlistarticles a:visited {color: #003366; text-decoration: none;}
	.designationlistarticles a:hover {color: #7d7d7d; text-decoration: none;}

input.qte
	{
	border: 1px solid #003366;
	background-color: #ffffff;
	color: #003366;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	width: 32px;
	text-align: right;
}

tr.entetepanier
	{
	border: 1px solid #13273f;
	background-color: #ffc37c;
	text-align: center;
}


tr.entetepassercommande
	{
	border: 1px solid #13273f;
	background-color: #8DE1FF;
	color: black;
	text-align: center;
}
td.boutongauche
	{
	padding: 0px;
	margin: 0px;
	height: 32px;
	width: 11px;
	background-image: url("../img/anniecohen/boutong.gif");
	background-repeat: no-repeat;
	background-position: right top;
}

	td.boutonmilieu
		{
		padding: 0px;
		margin: 0px;
		height: 32px;
		width: auto;
		text-align: center;
		font-size: 11px;
		font-weight: bold;
		background-image: url("../img/anniecohen/boutonm.gif");
		background-repeat: repeat-x;
		background-position: top;
		}

	td.boutondroite
		{
		padding: 0px;
		margin: 0px;
		height: 32px;
		width: 11px;
		background-image: url("../img/anniecohen/boutond.gif");
		background-repeat: no-repeat;
		background-position: left top;
		}

td.bandeau
	{
	background-color: #daecff;
	color: #003366;
	background-image: url("../img/anniecohen/milieutitre.gif");
	background-repeat: repeat-x;
	background-position: center center;
}

td.bandeauclair
	{
	background-color: #f2f8ff;
}

td.bandeaufonce
	{
	background-color: #daecff;
}

td.bandeaufondhautgauche
	{
	padding: 0px;
	margin: 0px;
	height: 7px;
	width: 7px;
	background-image: url("../img/anniecohen/bandfondhg.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
}

	td.bandeaufondhautdroite
		{
		padding: 0px;
		margin: 0px;
		height: 7px;
		width: 7px;
		background-image: url("../img/anniecohen/bandfondhd.gif");
		background-repeat: no-repeat;
		background-position: left bottom;
		}

	td.bandeaufondbasgauche
		{
		padding: 0px;
		margin: 0px;
		height: 7px;
		width: 7px;
		background-image: url("../img/anniecohen/bandfondbg.gif");
		background-repeat: no-repeat;
		background-position: right top;
		}

	td.bandeaufondbasdroite
		{
		padding: 0px;
		margin: 0px;
		height: 7px;
		width: 7px;
		background-image: url("../img/anniecohen/bandfondbd.gif");
		background-repeat: no-repeat;
		background-position: left top;
		}

td.bandeaufondhautgaucheespace
	{
	padding: 0px;
	margin: 0px;
	height: 23px;
	width: 23px;
	background-image: url("../img/anniecohen/bandfondhgesp.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
}

	td.bandeaufondhautdroiteespace
		{
		padding: 0px;
		margin: 0px;
		height: 23px;
		width: 23px;
		background-image: url("../img/anniecohen/bandfondhdesp.gif");
		background-repeat: no-repeat;
		background-position: left bottom;
		}

	td.bandeaufondbasgaucheespace
		{
		padding: 0px;
		margin: 0px;
		height: 23px;
		width: 23px;
		background-image: url("../img/anniecohen/bandfondbgesp.gif");
		background-repeat: no-repeat;
		background-position: right top;
		}

	td.bandeaufondbasdroiteespace
		{
		padding: 0px;
		margin: 0px;
		height: 23px;
		width: 23px;
		background-image: url("../img/anniecohen/bandfondbdesp.gif");
		background-repeat: no-repeat;
		background-position: left top;
		}

td.caddie
	{
	width: 100px;
	height: 106px;
	background-image: url("../img/anniecohen/caddie.jpg");
	background-repeat: no-repeat;
	background-position: center center;
}

td.maison
	{
	width: 100px;
	height: 100px;
	background-image: url("../img/anniecohen/maison.jpg");
	background-repeat: no-repeat;
	background-position: center center;
}

td.calculatrice
	{
	width: 100px;
	height: 100px;
	background-image: url("../img/anniecohen/calculatrice.jpg");
	background-repeat: no-repeat;
	background-position: center center;
}

td.dossiers
	{
	width: 100px;
	height: 100px;
	background-image: url("../img/anniecohen/dossiers.jpg");
	background-repeat: no-repeat;
	background-position: center center;
}

a.violet:link {color: #003366; text-decoration: none;}
a.violet:visited {color: #003366; text-decoration: none;}
a.violet:hover {color: #6f2288; text-decoration: none;}

a.jaune:link {color: #003366; text-decoration: none;}
a.jaune:visited {color: #003366; text-decoration: none;}
a.jaune:hover {color: #eeda00; text-decoration: none;}

tr.entetecommande
	{
	text-align: center;
	color: black;
	font-weight: bold;
	background-color: #ffcb43;
}

	td.cmdbordurebasdroite
	{
	border-bottom: 1px solid #868686;
	border-right: 1px solid #868686;
}

	td.cmdbordurebas
	{
	border-bottom: 1px solid #868686;
}

	td.cmdbordurehaut
	{
	border-top: 1px solid #868686;
}

	td.cmdbordurehautdroite
	{
	border-top: 1px solid #868686;
	border-right: 1px solid #868686;
}

	td.cmdborduredroite
	{
	border-right: 1px solid #868686;
}

tr.couleurmesadresses
	{
	background-color: #daecff;
}

td.oreilledessin
	{
	width: 200px;
	height: 325px;
	background-image: url("../img/anniecohen/oreille_dessin.gif");
	background-repeat: no-repeat;
	background-position: center center;
}

table.fidelitedetailarticle
	{
	width: auto;
	height: auto;
	font-size: 12px;
	border: 4px solid #ffe674;
	background-image: url("../img/anniecohen/fidelitedetart.jpg");
	background-repeat: no-repeat;
	background-position: top left;
}

table.accueil	{
	width: 800px;
	text-align: left;
}

	table.accueil td.coordonnees	{
		background-color: #f2f6ff;
		border: 1px solid #cccccc;
		padding: 5px;
	}

	table.accueil td.textepresentation	{
		background-color: #fff;
	}

		table.accueil td.textepresentation span	{
			color: #3366cc;
			font-weight: bold;
			font-size: 24px;
			margin: 0;
			padding: 0;
		}

		table.accueil td.textepresentation p	{
			text-align: justify;
			color: #000;
			font-size: 12px;
			line-height: 22px;
			margin: 0;
			padding: 0;
		}

	table.accueil td.photospageaccueil	{
		background-image: url('/img/anniecohen/photos-page-accueil.jpg');
		background-color: #fff;
		background-repeat: no-repeat;
		background-position: top center;
		width: 800px;
		height: 289px;
	}

	table.accueil td.prothesebla	{
		background-color: #fff;
		background-image: url('/img/anniecohen/fond-prothese-bla.jpg');
		background-repeat: no-repeat;
		background-position: center center;
	}

		table.accueil td.prothesebla span.titre	{
			color: #3366cc;
			font-weight: bold;
			font-size: 22px;
			margin: 0;
			padding: 0;
		}

		table.accueil td.prothesebla p.argumentsbla	{
			font-size: 14px;
			line-height: 20px;
			text-align: center;
			font-style: italic;
			margin: 0;
			padding: 0;
		}

		table.accueil td.prothesebla span.ensemble	{
			color: #003366;
			font-weight: bold;
			font-size: 14px;
			margin: 0;
			padding: 0;
		}

table.rndproduitsaccueil	{
	border: 1px solid #000;
	font-size: 10px;
	width: 800px;
	background-color: #fedfc1;
}

	table.rndproduitsaccueil th	{
		font-size: 13px;
		font-weight: bold;
		color: #000;
	}

	table.rndproduitsaccueil td	{
		border-top: 1px solid #505050;
		border-left: 1px solid #505050;
		border-right: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
		background-color: #fff;
		padding: 4px;
	}

	table.rndproduitsaccueil td p.prix	{
		font-size: 14px;
		line-height: 14px;
		font-weight: bold;
		text-align: right;
		margin: 0;
		padding: 0;
	}
