body {
	font-family: arial,sans-serif;
	font-size: 0.9em;
	margin: 0;
	background: #95A3AB;
}

#site {
	background: #FFF;
	margin: 0 auto;
	width: 95%;
}

#bandeau {
	float: left;
	width: 188px;
}
#sidebar {
	float:left;
	clear: left;
	max-width: 188px;
	width: 17%;
	background: #FFF;
}


/* Recherche */
form#recherche {
	background: #d5ecfa url(../images/bg_recherche.gif) no-repeat top center;
	margin: 1em 0.5em;
	font-size: 0.7em;
	text-align: center;
	padding-top: 4em;
}
form#recherche label { display: none; }
form#recherche #motscles { width: 50%; }

div#logo {
	background: url(../images/bg_logo.gif) repeat-y center center;
	text-align: center;
	min-height: 110px;
}
div#logo img {
	max-width: 170px;
}

#corps {
	float: left;
	width: 83%;

}
#pageentete {
}
#page {
	margin: 0 15px;
	padding: 15px;
	background: #f3f8fe url(../images/bg_page.gif) repeat-x top left;
	overflow:auto;
	border: 1px solid #c5d8f8;
}

#copyright {
	clear: both;
	font-size: small;
	color: #CCC;
	text-align: center;
	padding: 1em;
}

/* Switch de langues */
ul#langues { text-align: right; }
ul#langues li { list-style: none; display: inline; }

/* Debugger */
#debug{font-size:10px;background:white;padding:0 2px;max-width:100%;text-align:right;position:fixed;top:0;right:0;z-index:64536;border:1px solid black }
#debug pre {white-space:nowrap;display:none;overflow-x: scroll;text-align:left;}
#debug:hover pre{ display:block; }