/* BODY APPEARANCE */


/*  Dégradé de fond - change si un menu est affiché ou non   */

#without_javascript_menu {
	background-image: url(/dgs/health_consumer/design/images/bg-page02.gif);
}
#with_javascript_menu {
	background-image: url(/dgs/health_consumer/design/images/bg-page.gif);
}


.imagetable {
  	width: 100%;
	background-image: url(../images/health01.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


.linecolor {
	background-color:#C1EA32;
}

/*  Espace entre le header (logo + menu) et le premier paragraphe
    Si il y a le logo en vague (souvent avec le menu de gauche alors il
	faut décaller plus)
*/
.no-menu-top-space {
	margin-top: 2px;
}
.with-menu-top-space {
	margin-top: 45px;
}

/* section */
.section_top_border {
	border-top:solid 1px #94acc6;
	background-color:#FFFFFF;
}
.section_top_left {
	background-image: url(../images/sect_title_top_left.gif);
	background-repeat: no-repeat;
	vertical-align:top;
	background-position: left top;
	height:20px;
}
.section_top_titlebox {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF;
	background-color: #508abc;
}
.section_top_slider {
	background-color: #508abc;
	background-image: url(../images/sect_title_slide.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.section_top_right {
	background-image: url(../images/sect_title_top_right.gif);
	background-repeat: no-repeat;
	vertical-align:top;
	background-position: right top;
	height:20px;
}
.section_top_bottom1 {
	background-color:#508abc;
	border-left:solid 1px #94acc6;
}

.section_top_bottom2 {
	background-color:#ffffff;
	border-right:solid 1px #94acc6;
}
.section_bottom_left {
	background-image: url(../images/sect_bottom_left.gif);
	background-repeat: no-repeat;
	vertical-align:bottom;
	background-position: right top;
}
.section_bottom_right {
	background-image: url(../images/sect_bottom_right.gif);
	background-repeat: no-repeat;
	vertical-align:bottom;
	background-position: right top;
}
.section_bottom_border {
	background-color:#FFFFFF;
	border-bottom:solid 1px #94acc6;
}
.section_left_border {
	background-color:#FFFFFF;
	border-left:solid 1px #94acc6;
}
.section_right_border {
	background-color:#FFFFFF;
	border-right:solid 1px #94acc6;
}
.section_content {
	text-align:left;
	vertical-align:top;
	background-color:#FFFFFF;
}
/* Added 05-09-2007 HISA CUBE*/
.text_hisa{display: none;width:300px;border: solid 1px lightblue;padding:4px 4px 4px 4px;}
.text_hisa_nul{display: none;width:300px;}
#text0{display: block;}
