.police {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}
.police2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}
.authentification {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}

.boutons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	background-color: #CC99FF;
}

.cadrephoto {
	border-left-width: 1px;
	border-right-width: 3px;
	border-top-width: 1px;
	border-style:outset;
	border-color:#FF66FF;
}
.cadrevignette {
	border-left-width: 1px;
	border-right-width: 3px;
	border-top-width: 3px;
	border-bottom-width: 1px;
	border-style:outset;
	border-color:#FF66FF;
}
.cadrelogin {
	border-left-width: 1px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-style:outset;
	border-color:#FF66FF;
}
.msgnonlu {
	background-color:#FFFF9A;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.msglu {
	background-color:#DDDDDD;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

a{
	color: #FF66FF;
	text-decoration: underline;
}

a:visited{
	color: #FF66FF;
	text-decoration: underline;
}
a:hover {background-color: #bd94f7; color: black; text-decoration: underline overline}

@media print {
.ecran {
	visibility: hidden;
}
		
.impression {
	visibility: visible;
	position: absolute;
	top:0px;
	left:0px;
}
}