/* @override http://localhost:8080/journal-du-barter/css/desabonnement.css */

html,body {
	text-align: center;
	width: 100%;
	background: #fff;
}

#site {
	margin: 20px auto;
	text-align: left;
	width: 912px;
	background-color: #ffffff;
	border: 1px solid #1A171B;
}

/* @group Désabonnement */

#desabonnement {
	margin-left: 55px;
	width: 805px;
	margin-top: 30px;
}

#desabonnement p {
	color: #1C5F95;
	font: 15px/16px Helvetica, "Trebuchet MS", sans-serif;
}

input#adresse-email {
	width: 300px;
	border: 1px solid #1C5F95;
	height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#raisons {
	width: 540px;
	height: 320px;
	border: 1px solid #2e539f;
	background-color: #e6e6e6;
	text-align: left;
}

#raisons h1 {
	color: #fff;
	font: 15px/30px Helvetica, "Trebuchet MS", sans-serif;
	background-color: #2e539f;
	display: block;
	width: 100%;
	height: 30px;
	text-indent: 10px;
}

#raisons form {
	margin-top: 20px;
	margin-left: 20px;
}

form h2 {
	color: #1C5F95;
	font: 15px/16px Helvetica, "Trebuchet MS", sans-serif;
	height: 0;
	margin-bottom: 11px;
}

form textarea {
	border-style: none;
	width: 470px;
	height: 130px;
	margin-left: 34px;
	color: #1C5F95;
	font: 13px/15px Helvetica, "Trebuchet MS", sans-serif;
}

form input#validation {
	margin-top: 20px;
	margin-left: 190px;
}



/* @end */

strong {
	font-weight: bold;
}