/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #048;}
a:hover {color: #06C;}

body {
	background-color: #E7E7E2;
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
	padding-top: 20px;
	padding-left: 20px;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {font: normal 1.8em Tahoma,sans-serif;}
h2 {font: bold 1.4em sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}

form,input {margin: 0; padding: 0; display: inline;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 {padding-top: 6px; color: #553; margin-bottom: 4px;}

/*Custom design */
.productpage {
	height: 200px;
	width: 350px;
	position: absolute;
	left: 0px;
	top: 0px;
}

.ongletButton {
	width: 175px;
	float: left;
	border-top: 0px;
	border-right: 1px;
	border-bottom: 1px;
	border-left: 0px;
	border-color: #555;
	border-style: solid;
	/* display: inline; */
	cursor: pointer;
	text-align: center;
	background-color: #DDD;
}
.ongletButton a {
	color: black;
	font-weight: bold;
}

.onglet {
	width: 350px;
	float:none;
	clear: both;
}
