/*
 * SYNBIOZ BROWN : #8e834b
 * SYNBIOZ BLUE  : #368bb7
 * #eeefce / jaune - marron
 * lightyellow : #ffffe0
 * bleu léger : #ECF5FE
 */

* {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

a {
	font-size: 1.1em;
	text-decoration: none;
}

a img {
	border: none;
}

acronym {
	border-bottom: 1px dotted black;
	cursor: help;
}

body {
	background: url('/images/background.png') repeat top center;
	font: 62.5% "Lucida Grande", Verdana, Arial, sans-serif;
	line-height: 1.4em;
}

span.accesskey {
	font-weight: bold;
	text-decoration: underline;
}

a.synbioz {
	border-bottom: 1px dotted;
	color: #368bb7;
}

a.synbioz:hover {
	border-bottom: 1px solid;
}

a.synbioz_brown {
	border-bottom: 1px dotted;
	color: #8e834b;
}

a.synbioz_brown:hover {
	border-bottom: 1px solid;
}

a.synbioz_light {
	border-bottom: 1px dotted;
	color: #808080;
}

a.synbioz_light:hover {
	border-bottom: 1px solid;
}

.ballon_link {
	border-bottom: 1px dashed white;
	color: white;
	font-weight: bold;
	padding-bottom: 2px;
}

.ballon_link:hover {
	border-bottom: 1px solid white;
}

.bottom a {
	border-bottom: 1px dotted;
	color: #368bb7;
}

.bottom a:hover {
	border-bottom: 1px solid;
}

.corner {
	height: 25px;
	position: absolute;
	width: 25px;
}

.corner-top-left {
	left: 0px;
	top: 0px;
	background: url('/images/corners/corner-top-left.png') no-repeat top left;
}

.corner-top-right {
	right: 0px;
	top: 0px;
	background: url('/images/corners/corner-top-right.png') no-repeat top right;
	float: right;
}

.corner-bottom-left {
	left: 0px;
	bottom: 0px;
	background: url('/images/corners/corner-bottom-left.png') no-repeat bottom left;
}

.corner-bottom-right {
	right: 0px;
	bottom: 0px;
	background: url('/images/corners/corner-bottom-right.png') no-repeat bottom right;
}

div.content .links_list {
	font-size: 1.1em;
	font-weight: bold;
	list-style-type: square;
}

div.content .links_list li {
	padding: 5px 0px;
}

div.content .links_list li a {
  border-bottom: 1px dashed;
  color: #368bb7;
  padding-bottom: 2px;
}

div.content .links_list li a.synbioz {
  border-bottom: 1px dotted;
  color: #8e834b;
  font-size: 1em;
}

div.content .links_list li a:hover {
  border-bottom: 1px solid;
  cursor: pointer;
}

.logo {
	float: right;
	margin: 20px 0px 0px 20px;
}

.numbers {
	 color: white;
	 font-size: 2em;
	 font-weight: bold;
	 z-index: 100;
}

.spacer {
	clear: both;
}

/* colors */

.black {
	color: black;
}

.blue {
	color: #368bb7;
}

.brown {
	color: #8e834b;
}

.syneo_link {
	/* 8e834b */
	background-color: white;
	font-size: 1.1em;
	font-weight: bold;
	padding: 10px;
	width: 75px;
	text-align: center;
	z-index: 100;
}

.syneo_link a {
	border-bottom: 1px dashed #8e834b;
	color: #8e834b;
	padding-bottom: 2px;
}

.syneo_link a:hover {
	border-bottom: 1px solid;
}

.white {
	color: white;
}

div.content * {
	line-height: 1.4em;
}

div.content p.bottom {
	text-align: right;
}

div.content #left h2 {
	background-color: #ecf5fe;
	border-bottom: 1px dotted #c0c0c0;
	line-height: 1.4em;
}

div.content #left h2.border-up {
	border-top: 1px dotted #c0c0c0;
}

div.content #right h2 {
	background-color: #eeefce;
	border-bottom: 1px solid #8e834b;
	padding: 10px 0px;
}

div.content #right div.citation {
	float: right;
	width: 301px;
	margin-left: 10px;
}

div.content #right div.citation div {
  background-color: #ECF5FE;
  border-bottom: 1px dotted #c0c0c0;
  border-left: 1px solid #c0c0c0;
  display: block;
  font-size: 2em;
  line-height: 1.4em;
  padding: 10px;
  text-align: center;
  width: 280px;
}

