@charset "iso-8859-1";

BODY
	{
		color: black;
		font-family: "Verdana";
		text-align: center;
	}

DIV.TitrePrincipal
	{
		font-family: Arial;
		font-size: 2em;
		font-weight: bolder;
	}

	.SousTitrePrincipal
	{
		font-family: Arial;
		font-size: 1em;
		font-weight: 900;
		font-style: oblique;
		margin-bottom: 1.5em;
	}

	.QuestionsCommentaires
	{
		font-size: 1.1em;
		font-weight: 900;
		font-style: oblique;
		margin-bottom: 1.5em;
	}

	.Prix
	 {
		margin-top: -1.5em;
	    	margin-bottom: 0.5em;
		padding-left: 525px;
		text-align: center;
		font-weight: bold;
	   	 font-size: 1.0em;
	}

	.PrixPetit
    {
		margin-top: -1.3em;
		    margin-bottom: 0.5em;
		    margin-right: 1em;
		padding-left: 525px;
		text-align: right;
		    font-size: 1em;

	}

	.TitreItem
	{
		padding-left: -1.5em;
		text-align: left;
		font-family: cursive;
		font-weight: bold;
		font-size: 1.3em;
	}

	.InfoCompagnie
	{
		font-weight: bold;
		font-size: 0.5em;
	}

SPAN.Dollars
	{
		font-style: oblique;
		font-size: 1.1em;
	}



TABLE.produit
	{
		border: thin solid black;
		margin-left:auto;
		margin-right:auto;
		margin-bottom: 2em;


	}

TABLE.cadre
	{
		border: thin solid black;
		margin-left:auto;
		margin-right:auto;
		margin-bottom: 2em;

	}

TD.produit
	{
		border: 0.05em solid black;
		padding-left: 1em;
	}


TD.Formulaire
	{
		border: 0.05em none black;
		padding-left: 1em;
		padding-top: 0.25em;
		padding-bottom: 0.25em;
	}

A
	{
		font-weight: bold;
	}

A:visited
	{
		color: blue;
	}

A:hover
	{
		color: red;
		text-decoration: none;
	}

A.Email
	{
		font-size: 0.7em;
	}

A.Infos
	{
		font-weight: normal;
		font-size: 0.6em;
	}

UL
	{
		list-style-type: square;
		list-style-position: outside;
		display: block;
		margin-right: 1em;
		margin-left: 2em;
		margin-top: 1em;

		font-size: 0.9em;
		font-weight: bold;
		text-align: justify;
		list-style-image: url(pucejaune.gif);
		vertical-align: top;
	}

LI
	{
		margin-bottom: 0.5em;
		margin-left: -1em;
	}

	.Sub1
	{
		margin-bottom: 0.5em;
		margin-left: 0em;
		font-size: 0.9em;
	}

P.ImageItem
	{
		text-align: center;
		vertical-align: middle;
		margin-top: 1em;
		margin-bottom: 1em;
	}
