* { margin: 0; padding: 0; }
/*<group=hacks>*/
.clearfix { display: inline-table;}
.clearfix:after { content: ".";  display: block; height: 0; clear: both; visibility: hidden; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* End hide from IE-mac */
.spacer { clear: both; height: 0; font-size: 1px; line-height: 0; border: none; }
/*</group>*/

body { color: #58595B; background: #fff; font: 11px Verdana, Arial, Helvetica, sans-serif; }
a { color: #58595B; text-decoration: none; }
ul { position: relative; list-style: none; }

/* FIXED MENU */

#quickmenu { position: absolute; left: 0; top: 0; }
body > #quickmenu { position: fixed; }

* html #quickmenu  {
  /* IE5.5+/Win - this is more specific than the < version */
  left: expression( ( -6 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
  top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}
/* */

#quickmenu { padding: 3px; background: #892955;z-index:1;width:100%; }
#quickmenu li { display: inline; margin: 0 1em; }
#quickmenu li, #quickmenu li a { font-size: 13px; font-weight: bold; color: #fff; }

#header {
	position: absolute;
	left: 0;
	top: 22px;
	width: 236px;
	height: auto;
	background: url(../images/menubg.gif) repeat-y;
}

#header h1, #header h1 a {
	display: block;
	width: 236px;
	height: 190px;
	font-size: 1px;
	color: #fff;
	background: url(../images/new_menu_haut.gif);
}

#header img {
	display: block;
	background: #fff;
}

#header ul {
	margin-left: 1em;
}

#header li {
	margin: .5em 0;
}

#header li, #header li a {
	color: #808285;
	font-weight: bold;
}

#service-client {
	text-align: right;
	background: #fff;
}

#service-client strong {
	color: #892955;
	font-size: 15px;
}

#content {
	margin-left: 286px;
	margin-right: 50px;
}

#content img {
	display: block;
	margin: 1em auto;
}

#content a {
	color: #892955;
	text-decoration: underline;
}

#content p {
	margin: 1.5em 0;
	line-height: 1.5em;
}

#recherches {
	margin: 3em 10% 1em;
	text-align: center;
}
#recherches * { display:inline; }
#recherches p, #recherches h1 {
	font-size: 15px;
  font-weight: bold;
	color: #892955;
}
#recherches h1 { margin:0;padding:0; }
#recherches h1:first-letter { text-transform:uppercase; }


#content h2 {
	margin: 0 15%;
	text-align: center;
	font-size: 13px;
	font-weight: normal;
}

#presentation {
	margin: 2em 0;
	padding: 1em 2em;
	text-align: center;
	border: 1px #58595B solid;
}

#presentation a {
	font-size: 15px;
}

#content .more a {
	color: #58595B;
	text-decoration: none;
}

