/**/
/* Tableau general interne */
table.bodyInterne {
	width: 780px;
	background-color: #2A503F;
	color: #B6B6B6;
}
/* Header interne */
td.header {
	background-image: url(/assets/sicteub/img/bg_top.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 108px;
	text-align: right;
	vertical-align: bottom;
}
/* Menu principal */
td.menu {
	width: 199px;
	background-color: #7D0819;
	text-align: center;
	vertical-align: top;
}
/* Ventre de page interne */
td.mainContenu {
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	color: #000000;
	padding: 0px 18px 0px 18px;
}
/* Pied de page */
td.footer {
	color: #B6B6B6;
	text-align: right;
	font-size: 12px;
}
td.footer a:link, td.footer a:visited {
	color: #B6B6B6;
	text-decoration: none;
	margin: 0px 18px 0px 18px;
	font-size:12px;
}
td.footer a:hover, td.footer a:active {
	text-decoration: underline;
	font-size:12px;
}

/* Details des blocs */
/* Dans header bloc nav et recherche */
table.navHeader {
	/*width: 348px;*/
}
table.navHeader th {
	height: 55px;
	text-align: right;
}
/*table.navHeader input {
	width: 129px;
}*/
td.navHeader {
	background-color: #FF7E00;
	height: 22px;
	width: 116px;
	color: #7D0819;
	font-size: 12px;
	background-image: url(../img/picto_puce_1.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0px 0px 0px 19px;
	font-weight: bold;
}
table.navHeader a:link, table.navHeader a:visited {
	width: 100%;
	color: #7D0819;
	font-size: 12px;
	text-decoration: none;
}
table.navHeader a:hover, table.navHeader a:active {
	text-decoration: underline;
}
/* Bloc Menu Specific */
table.mainMenu {
	width: 184px;
	color: #FFFFFF;
	border-top: 0px none; 
	border-right: 1px solid #FF7E00;
	border-bottom: 1px solid #FF7E00;
	border-left: 1px solid #FF7E00;
	margin: 5px 0px 5px 0px;
}
table.mainMenu th{
	border-top: 1px solid #FF7E00;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	text-align: left;
	font-size: 14px;
	padding: 5px 5px 7px 39px;
	background-image: url(../img/picto_menu_arrow_vert.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
table.mainMenu th.active {
	background-image: url(../img/picto_menu_arrow_horz.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #A53041;
}
table.mainMenu td {
	border-top: 1px solid #FF7E00;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	text-align: left;
	font-size: 12px;
	background-color: #A53041;
	padding: 8px 0px 8px 8px;
}
table.mainMenu a:link, table.mainMenu a:visited {
	color: #FFFFFF;
	width: 100%;
}
table.mainMenu a:hover, table.mainMenu a:active {
	font-weight: bold;
}

/* Chemein de navigation / location */
div#Location {
	width: 100%;
	height: 25px;
	color: #595959;
	font-size: 12px;
	vertical-align: middle;
	padding: 4px 0px 0px 0px;
}
div#Location a:link, div#Location a:visited {
	color: #595959;
	text-decoration: none;
	font-size: 12px;
}
div#Location a:hover, div#Location a:active {
	text-decoration: underline;
	font-size: 12px;
}
