* {
	font-family: helvetica,arial,sans-serif;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	outline: none;
}

html {
	overflow-y: scroll;
}

body {
	background-color: #ffffff;
	text-align: center;
}

#container {
	background-color: ##ffffff;
  box-shadow: 0px 0px 5px #333333;
  -moz-box-shadow: 0px 0px 5px #333333;
  -webkit-box-shadow: 0px 0px 5px #333333;
	margin: 30px auto 30px auto;
  overflow: hidden;
  position: relative;
	text-align: left;
	width: 980px;
	behavior: url('../css/pie.htc');
}



/* ---------- Header ---------- */

#header {
	background-color: #ffffff;
	height: 188px;
	margin: 20px 30px 10px 30px;
	position: relative;
	width: 920px;
}

#headerintro {
	background-color: #221709;
	height: 388px;
	margin: 20px 30px 10px 30px;
	position: relative;
	width: 920px;
}



/* ---------- Logo ---------- */

#logo {
	float: left;
	height: 80px;
	margin: 10px 0px 20px 30px;
	width: 272px;
}

#logo img {
	border: none;
}



/* ---------- Langues ---------- */

#langues {
	color: #b4ad9f;
	float: right;
	height: 20px;
	margin: 15px 30px 0px 0px;
	text-align: right;
	width: 50px;
}

#langues a {
	color: #f5f5f5;
	font-size: 11px;
	text-decoration: none;
}
#languesintro {
	color: #b4ad9f;
	float: right;
	height: 20px;
	margin: 45px 30px 0px 0px;
	text-align: right;
	width: 150px;
}

#languesintro a {
	color: #f5f5f5;
	font-size: 11px;
	text-decoration: none;
}

#languesintro a:hover {
	color: #b09472;
}




/* ---------- Navigation ---------- */

#nav {
	background-image: url('../images/divider.png');
	background-position: 100% 0%;
	background-repeat: no-repeat;
	clear: right;
	float: right;
	height: 40px;
	line-height: 40px;
	list-style: none;
	margin: 3px 30px 0px 0px;
}

#nav li {
	background-image: url('../images/divider.png');
	background-position: 0% 0%;
	background-repeat: no-repeat;
	float: left;
	font-size: 11px;
	padding: 0px 10px 0px 12px;
}

#nav li a {
	color: #e2ddd7;
	font-size: 11px;
	text-decoration: none;
}

#nav li a.here {
	color: #ff8c05;
}

#nav li a:hover {
	color: #b09472;
}


/* ---------- Slider ---------- */

#sliderhome {
	background-color: #ffffff;
	float: left;
	height: 406px;
	margin: 13px 30px 0px 30px;
	width: 590px;
}

#slider {
	background-color: #ffffff;
	background-image: url('../images/background_slider.jpg');
	height: 240px;
	margin-bottom: 20px;
	width: 980px;
}

#sliderhome img,
#slider img {
	display: none;
}



/* ---------- Corps ---------- */

#corps {
	clear: both;
	position: relative;
	margin: 10px 0px 20px 0px;
	min-height: 300px;
	_height: 300px;
	text-align: left;
}

#corps h1 {
	background-image: url('../images/background_h1.png');
	background-position: 0% 0%;
	background-repeat: no-repeat;
	color: ##ffffff;
	font-size: 15px;
  font-weight: normal;
  height: 58px;
  line-height: 58px;
  margin: 0px 10px 10px 10px;
  text-indent: 35px;
}

#corps h2 {
	background-image: url('../images/background_h2.png');
	background-position: 0% 0%;
	background-repeat: no-repeat;
	color: ##ffffff;
	font-size: 13px;
	height: 41px;
	line-height: 41px;
	margin: 0px 0px -5px 13px;
	padding-left: 30px;
	position: relative;
	width: 945px;
}

#corps h3 {
  color: #ffffff;
  font-size: 12px;
  line-height: 1.5em;
  margin: 20px 45px 10px 45px;
}

#corps p {
  color: #ffffff;
  line-height: 1.5em;
  margin: 10px 45px;
}

#corps b {
/*  color: #fab700;
	font-weight: normal;
	*/
}

#corps a {
  color: #ff8c05;
  text-decoration: none;
}

#corps a:hover {
	color: #b09472;
}

#corps ul {
  list-style: disc;
}

#corps li {
  color: #ffffff;
  line-height: 1.4em;
  margin: 5px 45px 5px 60px;
}

#corps img.left {
  float: left;
  margin: 2px 20px 10px 0px;
}

#corps img.right {
  float: right;
  margin: 2px 0px 10px 20px;
}



/* ---------- Questions/Réponses ---------- */

