html {
	overflow: auto;
	height: 100%;
}
body {
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #bbb;
	padding: 0;
	margin: 0;
	background: #222 url(../img/body_bkg.png) repeat-y center top;
	height: 100%;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}
p {
	padding: 5px 0 5px 0;
	margin: 0;
}
.product p {
	padding: 0;
}
h1 {
	font-family: arial, sans-serif;
	font-size: 35px;
	font-weight: normal;
	line-height: 35px;
	padding: 0;
	margin: 5px 0 5px 0;
	color: #fff;
}
.bloc_4 h1 {
	width: 740px;
	display: block;
}
h2, h3, h4, h5 {
			font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	padding: 5px 0 5px 0;
	margin: 0;
	color: #fff;
}
.product h3 {
	padding: 0;
	margin: 0;
}
h1.helvetica {
	font-size: 28px;
	line-height: 30px;
	padding: 10px 0 0 0;
	margin: 0 0 10px 0;
}
ul {
	margin: 0;
	padding: 5px 0 10px 0;
}
li {
	list-style: none;
	background: url("../img/bullet.gif") no-repeat left 8px;
	padding: 0 0 0 20px;
}
#header li {
	background: none;
}
form {
	margin: 0;
	padding: 0;
}
input, textarea {
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #888;
	background: #fff;
	border: 0;
	margin: 0 1px 1px 0;
	padding: 3px 0;
	width: 370px;
}
.bloc input {
	width: 185px;
}
.bloc_25 input {
	width: 266px;
}
textarea {
	overflow: auto;
	height: 150px;
}
td {
	vertical-align: top;
}
strong {
	color: #fff;
}

/**/

.hidden {
	display: none;
}
.color {
	color: #edd149;
}
.left {
	float: left;
}
.right {
	float: right;
	text-align: right;
}
.clear {
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
}
.clearBloc {
	clear: both;
	display: block;
	height: 10px;
	overflow: hidden;
}
.button span {
	height: 22px;
	color: #131313;
    line-height: 22px;
	background: url("../img/button.gif");
    padding: 0 0 0 15px;
	display: inline-block !important;
	background-position: 0 center;
	font-size: 12px;
	font-family: arial, sans-serif;
}
.button span span {
	background-position: right center;
	padding: 0 15px 0 0;
}
.button, .button_small {
    border: none;
    background: none;
    overflow: visible;
    width: auto;
    white-space: nowrap;
    cursor: pointer;
    vertical-align: baseline !important;
    vertical-align: top;
    text-decoration: none;
    padding: 0;
	margin: 5px 2px 5px 0;
}
.button_small span {
	height: 15px;
	color: #131313;
    line-height: 15px;
	background: url("../img/button_small.gif");
    padding: 0 0 0 5px;
	display: inline-block !important;
	background-position: 0 center;
	font-size: 10px;
	font-family: arial, sans-serif;
}
.button_small span span {
	background-position: right center;
	padding: 0 5px 0 0;
}
a.button, a.button_small { text-decoration: none !important; }
.button::-moz-focus-inner { padding: 0;border: 0;margin: 0; }
a.small {
	color: #edd149;
	font-size: 10px;
}
.line {
	clear: both;
	display: block;
	height: 1px;
	margin: 5px 0 8px 0;
	background: #555;
	overflow: hidden;
}
.bloc_2 .line {
	margin-right: 10px;
}
.dots {
	clear: both;
	display: block;
	height: 1px;
	margin: 5px 0 10px 0;
	background: url("../img/pattern.gif");
	overflow: hidden;
}
.superLine {
	clear: both;
	display: block;
	height: 4px;
	margin: 0 0 0 185px;
	background: #edd149;
	overflow: hidden;
}
.bloc {
	width: 185px;
	float: left;
	overflow: hidden;
}
.bloc_2 {
	width: 370px;
	float: left;
	overflow: hidden;
}
.bloc_3 {
	width: 555px;
	float: left;
	overflow: hidden;
}
.bloc_35 {
	width: 432px;
	float: left;
	overflow: hidden;
}
.bloc_4 {
	width: 740px;
	float: left;
}
.bloc_25 {
	width: 246px;
	float: left;overflow: hidden;
}
.bloc p, .bloc h3, .bloc_2 p, .bloc_2 h2, .bloc_25 h2, .bloc_25 p, .bloc_35 h2, .bloc_35 p {
	padding-right: 10px;
}
.product {
	width: 246px;
	float: left;
	height: 75px;
	position: relative;
}
.product .thumb {
	margin-right: 5px;
}
.product .new {
	position: absolute;
	top: 0;
	left: 5px;
	width: 9px;
	height: 20px;
	background: url("../img/new.gif") no-repeat 0 0;
}
.link {
	color: #edd149;
}
.link a {
	color: #fff;
	margin: 0 0 0 5px;
}
.thumb {
	width: 71px;
	height: 71px;
	border: 1px solid #555;
	margin: 0 1px 1px 0;
	float: left;
	overflow: hidden;
}
#mainImage {
	border: 1px solid #555;
}
#alert {
	width: 100%;
	height: 100%;
	background: url("../img/alert_bkg.png");
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}
#alert #alert_body {
	width: 475px;
	min-height: 200px;
    border: 7px solid #222;
    text-align: left;
	background: #131313;
    position: fixed;
    top: 50%;
	padding: 30px;
    left: 50%;
    margin-left: -250px;
	margin-top: -50px;
}
#alert #alert_body #close {
	position: absolute;
	top: -15px;
	right: -15px;
	height: 25px;
	width: 25px;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
