/* Positionnement des blocs */

	body{
		background:#f6f2e9;
		margin:0 auto;
		width:950px;
	}

	#gauche{
		float:left;		border:0px solid red;
		padding-right:10px;
		width:220px;		overflow:hidden;
	}
	#droite	{
		float:right;
		margin-bottom:40px;
		padding:0;		padding-right:10px;
		width:185px;		overflow:hidden;
	}

	#centre, #bas{		border:0px solid red;
		margin:0 195px 0 250px;		overflow:hidden;
		padding-right:20px;
	}	#bas{
		clear:both;
		padding-top:7px;
	}	* html #centre{
		padding-top:0px;	}
	* html #centre{		margin:0px;	}
	
	.gallery
	{
		/*position:absolute;*/
	}

	.paypal
	{
		position:absolute;
	}
	
/* Choix des polices */
	*{
		font-family:Verdana, Tahoma, Sans-serif;
		font-size:13px;
		outline:none;
	}

	a{
		color:#000;
		font-weight:bold;
		text-decoration:none;
	}
		a:hover, a:focus{text-decoration:underline}

	#gauche a{
		/*font-family:Courier, Courier New;*/		font-family: verdana, times, sans-serif;		font-size:11px;
	}

	#droite dt, #centre h1{
		font-family: verdana, Times New Roman, Times;
		font-weight:bold;
		text-transform:uppercase;
	}
	
	#droite dd, #droite dd *{
		font-size:10px;
	}
	
	#centre h1{font-size:12px}
	
	#bas, #bas *{
		font-size:11px;
	}
	
	#centre p, #droite p{
		margin:0;
		padding:0;
	}

/* Mise en forme de #gauche */

	#gauche{background:url('../img/bg-gauche.gif') right 30px no-repeat}

	#gauche dt a{
		display:block;
		margin-bottom:2px;
	}

	#gauche dt a{
		height:38px;
		text-indent:-113742px;
	}

	#gauche ul{
		margin:0;
		padding:0;
	}
	
	#gauche ab{
		white-space:nowrap;
	}

/* Mise en forme de #droite */

	#droite{background:url('../img/bg-droite.gif') right top no-repeat}

	#droite a{
		display:block;
	}

	#droite dl{margin-right:0px;}
	#droite dd{
		background:url('../img/bg-droite-dd.gif') bottom no-repeat;
		margin:0;
		padding-bottom:10px;
		text-align:justify;
	}

/* Mise en forme de #centre */

	#centre { background:url('../img/bg-centre.gif') right top;background-repeat:repeat-y;overflow:hidden;height:auto;width:483px;margin-top:0px;border:0px solid #CC0000;min-height:520px; }
	
	#centre hr{
		background:url('../img/bg-hr.jpg') center center no-repeat;
		border:none;
		height:10px;
	}

/* Mise en forme de #bas */

	#bas{
		background:url('../img/bg-bas.gif') top left no-repeat;
		text-align:center;
	}

/* TinyMCE */

	.mceContentBody{
		width:auto;
	}
	.mceContentBody p{
		margin:0;
		padding:0;
	}

/* Shop */
	#shop img{border:0;}
	

	#shop #centre dt a{
		display:block;
		margin-bottom:2px;
	}

	#shop #centre dt a{
		height:38px;
		text-indent:-113742px;
	}	#shop #centre dt{		clear:both;	}
		#shop #centre li{
		background:url('../img/bg-articleshop.jpg');
		display:block;
		float:left;
		height:202px;
		padding:7px 9px 9px 7px;
		text-align:center;
		width:145px;
		overflow:hidden;
	}
	#centre .categorie{
		background:url('../img/bg-articlecategorie.jpg');
		color:#fff;
		height:30px;
		margin:22px 0 0 0;
		padding:5px;
		text-align:left;
	}
	#shop #centre .categorie{
		background:url('../img/bg-articlecategorie.jpg');
		color:#fff;
		margin:22px 0 0 0;
		padding:5px;
		text-align:left;
	}
	#shop #centre .categoriedesc {
		margin:0 0 1em 0;
		padding:.5em 0 0 .3em;
	}

	#shop #centre li td{
		font-family:Times New Roman, Times;
		font-weight:bold;
	}
	#shop #centre tr.promo{color:#f00;font-family:TimesTimes;font-weight:bold;}
	#shop #centre tr.soldes{color:#0f0;font-family:Times, Times;font-weight:bold;}
	/*#shop #centre tr.�puis�{color:#00f;font-family:Times, Times;font-weight:bold;}*/

	#shop #centre *{
		list-style:none;
		margin:0;
		padding:0;
	}		* html #description{ padding-right:0px; }

