html, body {
	height: 100%;
	margin: 0;
	}
html {
	background: #ddd url(../../fonds/html.png);
	}
body {
	font: 90% "Trebuchet MS", sans-serif;
}
pre {
	margin: 0 auto;
	width: 500px;
	overflow: auto;
	padding: 5px;
	border: 1px solid #ccc;
	}
.tip {
	padding: 5px 5px 5px 50px;
	border: 1px solid #c66;
	background: url(img/tip.png) 5px 5px no-repeat;
	}
.souligne
{
   text-decoration: underline;
}
div#global {
	min-height: 100%;
	width: 750px;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
	padding: 0 10px;
	background: url(../../fonds/global.png) center repeat-y;
	}
div#header {
	background: #7fcf2e url(../../fonds/header.jpg) no-repeat;
	color: #fff;
	height: 250px;
	position: relative;
	}
div#header h1 {
	margin: 0;
	position: absolute;
	bottom: 10px;
	left: 30px;
	font: 3em Georgia, serif;
	}
div#center {
	/* Pour éviter la superposition 
	du pied de page et du contenu : */
	padding-bottom: 50px; 
	overflow: auto;
	}
div#footer {
	position: relative;
	width: 750px;
	bottom: 0;
	background: #7fcf2e url(../../fonds/footer.png) repeat-x;
	color: #fff;
	}
div#footer p {
	margin: 2px 0;
	font-size: 0.9em;
	}
div#content {
	float: left;
	width: 530px;
	margin-left: 10px;
	text-align: justify;
	}
div#content h2 {
	padding-left: 35px;
	background: #fff url(../../fonds/titre.png) left center no-repeat;
	color: #6c0;
	}
div#content h3 {
	color: #c00;
	font-variant: small-caps;
	}
div#sidebar {
	float: right;
	width: 200px;
	}
div#sidebar h3, div#footer p, div#sidebar p  {
	padding: 0 10px;
	}
#news {
position : relative;
width : 500px;
float : left;
border : 2px dashed #ffcc00;
padding : 1px;
margin-left : 10px;
margin-top : 15px;
margin-bottom : 15px;
margin-right : 30px;
}

	
ul#menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#menu li a {
	display: block;
	height: 30px;
	line-height: 30px;
	background: #fff url(../../fonds/lien.png) no-repeat left top;
	padding-left: 35px;
	margin: 2px 0;
	border-bottom: 1px solid #7fcf2e;
	color: #6c0;
	font: small-caps 1.1em/30px Georgia,serif;
	text-decoration: none;
}
ul#menu li a:hover {
	background-position: left bottom;
	color: #c30;
}
a {
	color: #6c0;
	font-weight: bold;
	}
a:hover {
	color: #c00;
	}
blockquote
{
   text-align: justify;
   color:#402804;
   font-style:italic;
}
img.centrer {
   display: block;
   margin-left: auto;
   margin-right: auto; 
}

img.gauche {
   display: block;
   float: left;
   margin-left: auto;
   margin-right: auto; 
}

img.droite {
   display: block;
   float: right;
   margin-left: auto;
   margin-right: auto; 
}
   
#tableau {visibility: visible;width: 99%;position: relative}
#tableau table {	font-size: 9px;	font-family: Verdana, Geneva, Arial, sans-serif;background-color: transparent}
#tableau td{background-color: #F5FAF5;padding: 0px 4px 0px 4px;border-width: 2px 2px 2px 2px;border-style: solid;border-color: #ffffff #C5CCC5 #C5CCC5 #ffffff}
#tableau th{padding: 0px 4px 0px 4px;border-width: 2px 2px 2px 2px;border-style: solid;border-color: #ffffff #C5CCC5 #C5CCC5 #ffffff;background-color: #d5ddd5;text-align: left}

/* Formulaires */



/*
legend {
	background:#DED983;
	color:#345071;
	padding:.2em .3em;
	font-size:1.2em;
	border:2px outset #DED983;
	position:relative;
	margin-bottom:-1em;
	width:10em;
	margin-left:1em;
	margin-top:0.2em;
}

fieldset {
  background:#a4d8ee;
  border:outset #a4d8ee;
  margin-bottom:1em;
  width:35em;
  padding-top:1.5em;
}

textarea {
  font:.8em "Trebuchet MS", Verdana, sans-serif;
  width:40em;
  padding:.2em;
}

label {
  position:relative;
  font-size:90%;
  padding-top:.2em;
  left:10px;
}

select {
  margin-left:2em;
  margin-bottom:0;
  
}

input {
  margin-left:2em;
  line-height:1.4em;
  margin-bottom:.5em;
}

input[type="submit"], input[type="reset"] {
  background:#DED983;
  font:1.2em "Trebuchet MS", Verdana, sans-serif;
  color:#345071;
}

p#buttons {
  text-align:center;
}
*/