/*** uncss> filename: http://www.agence-reussir.com.localhost/css.css ***/

body {
  letter-spacing: 1px;
  color: #444;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: url(../images/background.gif);
  margin: 0;
  padding: 0;
}

h3 {
  font-size: 16px;
  font-style: italic;
  font-weight: normal;
  letter-spacing: 1px;
  padding: 5px 10px;
  background-color: #ada3cc;
  color: #fff;
  display: inline-block;
  margin-top: 3px;
}

h4 {
  font-size: 16px;
  font-style: italic;
  font-weight: normal;
  letter-spacing: 1px;
  margin: 20px 0 10px 0;
  padding: 5px 10px;
  background-color: #6a62a3;
  color: #fff;
  display: inline-block;
}
h4 a {
  text-decoration: none;
  color: #fff;
}

h4 a:hover {
  color: #fff;
}

p {
  margin: 8px 0;
}

a {
  text-decoration: none;
  color: #444;
}

a:hover {
  color: #444;
}

#page-wrapper {
  text-align: center;
}

#page {
  width: 1002px;
  margin: 0 auto;
}

#main-wrapper {
  text-align: left;
  padding: 10px 20px 20px 45px;
  background: url(../images/bg-page-line.png) repeat-y;
}

#header {
  background: url(../images/bg-page-top.png) no-repeat;
  padding: 10px 20px 10px 45px;
}

#logo {
  float: left;
  margin: 10px 0 0 25px;
}

#slide {
  overflow: hidden;
  position: relative;
  width: 937px;
  height: 302px;
}

#slide .slide {
  position: relative;
  height: 302px;
  width: 100%;
}

#slide ul,
#slide li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#contact-interlocuteur .phone {
  color: #ada3cc;
  font-size: 16px;
  font-weight: bold;
  padding-left: 30px;
  background: url(../images/icon-phone.gif) no-repeat;
}

#contact-interlocuteur .email {
  color: #ada3cc;
  padding-left: 30px;
  background: url(../images/icon-mail.gif) no-repeat;
  line-height: 20px;
}

.content-front {
  padding: 20px 0 0 0;
}

#bottom-menu {
  text-align: left;
  margin-left: 30px;
  font-size: 11px;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

img {
  border: 0;
}

.dl {
  //color: #ada3cc;
  padding-left: 30px;
  background: url(../images/icon-dl.gif) no-repeat;
  line-height: 20px;
}