/* CSS Document */
body, html {
    width: 100%;
    height: 100%;
}
a:link{
	outline: 0px;
}

h1 {
    font-family: "Times New Roman", Times, serif;
    font-size: 40px;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
}

h2 {
    font-size: 20px;
    padding: 0px;
    margin: 0px;
}

p {
    font-size: 16px;
    padding: 0px;
    margin: 0px;
    margin-bottom: 8px;
    margin-top: 8px;
}

a {
  color: #545656;
}

a:hover {
  color: black;
}

body {
	  /* fond bords */
    background-color: white; // #E6EBCB
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 16px;
}

img {
    border: none;
    display: block;
}

table {
    empty-cells: show;
}

#center_table {
    width: 100%;
    height: 100%;
}

#logo_img {
    height: 68px;
    vertical-align: bottom;
}

#main_table {
    width: 960px;
	height: 750px;
}

#footspace_td {
}

#lipsum {
    width: 300px;
    padding: 8px;
    margin: 16px;
    background-image: url("img/ico_fond.png");
}

#main_content {
/*    height: 572px; */
/*    width : 980px; */
/*    overflow: hidden; */
    /* text color */
    color: #545656;
}


#table_foot_menu {
    margin-top: 10px;
    width: 100%;
    color: black;
}

#foot_menu a {
    color: black;
    text-decoration: none;
    margin-left: 20px;
}

.block_menu {
    border-top: 1px solid #cac4c1;
    border-bottom: 1px solid #FFF;
    /* background-image: url(img/title_down.png) 0 0; */
    background: url(../img/title_down.png) 0 0 no-repeat;
    color: black;
    height: 32px;
    font-size: 16px;
    padding-left: 25px;
    padding-top: 6px;
    padding-bottom: 4px;
    /*word-spacing: 30px;*/
}

.block_menu a {
    text-decoration: none;
    color: #545656;
    margin: 0 15px 0 15px;
}

.block_menu a:hover {
    color: black;
}

.menu_perso {
    border-left: 1px solid #FFF;
    padding-right: 10px;
    padding-left: 10px;
    word-spacing: 4px;
    /* pour positionner le menu d'en haut à droite */
    margin-left: 110px; /* 137 avec seulement kits 260px */
}

.menu_perso a {
    margin-left: 12px;
}

#info_blocks {
    margin-top:  320px;
    margin-left: 45px;
}

.shortcut_block {
    width: 210px;
    height: 70px;
    display: block;
    margin-right: 3px;
    float: left;
    color: #FFF;
}

.shortcut_block h1 {
    font-size: 30px;
    font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    line-height: 32px;
}

.bg_marron {
    background-image: url("img/bg_marron.png");
}

.bg_bleu {
    background-image: url("img/bg_bleu.png");
}

.bg_violet {
    background-image: url("img/bg_violet.png");
}

#product_list {
}

.product {
    text-align: center;
}

.product, .product a {
    color: #897A7D;
    text-decoration: none;
}

#prod_scroll {
    height: 571px;
    width: 450px;
//    overflow: auto;
}

#prod_detail {
    color: #757678;
}

.big_title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
}

.breadcrumb {
    margin: 8px;
}

.breadcrumb a {
    color: #444;
}

.prod_table {
    margin: 3px;
}

.prod_table .titre a {
    text-decoration: none;
    color: #585B5C;
	font-size: 18px;
}

.product_det {
    /*height: 571px;*/
    width: 412px;
    margin-top: 30px;
}

.product_det .img_td {
    padding: 0px 20px 0px 20px;
}

.product_det h1 {
    font-family: arial;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 0px;
}

.product_det div {
    margin-bottom: 8px;
}

.product_det div.ref{
	margin-bottom: 24px;
}

.cssButton {
    margin: 0px;
    padding: 0px;
    border: none;
    background: none;
    color: #777;
}

.cssButton:hover {
    color: #333;
    cursor: pointer;
}

.nko_price {
    margin-bottom: 8px;
}

.nko_index {
    margin-bottom: 60px;
}

.nko_index a {
    color: #555;
    font-size: 15px;
    text-decoration: none;
}

.nko_account, .nko_login {
    margin: 30px;
}

.nko_account img {
    display: inline;
}

.nko_login_l, .nko_login_r {
    padding: 16px;
}

.error img {
    display: inline;
}

.log_info, .error {
    width: 350px;
    padding: 8px;
}

.error {
    border: 3px solid #F01;
    padding: 8px;
}

.marginer {
    margin: 30px;
}

.bg_default {
    background-color: #FFF;
}

.bg_tissus {
    background-color: rgb(130,143,157);
	/*background-image: url(img/bg_tissus.png);*/
    color: #333;
}

.bg_tissus a.titre, .bg_tissus .breadcrumb a, .bg_tissus .detail a, .bg_tissus .product_name, .bg_tissus .product_det, .bg_tissus .cssButton {
    color: #222;
}

.bg_livres {
    background-color: #DCA9CA;
}

.bg_livres a.titre, .bg_livres .breadcrumb a, .bg_livres .detail a, .bg_livres .product_name, .bg_livres .product_det, .bg_livres .cssButton {
    color: #222;
}

.bg_index {
    background-color: #bdcccf;
}

.bg_sac {
    background-color: #ecf5f3;
	color: rgb(88, 91, 92);
}

.bg_sac a.titre, .bg_sac .breadcrumb a, .bg_sac .detail a, .bg_sac .product_name, .bg_sac .product_det, .bg_sac .cssButton {
    color:  rgb(88, 91, 92);
}
.nested{
	margin-top: 32px;
}

.select{
	background-color: #ADCA00;
}

.cur_prod{
	margin-top: 2px;
	margin-bottom: 3px;
	height:4px;
 }

 .concept{
 	color : rgb(88,91,92);
 }

.class_1{
	background-color: rgb(131, 127, 133);
	color: #FFF;
}
.class_2{
	background-color: rgb(99, 111,109);
	color: #FFF;
}
.class_3{
	/* fond carré */
	background-color: #c1ffc1;
	color: #FFF;
}

.lien_el{
	width: 230px;
	margin: 20px;
}

.lien_el h3 a{
	color: #FFF;
}

.atelier{
	width: 100%;
	margin-bottom: 32px;
}
