@CHARSET "ISO-8859-1";
body
{
	margin					: 0px;
	padding					: 0px;	
	/*background				: url("body_fond.png");*/
	background-color		: #A5FF7F;
}

/*****************************  CLASSES DIVERSES  *****************************/
#imageContainer 
{
	height:250px;
}

#imageContainer img 
{
	display:none;
	position:absolute;
	top:0; left:0;
	margin-top	: 30px;
}
.centrer
{
	margin					: auto;
	left					: 50%;
}
.petite
{
	max-width				: 250px;
	max-height				: 250px;
}
img
{
	border					: none;
}
a img
{
	border					: none;
}
table.listepromos
{
	border					: 1px dashed #FF7070;
	border-bottom			: none;
}
table.listepromos th a
{
	text-decoration			: none;
}
table.listepromos td
{
	border-bottom			: 1px dashed #FF7070;
	min-width				: 100px;
	text-align				: center;	
}
table.listepromos td .libelle
{
	text-align				: left;
}
.thumbnails
{
	width					: 50px;
}
.tri
{
	background-color		: #009900;
}
.ancPrix
{
	color					: #FF0000;
	font-weight				: bold;
	text-decoration			: line-through;
}
.newPrix
{
	color					: #009900;
	font-weight				: bold;
	font-size				: 24px;
}

h3
{
	color					: #009900;
	margin-left				: 30px;
}
table.promoHasard
{	
	width					: 200px;
	float					: right;
	margin-right			: 25px;
	margin-top				: 70px;
}
table.promoHasard th
{
	color					: #FF0000;		
}
.promo
{
	background				: url("post_it.png") no-repeat;
}
table.promoHasard .libelle
{
	color					: #009900;
	font-size				: 20px;	
}
table.promoHasard td
{
	text-align				: center;
}
/*****************************        PAGE        *****************************/

#page
{
	width					: 900px;
	min-height				: 200px;
}
#page .haut
{
	background				: url("page_fondHaut.png");
	width					: 100%;
	height					: 30px;
}
#page #banniere
{
	background				: url("page_banniere.png");
	width					: 900px;
	height					: 100px;
}
.postit
{
	width					: 250px;
	height					: 280px;	
}
#page #menu
{
	width					: 100%;
	height					: 40px;
}
#page #menu a
{
	display					: block;
	float					: left;
	margin-right			: 10px;
	margin-left				: 10px;
	color					: #009900;
	text-decoration			: none;
}
#page #menu a:hover
{
	color					: #008200;
	text-decoration			: overline;
}
#page #menudroite
{
	width					: 250px;
	float					: right;
	margin-right			: 5px;
}
#page .contenu
{
	background-color		: #FFFFFF;
	min-height				: 500px;
	overflow				: hidden;
}
#page .contenu a
{
	color					: #009900;
}
#page .bas
{
	clear					: both;
	background				: url("page_fondBas.png");
	width					: 100%;
	height					: 30px;
	text-align				: center;
} 
.bas a
{
	color					: #009900;
}
h2
{
	color					: #FF0000;
	font-style				: italic;
	font-weight				: normal;
}
ul
{
	list-style-image		: url("puce.png");
}
p:first-letter
{
	margin-left				: 20px;
}
p
{
	margin-left				: 10px;
}