BODY {
	margin: 0px;
	font: 10px Verdana;
}

A {
  color: #555555;
  text-decoration: none;
}

A:hover {
  color: #555555;
  text-decoration: underline;
}

form {
	display: inline;
	margin:0px;
}

img {
 border:0px;
}

li, ul {

	margin: 0;
	padding: 0;
	list-style-type: none;
}

input[type=text], input[type=password] {
	border-color: black;
	border-width: 1px;
	border-style: solid;

}

.text_header {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #0033cc;
}
.text_titre {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #0033cc;
}
.text_titre_grand {
	font-family: Verdana;
	font-size: 36px;
	font-weight: lighter;
	color: #0033cc;
}
.text_noir {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

.text_resume {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #6699ff;
}
.text_gris {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #555555;
}
.text_gris_b {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #555555;
}
.text_noir_12 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.text_bleu_12 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #0033cc;
}



.fond_titre {
	background: url("../../images/healthandco/head.png") no-repeat;
}
.menu_gauche {
	background: url("../../images/healthandco/sep_menu_g.png") no-repeat;
	width: 12px;
	height: 24px;
}
.menu_droite {
	background: url("../../images/healthandco/sep_menu_d.png") no-repeat;
	width: 13px;
	height: 24px;
}
.sep_menu {
	background: url("../../images/healthandco/sep_menu.png") no-repeat;
	width: 12px;
	height: 24px;
}

.menu_presse {
	background: url("../../images/healthandco/menu_presse_off.png") no-repeat;
	width: 241px;
	height: 24px;
}
.menu_presse_on {
	background: url("../../images/healthandco/menu_presse_on.png") no-repeat;
	width: 241px;
	height: 24px;
}
.menu_formations {
	background: url("../../images/healthandco/menu_formations_off.png") no-repeat;
	width: 241px;
	height: 24px;
}
.menu_formations_on {
	background: url("../../images/healthandco/menu_formations_on.png") no-repeat;
	width: 241px;
	height: 24px;
}
.menu_editions {
	background: url("../../images/healthandco/menu_editions_off.png") no-repeat;
	width: 241px;
	height: 24px;
}
.menu_editions_on {
	background: url("../../images/healthandco/menu_editions_on.png") no-repeat;
	width: 241px;
	height: 24px;
}

#menu {
	cursor:pointer;
}
#menu li a {
	
	color: #744c00;
	text-decoration: none;
	display: block;
	height: 140%;
	border: 0 none;
	font-size: 10px;
	text-align: right;
	padding-right:5px;
	background: #f4cd83;
}
#menu li a:hover {
	background-color: #ffba37;
	color:#744c00;
	text-decoration: none;
}

.bg_menu_color{
	background-color: #000000;
}

.fond_spacer {
	padding-top:37px;
	padding-left:12px;
	padding-right: 12px;
	width:114px;

}

#footer {
	background-color: #bbbfd0;
	color: #6699ff;
	width:768px;
	height:20px;
}