body {
	background-color: #FBFBFB; 
}

td {
	FONT-FAMILY: tahoma, sans-serif;
	FONT-SIZE: 11px;
	COLOR: #444444;
}

div	{
	FONT-FAMILY: tahoma, sans-serif;
	FONT-SIZE: 11px;
}
input {
	FONT-FAMILY: tahoma, sans-serif;
	FONT-SIZE: 11px;
}
textarea {
	FONT-FAMILY: tahoma, sans-serif;
	FONT-SIZE: 11px;
}
FORM {
	FONT-FAMILY: tahoma, sans-serif;
	FONT-SIZE: 11px;
}

A:link {
	BACKGROUND: none;
	COLOR: #235094;
	FONT-SIZE: 11px;
	FONT-FAMILY: tahoma, sans-serif;
	TEXT-DECORATION: none;
}

A:active {
	BACKGROUND: none;
	COLOR: #235094;
	FONT-SIZE: 11px;
	FONT-FAMILY: tahoma, sans-serif;
	TEXT-DECORATION: none;
}

A:visited {
	BACKGROUND: none;
	COLOR: #235094;
	FONT-SIZE: 11px;
	FONT-FAMILY: tahoma, sans-serif;
	TEXT-DECORATION: none;
}

A:hover {
	BACKGROUND: none;
	COLOR: #ff0000;
	FONT-SIZE: 11px;
	FONT-FAMILY: tahoma, sans-serif;
	TEXT-DECORATION: none;
}

.code {
	border:1px ridge #E6E6E6;
	font-size: 11px;
	font-family:"Courier New", Courier, monospace;
	margin:5px;
	background-color:#EEEEEE;
	padding:0px;
	white-space:nowrap;
	overflow:scroll;
	width:934px;
	height:100%;
}

.menu-header {
	border-bottom:2px solid rgb(204,204,204); padding:4px; font-weight:bold;
	font-size:7pt;
	background-color:transparent;
	background-image:url('images/tile_sub.gif');
	margin:0px;
	color:#444444; 
	
}

img {border:0px}

/* ----------------------------------------------------------------- */

/* Menus */

	/*Haut*/
		td.menu-margin-tl {
			width:1px;
			background-image:url('images/cat_lt_bor.gif');
		}
		td.menu-margin-t {
			background-image:url('images/cat_t_bor.gif');
		}
		td.menu-margin-tr {
			width:1px;
			background-image:url('images/cat_rt_bor.gif');
		}
		
	/*Fin - Haut*/
	
	/* ------------------------------------------------------------ */
			
	/*Gauche*/
	
		td.menu-margin-l {
			width:1px;
			background-image:url('images/cat_l_bor.gif');
		}
		
	/*Fin - Gauche*/
	
	/* ------------------------------------------------------------ */
	
	/*Droite*/
	
		td.menu-margin-r {
			width:6px;
			background-image:url('images/cat_r_bor.gif');
		}
		
	/*Fin - Droite*/
	
	/* ------------------------------------------------------------ */
	
	/*Bas*/
	
		td.menu-margin-bl {
			width:5px;
			background-image:url('images/cat_lb_bor.gif');
		}
		td.menu-margin-b {
			background-image:url('images/cat_b_bor.gif');
		}
		td.menu-margin-br {
			width:6px;
			background-image:url('images/cat_rb_bor.gif');
		}
		
	/*Fin - Bas*/
		
/* Fin - Menus */

/* ----------------------------------------------------------------- */