div.content #right div.citation h2 {
	background-color: #ECF5FE;
	border-bottom: 1px dotted #c0c0c0;
	border-left: 1px solid #c0c0c0;
	display: block;
	font-size: 2em;
	font-weight: normal;
	line-height: 1.4em;
	padding: 10px;
	text-align: center;
	width: 280px;
}

div.content #right div.citation img {
	display: block;
	margin: 0px auto;
}

div.content #right ul.links_list {
	margin-left: 35px;
}

div.content #right span.note {
  text-decoration: underline;
}

div.content #right #bubble {
	float: left;
	margin: 10px 10px 0px 10px;
}

div.content #right #citation_contact,
div.content #right #citation_recruitment {
  width: 200px;
}

div.content #right #citation_contact div,
div.content #right #citation_recruitment div {
  width: 179px;
}

div.content #right #citation_opinion div {
  border-top: 1px dotted #c0c0c0;
  width: 179px;
}

div.content #right #preamble {
	border-bottom: 1px solid #c0c0c0;
	padding-bottom: 10px;
}

div.content #right #preamble p {
	padding: 2px 10px;
	text-indent: 0px;
}

div.content #right #preamble p.first {
	padding-top: 10px;
}

div.error {
	background-color: #ECF5FE;
	border: 1px solid #c0c0c0;
	color: #c00;
	font-weight: bold;
	font-size: 1.4em;
	margin: 10px auto;
	padding: 10px;
	text-align: center;
	width: 400px;
}

div.success {
	background-color: #ECF5FE;
	border: 1px solid #c0c0c0;
	font-weight: bold;
	font-size: 1.4em;
	margin: 10px auto;
	padding: 10px;
	text-align: center;
	width: 400px;
}

input[type="text"],
input[type="password"],
select,
textarea {
	border: 1px solid #c0c0c0;
	height: 20px;
	width: 300px;
}

input[type="text"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
	background-color: #ecf5fe;
	border: 1px solid #808080;
}

input[type="submit"] {
	border: 1px solid #c0c0c0;
	font-weight: bold;
	padding: 3px 5px;
}

input[type="submit"]:focus, input[type="submit"]:hover {
	background-color: #ffffe0;
	border: 1px solid #808080;
	cursor: pointer;
}

span.fieldWithErrors input[type="text"],
span.fieldWithErrors input[type="password"],
span.fieldWithErrors select,
span.fieldWithErrors textarea {
	border: 1px solid #c00;
}

/* content */
#body {
	background-color: white;
	margin: 5px auto 0px auto;
	position: relative;
	height: 660px;
	width: 1022px;
}

#footer {
	border-top: 1px solid #c0c0c0;
	color: #808080;
	font-size: 1.1em;
	height: 28px;
	text-align: center;
	width: 1022px;
}

#footer ul {
	float: right;
	margin-right: 28px;
}

#footer ul li {
	float: left;
}

#footer ul li a {
	border-right: 1px solid #c0c0c0;
	color: #144c66;
	display: block;
	float: left;
	font-size: 1em;
	font-weight: bold;
	height: 16px;
	padding: 6px 8px;
}

#footer ul li a.first {
	border-left: 1px solid #c0c0c0;
}

#footer ul li a.font {
	background-color: #e9e9e9;
}

#footer ul li a.font:hover {
	background-color: #e9e9e9;
}

#footer ul li a:hover {
	background-color: #144c66;
	color: white;
}

#header {
	border-bottom: 1px solid #c0c0c0;
	color: #808080;
	font-size: 1.1em;
	font-weight: bold;
	height: 30px;
}

#header ul {
	margin-left: 30px;
}
#header ul #header_title {
	color: #144c66; padding: 8px;
}

#header ul #header_title h1 {
	font-size: 1em;
	position: absolute;
	top: 7px;
	right: 80px;
}

#header ul li {
	float: left;
	height: 14px;
}

#header ul li a.first {
	border-left: 1px solid #c0c0c0;
}

#header ul li a.current {
	background-color: #ECF5FE;
/*	border-bottom: 1px solid #ECF5FE; */
	color: black;
}

#header ul li a {
	border-right: 1px solid #c0c0c0;
	color: #368bb7;
	display: block;
	/* IE Fix */
	float: left;
	height: 100%;
	padding: 8px;
	font-size: 100%;
	font-weight: bold;
}

#header ul li a:hover {
	background-color: #368bb7;
	border-bottom: 1px solid #c0c0c0;
	color: white;
}

