.seTitle {
	font-family: Tahoma;
	font-size: small;
	font-weight: bold;
	color: #006027;
	text-decoration: none;
}
.seNormalText {
	font-family: Tahoma;
	font-size: x-small;
	color: #015B27;
	text-decoration: none;
}
.seBoldText {
	font-family: Tahoma;
	font-size: x-small;
	font-weight: bold;
	color: #015B27;
	text-decoration: none;
}
.seHeader {
	font-family: Tahoma;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333399;
}
.seTableLink {
	font-family: Tahoma;
	font-size: x-small;
	font-weight: bold;
	color: #E8A300;
	text-decoration: underline;
}
.seTableRow {
	font-family: Tahoma;
	font-size: x-small;
	color: #333399;
	text-decoration: none;
	background-color: #FFFFFF;
}
.seTableRowAlternate {
	font-family: Tahoma;
	font-size: x-small;
	color: #333399;
	text-decoration: none;
	background-color: #FFF5CC;
}
.seInputControl {
	font-family: Tahoma;
	font-size: x-small;
	color: #000000;
	text-decoration: none;
	background-color: #F9FBFA;
	border-top: 1px solid #91A59C;
	border-right: 1px solid #3E6A57;
	border-bottom: 1px solid #3E6A57;
	border-left: 1px solid #3E6A57;
}
.seMemoControl {
	font-family: Tahoma;
	font-size: x-small;
	color: #000000;
	text-decoration: none;
	background-color: #F9FBFA;
	border: 1px solid #5F957E;
	width: 500px;
}
.seListItem {
	font-family: Tahoma;
	font-size: x-small;
	color: #000000;
	text-decoration: none;
	list-style-type: circle;
}
.seErrorText {
	font-family: Tahoma;
	font-size: x-small;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
.seNoteText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000000;
	text-decoration: none;
}
.seTinyLink {
	font-family: Tahoma;
	font-size: xx-small;
	font-weight: bold;
	color: #E7A200;
	text-decoration: underline;
}
.seConfirmText {
	font-family: Tahoma;
	font-size: x-small;
	font-weight: bold;
	color: #006E2B;
	text-decoration: none;
}
.seTable {
	background-color: #333399;
}
.seTable2 {
	background-color: #F2F7F4;
	border-color: Blue;
	border-style: solid;
}
body {
	margin: 0px;
}
.fondgauche {
	background-image: url(imgs/fond-gauche.jpg);
	background-repeat: repeat-x;
}
.fondcentre {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EDA500;
	background-image: url(imgs/lignevert.jpg);
	background-repeat: repeat-y;
}
.fondlogo2 {
	background-image: url(imgs/logo-fond.jpg);
	background-repeat: no-repeat;
}
ul {
	list-style-image: url(imgs/point.jpg);
	list-style-type: disc;
	font-family: Tahoma;
	font-size: small;
	color: #000000;	
}

.seTinyText
{
	font-family: Tahoma;
	font-size: xx-small;
	color: #015B27;
	text-decoration: none;
}