html, body {
	height: 100%;
	margin: 0;
	background: #fff;
	font: 90% "Trebuchet MS", sans-serif;
	color:#5f4232;
	background-image:url(fondblue.png);
	background-repeat:repeat-x;


width: auto;
height: 100%;
overflow: auto;
	

	}

div#global {
	min-height: 100%;
	width: 750px;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
	padding: 0 10px;
	background-color:#fff;
	}
	
	div#header {
	background: #5f4232 url(header2.png) no-repeat;
	color: #00b3ff;
	height: 201px;
	position: relative;


	}
	
	div#header h1 {
		margin: 0;
	position: absolute;
	bottom: 80px;
	left: 300px;
	
	font: 3em Georgia, serif;
	}
		div#header h2 {
		margin: 0;
	position: absolute;
	bottom: 50px;
	left: 250px;	
	font: 2em Georgia, serif;
	}
	
	div#content {
	float: left;
	width: 530px;
	margin-left: 10px;
	padding-right: 20px;
	}
	div#content h2 {
	padding-left: 35px;
	background:  url(img/titre.png) left center no-repeat;
	color: #ff7500;
	
	}
	div#content h3 {
	color: #ff7500;
	font-variant: small-caps;
	background-color:#f5e3cb;
	}



div#center {
	padding-bottom: 50px;
	overflow: auto;
}
div#footer {
	width: 100%;
	bottom: 0;
	background: #5f4232 url(footer.png) no-repeat;
	color: #fff;
	height: 100px;
	position: relative;

	}
	
	div#footer p {
	margin: 2px 0;
	font-size: 1em;

	padding-left:20px;
	padding-top:10px;
	}

	
	a {
	color: #ff7500;
	font-weight: bold;
	}
a:hover {
	color: #00b3ff;
	}
	ul#menu {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
	ul#menu li a {
	display: block;
	height: 30px;
	line-height: 30px;
	
	padding-left: 35px;
	margin: 2px 0;

	color: #00b3ff;
	font: small-caps 1.3em/30px Georgia,serif;
	text-decoration: none;

}
ul#menu li a:hover {
	background-position: left bottom;
color:#ff7500;
font: small-caps 1.8em/30px Georgia,serif;
}

#raindog {
	color: #5f4232;
	text-align: center;
	font-weight: bold;
	font: 90% "Trebuchet MS", sans-serif;
}

#words {
	color: #00b3ff;
	font-size: 1em;
	text-align: center;
}

#w3c {
		margin: 0;
	position: absolute;
	bottom: 10px;
	left: 540px;
}


a.bulle {
position:relative;
color:#5f4232;
text-decoration:none;
text-align:center;
font-size:1em;

}

a.bulle:hover {
background: none;
z-index: 50;
}

a.bulle span {
display: none;
}

a.bulle:hover span {
color:#5f4232;
display: block;
position: absolute;
top: -50px;
left: 200px;
text-align:center;
font-size:1.1em;
font-weight:bold;
width:250px;
/*
	background-image:url(fondlightbluetexture.png);
	background-repeat:no-repeat;
	background-attachment:fixed;
*/
background-color:#f5e3cb;
padding: 5px;
border: 3px solid #ff7500;


}



a.bulle2 {
position:relative;
color:#ff7500;
text-decoration:none;
text-align:center;
font-size:1em;

}

a.bulle2:hover {
background: none;
z-index: 50;
}

a.bulle2 span {
display: none;
}

a.bulle2:hover span {
color:#5f4232;
display: block;
position: absolute;
top: -200px;
left: 100px;
text-align:center;
font-size:1.1em;
font-weight:bold;
width:600px;
/*
	background-image:url(fondlightbluetexture.png);
	background-repeat:no-repeat;
	background-attachment:fixed;
*/
background-color:#f5e3cb;
padding: 5px;
border: 3px solid #43abe1;


}
