html,body {
	background-color: #dddddd;
	color: #6F7179;
	font-family: verdana;
	font-size: 9pt;
}

form {
	width: 98%;
	overflow: hidden;
	margin: auto;
}

hr {
	border: 0px solid #ccc;
	clear: both;
	margin: 0;
	padding: 0;
	height: 1px;
	background-color: #ccc;
}

table {
	width: 100%;
}

caption {
	font-style: italic;
}

/**
 * Définition du comportement par défaut des balises HTML pour tout le site
 **/
h1 {
	margin-left: 5px;
	/* Style spécial IE7 */ *
	padding: 7px 0 0px 0; *
	font-size: 23px;
}
a, a:visited {
	color : #660000;
	text-decoration: none;
}
#content a, #content a:visited {
	color : #660000;
	font-style: italic;
}

img {
	border : none;
}

fieldset {
	margin: 0 10px 0 11px;
}
