body {
	
	margin: 50px 20px 0px 0px;
	background-repeat: repeat-x;
	cursor: default;
	background-color: #FFFFFF;
	background-image: url(../images/interface/casa_04.jpg);
}

td {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000066;
}

/* BK DES ONGLETS */
.tabs {
	
	height: 20px;
	width: 850px;
	margin: 0 auto;
	vertical-align: middle;
}

/* ONLGET */
.tabs .item {
	
	height: 20px;
	padding-left: 5px;
	padding-right: 5px;
	color: #FFFFFF;
	font-weight: normal;
	cursor: pointer;
}

/* ONGLET SELECTIONNE */
.tabs .item_selected {
	
	height: 20px;
	padding-left: 5px;
	padding-right: 5px;
	color: #FFFFFF;
	font-weight: middle;
	cursor: pointer;
}

/* BK DU MENU DU HAUT */
.menu {
	
	height: 20px;
	padding-left: 5px;
	padding-right: 5px;
	color: #FFFFFF;
}

h1 {
	width:99%;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000066;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333366;
	margin-right: 10px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	line-height: 45px;
	background-image: url(../images/casa.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 45px;
	margin-bottom:0px;
}


/* TABLEAU CENTRAL */
.page_table_middle {

	padding-left: 5px;
	padding-right: 5px;
}

/* LIEN DU MENU DU HAUT */
a.topMenu { color: #FFFFFF; }
a.topMenu:visited { text-decoration: none; }
a.topMenu:link { text-decoration: none; }
a.topMenu:active { text-decoration: none; }
a.topMenu:hover { text-decoration: underline; }

a { color: #FFFFFF; }
a:visited { text-decoration: none; }
a:link { text-decoration: none; }
a:active { text-decoration: none; }
a:hover { text-decoration: underline; }