#languages {
	position: absolute;
	top: 2px;
	right: 20px;
}

#logo {
	display: block;
	margin: 25px auto 0px auto;
}

/* left */
#bottom-left {
	background: url('/images/balloons/balloon-bottom-left.png') no-repeat top left;
	height: 150px;
	position: relative;
	/* IE fix */
	width: 340px;
}

#current_projects {
	border-bottom-color: black;
	color: black;
	left: 20px;
	position: absolute;
	top: 57px;
}

#left {
	float: left;
}

#submit_project {
	position: absolute;
	left: 20px;
	top: 80px;
}

#synbioz_link {
	position: absolute;
	right: 52px;
	top: 108px;
}

#top-left {
	background: url('/images/balloons/balloon-top-left-blue.png') no-repeat bottom left;
	height: 150px;
	position: relative;
	/* IE fix */
	width: 340px;
}

#top-left h2 {
	background-color: #ECF5FE;
	border-bottom: 1px dotted #c0c0c0;
}

#top-left img {
	position: absolute;
	right: 5px;
	top: 45px;
}

#top-left span {
	position: absolute;
	right: 38px;
	top: 68px;
}

/*
#way {
	background: url('/images/syneo/syneo-way-160.png') no-repeat center;
	height: 300px;
	position: relative;
	width: 340px;
}

#way > img {
	position: absolute;
	border: 1px solid red;
}
*/

/* middle */
#top-middle {
	height: 200px;
	position: relative;
}

#top-middle h2 {
	background-color: #ECFEFE;
	border-top: 1px dotted #c0c0c0;
	bottom: 0px;
	padding: 10px 0px;
	position: absolute;
	width: 100%;
}

#top-middle img {
	bottom: 45px;
	position: absolute;
	right: 5px;
}

#top-middle span {
	bottom: 77px;
	position: absolute;
	right: 38px;
}

#top-middle ul {
	margin-left: 35px;
	margin-top: 15px;
}

#middle {
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	float: left;
	height: 600px;
	width: 340px;
}

#bottom-middle {
	height: 200px;
	position: relative;
}

#bottom-middle h2 {
	background-color: #ECFEF5; border-bottom: 1px dotted #c0c0c0; padding: 10px 0px;
}

#bottom-middle img {
	left: 5px;
	position: absolute;
	top: 45px;
}

#bottom-middle ul {
	padding-top: 65px;
	padding-right: 50px;
	position: absolute;
	top: 0px;
	right: 0px;
}

#bottom-middle span {
	left: 29px;
	position: absolute;
	top: 68px;
}

#syneo {
	background: url('/images/syneo/syneo-satisfaction-color-160.png') no-repeat bottom center;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	height: 198px;
	position: relative;
}

/* right */
#bottom-right {
	height: 200px;
	position: relative;
	/* IE fix */
	width: 340px;
}

#bottom-right h2 {
	background-color: #ECFEEC;
	border-top: 1px dotted #c0c0c0;
	position: absolute;
	bottom: 0px;
	width: 100%;
}

#bottom-right img {
	bottom: 45px;
	position: absolute;
	right: 5px;
}

#bottom-right span {
	bottom: 77px;
	position: absolute;
	right: 38px;
}

#embrace {
	background: url('/images/syneo/syneo-embrace-160.png') no-repeat center;
	height: 200px;
	position: relative;
	width: 340px;
}

#embrace > img {
	margin: 0px 75px;
}

#reference_link {
	bottom: 55px;
	position: absolute;
	right: 50px;
}

#top-right {
	background: url('/images/balloons/balloon-top-right-brown.png') no-repeat bottom right;
	height: 200px;
	position: relative;
	/* IE fix */
	width: 340px;
}

/* locations */
.bottom-left {
	border-top: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.bottom-right {
	border-top: 1px solid #f0f0f0;
	border-left: 1px solid #f0f0f0;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.top-left {
	border-bottom: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	position: absolute;
	top: 0px;
	left: 0px;
}

.top-right {
	border-bottom: 1px solid #f0f0f0;
	border-left: 1px solid #f0f0f0;
	position: absolute;
	top: 0px;
	right: 0px;
}

/* content */
div.content h2 {
	font-size: 1.6em;
	padding: 10px;
	text-align: center;
}
div.content p {
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 10px;
	text-align: justify;
	text-indent: 15px;
}

div.content p.memo {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	text-indent: 0px;
	width: 400px;
}

div.content p.memo strong {
	text-decoration: underline;
}

div.content #left {
	border-right: 1px solid #c0c0c0;
	float: left;
	height: 600px;
	position: relative;
	width: 340px;
}

