html, body {
	height: 100%;
	margin: 0;
	}
body {
	font: 90% "Trebuchet MS", sans-serif; background: url(img/bg.jpg) center no-repeat;
}
html {
	background: #F6FDE5;
	}

ul#menu {
	margin: 10px;
	padding: 0;
	list-style-type: none;
	}
ul#menu li
{
	margin: 0 0 5px 0 ;
	padding: 0 ;
}

ul#menu li a {
	display: block ;
	width: 170px ;
	line-height: 26px ;
	color: #000 ;
background: #F6FDE5;
	text-indent: 10px ;
	text-decoration: none ;
	/* background: url(img/bg_menu.gif) no-repeat 0 0 ; */
	border: 1px solid #dbd ;
}
ul#menu li a:hover {
	/* background: url(img/bg_menu.gif) no-repeat 0 -26px ; */
	border: 1px solid #f97 ;
        border-left: 4px solid #f97;
        border-right: 4px solid #f97;
	width: 164px ;
	text-indent: 7px ;
}


div#global {
position:relative;
	min-height: 100%;
	width: 750px;
	padding: 0 10px;
	margin: 0 auto;
	}

div#header {
	background: url(img/header.jpg) no-repeat;
	color: #244404;
	height: 201px;
	font-weight: bold;
	position: relative;
	}
div#header h1 {
	margin: 0;
	position: absolute;
        color: #fff ;
	bottom: 10px;
	left: 30px;
	font: 3em Georgia, serif;
	}

div#header h3 {
	margin: 0;
	position: absolute;
	bottom: 10px;
	right: 30px;
	}

div#header h4 {
	margin: 0;
	position: absolute;
	bottom: -50px;
	right: 60px;
	}

div#header a {
	color: #000;
	font-weight: bold;
	}

div#header a:hover {
	color: #c00;
	}

div#global {
	min-height: 100%;
	width: 750px;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
	padding: 0 10px;
	background: url(img/global.png) center repeat-y;
	}
div#center {
	/* Pour éviter la superposition 
	du pied de page et du contenu : */
	padding-bottom: 50px; 
	}

div#footerie6 {
position:absolute;
overflow:visible;
        bottom: 25px;
	width: 750px;
        left: 10px;
        height: 20px;
	background: #7fcf2e url(img/footer.png) repeat-x;
	color: #fff;
	}

div#footerie6 p {
	margin: 2px 0;
	font-size: 0.9em;
	}

div#footer {
position:absolute;
bottom:0px;
left:10px;
width:750px;
height:20px;
	background: #7fcf2e url(img/footer.png) repeat-x;
	color: #fff;
	}
div#footer p {
	margin: 2px 0;
	font-size: 0.9em;
	}
div#home {
        position: absolute;
        left: 10px;
        top: 10px;
}

div#content {
	float: left;
	width: 530px;
	margin-left: 10px;
        margin-top: 10px;
	}
div#content h2 {
	padding-left: 1px;
	background: #fff url(img/titre.png) left center no-repeat;
	color: #6c0;
	}
h2 a {
        color: #d3d3d3;
        }
div#content h3 {
	color: #c00;
	font-variant: small-caps;
	}
div#sidebar h3, div#footer p, div#sidebar p  {
	padding: 0 10px;
	}

a {
	color: #6c0;
	font-weight: bold;
	}
a:hover {
	color: #c00;
	}

a.entete {
	color: #fff;
	font-weight: bold;
	}


div#sidebar {
	float: right;
	width: 200px;
        margin-top: 10px;
	}
div#center {
	padding-bottom: 50px;
	overflow: auto;
        }
div#trombine {
        position: absolute;
        top: 20px;
        left: 50px;
        }
div#letableau {
        height:300px;
        overflow:auto;
        border: 1px solid #dbd;
        }
.puce {list-style-image: url(../img/puce.gif);}

.com
{
   border-width:1px;
   border-style:dashed; 
   border-color:#10F010;
}


