/* CSS Document */
body {
	text-align: center;
	background-image:url(../images_nav/fond_page.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
/* TEXTES */
h2 {
	font-family:Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	text-align:justify;
	padding: 5px 10px 0px 10px;
	margin: 0px;
}
h2 a {
	color: #000000;
}
h2 a:hover {
	color: #fff;
	text-decoration: none;
}
h2.mentions {
	overflow: auto;
	height: 180px;
	padding: 5px;
}
h4 {
	font-family: Tahoma, Arial, Verdana;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}
h4 a {
	color: #000000;
}
h4 a:hover {
	color: #fff;
	text-decoration: none;
}
.center {
	text-align: center;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
/*-------------------------------------------*/
/* BOITES */
#conteneur {
	margin: 32px auto 0px auto;
	width: 690px;
	padding: 0px;
}
#imageleft {
	float: left;
	width: 340px;
	padding: 0px;
	margin: 0px;
}
#imagetop {
	float: left;
	padding: 0px;
	margin: 0px;
}
#BlocTexte {
	float: left;
	width: 347px;
	margin: 0px;
	padding: 0px;
	overflow:hidden;
}
#basdepage {
	clear: both;
	visibility: hidden;
}
/*-------------------------------------------*/
/* MENUS */
#menu {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 347px;
}
#menu lu, #menu li {
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu li a {
	font-family:Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
}
a.home {
	display: block;
	width: 20px;
	height: 25px;
	background-image:url(../images_nav/bt_accueil.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
a.home:hover {
	background-position: 0px -25px;
}
a.injections {
	display: block;
	width: 94px;
	height: 25px;
	background-image:url(../images_nav/bt_injections.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
a.injections:hover {
	background-position: 0px -25px;
}
a.traitements {
	display: block;
	width: 131px;
	height: 25px;
	background-image:url(../images_nav/bt_traitements.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
a.traitements:hover {
	background-position: 0px -25px;
}
a.contacts {
	display: block;
	width: 95px;
	height: 25px;
	background-image:url(../images_nav/bt_contacts.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
a.contacts:hover {
	background-position: 0px -25px;
}
/*-------------------------------------------*/