/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html {
	height:100%; /* needed for container min-height */
	background:#FFF;
	
	/*background:#cc3300;*/	
	
	/*background: url(../../images/bkgd_home.jpg) repeat-x top center;*/
	}

	
body {
	margin:0;	
	padding:0;
	font-family:arial,sans-serif;
	font-size:small;
	height:100%;
/*	background:url(../../images/bkgd_tiled.png);*/

}


#inner-wrap {
padding-bottom:80px;
}

#inner-wrap:after {
content:" ";
display:block;
clear:both;
}
	

h1 { 
	font:1.5em georgia,serif; 
	margin:0.5em 0;
}

h2 {
	font:1.25em georgia,serif; 
	margin:0 0 0.5em;
}
	h1, h2, a {
		color:orange;
	}

p { 
	line-height:1.5; 
	margin:0 0 1em;
	color:#FFF;
}

div#container_home {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:100%;
	background:none;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:1010px;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */

	
	
}

div#header_home {
	padding:1em;
	/*background: url("../csslayout.gif") 98% 10px no-repeat;
	border-bottom:6px double gray;*/
}


div#header {
	padding:0;
	/*background: url("../csslayout.gif") 98% 10px no-repeat;
	border-bottom:6px double gray;*/
}
div#header p {
	font-style:italic;
	font-size:1.1em;
	margin:0;
}

div#home_menu {
	/*padding:1em 1em 5em;  bottom padding for footer */
	width:100%;
	height:800px;
}


div#content {
	padding:1em 1em 5em; /* bottom padding for footer */
	}

div#content p {
	text-align:justify;
	padding:0 1em;
}

div#footer_home {
	position:absolute;
	width:100%;
	bottom:0; /* sssstick to bottom */
	/*background:#FFF;
	border-top:6px double gray;*/
}

div#footer_home p {
padding:5px;
margin:0;
color:#666;
font-size:10px;
}

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background:none;
	/*border-top:6px double gray;*/
}

div#footer p {
padding:1em;
margin:0;
}

div#footerInside {
	
	
	position:absolute;
	width:100%;
	height:235px;
	bottom:0; /* stick to bottom */
	background:url(../../images/bkgd_footer.png) no-repeat;
	/*border-top:6px double gray;*/
}

div#footerInside p {
	padding:1em;
	margin:0;
	color:#666;
	font-size:10px;
	clear:both;


}



#container_global_centre {
	width:100%;
	margin:0;
	margin-top:0px;
	/*float:left;*/
	text-align:center;

	/*overflow:hidden;*/
	/*position:relative;
	top:-122px;*/
}


#subTitle_breadcrumb {
	margin-left:85px;
}

<!-- POUR SECTION PRODUITS-->
#product_ROW {
	margin-left:140px;
}


#product_ID {
	
}
#btn_product{
	
}
#thumbProduct {
	
}


div.product_ITEM img.detail
{
	border: 1px dotted #3F3F41;
	padding: 12px;
	background-color: #FFFFFF;
	cursor: pointer;
	margin: 0px;
}
div.product_ITEM
{
	width: 170px;
	float: left;
	padding: 15px;
}
div.product_ITEM img.detail
{
	cursor: default;
}





a {
	color: #333;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.main h1 {
	font-family: Georgia, serif;
	font-weight: normal;
	text-align: center;
}
.main h2 {
	padding: 20px 0 0;
	font-family: Georgia, serif;
	font-weight: normal;
	text-align: center;
}
.main p {
	border: 1px solid #666;
	overflow: hidden;
	padding: 10px 0;
	text-align: center;
	font-size: 80%;
}
.main {
	background-color:#FFFFFF;
	background-image: url(images/849_3_45.png);
	background-repeat: repeat-y;
}


