body {
	background-color: #232020;
	background-image:url(../images/bg.gif);
	background-repeat: repeat-x;
	margin: 0;
}
a {
	color: #0eaad0;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
img { border: none; }
.nav_link {
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
div#structure {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
div#header {
	background-image: url(../images/header_bg.gif);
	width: 760px;
	height: 106px;
}
a#header_logo {
	display: block;
	position: absolute;
	top: 20px;
	left: 14px;
	width: 264px;
	height: 64px;
}
div#header_links {
	color: white;
	position: absolute;
	left: 616px;
	top: 10px;
}
div#header_menu {
	background-image: url(../images/header_menu_bg.gif);
	background-repeat: repeat-x;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	width: 760px;
	height: 42px;
	position: absolute;
	top: 106px;
}
a.header_menu_item {
	display: block;
	float: left;
	height: 42px;
	margin-right: 28px;
}
a.header_menu_item img {
	border: none;
	position: relative;
	top: 10px;
}
a.header_menu_item:hover {
 	background-color: #0eaad0;
}
a.header_menu_item#accueil { width: 82px; margin-left: 30px; }		/* Patch for IE bug */
html>body a.header_menu_item#accueil { width: 82px; margin-left: 60px; }
a.header_menu_item#produits { width: 80px; }
a.header_menu_item#services { width: 87px; }
a.header_menu_item#liens { width: 72px; }
a.header_menu_item#nous_joindre { width: 115px; }
#cadenas {
	position: absolute;
	left: 645px;
	top: 70px;
}
div#frame_left {
	position: absolute;
	top: 158px;
	width: 192px;
}
div.product_banner img {
	border: none;
}
div#product_banner_1 {
	position: absolute;
}
div#product_banner_2 {
	position: absolute;
	top: 195px;
}
div#product_banner_3 {
	position: absolute;
	top: 390px;
}
div.product_banner_details {
	position: absolute;
	top: 42px;
	left: 70px;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	color: #7e7e7e;
	font-size: 11px;
}
div.content {
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align:justify;
}
div#content {
	position: absolute;
	top: 158px;
	left: 193px;
	width: 566px;
	height: 572px;
	background-color: white;
}
img#content_corner_top_left { position: absolute;}
img#content_corner_top_right { position: absolute; right: 0;}
img#content_corner_bottom_left { position: absolute; bottom: 0;}
img#content_corner_bottom_right { position: absolute; bottom: 0; right: 0;}
div.section_line { background-color: #dcdcdc; height: 6px; font-size: 1px; line-height: 0; }
/* html>body div.section_line { background-color: #dcdcdc; height: 6px; }  Of course to fix another Internet Explorer bug */
a.read_more { color: #067b9d ; font-weight: bold; text-decoration: none; }
span.read_more_arrows { color: #ce6b16; font-family: Arial, Helvetica, sans-serif; font-weight: bolder; margin-left: 3px }
div#footer {
	position: absolute;
	top: 744px;
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	width: 760px;
	height: 106px;
	color: white;
}
div#footer_copyright { position: absolute; top: 25px; left: 80px; }
div#footer_links { position: absolute; top: 20px; left: 460px;}
div#logo { position: absolute; top: 50px; left: 18px;}
