/* CSS Document */

html, body {
	height: 100%;
	margin: 0;
	}
div#global {
	min-height: 100%;
	}
	
div#global {
	height: 800px;
	width: 750px;
	padding: 0 10px;
	margin-top: 50px;
	padding-top: 20px;
	padding: 0 10px;
	background: url(../images/lavoncourt/image_fond.png);
	}
	
div#global {
	min-height: 100%;
	width: 750px;
	padding: 0 10px;
	margin: 0 auto;

	}

div#center {
	/* Pour éviter la superposition 
	du pied de page et du contenu : */
	padding-bottom: 50px; 
	}
div#footer {
	position: absolute;
	width: 750px;
	bottom: 0;
	background: #7fcf2e;
	color: #0090C4;
	background-color: #EAB92D;
	}
	
div#footer p {
	margin: 2px 0;
	font-size: 0.9em;
	}
	
div#content {
    float: left;
	width: 530px;
	margin-left: 10px;
	}
	
div#content h2 {
	padding-left: 25px;
	line-height: 25px;
	font-size: 1.4em;
	background: url(puce.jpeg) no-repeat left bottom;
	color: #0090C4;
	border-bottom: 1px solid #9b2;
	background-image: url(../images/puce.jpg);
	}
	
div#content h3 {
	color: #c00;
	font-variant: small-caps;
	}
	
div#sidebar {
	float: right;
	width: 200px;
	border-left: 1px #000000;
	}

div#sidebar h3, div#footer p, div#sidebar p  {
	padding: 0 10px;
	}

div#center {
	padding-bottom: 50px;
	overflow: auto;
}

html {
	background: #ddd url(../images/image_fond.png);
	}
	
div#header {
	background: #7fcf2e url(../images/headerv2.jpg) no-repeat;
	color: #fff;
	height: 201px;
	position: relative;
	background-image: url(../images/headerv2.jpg);
	background-color: 0;
	}
div#header h1 {
        margin: 0;
	position: absolute;
	bottom: 10px;
	left: 30px;
	font: 3em Georgia, serif;
	}

ul#menu {
	margin: 0;
	padding: 0;
	list-style: none;
	}

ul#menu li a {
	display: block;
	height: 30px;
	line-height: 30px;
	font-weight:bold;
	background:url(../images/lavoncourt/menu.png) no-repeat left top;
	padding-left: 60px;
	margin: 2px 0;
	
}
ul#menu li a:hover {
	background-position: left bottom;
}

ul#menu li a {
	color: #000000;
	text-decoration: none;
}
ul#menu li a:hover {
	color: #ffffff;
}

body {
	font: 90% "Trebuchet MS", sans-serif;
}

a {
	color: #0090C4;
	font-weight: bold;
}

a:hover {
	color: #c00;
}
