fieldset{
	margin-top: 10px;
	border-radius: 5px;
	border: 1px solid grey;
	box-shadow: 0px 0px 2px grey;
	/*width: 460px;*/
	min-height: 385px;
	/*float: left;*/
	background: rgba(255, 255, 255, 0.5);
	padding-bottom: 10px;
}

fieldset h3{
	text-align: center;
	font-family: "Palatino", "Trebuchet MS", "Arial", sans-serif;
	font-size: 18px;
	margin-bottom: 30px;
}

table{
	font-family: "Trebuchet MS", Arial, sans-serif;
}


th{
	text-align: right;
	padding: 6px 5px 6px 10px;
	font-size: 11px;
	vertical-align: text-top;
}

td{
	padding-right: 10px;
	padding-bottom: 3px;
	text-align: left;
	vertical-align: top;
	width:100%;
}

td input:not([type="submit"]):not([type="reset"]):not([type="checkbox"]){
	/*min-width: 220px;*/
	width: 100%;
}

textarea{
	width:100%;
	resize: vertical;
	/*
	min-width: 380px;
	max-width: 380px;
	min-height: 280px;*/
}

input[type="submit"], input[type="reset"], input[type="checkbox"], label[for="copie"]{
	/*float: right;*/
}

input[type="checkbox"]{
	/*margin-right: 10px;*/
	position: relative;
	top: 3px;
}

input[type="submit"], input[type="reset"]{
	/*margin-top: 2px;*/
	/*margin-right: 10px;*/
}

.erreur{
	color: red;
	font-weight: bold;
	font-size: 12px;
}

#adresse, #acces{
	display: inline-block;
	/*width: 460px;*/
	min-width: 100%;
	margin-top: 10px;
	border-radius: 5px;
	border: 1px solid grey;
	box-shadow: 0px 0px 2px grey;
	background: rgba(255, 255, 255, 0.5);
	padding: 10px;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

#adresse{
	text-align: right;
	float: right;
}

#acces{
	font-size: 85%;
}

#acces .pour{
	font-weight: bold;
}

.pour:last-of-type{
	text-decoration: underline;
}

#plan{
	display: block;
	clear: both;
	margin: 0 auto;
	padding-top: 40px;
}

#plan iframe{
	width: 100%;
	height: 500px;
	overflow: hidden;
	padding: 3px;
	border: 1px solid grey;
	border-radius: 5px;
	background: rgba(200, 200, 200, 0.7);
}

#plan small{
	display: block;
	text-align: right;
	margin-bottom: 10px;
}

#plan a{
	color: inherit;
	text-decoration: none;
	padding: 3px 7px;
	border: 1px solid grey;
	border-radius: 2px;
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 0px 0px 3px grey;
}

#plan a:hover, #plan a:focus{
	box-shadow: 0px 0px 3px grey inset;
}

p.spam{
	text-align: center;
	color: #969696;
	padding: 10px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

div.fail{
	color: #BA0000;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, sans-serif;
	background: #E0D4BE;
	margin: auto;
	padding: 10px;
	border: 1px solid #DD974B;
}

.print{
	color: inherit;
	text-decoration: none;
	font-size: 14px;
}

.print:hover{
	text-decoration: underline;
}

hr{
	display: block;
	margin-bottom: 30px;
	clear: both;
	position: relative;
	top: 40px;
	height: 7px;
	border: none;
	border-top: 3px solid #600505;
	border-bottom: 1px solid #600505;
}