body {
  background-color: #f5f0e3;
  background: url("/images/bg_wrapper.png") repeat-x scroll 0 0 #fefefe;
  padding: 0;
  margin: 0;
}

.wrapper {
  width: 100%;
}

a.d-logo {
  background: url("/images/logos/d_logo.png") no-repeat scroll 0 0 transparent;
  overflow: hidden;
  display: block;
  top: 10px;
  position: absolute;
  width: 168px;
  height: 250px;
}
#header {
  background: url("/images/bg_header_dotgee.png") repeat-x scroll 0 0 #3c4b54;
  border-bottom: 1px solid #fff;
  font-family: helvetica, arial, sans-serif;
  margin-bottom: 0;
}

#header h1 {
  margin: 0;
  padding: 0;
}

#header h1 a {
  background: url(/images/logos/logo_blanc.png) no-repeat;
  display: block;
  height: 50px;
  width: 206px;
  float: right;
  margin-top: 15px;
}

/* imgreplacement? */

#header a span {
  display: none;
}

ul.listing {
  list-style-type: none;
}

ul#services { 
  margin : 0px;
}

ul#services a {
  border-bottom: 1px solid #FABB60;
  color: #FFFFFF;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 0.8em 0 0.8em 1.0em;
  text-decoration: none;
}

ul#services li:hover{
  background:#f69406 none repeat scroll 0 0;
}

ul.horizontal-listing li {
  display: inline;
  padding: 0 0.8em 0 0.2em;
  line-height: 2.4em;
  border-right: 2px solid #fff;
}

#bg-header h1 {
  color: #fff;
  font-size: 2.4em;
}

#header .container {
}

ul#navigation {
  display: inline;
  margin: -1px 0 0 180px;
  float: left;
  padding: 0;
}

ul#navigation li {
  display: inline;
}

ul#navigation li a {
  text-align: center;
  display: block;
  float: left;
  padding: 25px 5px;
  color: white;
  text-decoration: none;
  text-shadow: 0px 0px 8px #000;
  font-size: 1.2em;
  font-weight: bold;
  width: 95px;
}

/*
ul#navigation li a:before {
  content: "» ";
  color: #52d017;
}

ul#navigation li a:hover:before {
  color: #ffffff;
}
*/

ul#navigation li a em {
  font-size: 0.5em;
  padding-top: 0.3em;
  color: #ccc;
  display: block;
}

ul#navigation li a:hover {
  background-color: #3c4b54;
  color: #6cd2ff;
  text-shadow: 0px 0px 9px #000;
  /* color: #fd0; */
}

ul#navigation li a:hover em {
  color: white;
}

#chapo {
  padding: 20px 0 0 180px;
  width: 720px;
}

#chapo h2 {
  border-bottom:1px solid #C0C0C0;
  color:#006A99;
  font-size:1.2em;
  font-weight:bold;
  margin:1em 0;
  padding:0.2em 0;
}

/* footer */

#footer {
  width: 100%;
  margin-top: 0;
  text-align: left;
  padding: 5px 0;
  color: white;
  margin-bottom: 0;
}

.logo {
  width: 100%;
  float: left;
}

.info {
  width: 100%;
  float: left;
}

#footer h4 {
  padding-bottom: 8px;
  color: white;
}

#footer a {
  color: #fd0;
}

#footer p {
  padding-top: 1.8em;
  text-align: left;
  font-size: 0.8em;
}

#info-footer {
  background: #272727 none repeat scroll 0 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

#info-footer h3 {
  color: #fff;
  margin: 1.0em 0;
}

ul#actus {
  border-top: 1px solid #3d3d3d;
  margin: 1.5em 0 2em;
  color: #fff;
}

ul#actus li {
  border-bottom: 1px solid #3d3d3d;
  margin: 0;
  padding: 0.5em 0;
}

ul#actus li:hover {
  background: #333333 none repeat scroll 0 0;
}

#info-footer a,
#info-footer a:link,
#info-footer a:visited,
#info-footer a:hover {
  color: #0095ef;
  text-decoration: none;
}

#info-footer a:hover {
  color: #c0c0c0;
}

ul#actus span.date {
  color: #858585;
  padding: 0 1.5em 0 0;
}

#mentions {
  color: #fff;
  text-align: center;
  border-top: 1px solid #3d3d3d;
  height: 50px;
  padding: 30px 0 0 0;
  background: #272727 none repeat scroll 0 0;
}

#mentions a,
#mentions a:link,
#mentions a:visited,
#mentions a:hover {
  color: #0095ef;
  text-decoration: none;
}

#mentions a:after {
  content: " |";
}

.facebook a {
  float: left;
  background: url("/images/facebook.png") no-repeat scroll 0 0 transparent;
  width: 250px;
  height: 20px;
  overflow: hidden;
  border-left: 1px solid #3d3d3d;
  border-right: 1px solid #000000;
  text-indent: -9999px;
}

.facebook a:hover {
  float: left;
  background: url("/images/facebook.png") no-repeat scroll 0 -20px transparent;
  width: 250px;
  height: 20px;
  border-left: 1px solid #3d3d3d;
  border-right: 1px solid #000000;
  overflow: hidden;
  text-indent: -9999px;
}

.nav {
  float: left;
  border-left: 1px solid #575757;
  padding: 4px 0 0 15px;
  height: 16px;
  width: 250px;
}

#body div.container {
  background: #fefefe;
  padding: 0px; 
}

#body {
  margin-top: 185px;
}

#body div.content {
  font-size: 1.4em;
}

#left-content {
  text-align: center;
}

#left-content div {
  text-align: left;
}

#left-content div.box {
}


#left-content div.box h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.6em;
  color: #fff;
}

.para {
  padding: 1.0em 2.0em 1.0em 2.0em;
  color: #777777;
  font-size: 1.3em;

}

.para h2 {
  padding: 0.2em 0 0.2em 0;
  margin: 1em 0 0 0;
  color: #006a99;
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: 1px solid #c0c0c0;
  /* border-bottom: 1px solid #52d017; */
}

.para p {
  line-height: 1.4em;
  margin: 0;
  padding: 1.0em 0 0 0;
  color: #333333;
}

.para ul {
  line-height: 1.4em;
  padding: 1.0em 0.5em 0 2.0em;
  color: #333333;
  margin: 0;
}

.para ul li {
  padding-bottom: 0.5em;
}

.para ul li em {
  font-size: 0.8em;
}

.para dl {
  line-height: 1.4em;
  padding: 1.0em 0.5em 0 0.5em;
  color: #333333;
}

.para a,
.para a:link,
.para a:visited,
.para a:hover {
  font-size: 0.8em;
  color: #222222;
  text-decoration: none;
  border-bottom: 1px #222222 dotted;
}

.para a:hover {
  color: #fff;
  background-color: #222222;
}

div.more-link {
  text-align: right;
  padding: 0.8em 2.0em 0 0;
}

div.more-link a {
  text-align: right;
}

ul.tag_list {
  list-style-type: none;
  display: block;
  padding-top: 2.5em;
}

ul.tag_list li {
  display: inline;
}

ul.tag_list li span {
  display: block;
  float: left;
  padding: 0 8px 5px 0;
}

ul.tag_list li.size1 {
  font-size: 1.0em;
}

ul.tag_list li.size2 {
  font-size: 1.2em;
}

ul.tag_list li.size3 {
  font-size: 1.4em;
}

ul.tag_list li.size4 {
  font-size: 1.6em;
}
