/* CSS Document */

/* color base : #FFF9EB (blanc-cassé) - #737477 (gris) - #B49759 (doré) - #D1BE98 (beige)

/* ---------------------------------------------------
 blue wall basic format 
 --------------------------------------------------- */

* {
    font-family: sans-serif;
    color: #737477;
  }


body {
    background-color: #FFF9EB;
    margin: 0;
  }

/* ---------------------------------------------------
 url link general style
 --------------------------------------------------- */

a {
    color: #B49759;
    text-decoration: none;
  }


a:hover {
    color: #B49759;
    font-weight: bold;
    /*text-decoration: underline;*/
  }

/* ---------------------------------------------------
 align content to center page 
 --------------------------------------------------- */

div#center
{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}
	
div#content
{
	margin-left: -300px;
	position: absolute;
	top: -300px;
	left: 50%;
	width: 600px;
	height: 600px;
	visibility: visible;
}

div#center-old {
    text-align: center;
  }


div#content-old {
    /* border: 3px solid red; debug */
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 630px;
  }

/* ---------------------------------------------------
 no border on linked image
 --------------------------------------------------- */

.align_right { text-align: right; width: 600px; }

/* ---------------------------------------------------
 no border on linked image
 --------------------------------------------------- */

a img { border: none; }


/* ---------------------------------------------------
 art border
 --------------------------------------------------- */

div#box_master {
    /*margin-top: 10%;*/
    border: 3px solid #B49759;
    width: 600px;
    height: 600px;
  }

/* ---------------------------------------------------
 contacts table
 --------------------------------------------------- */

table#main_content { width: 100%; height: 100%; }

table#main_content tr.row_top_left { vertical-align: top; text-align: left; }

table#main_content td.cell_center { text-align: center; }

table#main_content tr.row_bottom_right { vertical-align: bottom; text-align: right; }

table.tab_center { margin-left: auto; margin-right: auto; }

td.cell_bold { font-variant: small-caps; font-weight: bold;  }



/* ---------------------------------------------------
 image title position
 --------------------------------------------------- */


img#img_title { margin-top: 10px; margin-bottom: 30px; }
img#img_desc1 { margin-bottom: 0px; }
img#img_desc2 { margin-bottom: 30px; }
img#img_isah { margin-bottom: 20px; }

div#box_temp span#tmp_title { text-decoration: underline; font-size: 14pt; }
div#box_temp span#tmp_hl { font-weight: bold; }

div#box_content { display: none; margin-top: 40px; }

div#box_rolling { margin-top: 40px }

/* ---------------------------------------------------
 version menu navigation
 --------------------------------------------------- */

span#v_menu { margin: 0px 0px 0px 5px; padding: 0px; font-size: 8pt; color: #737477; }



div.annu { font-size: 8pt; }

