html, body {
	height: 100%;
	margin: 0;
	}
body {
	font: 90% Georgia, "Trebuchet MS", sans-serif;
	position: relative;
	}
	a {
	color: rgb(127,83,180);
	font-weight: bold;
	}
a:hover {
	color: rgb(93,104,72);
	}
div#header {
	background: rgb(127,83,180) url(../images/lavande.jpg) no-repeat; 
	color: #fff;
	height: 200px;
	position: relative;
	}
div#header h1 {
    margin: 0;
	position: absolute;
	bottom: 10px;
	left: 30px;
	font: 3em Georgia, serif;
	}
img {
	border: 0px
}
.imgtyp01 {
	text-align: center;
	}	
.lng_pavil {
	margin-top: 2px;
	margin-left: 2px;
	}
div#content h2 {
	padding-left: 35px;
	background: #fff url(../images/pucetitre.gif) left center no-repeat;
	color: rgb(127,83,180);
	}
div#content h3 , div#sidebar h3 {
	color: rgb(93,104,72);
	font-variant: small-caps;
	}	
div#global {
	min-height: 100%;
	width: 750px;
	padding: 0 10px;
/*	margin: 0 auto; */
	margin: 0 auto;
	position: relative;
	padding: 0 10px;
	background: url(../images/pagefond.png) center repeat-y;
	}	
div#center {
	padding-bottom: 50px; 
	}	
div#sidebar h3, div#footer p, div#sidebar p  {
	padding: 0 10px;
	}	
div#content {
    float: right;
	width: 530px;
	margin-left: 0px;
		margin-right: 10px;
	}	
div#sidebar {
	float: left;
	width: 200px;
	}
div#center {
	padding-bottom: 50px;
	overflow: auto;
	}
html {
	background: #ddd url(../images/pageexte.png);
	}
ul#menu {
	margin: 0;
	padding: 0;
	list-style: none;
	}
ul#menu li a {
	display: block;
	height: 25px;
	line-height: 25px;
	background: url(../images/puceitem.png) no-repeat left top;
	padding-left: 35px;
	margin: 5px 10px;
	border-bottom: 1px solid rgb(127,83,180);
	}
ul#menu li a:hover {
	background-position: left bottom;
	}
ul#menu li a {
	color: rgb(127,83,180);
	font: small-caps 1.1em/30px Georgia,serif;
	text-decoration: none;
	}
ul#menu li a:hover {
	color: rgb(93,104,72);
	}
div#footer {
	position: absolute;
	width: 750px;
	bottom: 0;
	background: rgb(127,83,180) url(../images/pagepied.gif) repeat-x;
	text-align: center;
	color: #fff;
	}
	div#footer p {
	margin: 2px 0;
	font-size: 0.9em;
	}