html, body {
	margin: 0;
	font-weight: bold;
}
body { padding: 0; font: 90% "Trebuchet MS", sans-serif; }
html { background: #ddd url(img/html.png); }

/* ============= */

div#global { min-height: 100%; width: 750px; padding: 0 10px; margin: 0 auto; position: relative; background: url(global.png) center repeat-y; }

div#center { padding-bottom: 50px; overflow: auto; }

div#footer { position: absolute; width: 750px; bottom: 0; left: 10px; background: #778899 url(img/footer.png) repeat-x; color: #fff; }
div#footer p { margin: 2px 0; font-size: 0.9em; }

div#content {
	float: left;
	width: 500px;
	margin-left: 15px;
	padding-left : 15px;
}

div#content h2 { padding-left: 35px; background: #fff url(img/titre.png) left center no-repeat; color: #334d55; }
div#content h3 { color: #334d55; font-variant: small-caps; }

div#sidebar { float: right; width: 200px; }
div#sidebar h3, div#footer p, div#sidebar p {
	padding: 0 10px;
	font-weight: normal;
}

div#header { background: #334d55 url(banniere.jpg) no-repeat; color: #fff; height: 199px; }

div#header h1 { margin: 0; position: absolute; bottom: 10px; left: 30px; font: 3em Georgia, serif; }


/* ============= */

#menuDeroulant {
	font: 8px verdana, sans-serif;
	width: 752px;
	height: 21px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
	position: absolute;
	top: 199px;
	left: 10px;
}

#menuDeroulant li { float: left; margin: 0; padding: 0; border: 0; width: 94px; }


#menuDeroulant li a:link, #menuDeroulant li a:visited { display: block; height: 1%; color: #FFF; background: #778899; margin: 0; padding: 4px 8px; border-right: 1px solid #fff; text-decoration: none;
}

#menuDeroulant li a:hover { background-color: #F2462E; }

#menuDeroulant li a:active { background-color: #5F879D; font-size: 90%; }

#menuDeroulant .sousMenu { display: none; list-style-type: none; margin: 0; padding: 0; border: 0; }

#menuDeroulant .sousMenu li { float: none; margin: 0; padding: 0; border: 0; width: 149px; border-top: 1px solid transparent; border-right: 1px solid transparent; }

#menuDeroulant .sousMenu li a:link, #menuDeroulant .sousMenu li a:visited { display: block; color: #FFF; margin: 0; border: 0; text-decoration: none; background: transparent url("fondTR.png") repeat; }


#menuDeroulant .sousMenu li a:hover { background-image: none; background-color: #F2462E; }

#menuDeroulant li:hover > .sousMenu { display: block; }


/* ============= */

a { color: #69C; font-weight: bold; }

a:hover {
	color: #FFF;
}

/* ============= */

#global #center #sidebar #menu li a { color: #334d55; }

#global #center #sidebar #menu li a { color: #B0C4DE; }

#global #center #sidebar h3 {
	color: #334d55;
	font-weight: bold;
}
#global #center #content p {
	color: #333;
}#global #center #content ul {
	font-weight: normal;
}
#global #center #content {
	font-weight: normal;
}
#global #center #content p strong {
	color: #F00;
}
selector {
  min-height:500px;
  height:auto !important;
  height:500px;
}
#global #center #content h1 {
	font-size: 90%;
}
#global #center #content h1 strong {
	font-size: 200%;
}
