/* GENERAL fonts */
P, OL, UL, div, H1, H2 {
	font-family: verdana, arial;
	font-size: 11px;
}
H1 { font-size: 15px; }
H2 { font-size: 13px; }
P, H1, H2 {margin: 0px 0px 5px 0px;}

body {
	margin:0px;
	background-color: #F3F3FE;
	text-align:center;
	padding:0;
	}

/* Style for the Path-menu: */
#path {
  white-space: nowrap;
  background-color: #F8F8EC;
  font-family: verdana, arial;
  font-size: 11px;
  font-style: italic;
  font-weight: bold;
  padding: 1px 1px 5px 5px;
}
#path A {
  text-decoration: none;
  color:black;
}
#path A:hover {
  text-decoration: underline;
}
/* Style for the table */

#container {
position:relative;
background-color: white;
border-left: thin solid;
border-right: thin solid;
border-color: #D8DEF8;
border-width: 3px;
text-align: left;
margin:auto;
width: 800px;
}

/* Menu 1 column */
#menu_1 {	
	float:left;
	vertical-align: top; 
	width: 170px;
	height: 406px;
	background-image: url(../images/fondmenu.jpg);
	background-repeat : no-repeat;
	padding-top: 20px;
}

#menu_1 div A {
	color: navy;
	text-decoration: none;
}
#menu_1 div A:hover {
	text-decoration: underline;
}

/*  MENU 1, level 1, normal state (NO) */
#menu_1 div.menu1-level1-no {
  font-size: 11px;
  padding-top:5px;
  padding-left:25px;
}
/*  MENU 1, level 1, active state (ACT) */
#menu_1 div.menu1-level1-act {
  font-weight:bold;
  font-size: 11px;
  padding-top:5px;
  padding-left:25px;
}
#menu_1 div.menu1-level1-act A {
  color:black;
}

/*  MENU 1, level 2, normal state (NO) */
#menu_1 div.menu1-level2-no {
  font-size: 10px;
  padding-left:35px;
}
/*  MENU 1, level 2, active state (ACT) */
#menu_1 div.menu1-level2-act {
  font-size: 10px;
  font-weight:bold;
  padding-left:35px;
}

/* Content column */
#content {
	position:relative;
	clear: right;
	float:right;
    background: white;
	vertical-align: top; 
    width:630px;
}

#footer {
	background-color: white;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	}
#footer P {
	border-top: thin solid #0033CC;
	font-size: 10px;
	text-align: center;
}




