body {
	
	margin: 15px 0px 0px 0px;
	background-color: #AABEC9;
	background-image: url(../images/interface/bk_page_top.jpg);
	background-repeat: repeat-x;
	cursor: default;
}

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

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

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 35px;
	color: #FF0000;
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 35px;
	margin-bottom:0px;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 35px;
	color: #FF0000;
	background-image: url(../images/eu.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 35px;
	margin-bottom:0px;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #FF0000;
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 0px;
	margin-bottom:5px;
}

h6 {
	width:90%;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000CC;
	text-decoration: none;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #54458D;
	margin-right: 5px;
}


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

p {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	line-height: 15px;
}

.pp {
	padding: 0px;
	margin: 10px 10px 10px 0px;
	line-height: 12px;
}


/* BK DES ONGLETS */
.tabs {
	
	background-image: url(../images/interface/bk_tab.jpg);
	height: 20px;
	width: 960px;
	margin: 0 auto;
	vertical-align: middle;
}

/* ONLGET */
.tabs .item {
	
	background-image: url(../images/interface/bk_tab.jpg);
	height: 20px;
	padding-left: 30px;
	padding-right: 30px;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
}

/* ONGLET SELECTIONNE */
.tabs .item_selected {
	
	background-image: url(../images/interface/bk_tab_selected.jpg);
	height: 20px;
	padding-left: 30px;
	padding-right: 30px;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
}

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

/* 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: #000066; }
a:visited { text-decoration: none; }
a:link { text-decoration: none; }
a:active { text-decoration: none; }
a:hover { text-decoration: underline; }

#overlay{ background-color: #000000; -moz-opacity:0.9; filter:alpha(opacity=100); }