html, body {
  width: 100%;
	margin: 0px;
	padding: 0px;
	background: #dcd6bc url('../../includes/famgb_files/body_bg.jpg') repeat-x top left;
}

#main-frame {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -393px;
	width: 787px;
	height: 500px;
	background: #fcfefc url('../../includes/famgb_files/frame_bg.jpg') repeat-y top left;
}

html>body #main-frame {
	height: auto;
	min-height: 500px;
}


#splash-frame {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -275px;	
	margin-left: -393px;
	width: 787px;
	height: 550px;
	background: #fcfefc url('../../includes/famgb_files/frame_bg.jpg') repeat-y top left;	
}

/*****************************************/
/* Left Frame                            */
/*****************************************/

#left-frame {
	position: absolute;
  top: 100px;
  left: 5px;
	width: 233px;
}

#banner {
  position: absolute;
  top: 0px;
  left: 0px;
	background: url('../../includes/famgb_files/banniere.jpg') top left no-repeat;
	width: 787px;
	height: 135px;
	cursor: pointer;
}

#top {
	background: url('../../includes/famgb_files/top_bg.jpg') bottom left no-repeat;
	width: 787px;
	height: 18px;
}

#bottom {
  padding-top: 40px;
	background: url('../../includes/famgb_files/bottom_bg.jpg') bottom left no-repeat;
	width: 787px;
	height: 18px;
}

#notice {
	width: 787px;
  text-align: center;
  height: 30px;
  line-height: 25px;
  padding-top: 8px;
  font-family: arial, verdana, helvetica;
	background-color: #dcd6bc;
}

#menu-frame {
  margin-top: 50px;
  margin-left: 35px;
  width: 154px;
}


/*****************************************/
/* medecins Frame                        */
/*****************************************/

#medecins-frame {
	position: relative;
  margin-top: 50px;
  margin-left: 35px;
  padding-top: 15px;
  padding-left: 25px;
	width: 146px;
	height: 165px;
	background: url('../../includes/famgb_files/logon_frame.jpg') top left no-repeat;
}

#medecins-frame h1 {
  display: block;
	color: white;
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 22px;
	height: 22px;
	width: 100%;
}

#medecins-frame a, #medecins-frame a:hover {
  display: block;
	color: white;
	font-family: verdana;
	font-size: 11px;
	line-height: 18px;
	height: 18px;
	width: 100%;
	text-decoration: none;
}

#medecins-frame a:hover {
	text-decoration: underline;
}

/*****************************************/
/* Content Frame                         */
/*****************************************/

#content-frame {
	margin-top: 17px;
	margin-left: 256px;
	width: 484px;
}

#locationMenu {
  position: absolute;
  top: 105px;
  overflow: hidden;
  width: 500px;
  height: 26px;
  line-height: 26px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #505050;
  text-decoration: none;
  background-color: transparent;
  border-bottom: dashed 1px #bcba9c;
}

#locationMenu a, #locationMenu a:hover {
  color: #8C8C73;
  text-decoration: none;
}

#locationMenu a:hover {
  text-decoration: underline;
}

#content {
	margin-top: 147px;
	height: 800px;
}
html>body #content {
	height: auto;
	min-height: 800px;
}


/* myform */

.myform .sep {
	clear: both;
	margin: 6px 0px;
}

.myform .sep label {
	display: block;
	float: left;
	width: 160px;
}

.myform fieldset {
	margin: 0px;
	padding: 5px;
	border: 1px solid #ECEACC;
}

.myform legend {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0472A4;
	font-size: 1em;
	font-weight: bold;
}

/*****************************************/
/* Footer Frame                          */
/*****************************************/

#footer-frame {
	clear: both;
	width: 787px;
}

#footer {
	margin-top: 20px;
	text-align: justify;
}

/*****************************************************************************/
/** Easy-CMS Toolbar *********************************************************/
/*****************************************************************************/

#ecms-toolbar-frame {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 25px;
	background: url('../../includes/famgb_files/bgGlideMenu.png') top left repeat-x;
}

html>body #ecms-toolbar-frame {
	width: auto;
	min-width: 100%;
	height: auto;
	min-height: 25px;
}

#ecms-toolbar {
	margin-top: 5px;
	margin-left: 7px;
	font-family: arial;
	font-size: 12px;
	line-height: 16px;
	color: darkslateblue;
}

#ecms-toolbar a:link,
#ecms-toolbar a:active,
#ecms-toolbar a:visited,
#ecms-toolbar a:hover {
	font-weight: bold;
}

#ecms-toolbar a:hover {
	text-decoration: none;
}

#log-inout {
	position: absolute;
	left: 100%;
	margin-left: -80px;
	padding-left: 20px;
	background: url('../../includes/famgb_files/user-login-red.gif') top left no-repeat;
}

#adminpanel {
	position: absolute;
	left: 100%;
	margin-left: -245px;
	padding-left: 20px;
	background: url('../../includes/famgb_files/sitemap-blue.gif') top left no-repeat;
}