/* 
	Jean-Yves BEAUJEAN
	Jxtray css style
	created 2005.
*/
* {
font-size: small;
 font-family: Verdana, "Bitstream Vera Sans", Geneva, Arial, Helvetica, sans-serif;
 color: #173249;

}

body {
  background-color: #4f708d;
  margin-top : 0px;
  margin-right : 0px;
  margin-left : 0px;
  margin-bottom : 0px;
}

.logo {
	background-image: url(images/logo.png); 
	background-repeat: no-repeat;
}

.head {
	background-image: url(images/bg.png); 
	background-repeat: repeat-x;
	
}

.main {
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;	
	background-color: #ffffff;
}

.title {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 2px groove #173249;
}

.stitle {
	font-size: 14px;
	border-bottom: 1px solid #173249;
	text-indent: 3px;
	background-color: #173249;
}

.bottom {
	border-top: 1px solid #000000;
}

/************************************* MENU *****************************/
.menu li {
	list-style-type: none;
	margin: 1px;
}

.menu li a {
	font-size: x-small;
	text-decoration: none;
	letter-spacing: 1px;
	display: block;
	background-color: #e4e9ed;
	margin: 0px;
	width: 110px;
	padding: 4px 8px;
	color: #4f708d;
	border-right: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	border-bottom: 1px solid #d9d9d9;
	border-top: 1px solid #ffffff;
	text-indent: 18px;
}

.menu li a:hover {
	font-size: x-small;
	text-decoration: none;
	letter-spacing: 1px;
	display: block;
	width: 110px;
	background-color: #4f708d;
	margin: 0px;
	padding: 4px 8px;
	color: #e4e9ed;
	border-right: 1px solid #c1c9d0;
	border-left: 1px solid #c1c9d0;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #d9d9d9;
	background-image: url(images/fleche.png); 
	background-repeat: no-repeat;
	text-indent: 18px;
}

.menulink {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
}
/*******************************************************************************/