/* -*- coding: utf-8 -*- vim:sw=4:sts=4:et:ai:si:sta:fenc=utf-8
*/
@CHARSET "utf-8";

.logo {
	background-image: url(logoUR-bg.jpg);
	background-repeat: no-repeat;
	position: absolute;
	width: 316px;
	height: 286px;
	z-index: -3000;
}
p.withol, p.last {
	margin-bottom: 0px;
}
.hspace {
	margin-top: 1em;
}

.trail {
	margin-top: 10px;
}
.trail span {
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
	border: 1px solid #ccc;
	padding: 5px;
	margin: 0px 5px 0px 5px;
}
.trail span.current {
	background-color: #C6D880;
}

.intro {
	position: relative;
}
.intro .logo {
	right: 0px;
	top: 0px;
}
.yesintro, .nointro {
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
	padding-left: 18px;
	margin: 0.67em 0;
	padding: 0.67em 0.67em;
	border: 2px solid #ccc;	
	background-repeat: no-repeat;
	background-position: 5px 1em;
	position: relative;
}
.yesintro {
	border-color: #C6D880;
}

.yesdiv, .nodiv {
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
	padding-left: 18px;
	margin: 0.67em 0;
	padding: 0.33em 0 0.67em 42px;
	border: 2px solid #ddd;	
	background-repeat: no-repeat;
	background-position: 5px 1em;
	position: relative;
}
.yesdiv {
	min-height: 32px;
	background-image: url(icons/lyes.png);
	border-color: #C6D880;
}
.yesdiv .logo {
	right: 0px;
	bottom: 0px;
}
.nodiv {
	min-height: 16px;
	background-image: url(icons/no.png);
}

/* transparence pour les fonds des messages d'erreur */
.bperrorm { background-color: rgba(251,227,228,0.5); }
.bpwarningm { background-color: rgba(255,246,191,0.5); }
.bpdonem { background-color: tgba(230,239,194,0.5); }

/* Afficher les mots de passe avec un fond particulier */
.password {
	background-color: #ddd;
	padding: 0 1em 0 1em;
}
