/* CSS Document */

html, body {
	height						: 100%;
	margin						: 0;
	background					: #ddd;
	font						: 90% "Verdana", sans-serif;
	}
	
div#global {
	_height						: 100%;
	min-height					: 100%;
	width						: 950px;
	padding						: 0 0;
	margin						: 0 auto;
	background					: #ffffff ;
	}
	
div#header {
	background					: #fff url(images/logo.gif) no-repeat;
	color						: #b1ef16;
	height						: 201px;
	}

div#clem {
	float						: right;
	}

div#header h1 {
	margin						: 0;
	padding						: 92px 318px;
	font						: 72px Trebuchet MS,serif;

	}

div#center {
	height						: 100%;
	/* padding-bottom				: 50px; */
	background					: #fff url(images/fd.jpg) bottom right no-repeat;
}

div#content {
	float						: right;
	width						: 700px;
	margin-bottom				:1%;


	}

div#content h2 {
	margin						:0;
	padding						:35px 0 0 35px;
	/* line-height					:70px;  danger avec ie6*/
	width						:372px;
	height						:73px;
	background					:#fff url(images/titre_d.gif) left center no-repeat;
	color						:#b1ef16;
	}

div#footer {
	margin						: 5% auto 0 auto;
	bottom						: 0;
	background					: #b1ef16 /* url(images/footer.png) repeat-x */;
	color						: #fff;
	}

div#footer a {
	color						: #ffffff;
	font-weight					: normal;
	text-decoration				:none;
	}

div#footer a:hover {

	color						: #ffffff;
	font-weight					: bold;
	text-decoration				: underline;
	}

div#sidebar h3, div#footer p, div#sidebar p  {
	padding						: 0 10px;
	}
	
div#sidebar h3 {
	color						: #b1ef16;
	padding-left				: 42px;
	margin						: 0 0 0 1px;
	font						: small-caps 1.0em/30px Verdana,serif;
	font-weight					: bold;
	line-height					: 42px;
	background					: #fff url(images/titre_menu.gif) left center no-repeat;
	}

div#sidebar {
	width			: 205px;
	}

div#sidebar a {
	color			: #b1ef16;
	text-decoration	:none;
	}
	
div#sidebar a:hover {
	color			: #ffffff;
	text-decoration	:none;
	}

div#bloc_menu {
	width				: 205px;
	margin				: 25px;
	padding				: 0;
	background			: url(images/fd_menu.gif) repeat-y left top;
	}

ul#menu {
	margin				: 0;
	padding				: 0 0 10px 0px;
	list-style			: none;
	}
	
ul#menu li a {
	display				: block;
	height				: 25px;
/* 	line-height			: 30px; */
	background			: url(images/fd_menu.gif) repeat-y left top;
	padding-left		: 35px;
	color				: #462d17;
	font				: small-caps 1em/30px Verdana,serif;
	text-decoration		: none;
}
ul#menu li a:hover {
	background-position	: left bottom;
	color				: #fff;

}

a {
	color				: #462D17;
	font-weight			: bold;
	}
a:hover {
	color				: #6c0;
	}