/* Eric Meyer's CSS Reset 
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, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, 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;
	background-image: none;
	color: black;

}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}


:focus {
	outline: 0;
}


ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}
*/
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 12pt;
	position: relative;
	background-image: none;
	background: none;
	background: transparent;
	margin-top: 0;

}


#bodyTxt {
	background-image: none;
	background: none;
	background: transparent;
}

#content {
	background-image: none;
	background: none;
	background: transparent;
	
}

#produitsMenu02{
	display: none;
	height: 1px;
}

object {
	display: none;
	height: 1px;
}

embed {
	display: none;
	height: 1px;
}


#footer{
	display: none;
}

#language {
	display: none;
}

#header{
	display: none;
	background-image: none;
	border: 1px solid red;
}

#logo{
	position: relative;
	top: 0px;
	left: 800px;
	display: block;
	z-index: 10;
}

.tabberlive li{
			margin: 8px 0; 
			padding-top: 1px;
			background: #FFF url(../images/bg_dotted.gif) repeat-x 0 77% !important; 
			background-position: 0 61%;   /* Hack for Internet Explorer */
		}
		
		
.tabberlive em{
			
			background-color: #FFF;
		}
		
.tabberlive span{ 
			background-color: #FFF;
		} 

.tabberlive p {
			font-size: 0.80em;
			line-height: 1.25em;
}

.tabbertab h2 {
	margin-top: 1em;
}

.tabbertab{
	border: 1px solid #FFF;
}

.print{
	display: none;
}
