/* @override http://grogro.local:8888/~max/Avril/Avril_2/views/compte.css */

a {
	color: inherit;
}

#compte {
	margin-left: 18em;
	padding: 2em;
}

#compte form, #compte div {
	width: 32em;
	margin: 2em auto;
	background-color: whitesmoke;
	padding-bottom: 1px;
}

#compte .adresse {
	margin-bottom: 0;
}

h3, h6 {
	margin-top: 0;
	padding: .2em 1em;
	font-weight: normal;
	background-color: gray;/*#525252*/
	color: whitesmoke;
	font-size: 1.1em;
}

h6 {
	font-size: 1em;
	margin: 0;
	color: #525252;
	background-color: silver;
}

h6.bouton {
	padding: 0.3em;
	text-align: center;
	/*line-height: 2.2em;*/
}

 p {
	padding: 0 1em;
	font-family: Arial;
	/*font: .95em Arial;*/
}

 p.bouton {
	text-align: center;
	margin-bottom: 1.5em;
}

input.visible {
	color: #740e00;
	font-weight: bold;
	margin: 0 .5em;
}

/*button {
	padding: 0;
}*/

p.rem {
	font-size: .94em;
	color: #014a63;
	margin: .5em 0;
}

p.err {
	font-size: .94em;
	color: #740e00;
}

label {
	/*bug ff2*/
	display: block;
	/*float: left; en JS*/
	display: inline-block;
	min-width: 10em;
	font-style: italic;
}

textarea {
	vertical-align: middle;
	width: 13.5em;
}

ul.auto_rempli {
	position: absolute;
	margin-left: 12.5em;
	width: 13em;
	margin-top: -1.0em;
	list-style: none;
	border: 1px solid silver;
	padding: 0 ;
	line-height: 1.5em;
	background-color: white;
	display: none;
	font-size: 11px;
}

ul.auto_rempli.ff2 {
	margin-top: 0;
}

ul.auto_rempli li {
	border-bottom: 1px solid silver;
	padding: 0 .3em;
}

ul.auto_rempli li.actif {
	border-top: none;
	background-color: wheat;
}