@import url("common.css");

@import url("header.css");
@import url("navigation.css");
@import url("corps.css");
@import url("footer.css");
@import url("form.css");

hr {
	color: #eee;
	background-color: #eee;
	height: 1px;
	border: 0;
	margin: 1em;
}

#cadre {
	margin: auto;
	width: 800px;
	background: url('images/fond.jpg');
	overflow: hidden;
}

/* ------------------------------------------------------- Tree */

ul.tree {
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
	font-size: 18px;
}

ul.tree li {
	margin: 0;
	padding: 0;
	display: inline;
	background-image: url('images/puceTree.png');
	background-position: middle left;
	background-repeat: no-repeat;
}

ul.tree a {
	text-decoration: none;
	font-size: 14px;
    font-weight: normal;
	color: #010F99;
	margin-left: 1em;
}

/* ------------------------------------------------------------ Corps du site */


:active , :focus {
	outline: none;
}

.spacer {
  clear: both;
}




