body {
	margin: 0; padding: 0;
	font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
	color: #444; font-size: .8em; text-align: justify;
}
a, a:visited {color: #036;}
a:hover {color: #369;}

/* ********** */
#page {
	position: absolute; left: 50%; top: -30px;
	width: 822px; margin: 0; margin-left: -411px; padding: 0;
	background: #fff url(../img/background.png); background-repeat: repeat-y;
}

/* ********** */
#header {height: 200px;}
#header h1 {margin: 0; padding: 0; display: none; }
#logo { border: 0; position: absolute; left: 64px; top: 120px; }
#topBox { display: none; }
ul#toolsMenu {position: absolute; top: 160px; right: 12px; list-type: none;}
ul#toolsMenu li, ul#toolsMenu li a {
	float: left;
	display: block;
	line-height: 25px; padding: 0;
	background: #fff url(../img/ombre_top.png);
	background-repeat: repeat-x;

	text-decoration: none;
	font-weight: bold;
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;
	color: #036;
}
ul#toolsMenu li a, ul#toolsMenu li a:hover, ul#toolsMenu li.activeItem {
	padding: 0 20px;
	border-top: 2px solid #fff;
}
ul#toolsMenu li.activeItem, ul#toolsMenu li a:hover {
	border-top: 2px solid #036;
	color: #333;
	background: #fff;
}



/* ********** */
#sidebar {
	margin: 0; padding: 0;
	float: left;
	position: relative; left: 10px;
	background: #fff url(../img/ombre_top.png);
	background-repeat: repeat-x;
}
#sidebar { width: 230px; }

/* ********** */
ul#menu {
	margin: 0; padding: 0;
	position: relative; left: 30px;
	list-style: none;
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
}
ul#menu li {
	padding: 0; margin: 0;
	width: 200px;
	border-bottom: 1px solid #dfeaf0;
	line-height: 2.5em;
}
ul#menu li a, ul#menu li.activeItem {
	padding: 0; margin: 0;
	padding-left: 20px;
	width: 100%;
	text-decoration: none;
	background: #eff5f8; color: #222;
	display: block;
}
ul#menu li.activeItem, ul#menu li a:hover  {
	color: #036;
	background: #fff url(../img/ombre_top.png);
	background-repeat: repeat-x;
	background-position: 0 -4px;
}
ul#menu li.menuTitle {
	line-height: 1.75;
	padding-left: 10px;
	background: #47a; color: #fff;
}

/* ********** */
#sidebar p {
	margin: 0; padding: 35px 25px 0 55px;
	font-size: 1.00em; font-weight: bold;
}

/* ********** */
#content {
	margin: 0; padding: 0;
	padding-bottom: 25px;
	width: 570px;
	float: left;
	position: relative; left: 10px;
	background: #fff url(../img/ombre_top.png);
	background-repeat: repeat-x;
}
#content h1, #content h2, #content p {
	margin: 0 35px 0 35px; padding: 15px 0 1px 0;
}
#content h1 {
	margin-top: 10px;
	font-weight: normal; font-size: 1.7em;
	border-bottom: 1px solid #dfeaf0;
}
#content h2 {font-weight: normal; font-size: 1.3em; margin-top: 20px;}
#content p {line-height: 1.6em; }
#content p u {background:#dfeaf0; text-decoration:none;}
#content ul {padding: 1em 40px 0 48px; margin: 0; list-style-image: url(../img/bullet_arrow_right.png);}
#content ul li {padding: 0 0 0.7em 0; margin: 0;}
/* *** */
#content dl#references {padding:0; margin:0; margin: 2em 0 0 0;}
#content dl#references dt { padding:0; margin:0; margin: 1em 35px 0 35px; font-weight: bold;}
#content dl#references dd { padding:0; margin: 0.5em 35px 0 55px; font-size: 0.95em;}




/* ********** */
/* QUICK CONTACT FORM */
p#quickContactTitle {
  margin: 50px 25px 0 20px;
  padding: 10px; /* total 550 = espace interne du conteneur*/
  background: #eef;
  border: 1px solid #999;
  border-bottom: 0;
  color: #222;
}
/* FORM */
form#quickContact {
  border: 0;
  padding: 10px; /* total 550 = espace interne du conteneur*/
  margin: 0 25px 25px 20px;
  border: 1px solid #999;
  border-top: 0;
  background: #eef;
  color: #222;
  text-align: right;
}
form#quickContact div.colLeft {
  float: left;
  margin: 0;
  padding: 0;
}
form#quickContact div.colRight {
  float: left;
  margin: 0 0 0 10px;
  padding: 0;
}
form#quickContact div input, form#quickContact textarea {
  width: 163px;
  margin: 0 0 6px 6px;
  height: 15px;
  font-size: 12px;
  padding: 2px 2px 3px 3px;
  border: 1px solid #999;
  font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
  vertical-align: top;
  background: #fff url(../img/ombre_top.png);
  background-position: 0 -3px;
  background-repeat: repeat-x;
}
form#quickContact textarea {
  width: 410px;
  height: 54px;
  border: 1px solid #999;
  vertical-align: top;
}
form#quickContact div input#Titre {
  width: auto;
  vertical-align: middle;
  clear: none;
  border: 0;
  height: 15px;
  font-size: 12px;
  border: 0;
  vertical-align: bottom;
  margin: 0 2px 8px 5px;
  background: none;
}
form#quickContact div label.radio, form#quickContact div label.radioFirst {
  clear: none;
  display: inline;
  line-height: 25px;
  margin: 0;
  padding: 1px 1px 2px 1px;
}
form#quickContact div label.radioFirst {
  margin: 0 0 0 8px;
}
form#quickContact div label {
  clear: both;
  display: block;
  text-align: right;
  margin: 0;
  padding: 0;
}
#content p.formError {
  color: #c00;
  margin: 0;
  margin-bottom: 15px;
}
form#quickContact input#quickContactBouton{ /* bouton submit*/
  margin: 5px 0 0 0;
  width: auto;
  background: #036;
  background-position: bottom;
  border: 1px solid #fff;
  color: #fff;
  height: 25px;
  clear: both;
}
#content h2#quickContact {
  margin: 50px 25px 0 20px;
  background: #eef;
  border: 1px solid #036;
  border-bottom: 0;
  color: #333;
  padding: 10px 10px 0 10px;
}
#content p.quickContactMerci {
  margin: 0 25px 25px 20px;
  background: #eef;
  border: 1px solid #036;
  border-top: 0;
  color: #222;
  padding: 10px 10px 10px 10px;
}








/* ********** */
#footer {
	padding: 5px 25px;
	clear: both;
	border-top: 4px solid #47a;
	background: #036; color: #fff;
	position: relative; left: 10px; width: 750px;
	font-size: 0.85em;
	min-height: 75px;
}
#footer p.first {
  margin: 0;
  float: left;
  padding: 10px 0;
  text-align: left;
}
#footer p.second {
  margin: 0;
  float: right;
  padding: 10px 0;
  text-align: left;
}
#footer a, #footer a:visited {color: #fff;}
#footer a:hover {color: #ccf;}
#footer a.discretLink, #footer a.discretLink:visited, #footer a.discretLink:hover {text-decoration:none; color: #fff;}