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

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

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

/* ONLGET */
.tabs .item {
	
	
	height: 25px;
	padding-left: 30px;
	padding-right: 30px;
	color: #333366;
	font-weight: bold;
	cursor: pointer;
}

/* ONGLET SELECTIONNE */
.tabs .item_selected {
	
	
	height: 25px;
	padding-left: 30px;
	padding-right: 30px;
	color: #333366;
	font-weight: bold;
	cursor: pointer;
}

/* BK DU MENU DU HAUT */
.menu {
	
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 25px;
	padding-left: 15px;
	padding-right: 15px;
	color: #FFFFFF;
	border-bottom: 2px solid #f5f5f5;
	border-top: 2px solid #f5f5f5;
}

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

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

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

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

/* TABLEAU CENTRAL */
.page_table_middle {

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

/* LIEN DU MENU DU HAUT */
a.topMenu { color: #333366; }
a.topMenu:hover { text-decoration: underline; }

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