div.content #right {
	float: left;
	/* IE Fix */
	height: 600px;
	overflow: auto;
	position: relative;
	width: 681px;
}

/* references */

#references #easy_immo {
  font-size: 1.2em;
  margin-left: 40px;
  list-style-type: square;
}

#references div.more {
	background-color: #368bb7;
	border: 1px solid white;
	color: white;
	float: left;
	font-size: 1.2em;
	margin: 10px;
	padding: 2px 5px 5px;
}

#references div.more h4 {
	border-bottom: 1px solid white;
	margin-bottom: 5px;
	padding-bottom: 2px;
	text-align: center;
}

#references div.more img {
	vertical-align: middle;
}

#references div.more ul li {
	border: none;
}

#references div.more * {
	color: white;
}

#references h3 {
	color: #144c66;
	font-size: 1.4em;
	padding: 5px 0px;
	text-align: center;
}

#references h3 a {
	border-bottom: 1px dotted;
	color: #144c66;
	padding-bottom: 2px;
}

#references h3 a:hover {
	border-bottom: 1px solid;
}

#references ul.customers li {
	border-top: 1px dotted #c0c0c0;
	padding: 0px 5px 5px;

}

#references ul.customers li.even div.more {
	float: right;
}

#references ul.customers li.first {
  border-top: none;
}

#references ul.customers li.odd {
	background-color: #ecf5fe;
}

#references #right #citation_insia h2 {
	border-left: none;
}

#references #right #citation_insia {
	border-bottom: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
}

/* reference */

#reference #right ol {
	list-style-type: decimal;
	margin-left: 20px;
}

#reference #right ol li {
	border-top: 1px dotted #c0c0c0;
	padding-top: 10px;
}

#reference #right ol ul li {
	border-top: none;
	font-size: 1.2em;
	list-style-type: upper-roman;
	margin-left: 40px;
}

#reference ol li.border {
	border-top: 1px solid #c0c0c0;
}

#reference ol li.even {

}

#reference ol li.odd {
}

/* errors */
div.content #errorExplanation h2 {
	background-color: #ECF5FE;
	border: 1px solid #c0c0c0;
	color: #c00;
}

div.content #errorExplanation ul {
	font-size: 1.2em;
	list-style-type: square;
	margin-left: 20px;
	margin-bottom: 20px;
}

/* form */
div.content #right form {
	padding: 10px;
	width: 425px;
}

div.content #right form fieldset {
	border: 1px solid #c0c0c0;
	margin-bottom: 10px;
	width: 425px;
}

div.content #right form fieldset legend {
	border: 1px solid #c0c0c0;
	color: #368bb7;
	font-size: 1.4em;
	margin-left: 10px;
	padding: 3px 5px;
}

div.content #right form fieldset p.unline {
	border-top: none;
}

div.content #right form p {
	/* float bug with text-indent on firefox */
	text-indent: 0px;
}

div.content #right form p.bottom {
	border-top: none;
}

div.content #right form p label {
	float: left;
	width: 100px;
}

div.content #right form p textarea {
	height: 200px;
}

div.content #right #training_list {
  font-size: 1.2em;
  list-style-type: square;
  margin-left: 20px;
}

/* company */
#company #left ul {
	list-style-type: square;
	margin-left: 30px;
	margin-top: 10px;
}

#company #left ul li {
	font-size: 1.2em;
}

/* philosophy */
#philosophy #right ul {
	font-size: 1.2em;
	margin-left: 20px;
	list-style-type: square;
}

#opinion {
	position: relative;
}

#opinion #right div.citation {
	width: 200px;
}

#opinion #syneo_happy {
	margin-right: 0px;
}
/* technology */
#technology #right h3 {
	margin-left: 10px;
}

#technology #right h3.technology {
	border-bottom: 1px dotted #c0c0c0;
	border-top: 1px dotted #c0c0c0;
	padding: 5px 0px;
}

#technology #right ul {
	list-style-type: square;
	margin-left: 20px;
}

#technology #right ul li {
	padding: 10px;
}
#technology #right ul p {
	padding: 0px;
	text-indent: 0px;
}

#technology #right #technology_list {
	list-style-type: disc;
	margin: 0px 0px 20px 40px;
}

#technology #right #technology_list li {
	padding: 3px;
}

