﻿* {
	margin: 0;
	padding: 0;
	vertical-align: top;
}

body {
	margin: 10px;
	padding: 0px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F4F8FF;
	text-align: center;
	background-color: #FFFFFF;
	behavior: url(css/csshover.htc);
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F4F8FF;
	text-decoration: none;
}

form {
	padding-left: 0px;
	margin: 0px;
	text-align: left;
}

.full {
	height:100%;
	width:100%;
}

img, .img {
	border: 0px;
}

/*
* TEMPLATE
**/
#header {
	position: relative; /* safari */
	background-color: #728FB3;
	color: #F4F8FF;
	text-align: left;
	height: 30px;
	width: 600px;
}
#content {
	position: relative; /*safari */
	text-align: left;
	overflow: hidden;
	width: 770px;
}
#footer {
	position: relative; /* safari */
	background-color: #728FB3;
	text-align: left;
	height: 30px;
	width: 770px;
}


/**
 *  MENU DU HAUT (Groupe)
 **/
#group_container {
	font-weight: 600;
	color: #F4F8FF;
}
.group_left {
	width: 30px;
	height: 30px;
	background-image: url(../images/group_left.gif);
	background-repeat: no-repeat;
}
.group_middle {
	height: 30px;
	background-image: url(../images/group_middle.gif);
	background-repeat: repeat-x;
}
.group_right {
	width: 30px;
	height: 30px;
	background-image: url(../images/group_right.gif);
	background-repeat: no-repeat;
}

.group_text, .group_text a  {
	font-size: 11px;
	width: 110px;
	white-space: nowrap;
	vertical-align:middle;
	color: #F4F8FF;
	text-align: center;
}

/*
** MENU GAUCHE
*/
.menuleft_cell {
	padding: 1px 0px 1px 0px;
	text-align:right;
	height: 35px;
	vertical-align: middle;
}
.menuleft_cell:hover {
	padding: 0px 0px 0px 0px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background:url(../images/menu/button_bg.gif) left center no-repeat;
	cursor: pointer;
	cursor: hand;
}
.menuleft_cell .menu_catalog {

}
.menuleft_cell .menu_catalog_selected {
	color: #FED18F;
	font-weight:900;
	font-size: 15px;
	text-align: right;
	padding-right: 5px;
}

	}
.menuleft_cell .main_title {
	font-weight: 900;
	font-size: 15px;
	color: #F4F8FF;
	text-align: right;
	padding-right: 5px;
}

input.search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F4F8FF;
	background-color: #728FB3;
	border: 1px solid #F4F8FF;
	width: 70%;
	margin: 0px 2px 0px 0px;
	padding: 2px;
}

/**
 *  ZONE PRINCIPALE
 **/
.main_menu_left {
	background-color: #728FB3;
	width: 100%;
}

.main_container_menu {
	background-image: url(../images/menu/menu_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 250px;
	width: 147px;
	vertical-align: top;
	background-color: #728FB3;
}

.main_container_left {
	width: 30px;
	height: 30px;
	background-image: url(../images/menu/menu_left.gif);
	background-repeat: no-repeat;
}
.content_left {
	background-image: url(../images/middle_separator.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 17px;
}

/**
 *  MENU DU BAS
 **/
.menubottom_container {
	margin: 0px auto;
	padding: 0;
	width: 800px;
	border: none;
	text-align: left;
	height: 30px;
}
.menubottom_left {
	width: 30px;
	height: 30px;
	background-image: url(../images/menu/menubottom_left.gif);
	background-repeat: no-repeat;
}
.menubottom_middle {
	height: 30px;
	background-image: url(../images/menu/menubottom_middle.gif);
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: middle;
}
.menubottom_right {
	width: 30px;
	height: 30px;
	background-image: url(../images/menu/menubottom_right.gif);
	background-repeat: no-repeat;
}

/*
** ITEM

.item_topleft      { width:10px; height:10px; background-color:white; background-image:url(../images/item_topleft.gif); background-repeat: no-repeat;}
.item_topmiddle    { height:10px; background-color:white; background-image:url(../images/item_topmiddle.gif);}
.item_topright     { width:10px; height:10px; background-color:white; background-image:url(../images/item_topright.gif); background-repeat: no-repeat;}
.item_middleleft   { width:10px; background-color:white; background-image:url(../images/item_middleleft.gif);}
.item_middleright  { width:10px; background-color:white; background-image:url(../images/item_middleright.gif);}
.item_bottomleft   { width:10px; height:10px; background-color:white; background-image:url(../images/item_bottomleft.gif); background-repeat: no-repeat;}
.item_bottommiddle { height:10px; background-color:white; background-image:url(../images/item_bottommiddle.gif); }
.item_bottomright  { width:10px; height:10px; background-color:white; background-image:url(../images/item_bottomright.gif); background-repeat: no-repeat;}
.item_middle       { text-align:center; background-color:white;	cursor:pointer; cursor:hand; }

/*
** FM V1, A TRIER
*/
#main_content {
	width: 700px;
	overflow: auto;
	vertical-align: top;
	text-align: center;
	background-position: 50% 150px;
	background-image: url(../images/bg_content.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#main_content a {
	color: #F4F8FF;
}

#main_content a,
#main_content a:active,
#main_content a:visited,
#main_content a:hover {
	text-decoration: none
}

#main_content a:hover {
	color: #5C5C5C;
}

