html, body {
	margin: 0;
	background: #dea;
	padding: 0;
	}

body {
	font: 90% "Trebuchet MS", sans-serif;
	background: url(deco/tete.png) repeat-x;
	color: #006600;
	}

#global {
	width: 770px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: left ;
	}

#header {
	padding-top: 4px;
	background: url(deco/les-amis.gif) left 3px no-repeat;
	color: #fff;
	height: 97px;
	padding-left: 140px;
	}

#header img {
	padding:0;
	}

a, a:focus {
	color: #2581b2;
	font-weight: bold;
}
a:hover {
	color: #c00;
	text-decoration: none;
}

a:visited {
	color: #aaa;
}

h1 {
	margin: 0;
	}

h1 span {
	display: none ;
}

h2 {
	text-align: center;
	font-size: 1.4em;
	color: #006600;
	}

h3 {
	margin :5px 0 0 5px;
}

h4 {
	text-decoration: underline;
	font-weight: bold;
	margin: 0;
	padding: 5px 0 0 25px;
	background: url(deco/empreinte.png) left top no-repeat;
}

img {
	border: 0;
	padding: 5px 3px 0 3px;
}

img.centre {
	display:block;
	clear:both;
	margin-left:auto;
	margin-right:auto;
        }

p {
	padding:10px 0 5px 0;
	margin:0;
}

p.droit {
	text-align: right;
}

p.nota {
	text-align: center;
	font-weight: bold;
	font-style: italic;
	}

#menu {
	margin: 0;
	padding: 4px 0 0 0;
	list-style-type: none ;
	width: 630px;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 28px;
	padding: 0 4px;
	border-right: 1px solid #fff; 
	font-size: 1.05em;
	font-style: italic;
	line-height: 2em ;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

#menu a.last {
	border-right: none;	
	}

#menu a:hover {
	background: #003300;
}

#menu a span {     /* définition de la balise <span> inclue dans <a> */
	display: none;
	z-index:100;
	}
		
#menu a:hover span {   /* définition de la balise <span> au survol */
	display: block;
	position: absolute;
	top: 132px;
	left: 20px;
	width: 650px;       /* largeur de la zone de commentaires, selon la taille du menu */
	color: #fff;
	font-size: 0.85em;
	font-style: italic;
	line-height: 1em ;
	}

#menu a:hover span.titre, #haut h3 {
	color: #fff;
	font-size: 2em;
	font-style: italic;
	padding:0;
	margin: 0;
	}

#menu a:hover span.titre {
	display: block;
	position: absolute;
	top: 95px;
	left: 5px;
	width: 600px;       /* largeur de la zone de commentaires, selon la taille du menu */
	background: #006600;
	line-height: 1.2em ;
	}

#center {
	margin: 0px;
	overflow: auto;
	padding-bottom: 10px;
	border-left: 2px solid #006600 ;
	border-right: 2px solid #006600 ;
	background: #ffffcc url(deco/trait.gif) 215px repeat-y;
	position: relative;
	z-index:1;
	}

#haut {
	background: #006600 url(deco/header.gif) center bottom no-repeat;
	height:58px;
	padding-left: 5px;
	line-height: 1.9em ;
}



#content {
	float: right;
	width: 510px;
	margin: 20px 0 0 0;
	padding: 0 20px;
	text-align: justify;
	}

#sidebar {
	float: left;
	width: 175px;
	margin-left: 20px;
	font-style: italic;
	}

#sidebar p span{
	text-decoration: underline;
	}

ul#sousmenu {
	margin: 15px 0;
	padding: 0;
	list-style: none;
	}

ul#sousmenu li a {
	display: block;
	height: 30px;
	line-height: 30px;
	background: url(deco/pate.png) no-repeat left top;
	padding-left: 25px;
	margin: 0;
	border-bottom: 1px solid #7fcf2e;
}
ul#sousmenu li a:hover {
	background-position: left -30px;

}

ul#sousmenu li a {
	font: small-caps 1.1em/30px Georgia,serif;
	text-decoration: none;
}
ul#sousmenu li a:visited, a:focus {
	background-position: left bottom;
}

#cadre {
	width: 175px;
	padding-top: 12px;
	margin-top: 20px;
	background:  #006600 url(deco/bord-ht.gif) top left no-repeat;
}

#cadre p {
	margin: 0;
	padding:0 5px 10px 5px;
	background: #006600 url(deco/bord-bs.gif) bottom left no-repeat;
	color: #fff;
	font-weight:bold;
	text-align: center;
}

#footer {
	background: url(deco/footer.gif) left top no-repeat;
	margin: 0;
	}

#footer p {
	text-align: right;
	padding: 15px 10px 5px 0;
	margin: 0;
	}