#alert #alert_body #close a {
	height: 25px;
	background: url("../img/alert_close.gif") no-repeat center center;
	width: 25px;
	float: left;
	display: block;
	text-indent: -999px;
	padding: 0;
	margin: 0;
}
.bloc_langage {
	text-align: center;
	width: 308px;
	float: left;
}

/**/

#wrap {
	height: 100%;
	background: #131313;
	width: 985px;
	margin: 0 auto;
}
#container {
	width: 925px;
	overflow: hidden;
	padding: 30px;
	background: #131313 no-repeat 0 0;
}
#header {
	height: 60px;
	border-bottom: 1px solid #fff;
	overflow: hidden;
	width: 925px;
	margin: 0 0 10px 0;
	position: relative;
}
#logo {
	width: 260px;
	height: 47px;
	overflow: hidden;
	float: left;
}
#logo p {
	padding: 0;
	margin: 0;
}
#logo a {
	text-indent: -999px;
	background: url("../img/logo.png") no-repeat left top;
	width: 260px;
	height: 47px;
	display: block;
	text-decoration: none;
}
#header #menus {
	width: 650px;
	height: 30px;
	position: absolute;
	top: 30px;
	left: 275px;
	float: right;
	background: url("../img/pattern.gif") repeat-x left bottom;
		font-size: 13px;
}
#header #menu_level_0 {
	height: 30px;
	width: 465px;
	overflow: hidden;
	float: left;
	list-style: none;
	padding: 0 10px 0 0;
	margin: 0;
	position: relative;
}
#header #menu_level_0 #home {
	width: 13px;
	display: block;
	text-indent: -999px;
	float: left;
	background: url("../img/home.gif") no-repeat center center;
}
#header #menu_level_0 .active #home {
	background: url("../img/home_active.gif") no-repeat center center;
}
#header #menu_level_1 {
	width: 159px;
	height: 30px;
	overflow: hidden;
	float: left;
	list-style: none;
	padding: 0 0 0 15px;
	margin: 0;
	border-left: 1px solid #fff;
}
#header #menu_level_2 {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
}
#header #menu_level_0 li {
	padding: 0 6px 0 0;
	margin: 0;
	float: left;
}
#header #menu_level_1 li {
	padding: 0 8px 0 0;
	margin: 0;
	float: left;
}
#header #menu_level_2 li {
	padding: 0 0 0 5px;
	margin: 0;
	float: left;
}
#header li.active a {
	color: #edd149;
}
#body {
	width: 925px;
	clear: both;
}
#footer {
	font-size: 10px;
	line-height: 12px;
	width: 925px;
	overflow: hidden;
	padding: 10px 0 0 0;
	margin: 0;
	border-top: 1px solid #fff;
	color: #555;
}
#footer p {
	padding: 0;
	margin: 0;
}

/**/


.template_temp #header {
	height: 50px;
}
