html {
	scrollbar-base-color: #9999cc;
	scrollbar-arrow-color: white;
	scrollbar-track-color: #ccccff;

	scrollbar-shadow-color: black;
	scrollbar-lightshadow-color: black;
	scrollbar-darkshadow-color: gray;

	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: black;
}
body {
	background-image: url(../peroxImages/back4.gif);
	background-attachment: fixed;
	/*background-color: #FFFFCC;*/

	font-weight: bold;
	font-size: 90%;
	font-family: Arial;
}
b {
	font: 1.2em "Times New Roman";
	font-weight: bold;
}
a {
	font: 1em "Antique Olive";
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
}
table {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}
table.2 {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 50%;
}
table.3 {
	width: 50%;
}
th {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
td {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	text-align: left;
	vertical-align: top;
	padding: 3px;
}
td.2 {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	text-align: center;
	vertical-align: center;
	padding: 3px;
}
td.nobordered {
	margin: 0 0 10px 10px;
	padding: 2px;
	border: none;
}
td.nobordered2 {
	margin: 0 0 0px 0px;
	padding: 0px;
	border: none;
}
img {
	vertical-align: middle;
}
p {
	text-align: justify;
}
ul li {
	/*display: inline;*/
	/*display: block;*/
	/*list-style: disc inside;*/
}
a img {
	border: none;
}
/********************universel pouvant etre utilisé dans tous les tags********************/
.type1 {
/*texte des tableaux*/
	font: 1em "Times New Roman";/*Verdana*/
	/*font-weight: bold;*/
	color: black;
}
.type2 {
/* no xx found*/
	font: 0.75em Verdana;
	font-style: italic;
	/*color: black;*/
	text-indent: 1.5em;
}
.type3 {
/*field names*/
	font: 1.1em Arial;
	font-weight: bold;
	/*font-style: italic;*/
	color: #4169E1;
}
.type4 {
/*field names*/
	font: 1.8em Arial;
	font-weight: bold;
	/*font-style: italic;*/
	color: #4169E1;
}
.highlight {
	background-color: yellow;
	color: black;
}
.floatright
{
	float: right;
	margin: 0 0 10px 10px;
	border: 1px solid #666;
	padding: 2px;
}
.bordered {
	margin: 10px 10px 10px 10px;
	border: 1px solid #666;
	padding: 2px;
}
.floatleft
{
	float: left;
	margin: 0 0 10px 10px;
	border: 1px solid #666;
	padding: 2px;
}
.vert {
	background-color: #CBECE5;/*Cadetblue   #CBECE5*/
}
.violet {
	background-color: #FFFF99;/*Steelblue   #E4CDE5*/
}
.noline {
	text-decoration: none;
}
.batang {
	font: Batang;
	font-size: medium;
}
.center {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wrap {
	word-wrap: break-word;
}
.rr {
	text-align: right;
	margin: 5px;
}
.red {
	color: orange;
}
.main {
	font: 3em Verdana;
	font-style: italic;
	text-align: center;
	color: #FF6600;
}
/*** change de style kan le curseur de la souris passe dessus (mot-cle 'hover')**/
a:noline:hover {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:link {
	color: blue;
}
a:visited {
	color: blue;
}
a:active {
	color: red;
}

