img {

	border:0px;
}


a {
	color: #3333CC;
	text-decoration: none;
	border-width: 1px;
	border-bottom-style: dashed;
	border-color: #CCCCFF;
}

a.noborder {
	text-decoration: none;
	border-width: 0px;
}



a.noborder:link {
	text-decoration: none;
	border-width: 0px;
}

a.noborder:visited {
	text-decoration: none;
	border-width: 0px;
}

a.noborder:active {
	text-decoration: none;
	border-width: 0px;
}

a.noborder:hover {
	text-decoration: none;
	border-width: 0px;
}

a.menu {
	width: 100%;
}

a:link {
	color: #3333CC;
	text-decoration: none;
	border-width: 1px;
	border-bottom-style: dashed;
	border-color: #CCCCFF;
}

a:visited {
	color: #3333CC;
	text-decoration: none;
	border-width: 1px;
	border-bottom-style: dashed;
	border-color: #CCCCFF;
}

a:active {
	color: #FF6633;
	text-decoration: none;
	border-width: 1px;
	border-bottom-style: dashed;
	border-color: #FF6633;
	text-align: left;
}

a:hover {
	color: #000099;
	text-decoration: none;
	border-width: 1px;
	border-bottom-style: dashed;
	border-color: #000099;
	text-align: left;
}
.link {
	color: #000099;
	text-decoration: none;
	border-width: 1px;
	border-bottom-style: dashed;
	border-color: #000099;
	text-align: left;
}
h1 {
	font-size: 14px;
	border-width: 1px;
	border-bottom-style: dashed;
	border-color: #9999CC;
	width: 100%;
	filter: DropShadow(Color=#9999CC, OffX=1, OffY=1, Positive=1);
}

.stir {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.active {
    width: 100%;
	color: #FF6633;
	text-decoration: none;
	border-width: 1px;
	border-bottom-style: dashed;
	border-color: #FF6633;
}

.activeparent {
    width: 100%;
	text-decoration: none;
	border-width: 1px;
	border-bottom-style: dashed;
	border-color: #000099;
}

.activechild {
    width: 100%;
	color: #FF6633;
	text-decoration: none;
	border-width: 1px;
	border-bottom-style: dashed;
	border-color: #FF6633;
	text-align: right;
}

.child {
    width: 100%;
	color: #3333CC;
	text-decoration: none;
	border-width: 1px;
	border-bottom-style: dashed;
	border-color: #CCCCFF;
	text-align: right;
}

.child:hover {
	text-align: right;
}

/* form */

form.form {
	margin: .5em 2em;
}

form.form input, form.form select, form.form textarea {
	margin-left: .5em;
}

form.form fieldset {
	margin: 1em 0;
	padding: .3em 1em;
	border: 1px solid #769482;
}

form.form fieldset br {
	display: none;
}

form.form legend {
	font-weight: bold;
	color: #696;
	padding: .2em .5em;
	border: 1px solid #769482;
}

form.form fieldset div {
	clear: both;
	margin: .1em 0;
	position: relative;
}

form.form fieldset div span {
	display: none;
}

form.form fieldset div:hover span {
	font-size: 90%;
	color: #c96;
	background-color: #faf0e6;
	margin-left: 20em;
	padding: .2em .5em .3em;
	border: 1px solid #c96;
	display: block;
	position: absolute;
	z-index: 100;
	float: right;
}

html form.form fieldset div span {
	font-size: 90%;
	color: #c96;
	margin-left: 16em;
	padding: .3em;
	border-left: 1px solid #c96;
	display: block;
}

form.form label, form.form fieldset div.cr p {
	margin: 0;
	display: block;
	width: 13em;
	text-align: right;
	float: left;
}

form.form fieldset div.cr label {
	text-align: left;
	margin-left: 13em;
	width: auto;
	float: none;
}

.mandat {
	color: #930;
}

.mandat:before {
	content: "* ";
}

form.form .buttons {
	text-align: center;
}
