html,body {
	margin:0;
	background-color:#000000;
	height:100%;
	font-family:verdana;
	font-size:12px;
	color:#333333;
	}

a {
	color:#333333;
	text-decoration:none;
	border-bottom:1px #333333 dotted;
	font-size:12px;
}
a:hover {
	color:#000000;
	text-decoration:none;
	border-bottom:none;
}

a.image_link {
	border-bottom:none;
	text-decoration:none;
	border:0;
}

table#fullheight {
	height:100%;
	}
	TD#left_col {
		background-image:url(../images/bg_blk.jpg);
		background-repeat:repeat-y;
		background-position:top right;
		height:100%;
		}
	TD#center_col {
		background-image:url(../images/bg_wht.jpg);
		background-repeat:repeat-y;
		background-position:top;
		height:100%;
		vertical-align:top;
		width:792px;
		}
	TD#right_col {
		background-image:url(../images/bg_blk.jpg);
		background-repeat:repeat-y;
		background-position:top left;
		height:100%;
		}
	
	
TD#header {
	vertical-align:top;
	height:242px;
	}
		table.members {
		padding:10px 52px 0px 0px;
		font-family:verdana;
		font-size:11px;
		text-align:right;
		}
		input.login {
		background-color:transparent;
		border:1px #000000 solid;
		font-family:verdana;
		font-size:10px;
		color:#000000;
		height:12px;
		width:65px;
		}
		a.members {
		font-size:11px;
		}
	
	
TD#center {
	padding:0px 52px 10px 52px;
	vertical-align:top;
	}
	TD#menu {
		vertical-align:top;
		text-align:left;
		width:215px;
		}
				table.menu_item {
					width:205px;
				}
				td.menu_1234,.menu_5 {
					background-repeat:no-repeat;
					background-position:top;
					height:205px;
					width:205px;
					vertical-align:top;
					padding:0px 20px 0px 40px;
				}
				td.menu_1234 {
					background-image:url(../images/menu_validation_01.jpg);
				}
				td.menu_5 {
					background-image:url(../images/menu_validation_02.jpg);
				}
				h3 {
					margin:0;
					height: 54px;
					width: 205px;
					cursor: pointer;
					-moz-outline-style: none;
					display: block;
					text-decoration: none;
				}
				div.wrapper {
					background-color: #EBEBEB;
				}
				div#content  {
					margin: 0;
					padding: 0;
					height: 1%;
					width:205px;
				}
				div.accordion {
					background: none !important;
					background: #000;
					text-align:justify;
					width:205px;
				}
				a.lien-menu {
					color:#ffffff;
					border-bottom:none;
					text-decoration:none;
					font-size:12px;
				}
				a.lien-menu:hover {
					color:#cccccc;
					border-bottom:1px #ffffff dotted;
				}
	
	TD#contenu {
		width:475px;
		vertical-align:top;
		font-family:verdana;
		font-size:12px;
		color:#333333;
		}
		.table_cadre {
			border:1px #333333 solid;
			width:450px;
			}
		.table_cadre_index {
			border:1px #333333 solid;
			width:475px;
			}
		.table_contenu {
			border:1px #333333 solid;
			width:475px;
			height:485px;
			}
					.Container {
					  position: absolute;
					  width: 475px;
					  height: 485px;
					  z-index:2;
					}
					#Scrollbar-Up_cont {
						position:absolute;
						z-index:3;
						width:475px;
						height:485px;
						text-align:right;
					}
					.Scrollbar-Up {
						cursor: pointer;
					}
					.Scrollbar-Down {
						cursor: pointer;
					}
					#Scroller-1 {
						position: absolute;
						overflow: hidden;
						width: 450px;
						height: 483px;
						z-index: 13;
					}
					#Scroller-1 p {
						margin: 0;
						padding-left: 10px;
						padding-top: 5px;
						padding-bottom: 8px;
						text-align:center;
					}
					.Scroller-Container {
						position: absolute;
						top: 0px;
						left: 0px;
						width: 450px;
						z-index: 14;
						text-align:justify;
						padding:0px 0px 5px 0px;
					}

		td.table_class {
		background-color:#cccccc;
		padding:2px 0px 2px 5px;
		}
		.title_class {
		font-size:14px;
		font-weight:bold;
		padding:25px 0px 5px 0px;
		}


TD#footer {
	vertical-align:top;
	text-align:center;
	padding:0px 52px 10px 52px;
	}
		td.footer_item {
			text-align:center;
			padding:0px 9px 0px 9px;
			}
		.copyright {
		font-size:10px;
		}
		
/* Autocompletion */
.update{
        position:absolute;
        width:250px;
        background-color:white;
        border:1px solid #888;
        margin:0px;
        padding:0px;
}

ul.contacts {
        list-style-type: none;
        margin:0px;
        padding:0px;
        text-align: left;
}
ul.contacts li.selected { background-color: #ffb; cursor: pointer; }
li.contact {
        list-style-type: none;
        display:block;
        margin:0;
        padding:2px;
        height:32px;
}
li.contact div.image {
        float:left;
        width:32px;
        height:32px;
        margin-right:8px;
}
li.contact div.nom {
        font-weight:bold;
        font-size:12px;
        line-height:1.2em;
}