body {
	margin:10px;
	background-color:#333333;
	font-family:Trebuchet MS, arial, Lucida Console, verdana;
	font-size:14px;
	color:#FCFAE1;
}
a {
	color:#AEEE00;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:orange;
	font-weight:bold;
	text-decoration:none;
}
hr {
	color:blue;
	height:2px;
	margin-bottom:20px;
}
h1 {
	color:orange;
	font-size:2em;
	font-weight:bold;
}
ul {
	list-style-image: url("puce.gif");
	line-height:180%
}

/* ------------------------------------------ */
.msg_erreur {
	display:inline-block;
	width:auto;
	background-color:#DDDDDD;
	/*font-weight:bold;*/
	color:#f5623b;
	margin-bottom:5px 20px 20px 20px;
	padding:8px 8px 8px 34px;
	border-radius:8px;
	background-image:url("img/info_bulle_important.png");
	background-size:20px;
	background-position: 8px 6px;
	background-repeat:no-repeat;
}

/* ------------------------------------------ */
.msg_information {
	display:inline-block;
	width:auto;
	background-color:#efe8ab;
	/*font-weight:bold;*/
	color:blue;
	margin-bottom:5px 20px 20px 20px;
	padding:8px 8px 8px 34px;
	border-radius:8px;
	background-image:url("img/information.png");
	background-size:20px;
	background-position: 8px 6px;
	background-repeat:no-repeat;
}

/* ------------------------------------------ */
.submit {
	background-color: #719fee;
	border-radius: 10px;
	border: 4px double #1f69ec;
	color: #ffffff;
	text-align:center;
	font-size:1.4em;
	padding:8px 20px 8px 20px;
	margin-top:20px;
	cursor: pointer;
}
.submit:hover {
	box-shadow:0px 0px 30px grey;
	color:#FEFEE0;
}

/* ------------------------------------------ */
.fieldset {
	background-color:#222222;
	margin-bottom:40px;
}
.fieldset legend {
	margin-left:10px;
	margin-right:10px;
	padding-left:10px;
	padding-right:10px;
	font-size:1.6em;
	color:#FFFF00;
}