body{
	background:#fff;
	height:100%;
	overflow-x:hidden;
	overflow-y:hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
html {
	height : 100% ;
	overflow: auto;
	padding:0;
	margin:0;
}
*{
	padding:0px;
	margin:0px;
}
*:focus, *:active {
	outline:none;
}
h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#fff;
}
h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#fff;
}
a:hover{
	text-transform:uppercase;
	text-decoration:none;
}
#col-l{
	float:left;
	width:50%;
	height:100%;
	background:#db333e;
	z-index:5;
}

#col-l .bt_magasin {
background-image:url("../images/boutique-ostwald.jpg") !important;
color:#FFFFFF;
display:block;
height:120px;
line-height:120px;
margin:auto;
text-align:left;
text-decoration:none;
width:400px;
}

#col-l .bt_magasin:hover {
	background-position:bottom left;
}

#col-l table{width:100%;height:100%;}
#col-r table{width:100%;height:100%;}

#col-r {
	float:right;
	width:50%;
	height:100%;
	background:#b87c69;
	z-index:3;
}


#col-r .bt_boutique {
background-image:url("../images/boutique-enligne.jpg") !important;
color:#FFFFFF;
display:block;
height:120px;
line-height:120px;
margin:auto;
text-align:left;
text-decoration:none;
width:400px;
}

#col-r .bt_boutique:hover {
	background-position:bottom left;
}


.logo-porcelaines {
position:absolute;
left: 50%;
top: 50%;
width: 150px;
height: 150px;
margin-top: -75px; 
margin-left: -75px; 

}

.spacer{
clear:both;
}



