body {
	font-family: Verdana;
	font-size: 12px;
	background-color: #FFFF66;
	color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	background-image: url(../pics/fond.png);
	background-repeat: repeat-y;
	background-position: left top;
	scrollbar-track-color:#FFC204;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-face-color:#FFFF66;
	scrollbar-3dlight-color:#FEFFC5;
	scrollbar-highlight-color:#CCCCCC;
	scrollbar-shadow-color:#B68500;
	scrollbar-darkshadow-color:#5B4301;
}
a {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
img {
	border: #333333;
}
.aaa {
	font-size: 15px;
}
.under {
	text-decoration: underline;
}
.memo {
	color: #FF3300;
}
.italic {
	font-style: oblique;
}
.blanc {
	color: #FFFFFF;
}
.titre {
	font-size: 16px;
	font-weight: bold;
}
.gris {
	color: #666666;
}
.small8 {
	font-size: 8px;
}
.small9 {
	font-size: 9px;
}
.small10 {
	font-size: 10px;
}
.small11 {
	font-size: 11px;
}
.small12 {
	font-size: 12px;
}
.nolink {
	color: #999966;
}
.top {
	font-family: "Courier New";
	font-size: 48px;
	font-weight: normal;
}
.page {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	font-style: italic;
}
.code {
	color: #FF0000;
	font-size: 10px;
}
.soustitre {
	font-size: 12px;
	font-weight: bold;
}
.memo {
	font-size: 10px;
	color: #990066;
}
.discret {
	font-size: 10px;
	color: #FF9900;
}
.shadok {
	font-size: 24px;
	color: #FF6633;
}
.menu {
	font-weight: bold;
	color: #990000;
	font-size: 11px;
}


/* AJOUTS DIDIER */

#mainDiv {
	width: 600px;
	border: 0px;
	height: 700px;
	padding: 5px;
}

.inputBox {
	position: absolute;
	left: 140px;
	border: 0px;
	border-left, border-top: 0px #666 solid;
	border-right, border-bottom: 0px #eee solid;
	padding: 2px;
}

.inputBox:FOCUS {
	background: #eee;
}

#rechercheBox {
	padding: 2px;
}
.transpa {
	font-size: 14px;
	font-weight: bold;
	white-space: pre;
	filter: Xray;
}
.justify {
	text-align: justify;
}
