/*------------------------------------------------------- REMISE À 0*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label,select,input, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}
:focus { outline: 0; }
ins { text-decoration: none; } del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }


/*------------------------------------------------------- FIN DE JEU*/

body
{
	width: 100%;
}

#fin
{
	position:absolute;
	width:900px;
	left:50%;
	margin-left:-450px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	line-height: 100%;
}
#logo
{
	position: static;
	margin-left:347px;
	margin:50px 347px 15px 347px;
}
#marque
{
	width:900px;
	height:300px;
	background-image:url(http://jeu.soinsbeaute.com/templates/default/images/end/marque.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	margin-bottom:10px;
}
#marque p
{
	margin-left:507px;
	font-size:1.09em;
	line-height: 1.2em;
	padding:5px 5px 5px 10px;
}

#produits table
{
	margin:15px 0px 15px 0px;
}

#produits tr
{
	margin-bottom: 15px;
}

.produit
{
	width:300px;
	height:141px;
	border-width: 1px;
	border-right-style: solid;
	border-color: #cccccc;
}

.produitlast
{
	width:300px;
	height:141px;
}

.produit img, .produitlast img
{
	float: left;
	margin-left: 0;
}

.produit a, .produitlast a
{
	color: black;
	text-decoration:underline;
}

.reduc
{
	position: absolute;
	float: left;
	/*margin:0px 81px 0px 81px;*/
}

.produit h3
{
	padding: 0px 5px 0px 150px;
}

a
{
	text-decoration: underline;
	color: black;
}

a:hover
{
	text-decoration: none;
}

h1, h2, h3
{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight:normal;
	margin-bottom:10px;
	text-align:left;
}
h1
{
	font-size:2em;
	line-height: 0.875em;
}
h2
{
	font-size:1.1em;
	line-height: 1.615385em;
}
h3
{
	font-size:0.8em;
}
h4
{
	font-size:0.8em;
}
#header h1, #header h2, #produits h1, #footer h2
{
	text-align: center;
	margin-bottom:0px;
}

.tableprod
{
	position: relative;
	margin-top:-55px;
	margin-bottom: 100px
}

#footer img
{
	margin-left: 195px;
}
.onepixel
{
	width:800px;
	height:1px;
	margin:15px 50px 15px 50px;
	background-color: #cccccc;
}