* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: black;
}

body {
	background-color: white;
	scrollbar-3d-light-color: #FFFFFF;
	scrollbar-arrow-color: #000000;
	scrollbar-base-color: #9999FF;
	scrollbar-face-color: #9999FF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #8080FF;
	scrollbar-dark-shadow-color: #8080FF;
}

/***************************************************************************/
/*                                 HEADER                                  */
/***************************************************************************/

table.header {
	border: 0;
	cellpadding: 0;
	cellspacing: 0;
}

td.logoEboo {
	cursor: hand;
	height: 70;
	width: 120;
}

td.solutions {
	cursor: hand;
	height: 25;
	width: 120;
}

td.banner1 {
	background-color: black;
	height: 70;
	width: 100%;
	vertical-align: bottom; 
}

td.banner2 {
	background-color: #9999FF;
	height: 25;
	width: 100%;
}

.banner1 {
	font-weight: bold;
	font-size: 10px;
	color: white;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}

/***************************************************************************/
/*                                 SIDENAV                                 */
/***************************************************************************/

table.sidenav {
	height: 100%;
	width: 120;
}

tr.sidenav {
	background-color: #9999FF;
}

tr.menu {
	cursor: hand;
}

td.sidenavTopLeft {
	height: 50;
	width: 20;
}

td.sidenavTopRight {
	height: 50;
	width: 100;
}

td.sidenavLeft {
	height: 30;
	width: 20;
}

td.sidenavRight {
	height: 30;
	width: 100;
}

td.sidenavBottomLeft {
	height: 100%;
	width: 20;
}

td.sidenavBottomRight {
	height: 100%;
	width: 100;
}

p.menu {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

/***************************************************************************/
/*                                 CONTENT                                 */
/***************************************************************************/

table.content {
	width: 660;
}

/******************************* Content top *******************************/

tr.contentTop {
	height: 50;
}

td.contentTop {
	vertical-align: top; 
}

td.contentTop p {
	text-align: left;
}

td.contentTop a {
	text-align: left;
	text-decoration: none; 	
}

td.contentTop a:hover {
	text-decoration: underline; 	
}

/****************************** Content middle *****************************/

td.contentMarginLeft {
	width: 20;
}

/***************************************************************************/

td.contentMiddle {
	width: 500;
}

hr.contentMiddle {
	width: 100%;
	text-align: center;
}

select.selectSize {
	width: 200;
}

td.addUserLeft {
	width: 160;
}

td.addUserMiddle {
	width: 200;
}

td.addUserRight {
	width: 120;
}

td.contactLeft {
	width: 160;
}

td.contactMiddle {
	width: 200;
}

td.contactRight {
	width: 120;
}

td.downloadType {
	width: 500;
	text-align: center;
	background-color: #9999FF;
	font-weight: bold;
}

td.downloadLeft {
	width: 50;
	text-align: left;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

td.downloadMiddle {
	width: 350;
	text-align: left;
}

td.downloadRight {
	width: 100;
	text-align: left;
}

/***************************************************************************/

td.contentMarginRight {
	width: 20;
}

td.contentRight {
	width: 120;
	vertical-align: top; 
}

/****************************** Content bottom *****************************/

tr.contentBottom {
	height: 100;
}

/***************************************************************************/
/************************* Styles for frame content ************************/
/***************************************************************************/

*#copyright {
	font-size: 9px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.eboo_copyright {
	font-size: 9px;
	font-style: italic;
	font-weight: bold;
}

.eboo {
	font-style: italic;
	font-weight: bold;
}

.eboo_h1 {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}

td.contentMiddle a {
	color: black;
	text-decoration: underline; 	
}

td.contentMiddle a:hover {
	color: #8080FF;
	text-decoration: none;
}

/*
td.contentMiddle a {
	text-decoration: none; 	
}

td.contentMiddle a:hover {
	text-decoration: underline;
}

*/

td.contentMiddle b {
	font-weight: bold;
}

td.contentRight b {
	font-weight: bold;
}

td.contentMiddle p {
	text-align: justify;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

td.contentMiddle p#center {
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

td.contentMiddle p#error {
	text-align: left;
	margin: 0px;
	padding: 0px;
	color: red;
}

td.contentRight p#error {
	text-align: left;
	margin: 0px;
	padding: 0px;
	color: red;
}

td.contentMiddle p#figure {
	text-align: center;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

td.contentRight p#figure {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	text-align: justify;
}

h1#accueil {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

h1#center {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-weight: bold;
}

ul.list1 {
	text-align: justify;
	list-style-type: disc;
	list-style-position: outside;
	margin-top: 0px;
	padding-top: 0px;
}

ul.list2 {
	text-align: justify;
	list-style-type: circle;
	list-style-position: outside;
	margin-top: 0px;
	padding-top: 0px;
}

