body {
	background: url("../img/fond_body.jpg");
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center; /* center the div conteneur for IE */
}

#conteneur{
	width: 950px;
	margin:auto; /* center the div conteneur for firefox */
}

#header {
	height: 201px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

#authentification {
	width: 940px;
	padding-top: 2px;
	margin-left: 10px;
    height: 34px;
}

#authentification form{
	height:100%;
    margin:0px;
}

#authentification td{
	padding-right: 15px;
	color: #a7c7e6;	
}

#authentification a{
	color: #a7c7e6;
	font-size: 12px;
}

table#central_table {
	width: 950px;
	margin: 0px;
	padding: 0px;
	border-collapse:collapse;
	border-right: 1px;
	border-right-style: solid;
	border-right-color: #7F5A48;
	text-align:center;
}

table#menu_table {
	height:100%;
	width:100%;
	border-spacing:0px;
	margin: 0px;
	padding: 0px;
}

td#bloc_left{
	width: 120px;
	background-color: #7f5a48;
	height: 100%;
}

tr#menuFirstLine{
	vertical-align: top;
}

tr#menuLastLine{
    vertical-align: bottom;
}

tr#menuLastLine img{
    margin-top:25px;
}

#bloc_left img{
    float: right;
}

table.bloc_right{
	margin-left:auto;
	margin-right:auto;
	height:100%;
	text-align: center;
}


table.bloc_right td{
	vertical-align: top;
}

#contenu form{
	vertical-align: top;
	margin-top: 0px;
	height:100%;
}

#menu {
	width: 110px;
	font-size: 14px;
	margin-top: 20px;
	margin-left:10px;
}

#menu li{
	height: 18px;
}

#bloc_right h2, table.bloc_right h2{
	font-size: 16px;
	color: #7F5A48;
}

#bloc_right h3, table.bloc_right h3{
	font-size: 11px;
	color: #7F5A48;
}

#bloc_right h4, table.bloc_right h4{
	font-size: 14px;
	color: #7F5A48;
}

#bloc_right a, table.bloc_right a{
	color: #7F5A48;
}

#bloc_right td, table.bloc_right td{
	font-size: 13px;
}

#menu li a{
	color: #a7c7e6;
	text-decoration:none;
}

#menu li a.hover{
	color: #a7c7e6;
	text-decoration:none;
}

#menu img{
	margin:0;
	float:none;
	width:13px;
	height:13px;
}

#contenu{
	margin: 0px;
	padding: 0px;
	width: 950px;
}

#good_day {
	vertical-align:middle;
}

table#navigation_date{
	text-align:center;
	margin:auto;
}

table#navigation_date td{
	padding-left: 10px;
	padding-right: 10px;
}

#my_moment {
	text-align:center;
}

#footer {
    background-color: #996c57;
	height: 25px;
	width: 100%;
	clear: both;
	padding-top: 11px;
	text-align: center;
	font-size: 10px;
	color: #a7c7e6;
}

#footer a{
	font-size: 10px;
	color: #a7c7e6;
	text-decoration: none;
}

li.activlink {
	font-weight:bold;
	background-image: url("../img/btn_menu_in.jpg");
}

li.inactivlink {
	font-weight:bold;
	background-image: url("../img/btn_menu_out.jpg");
}

#userMessage {
    font-size:10pt;
	color: #900;
	width: 100%;
	margin: auto;
	text-align: center;
	font-weight: bold;
}

#treatment_table td {
	height: 25px;
	width: 100px;
	border:solid 1px #7F5A48;
	padding-left:10px;
	vertical-align:middle;
}

#contact_table td {
	height: 25px;
	border:solid 1px #7F5A48;
	padding-left:10px;
	vertical-align:middle;
}

#treatment_table, #contact_table{
	margin-right: 30px;
	border-collapse:collapse;
}

#glycemie_table td {
	height: 25px;
	width: 80px;
	border:solid 1px #7F5A48;
	padding-left:10px;
	vertical-align:middle;
}

#glycemie_table {
	border-collapse:collapse;
}

#top_line_table {
	background-color:#f5f0ee;
}

#out_of_carnet {
	background-color:#FFF;
}


