@import url(style.reset.css);

body {
	background-color: #000000;
	background-image: url(images/fond_popup.jpg) !important;
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

div#titre_page {
	height: 30px;
	margin: 10px auto 0 auto;
	font-family: Trebuchet MS, Tahoma, Arial;
	font-size: 1.1em;
	color: #ffffff;
	text-align: center;
}

/* Messages à l'utilisateur */
#msg_user {
	width: 100%;
	line-height: 15px;
	font-size: 0.9em;
	text-align: center;
	margin-bottom: 20px;
}
.erreur {
	border: 1px solid #ff0000;
	background-color: #fccfcf;
	color: #ff0000;
}
.ok {
	border: 1px solid #03ae03;
	background-color: #b2f8b2;
	color: #03ae03;
}

div#formulaire {
	width: 400px;
	margin: auto;
	/*padding-top: 20px;*/
	font-family: Trebuchet MS, Arial, Tahoma;
}

.bouton {
	width: 80px;
	margin: 0 10px 0 10px;
}

p.ligne {
	line-height: 24px;
	margin-bottom: 10px;
}

p.ligne label {
	width: 100px;
	float: left;
	text-align: right;
	padding-right: 8px;
	color: #ffffff;
	font-weight: bold;
	font-size: 0.9em;
}

p.ligne input.text {
	width: 200px;
}

p.ligne textarea {
	width: 200px;
	height: 80px;
}

div#plan {
	text-align: right;
	font-family: Trebuchet MS, Arial, Tahoma;
	font-size: 0.9em;
	margin-right: 60px;
}

	div#plan a {
		color: #ffffff;
	}
	div#plan a:hover {
		font-weight: bold;
		text-decoration: none;
	}