#main_content .category{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 45px;
	color: white;
}

#main_content .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: white;
}

#main_content .subtitle {
/*	font-family: Arial, Helvetica, sans-serif;*/
	font-weight:900;
	font-size: 12px;
	color: #F4F8FF;
	letter-spacing: 0.2em;
	text-align: right;
	text-transform: uppercase;
}

#main_content .products_description {
	font-size: 12px;
	line-height: 1.25em;
	color: white;
}

#main_content th.cart {
	font-size: 12px;
	line-height: 1.25em;
	color: #F4F8FF;
	letter-spacing: 0.05em;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-top: 8px;
	white-space: nowrap;
}

#main_content td.cart {
	font-size: 12px;
	line-height: 1.25em;
	color: #F4F8FF;
	letter-spacing: 0.05em;
	white-space: nowrap;
}

#main_content .form_text {
	font-size: 14px;
	line-height: 1.25em;
	color: #F4F8FF;
	letter-spacing: 0.05em;
	text-align: justify;
}

#main_content .menu_catalogue, #main_content .menu_catalogue a {
	padding-left: 20px;
	padding-right: 10px;
  * width: 200px;
	min-width: 200px;
	font-weight: 900;
	line-height: 2.5em;
	font-size: 15px;
	color: white;
}

#main_content .submenu_catalogue, #main_content .submenu_catalogue a {
/*	font-weight: 900;*/
/*	line-height: 1.25em;*/
	font-size: 13px;
	color: white;
}
#main_content .submenu_catalogue a:hover {
	color: #F4F8FF;
}

#navi {
	display: block;
	margin: 2px;
}

#navi,
#navi a,
#navi a:active,
#navi a:visited,
#navi a:hover {
	font-weight:900;
	font-size: 13px;
	color: #F4F8FF;
/*	letter-spacing: 0.1em;*/
	text-align: center;
}

#navi a,
#navi a:active,
#navi a:visited,
#navi a:hover {
	text-decoration: none;
}

#navi .root {
	font-size: 12px;
}

.click {
	cursor: pointer;
	cursor: hand;
}

td.products_list,
td.products_list_color {
	border: 1px solid #E1E1E1;
}

td.products_list_hover,
td.products_list_color_hover {
	border: 1px solid #728FB3;
}

.products_list_name {
	font-weight: 900;
	font-size: 12px;
}

.products_axis {
	font-size: 10px;
	color: #F4F8FF;
	font-weight: 900;
	word-spacing: 0.4em;
}

#main_content .title_border {
	text-align: center;
	vertical-align: center;
}

#main_content .subtitle_border {
	border-bottom: 1px solid white;
	padding-top: 10px;
	padding-bottom: 2px;
}

.products_info {
	font-size: 18px;
	color: #F4F8FF;
	word-spacing: 0.2em;
	line-height: 1.4em;
	letter-spacing: 0.1em;
}
.products_add_cart {
	font-size: 13px;
	color: #F4F8FF;
}

.products_special {
	color: #CC0000;
	font-weight: bolder;
}

.products_special_old_price {
	text-decoration: line-through;
}

.info {
	font-size: 16px;
	font-style: italic;
	font-weight: 900;
	color: #FFCC99;
}