/* credits */
#credits table {
	border-collapse: collapse;
	font-size: 1.2em;
	margin-left: 30px;
}

#credits table tr td, th {
	border: 1px solid #c0c0c0;
	padding: 5px;
}

#credits table tr.even {
	background-color: #ecf5fe;
}

#credits table tr.odd {
	background-color: #eeefce;
}

#credits table tr img {
	display: block;
	vertical-align: middle;
	margin: 0px auto;
}

/* home */
#home, #map, #credits, #legals, #routing, #error {
	border-left: 1px dotted #c0c0c0;
	border-right: 1px dotted #c0c0c0;
	height: 600px;
	margin: 0px 30px;
	position: relative;
	overflow: auto;
	width: 962px;
}

#home h2, #map h2, #credits h2, #legals h2, #routing h2, #error h2 {
	background-color: #ECF5FE;
	border-bottom: 1px dotted #c0c0c0;
	padding: 10px 0px;
	text-align: center;
	/* IE fix */
	width: 100%;
	/* Bug dans firefox : en width fixe, débordement lorsque la taille de police augmente, on utilise donc une valeur en %. */
}

#home ol {
	list-style-type: none;
	margin: 0;
}

#home ol li {
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	border-top: 1px solid white;
	min-height: 75px;
	padding-left: 10px;
	padding-bottom: 10px;
	width: 610px;
}

#home ol li.hover {
	background-color: #ffffe0;
	border-bottom: 1px solid #c0c0c0;
	border-top: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	cursor: pointer;
}

#home ol li img {
	display: block;
	float: left;
	margin: 10px 5px 0px;
}

#home ol li p {
	margin: 10px 0px 10px 60px;
	padding: 0px 10px;
	text-indent: 0px;
}

#home #syneo_home {
	float: right;
}

#home #syneo_home p {
	font-style: italic;
	text-align: right;
}

#legals h3 {
	color: #8e834b;
	margin-left: 20px;
	text-decoration: underline;
}

#legals img {
  vertical-align: middle;
}

#legals ul {
	font-size: 1.2em;
	list-style-type: square;
	margin-left: 20px;
}

#map_list {
	font-size: 1.2em;
}

#map li {
	background:transparent url(/images/puce.png) no-repeat scroll 0px 10px;
	margin-left: 20px;
	padding: 2px 0px 2px 8px;
}

/* home_partial */
#home_partial {
	height: 600px;
	position: relative;
	width: 340px;
}

#home_partial h2 {
	width: 320px;
}

#home_partial ol {
	list-style-type: none;
}

#home_partial ol li {
	border-bottom: 1px solid #c0c0c0;
	padding: 0px;
}

#home_partial ol li.first {
	border-top: 1px solid #c0c0c0;
}

#home_partial ol li a, #home_partial ol li a.current:hover {
	border: none;
	display: block;
	margin-left: 60px;
	padding: 20px 10px;
	width: 260px;
}

#home_partial ol li a {
  border-left: 5px solid #fff;
  color: #368bb7;
  font-size: 1.2em;
  font-weight: bold;
  width: 255px;
}

#home_partial ol li a.current:hover {
	border-left: 5px solid #8E834B;
	width: 255px;
}

#home_partial ol li a:hover {
	background-color: #ffffe0;
	border-left: 5px solid #c0c0c0;
	color: black;
	width: 255px;
}

#home_partial ol li a.current {
	background-color: #eeefce;
	border-left: 5px solid #8E834B;
	color: black;
	width: 255px;
}

#home_partial ol li img {
	float: left;
	margin-left: 5px;
	margin-top: 5px;
}

#home_partial p {
  background-color: #f1f1f1; text-indent: 0px;
}

/* 404, 500 */
div.not_found, div.internal_error {
	border: 1px solid #c0c0c0;
	font-size: 1.6em;
	font-weight: bold;
	margin: 50px auto;
	padding: 10px;
	width: 800px;
}

div.not_found a, div.internal_error a {
	font-size: 1em;
}

div.not_found img, div.internal_error img {
	border-left: 1px solid #c0c0c0;
	float: right;
	margin-left: 10px;
	padding-left: 10px;
}

div.not_found p, div.internal_error p {
	text-indent: 0px;
}

/* liste des projets */
#projects_list li h3 {
	margin-left: 10px;
	margin-top: 10px;
}

#projects_list #locadays_picture {
  float: right;
  padding: 0px 10px;
}
