/* @override 
	http://localhost:3000/stylesheets/public/informations.css?1199658579
	http://localhost:3000/stylesheets/public/informations.css?1199659316
	http://localhost:3000/stylesheets/public/informations.css?1199660031
	http://localhost:3000/stylesheets/public/informations.css?1201400753
	http://localhost:3000/stylesheets/public/informations.css?1201825485
*/

/* @group Informations générales */

h3 {
	font-size: 18px;
	margin: 10px 0;
}

dl {
	line-height: 24px;
}

dt {
	font-size: 16px;
	margin: 10px 0;
	padding: 5px 0;
	border-top: 1px solid #bbb;
}

dd {
	margin-left: 10px;
}

li.coord {
	padding: 5px 0;
	line-height: 16px;
	font-size: 14px;
	font-weight: bold;
}

li.intr, li.explanation {
	line-height: 14px;
	padding: 0;
	font-size: 12px;
	font-style: italic;
}

li.adresse {
	line-height: 18px;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0;
}


/* @end */

/* @group Message form */

form#message-form {
	border: 1px solid #7a994b;
	border-left: 4px solid #7a994b;
	padding: 10px 20px;
	margin: 10px 0;
	background-image: url(../../images/second-backg.jpg);
}

form#message-form dl dt {
	border: 0;
	font-size: 14px;
	line-height: 20px;
	padding: 0;
}

form#message-form dl dt.required {
	text-decoration: underline;
}

form#message-form dl dd.submit {
	padding: 10px 0;
}

/* @end */