.border {
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
}
.imgborder {
	border: 1px solid #999999;
}
.graybgr {
	background-color: #eeeeee;
	border: 1px dotted #eeeeee;
	padding: 5px;
}
.traitdroit {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}
.traitdouble {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
}
.gris-trait {
	background-color: #eeeeee;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border: 1px solid #999;
}
.tiret-bas {
	border-top: #999;
	border-right: #999;
	border-bottom: 1px dashed #999;
	border-left: #999;
}
.graybg2 {
	background-color: #eeeeee;
	border: 1px solid #999;
}
.trait-bas {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.border2 {
	border: 1px dashed #999;
}
.texte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #000000;
}
.titre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:  #000000;
}
.sous-titre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
.tiret-double {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: dashed;
	border-top-color: #999;
	border-bottom-color: #999;
}
.buse {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(image/buse.gif);
	margin: 1px;
	padding: 5px;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
}
