/* feuille de style pour le site http://www.cie-forestiere.fr/ */

BODY {
	color: black;
	line-height: 130%;
	text-align: justify;
	background-color: #fc3;
	margin: 0;
}

IMG {
	border: 0;
}

A {
	font-family: sans-serif;
	font-weight: bold;
	color: #2aa013;
}

#titre {
	clear: right;
	background-color: #2aa013;
	text-align: center;
	border-bottom: solid 1px black;
	min-height: 200px;
}
#logo {
	float: left;
	height: 200px;
	width: 200px;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
}
#titre A {
	color: #fc3;
	vertical-align: text-bottom;
}
#titre LI {
	display: inline;
}
#titre H1 {
	font-family: Comic Sans MS, Lucida Console, Tahoma, Wingdings, Modern, monospace;
	vertical-align: text-bottom;
	font-weight: bold;
	font-style: italic;
	font-size: xx-large;
	padding: 1em;
	margin: 0;
}
HR {
	border: 0;
	border-top: solid 1px black;
}

P.copyright {
	font-family: sans-serif;
	font-size: smaller;
	font-weight: bold;
	font-style: oblique;
	text-align: center;
}

#footer {
	width: 100%;
}
#content {
	padding: 1em 4em;
}
.hautdepage {
	font-size: smaller;
}
