*
		{
		margin:								0px;
		padding:							0px;
		}
body
		{
		height:								auto;
		font-size:							12px;
		font-family:						arial,sans-serif;
		background-image: 					url(../images/background.png);
		background-repeat: 					repeat-y;
		background-attachment: 				scroll;
		background-position:				50%;
		}	
img
		{
		border:								0px;
		}
p
		{
		font-size:							1em;
		margin-top:							0.5em;		
		}
img.produit
		{
		border:								0px;
		width:								200px;
		height:								134px;
		}

div#global
		{
		width:								800px;
		height:								auto;
		margin-left:						auto;
		margin-right:						auto;
		}
div#contenu
		{
		padding-left:						10px;
		padding-right:						10px;
		width:								770px;
		}
div#menu
		{
		width:								auto;
		padding-left:						65px;
		}
div#banner
		{
		text-align:							center;
		}

div.cadre_produit
		{
		margin-left:						auto;
		margin-right:						auto;	
		border:								1px solid #6699FF;
		width:								600px;
		height:								auto;
		margin-top:							20px;
		}
div.form_centre
		{
		text-align:							center;
		background-color:					white;
		padding-top:						1em;
		padding-bottom:						1,5em;
		margin-top:							1em;
		}

p.floatright
		{
		text-align:							right;
		width:								100%;
		float:								right;
		height:								auto;
		}
p.floatleft
		{
		text-align:							left;
		width:								100%;
		float:								left;
		height:								auto;
		}
.nom_produit
		{
		font-size:							16px;
		color:								white;
		margin:								0px;
		padding:							0px;
		text-align:							center;
		height:								auto;
		background-color:					#6699FF;
		}
div.texte_produit
		{
		width:								auto;
		padding-left:						30px;
		padding-right:						100px;
		padding-bottom:						30px;
		text-align:							justify;
		}

.centre
		{
		text-align:							center;
		height:								auto;
		}
p.img_produit
		{
		width:								auto;
  		height:								auto;
		text-align:							center;
		padding-top:						20px;
		}

h1
		{
		color:								#0099CC;
		font-size:							18px;
		margin-top:							10px;
		margin-bottom:						20px;
		border-bottom:						2px solid #0099CC;
		}
		
h2
		{
		color:								#0000CC;
		font-size:							14px;
		margin-top:							10px;
		}
div#footer
		{
		margin-top:							40px;
		margin-left:						10%;
		margin-right:						10%;
		margin-bottom:						5%;
		border: 							2px dotted #CCCCCC;
		}

p.commentaire
		{
		color:								#666666;
		font-size:							0.9em;
		text-align:							center;
		text-decoration: 					underline;
		margin-bottom:						2em;
		}

table.tableau_produit
		{
		width:								300px;
		height:								auto;
		margin-left:						auto;
		margin-right:						auto;
		margin-top:							30px;
		border:								2px dotted #0099CC;
		}
		
td.cellule_produit
		{
		border:								1px dotted #0099CC;
		text-align:							center;
		}