/*
-----------------------------------------------
Geo212 Base Styles
Version:  June 2006
----------------------------------------------- */

* {
  margin:0;
  padding:0;
}

.clear {
  clear:both;
}

.alert {
	color: red;
}

.to-right {
	float: right;
}

body {
  background:#fff;
  margin:0;
  padding:0;
  color:#393A3B;
  font:  normal normal 9pt arial, helvetica, sans-serif;
  text-align:center;
  }
#wrapper {
    width: 798px;
    padding: 0;
    padding-top: 20px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  text-align:left;
/*  background: url("../img/news/switch_news.gif") top right no-repeat; */
}


/* Links
----------------------------------------------- */
a:link {
  color:#152D59;
  font-weight: bold;
  text-decoration: none;
  }
a:visited {
  color:#152D59;
  font-weight: bold;
  text-decoration: none;
  }
a:hover {
  color:#152D59;
  font-weight: bold;
  text-decoration: underline;
  }
a img {
  border-width:0;
  }

a.small {
  font-size: 8pt;
}
a.blue:link {
  font-weight: normal;
  color:#08394C;
  text-decoration: none;
  }
a.blue:visited {
  font-weight: normal;
  color:#08394C;
  text-decoration: none;
  }
a.blue:hover {
  font-weight: normal;
  color:#08394C;
  text-decoration: underline;
  }

a.yellow:link {
  color: #FFE78E; /* #4D5D6D; */
  text-decoration: none;
  }
a.yellow:visited {
  color:#FFE78E;
  text-decoration: none;
  }
a.yellow:hover {
  color:#FFE78E;
  text-decoration: underline;
  }


/* Structure
----------------------------------------------- */
#page-body {
  background:#fff;
  width:798px;
  }
#content {
  width:798px;
  background: #fff; /* yellow; */
  padding-top: 5px;
  }
#content-right {
  width:798px; /*411px;*/
  background: #fff; /* blue; */
  }


/* Content
----------------------------------------------- */
#content-right-inner {
  padding-left: 114px;
}
#logo-client {
  float: left;
  width: 150px;
  margin-left: -153px;
  position: relative;
  text-align: center;
  /*overflow: hidden;*/
}

ul {
  margin-top: 10px;
  margin-left: 30px;
}
li {
  margin-top: 5px;
}

/* Content Left
----------------------------------------------- */
#inner-left {
  float: left;
  width: 470px; /*414px;*/
  border-left: 1px solid #A7C4B9;
  }
#inner-right {
  float: right;
  width: 209px; /*414px;*/
  margin-left: -3px;
}


#projet {
  float: left;
}
#projet-inner {
  margin-left: 25px;
}
#projet-date {
  background: #D0EBE0;
  width: 447px;
  height: 23px;
  margin-bottom: 27px;
}
.dateholder {
  background: #fff;
  height: 23px;
  width: 33%;
  display: block;
}
.dateficheprojet {
}


#projet-client {
  width: 447px;
  margin-bottom: 10px;
}
.client2 {
  margin-top: -8px;
}
* html .client2 {
  margin-top: 0px;
}
#projet-titre {
  border-top: 2px solid #4C998B;
}
.titre {
  margin-top: -5px;
}
* html .titre {
  margin-top: 0px;
}

#projet-description {
  margin-top: 10px;
  margin-left: -25px;
  background: #F0F7F9 url("../img/projets/titre_descriptif.gif") top left no-repeat;
  padding-top: 22px;
  padding-bottom: 175px;
  border-bottom: 23px solid #D0EBE0;
}

#projet-description-inner {
  margin-top: 5px;
  margin-left: 25px;
  padding-right: 3px;
  text-align: justify;
}


/* Content Right
----------------------------------------------- */
#logo {
  width: 212px; /*411px;*/
  height: 102px;
  background: url("../img/projets/logo_projets.gif") top left no-repeat;
}

#infos {
  text-align: right;
}
.infos-titre {
  text-align: right;
}
.infos-texte {
  color: #5F5D53;
  font-weight: bold;
  margin-bottom: 15px;
  padding-right: 9px;
}


/* Footer
----------------------------------------------- */
#footer {
  background:#fff url("../img/footer/footer_bar.gif") no-repeat top left;
  padding-top: 20px;
  padding-bottom: 20px;
  clear:both;
  width:816px;
  font-size:8pt;
  color:#4D5D6D;
  }
#footer hr {
  display:none;
  }
#footer p {
  margin:0;
  width:100%;
  text-align: right;
  padding:10px 10px 12px 0;
  }
#footer .sitemap {
  margin-left: 90px;
  display: block;
  float: left;
  width: 90px;
}
#footer {
  background:#fff url("../img/footer/footer_bar.gif") no-repeat top left;
  padding-top: 20px;
  padding-bottom: 20px;
  clear:both;
  width:100%;
  font-size:8pt;
  color:#4D5D6D;
  }
#footer ul { float: right; border: none; }
#footer li { display: inline; list-style: none; margin: 0; padding: 0; }
#footer a { text-transform: lowercase; padding-left: 16px; font: normal 7.5pt Arial, Helvetica, sans-serif; color: #5B6D5E; text-decoration: none; }
#footer a:hover { color: #152D59; }
#footer a.induxia { padding-right: 23px; background: url("../img/redux.png") no-repeat center right; }


