body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	background-color: #9f9f9f;
	color: #353535;
}

a:link{color: #353535; text-decoration: underline}
a:active{color:#993300; text-decoration: underline}
a:visited{color:#353535; text-decoration: underline}
a:hover{color:#000000; text-decoration: underline}

.trace {
	background-color: #FFFC01;
	background-image: url(../_images/rjsa_trace.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	font-size: medium;
	padding: 5px;
	color: #676767;
	font-weight: bold;
	font-style: italic;
}
.texteBordeau {
	color: #990000;
}
.texteFondGris {
	background-color: #CCCCCC;
	font-weight: bold;
	text-decoration: underline;
	padding: 5px;
	font-size: medium;
}
.texteSouligne {
	text-decoration: underline;
}
.texteBordeauGras {
	font-size: medium;
	font-weight: bold;
	color: #990000;
}
.texteBlanc {
	color: #FFFFFF;
}
.texteBlancGras {
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
}
.texteItalique {
	font-style: italic;
}
.ligneGrisClair {
	background-color: #CCCCCC;
}
.ligneGrisFonce {
	background-color: #828282;
}
.texteGras {
	font-weight: bold;
}
.ligneRouge {
	background-color: #840016;
}
.texteBordeauSouligne {
	color: #990000;
	text-decoration: underline;
}
.texteManuscritRouge {
	font-family: "Times New Roman", Times, serif;
	color: #990000;
	font-size: large;
}
.ligneMessageAccueil {
	background-color: #828282;
	font-weight: bold;
	padding: 5px;
	font-size: medium;
	color: #FFFFFF;
}
.reponse {
	font-weight: bold;
	color: #990000;
}
.reponseExplications {
	font-style: italic;
}
.detail {
	font-size: x-small;
}
.ligneBordureBas {
	border-bottom-style: solid;
	border-top-color: #8f8f8f;
	border-right-color: #8f8f8f;
	border-bottom-color: #8f8f8f;
	border-left-color: #8f8f8f;
	border-bottom-width: 1px;
}
.date {
	font-size: x-small;
}
.tiroir {
	border: thin solid #FFFFFF;
	color: #333333;
	font-size: medium;
	font-weight: bolder;
	background-image: url(../_images/boite/fond_tiroir.jpg);
	background-repeat: repeat-x;
}
.tableDialog {
	background-color: #9F9F9F;
	border: thin solid #FFFFFF;
	padding: 2px;
}
.lienDialogue {
	background-color: #9F9F9F;
	border: thin dashed #FFFFFF;
	color: #353535;
	text-align: center;
}
.boutonDialogue {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #9F9F9F;
	text-decoration: underline;
	color: #353535;
}
.inputGris {
	background-color: #CCCCCC;
	border: 1px solid #000000;
}

.inputBlanc {
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
.inputResultatRouge {
	color: #990000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #9F9F9F;
	font-size: medium;
	font-weight: bolder;
	color: #990000;
	text-align: right;
}
.resultatCalcul {
	font-size: medium;
	font-weight: bolder;
	color: #990000;
}
.champRecherche {
	background-color: #B8B8B8;
	border: 1px solid #5F5F5F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
}
