/*main*/
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;
	}
	
/*positionnement*/
html, body {
	height: 100%;
	margin: 0;
	}
#global {
	min-height: 100%;
	width: 950px;
	margin: 0 auto;
	position: relative;
	}
#footer {
	position: absolute;
	width: 950px;
	bottom: 0;
	}
#center {
	/* éviter la superposition du pied de page et du contenu */
	padding-bottom: 60px; 
	overflow: auto;
	}
#sidebar {
	float: left;
	width: 30px;
	}
#sidebarr {
	float: right;
	width: 200px;
}
#content {
	float: left;
	width: 650px;
	}
	
/*images*/
html {
	/*background: #ddd url(img/html.png);*/
	background-color: #FF8D00
	}
#global {
	padding: 0 10px;
	background: /*#FFEF00*/ url(img/global.png) center repeat-y;
	}
#header {
	background: url(/images/le_bret2.png) no-repeat;
	color: #fff;
	height: 201px;
	}
#header h1 {
	margin: 0;
	}
#footer {
	background: #7fcf2e url(img/footer.png) repeat-x;
	color: #fff;
	}

/*menu*/
ul#menu {
	margin: 0;
	padding: 0;
	list-style: none;
	}
ul#menu li a {
	display: block;
	height: 100px;
	width: 30px;
}
ul#menu li a:hover {
	background-position: left bottom;
	color: #c30;
}
#menu a span {display: none;}

a.rub1 { background: url(img/menu1.png) no-repeat left top;}
a.rub2 { background: url(img/menu2.png) no-repeat left top;}
a.rub3 { background: url(img/menu3.png) no-repeat left top;}
a.rub4 { background: url(img/menu4.png) no-repeat left top;}

/*deco*/
body {
	font: 90% "Trebuchet MS", sans-serif;
	}
#content, #sidebar h3, #footer p, #sidebar p {
	padding: 0 10px;
	}
#content {
	padding: 0;
	margin-left: 40px;
	font-size: 1.1em;
	}
#content h2 {
	padding-left: 55px;
	/*background: #fff url(img/titre.png) left center no-repeat;*/
	color: #4F0099;
	}
h3 a {
	color: #4F0099;
	}
h2 a {
	color: #4F0099;
	}
#content img {
	color: #000000;
	}
#content h3, #sidebarr h3 {
	color: #4F0099;
	font-variant: small-caps;
	}
#sidebarr h3 {
	margin: 13px 0 4px 0;
	}
#content p {
	padding-left: 35px;
	/*background: #fff url(img/titre.png) left center no-repeat;*/
	}
#footer p {
	margin: 2px 0;
	font-size: 0.9em;
	}
a {
	color: #00A606;
	font-weight: bold;
	text-decoration:none;
	}

a img {
border-width:0;
}

a:hover {
	color: #007404;
	}
#footer a {
	color: #004D03;
	}
#header {
	position: relative;
	text-align:center;
	}
#header h1 {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: 10px;
	left: 30px;
	font: 3em Georgia, serif;
	}

span.underline{
	text-decoration:underline;
	}
td.occupe{
	background: #FF3300;
	width:15px;
	}

td.libre{
	background: #00FF99;
	width:15px;
	}

td.vide{
	width:15px;
	}


	