*
{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

HTML, BODY
{
	height:100%;
	background: repeat-x url(../img/fond.png) #161616;
	font-family: "tahoma";
	font-size:11px;
}

A
{
	color: white;
	text-decoration: none;
}

DIV#site
{
	width:948px;
	min-height:400px;
	background: repeat-y url(../img/siteBg.jpg);
	margin: 0px auto;
}
DIV#siteBottom
{
	height:8px;
	width:948px;
	background: no-repeat url(../img/siteBottom.jpg);
	margin: 0px auto;
}

DIV#banner
{
	width:937px;
	height:173px;
	background: no-repeat url(../img/banner.jpg);
	margin: 0px auto;
}


UL#menu
{
	list-style:none;
	display:block;
	overflow:hidden;
	margin: 0px auto;
	height:27px;
	width:937px;
	border-top: solid 0px white;
	border-bottom: solid 0px white;
}

UL#menu LI
{
	list-style:none;
	float:left;
	cursor:pointer;
	height:27px;
	
	line-height:27px;
}

UL#menu LI A
{
	font-weight:bold;
	padding: 0px 15px;
	color: #705400;
	display:block;
}

UL#menu LI.on A, UL#menu LI:hover A
{
	color :#ffcc33;
	background: #705400;
}

div#contentSite
{
	background:black;
}

div#submenu
{
	width:186px;
	float:left;
	overflow:hidden;
	zoom:1;
}

div#contentContent
{
	margin-left: 190px;
}

#contentContent p, #contentContent td, #contentContent div, #contentContent span
{
	color: white !important;
}

div
{
	clear:none !important;
}

div#submenu ul
{
	list-style:none;
	display:block;
	
	margin: 1px 0px 0px 1px;
	padding: 0px;

}

div#submenu ul LI
{
	padding: 2px;
	background:#8b0000;
	border-bottom: solid 1px black;
	font-weight:bold;
}

div#submenu ul LI A
{
	display:block;
	padding:3px;
	color:#c27b7b;
}

div#submenu ul LI.on A, div#submenu ul LI A:hover
{
	background: #3f0000;
	color:#c32f2f;
	
}

DIV#footer
{
	margin: 0px auto;
	color:#4f4f4f;
	font-weight:bold;
	width:948px;
	text-align:center;
}

DIV#footer A
{
	color:#4f4f4f;
	font-weight:bold;
}




INPUT, SELECT, TEXTAREA
{
  width:200px;
  border: solid 1px #000000;
  background-color:#eeeeee;
  padding-left: 2px;
}
LABEL
{
  	display: block;
	width: 200px;
	float: left;
	margin-bottom: 10px;
  	padding-right: 20px;
  	text-align:right;  
}

FORM BR
{
	clear:left;
}

.ecommercetitre { color : yellow; }
