/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

li {
  list-style-image: url(../img/puce_avion.gif);
}

.Menu {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: url(../img/gauche_bleu_top.jpg) no-repeat;
	width: 192px;
	height: 36px;
}

.MenuSelected {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: url(../img/gauche_bleu_top.jpg) no-repeat;
	width: 192px;
	height: 47px;
}

.MenuBottom {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: url(../img/gauche_bottom.jpg) no-repeat;
	width: 192px;
	height: 13px;
}

.MenuInscription {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: url(../img/gauche_orange_top.jpg) no-repeat;
	width: 192px;
	height: 36px;
}

.Menu span, .MenuInscription span, .MenuSelected span {
	display: block;
  padding-top: 15px;
	margin-left: 15px;
}

.Menu a, .MenuSelected a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.MenuInscription a {
	font-weight: bold;
	color: #2C2F8E;
	text-decoration: none;
}

.Menu a:hover, .MenuInscription a:hover, .MenuSelected a:hover {
	text-decoration: underline;
}

.SubMenu {
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	background: url(../img/gauche_center.jpg) repeat-y;
	height: auto;
}

.SubMenu a {
	color: #2C2F8E;
	text-decoration: none;
}

.SubMenu a:hover {
	text-decoration: underline;
}

a {
	color: #AAAAAA;
}

a:hover {
	text-decoration: none;
}

.SubMenu a:hover {
	text-decoration: none;
}

/* Table Index */

table.tb_index {
	border: 1px solid #000000;
}

table.tb_index td {
	border: 1px solid #EEEEEE;
}

/* Div Text */

table.tb_index td div.tb_text {
	border: 0px solid #EEEEEE;
	margin-left: 15px;
}


/* Table Top */

table.tb_top {
	border: 0px solid #CCCCCC;
}

table.tb_top th, table.tb_top td{
	border: 0px solid #CCCCCC;
}

/* Table Action */

table.tb_action {
	border: 0px solid #CCCCCC;
}

table.tb_top th, table.tb_top td{
	border: 0px solid #CCCCCC;
}

/* Table Menu */

table.tb_menu {
	border: 0px solid #CCCCCC;
	margin-left: 0px;
}

table.tb_menu th, table.tb_menu td{
	border: 0px solid #CCCCCC;
}

/* Table Centrale */

table.tb_info {
	border: 1px solid #CCCCCC;
	margin-left: 15px;
}

table.tb_info tr th {
	background-color: #F9F9F9;
	height: 45px;
}

table.tb_info tr:hover {
	background-color: #EEEEEE;
}

table.tb_info td {
	border: 0px solid #CCCCCC;
} 

/* Table Centrale */

table.tb_auth {
	border: 1px solid #CCCCCC;
	margin-left: 15px;
	margin: auto;
}

table.tb_auth th {
	background-color: #F9F9F9;
	height: 45px;
}

table.tb_auth td {
	border: 0px solid #CCCCCC;
	height: 45px;
} 
