/* design du formulaire  */
body {

	width: 760px;
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 15px; 
	margin-bottom: 15px;
	background-color: rgb(173,173,173);
	color: black;
}

fieldset {

	text-align: center;
	color: black; 
	font-family: Verdana, sans-serif;
	font-size: medium;
	background-color: rgb(148,216,252);
}

table {

	border-style: solid; 
	border-width: 1px; 
	border-color: black;
	width: 680px;
}

td { 
	border-style: solid; 
	border-width: 1px; 
	border-color: black;
	border-collapse: collapse;
}

p {
	font-weight: normal;
	font-size: x-small;
	font-family: Verdana, sans-serif;
}

h5 {
	font-style: italic;
	text-decoration: underline;
	font-family: Verdana, sans-serif;
}

a {
	color: black;
	font-weight:bold;
	text-decoration: none;
	background-color: rgb(148,216,252);
}

a:hover {
	color: black;
	text-decoration: none;
	background-color: rgb(148,216,252);
}

img {
	border-color: rgb(148,216,252);
}