#questionsreponses {
	background-image: url('../images/background_qr.png');
	background-position: 0% 0%;
	background-repeat: no-repeat;
	float: left;
	margin: 0px 30px 0px 30px;
	padding: 28px 0px;
	width: 590px;
}

#corps #questionsreponses p.question {
	color: ##ffffff;
	line-height: 1.3em;
	margin: 10px 0px 29px 55px;
	width: 250px;
}

#corps #questionsreponses p.reponse {
	color: ##ffffff;
	line-height: 1.3em;
	margin: 10px 0px 39px 55px;
	width: 495px;
}

#corps .plus {
	border: none;
	margin: 0px 0px 0px 145px;
}

#corps .noborder {
	border: none;

}



/* ---------- Texte ---------- */

#corps #texte {
	background-color: #e1ddd7;
	margin: 0px 30px 20px 30px;
}

#corps #texte {
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	padding: 10px 0px;
	position: relative;
	behavior: url('../css/pie.htc');
}

#corps #texte h2 {
	background-image: url('../images/background_h2.png');
	background-position: 0% 0%;
	background-repeat: no-repeat;
	color: ##ffffff;
	font-size: 13px;
	height: 41px;
	line-height: 41px;
	margin: 20px 0px 0px -20px;
	padding-left: 30px;
	position: relative;
	width: 945px;
}

#corps #texte p {
	color: ##ffffff;
	margin: 10px 25px;
}

#corps #texte li {
	color: ##ffffff;
	margin: 5px 25px 5px 40px;
}

#corps #texte table {
	margin: 0px;
}

#corps #texte table td {
	padding: 0px 5px;
	vertical-align: top;
}

#corps #texte table td p {
	color: ##ffffff;
	margin: 10px 10px 10px 20px;
}

#corps #texte table td ul {
  list-style: disc;
}

#corps #texte table td ul li {
  margin: 5px 10px 5px 40px;
  line-height: 1.4em;
  color: ##ffffff;
}


/* ---------- Consultants ---------- */

#photos {
	background-color: #ffffff;
	background-image: url('../images/background_slider.jpg');
	height: 240px;
	margin-bottom: 20px;
	text-align: center;
	width: 980px;
}

#photos a {
	display: inline-block;
	height: 214px;
	margin: 14px 5px;
	position: relative;
	width: 174px;
}

#photos a img {
	border: none;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
}



/* ---------- Références ---------- */

#flow {
	background-color: #ffffff;
	background-image: url('../images/background_slider.jpg');
	height: 240px;
	margin-bottom: 20px;
	width: 980px;
}

#references table {
	margin: 0px 25px 0px 25px;
	width: 100%;
}

#references table td {
	vertical-align: top;
	width: 25%;
}

#positionnement table td p {
	color: ##ffffff;
	margin: 10px 25px;
}



/* ---------- Publications ---------- */

#publications {
	margin: 0px 20px 0px 20px;
}

#publications div {
	float: left;
	height: 155px;
	margin: 0px 15px 40px 15px;
	position: relative;
	width: 283px;
}

#publications div img {
	float: left;
	margin: 0px 10px 5px 0px;
}

#publications div h3 {
  color: #ff8c05;
  font-size: 12px;
  line-height: 1.3em;
	margin: 0px 0px 10px 0px;
}

#publications div p {
	margin: 10px 0px 10px 0px;
}

#publications div p a {
	background-image: url('../images/telecharger.gif');
	background-position: left center;
	background-repeat: no-repeat;
	bottom: 2px;
  color: #ffffff;
	left: 110px;
	padding-left: 18px;
	position: absolute;
}



/* ---------- contacts ---------- */

#contact {
	margin: 0px 20px 0px 20px;
}

#contact div {
	float: left;
	height: 100px;
	margin: 0px 15px 40px 15px;
	position: relative;
	width: 283px;
}

#contact div img {
	float: left;
	margin: 0px 10px 5px 0px;
}

#contact div h3 {
  color: #ff8c05;
  font-size: 12px;
  line-height: 1.3em;
	margin: 0px 0px 10px 0px;
}

#contact div p {
	margin: 10px 0px 10px 0px;
}

#contact div p a {
	background-image: url('../images/email.gif');
	background-position: left center;
	background-repeat: no-repeat;
	bottom: 2px;
  color: #ffffff;
	left: 90px;
	padding-left: 25px;

}


/* ---------- Footer ---------- */

#footer {
	border-top: 1px solid #ffffff;
	clear: both;
	height: 35px;
	margin: 10px 30px 0px 30px;
	position: relative;
	width: 920px;
 	
}

#footer p {
	color: #ffffff;
	line-height: 35px;
	margin: 0px;
	text-align: left;
}

#footer a {
	color: #ffffff;
	margin: 0px 10px 0px 10px;
	text-decoration: none;
}