/* CSS Document */

body
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 17px;
  color: #333;
  background: #362e29 url("../images/interface/background.jpg") center 0 no-repeat;
}

h1 { color:#fff; font-size: 16px; font-weight: bold; text-transform:uppercase; }
h2 { color:#69be28; font-size: 15px; font-weight: bold; margin: 0 0 15px 0; }
h3 {  }
h4 { color:#; font-size:; }

a,a:visited {
  color: #69be28;
  text-decoration: underline;
}
a:hover {
  color: #69be28;
  text-decoration: none;
}

input {
	height: 20px;
}

/*//////////////////// GENERIC ////////////////////*/
.clear {
	clear:both;
}

.right {
	float:right;
}

.left {
	float:left;
}
.light {
	font-weight: normal;
	color: #999;
}

.tel {
	color: #69be28;
	font-size: 16px;
	font-style: italic;
}

/*//////////////////// HEADER ////////////////////*/
#header {
  margin: 0 auto;
  width: 960px;
  height: 110px;
}

#header a#logo {
  width: 50%;
  height: 110px;
  float: left;
  background: url(../images/interface/logo-croissance-net.gif) 10px 18px no-repeat;
}
#header a#e-qualy {
  width: 50%;
  height: 110px;
  float: right;
  background: url(../images/interface/charte-e-qualy.gif) right 24px no-repeat;
}


/*//////////////////// TOP MENU ////////////////////*/

#menu-top {
  margin: 0 auto;
  width: 960px;
  height: 36px;
  background: url(../images/interface/menu-principal.png) 0 0 no-repeat;
}

#menu-top a.home { width: 37px; background: url(../images/interface/menu-principal.png) 0 0 no-repeat; }
#menu-top a.home:hover,
#menu-top a.home-active { width: 37px; background: 0 0 no-repeat; }

#menu-top a.agence { width: 86px; background: url(../images/interface/menu-principal.png) -36px 0 no-repeat; }
#menu-top a.agence:hover,
#menu-top a.agence-active { width: 86px; background: url(../images/interface/menu-principal.png) -36px -36px no-repeat; }

#menu-top a.references { width: 100px; background: url(../images/interface/menu-principal.png) -122px 0 no-repeat; }
#menu-top a.references:hover,
#menu-top a.references-active { width: 100px; background: url(../images/interface/menu-principal.png) -122px -36px; no-repeat }

#menu-top a.communication_online { width: 172px; background: url(../images/interface/menu-principal.png) -222px 0 no-repeat; }
#menu-top a.communication_online:hover,
#menu-top a.communication_online-active { width: 172px; background: url(../images/interface/menu-principal.png) -222px -36px no-repeat; }

#menu-top a.expertise { width: 117px; background: url(../images/interface/menu-principal.png) -394px 0 no-repeat; }
#menu-top a.expertise:hover,
#menu-top a.expertise-active { width: 117px; background: url(../images/interface/menu-principal.png) -394px -36px no-repeat; }

#menu-top a.sitescompris { width: 167px; background: url(../images/interface/menu-principal.png) -511px 0 no-repeat; }
#menu-top a.sitescompris:hover,
#menu-top a.sitescompris-active { width: 167px; background: url(../images/interface/menu-principal.png) -511px -36px no-repeat; }

#menu-top a.actu { width: 90px; background: url(../images/interface/menu-principal.png) -678px 0 no-repeat; }
#menu-top a.actu:hover,
#menu-top a.actu-active  { width: 90px; background: url(../images/interface/menu-principal.png) -678px -36px no-repeat; }

#menu-top a.contact { width: 105px; background: url(../images/interface/menu-principal.png) -839px 0 no-repeat; }
#menu-top a.contact:hover,
#menu-top a.contact-active  { width: 105px; background: url(../images/interface/menu-principal.png) -839px -36px no-repeat; }

#menu-top a {
  display: block;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  float:left;
  text-align: center;
}


#menu-top a.last {
	float: right;
	margin-right: 16px;
	/*background: url(../images/interface/icon-mail.gif) right 9px no-repeat;*/
}


/*//////////////////// HEADER CONTENT ////////////////////*/

#header-content {
	height: 150px;
}

.header-visual-groupe { background: url(../images/illustration/header-visual-groupe.gif) 0 0 no-repeat; }
.header-visual-contact { height: 150px; background: url(../images/illustration/header-visual-contact.gif) 0 0 no-repeat; }


/*//////////////////// CONTENT ////////////////////*/
#main-content {
	width: 960px;
  	margin: 17px auto 0 auto;
	padding-bottom: 6px;
  	background: url(../images/interface/content-main-bottom.gif) 0 bottom no-repeat;
}

#content {
  margin: 0 auto;
  padding-bottom: 20px;
  padding-top: 10px;
  width: 952px; /* 952px - padding - borders */
  background: #fff;
  border-left: solid 4px #0b0908;
  border-right: solid 4px #0b0908;
}
#content h1.title-shape {
  margin: 0 0 12px 0;
  padding: 9px 0 0 19px;
  width: 225px;
  height: 34px;
  background: url(../images/interface/title-shape.gif) 0 0 no-repeat;
}
#content h1.seo-title-shape {
  margin: 0 0 12px 0;
  padding: 9px 0 0 19px;
  width: 550px;
  height: 34px;
  background: url(../images/interface/seo-title-shape.gif) 0 0 no-repeat;
}

#content .h2-mentions {
  margin: 0 0 15px 19px;
}

#content p {
	clear: both;
  	margin: 0 19px 15px 19px;
  	text-align: justify;
}
#content ul {
  margin-bottom: 0;
  text-align: justify;
}
#content ul li {
  margin: 17px 0 17px 44px;
  padding: 0;
  list-style-image: url(../images/interface/green-bullet.gif);
}

#left-bloc-contact {
	margin: 0 40px 0 0;
	padding-left: 20px;
	width: 436px;
	float: left;
}
#right-bloc-contact {
	width: 436px;
	float: left;
}
#left-bloc-contact p, #right-bloc-contact p {
	margin: 0 0 30px 0;
}

#left-bloc {
	margin-right: 40px;
	width: 552px;
	float: left;
}
#right-bloc {
	margin-top: -10px;
	padding: 20px 20px 0 20px;
	width: 320px;
	min-height: 360px;
	float: left;
	background: url(../images/interface/right-bloc-bg.jpg) top left no-repeat;
}

input.small {
	width: 200px;
	border: solid 1px #bbb;
	/*background: #f00;*/
}
input.big {
	width: 434px;
	border: solid 1px #bbb;
	/*background: #f0f;*/
}
textarea {
	border: solid 1px #bbb;
}

/*//////////////////// CONTENT FOOTER ////////////////////*/
#content-footer {
	width: 100%;
	display: block;
	clear: both;
	padding-top: 40px;
}
#content-footer p {
	padding: 0;
	margin: 10px 0 0 0;
}
#content-footer .title {
	height: 32px;
	margin: 0 20px 0 20px;
	background: url(../images/interface/content-footer-title-bg.gif) 0 0 no-repeat;
}
#content-footer .text {
	background: #eaeaea;
	padding: 5px 10px 10px 10px;
	margin: 2px 24px 0 20px;
}
#content-footer .title a {
	height: 32px;
	display: block;
	float: right;
}


/*//////////////////// FOOTER ////////////////////*/
#footer {
  margin: 10px auto 0 auto ;
  width: 960px;
}
#footer .bloc {
  height: 80px;
  float: left;
  background: url(../images/interface/footer-blocs-bg.jpg) 0 bottom repeat-x;
}
#footer .border-left {
  width: 10px;
  background: url(../images/interface/footer-blocs-borders.jpg) 0 bottom no-repeat;
}
#footer .border-right {
  width: 10px;
  background: url(../images/interface/footer-blocs-borders.jpg) -10px bottom no-repeat;
}
#footer .border-internal {
  width: 21px;
  background: url(../images/interface/footer-blocs-border-internal.jpg) 0 bottom no-repeat;
}
#footer .references { width: 133px; }
#footer .code-avantage { width: 180px; }
#footer .blog { width: 76px; }
#footer .social-stuff {	width: 118px; }
#footer .espace-client { width: 219px; }

#footer .bloc .title { height: 16px; padding-top:21px; margin-bottom:5px; display: block; }
#footer .references a.title-img { background: url(../images/interface/footer-title-references.gif) 0 bottom no-repeat; }
#footer .code-avantage a.title-img { background: url(../images/interface/footer-title-code-avantage.gif) 0 bottom no-repeat; }
#footer .blog .title-img { background: url(../images/interface/footer-title-blog.gif) 0 bottom no-repeat; }
#footer .social-stuff .title-img { background: url(../images/interface/footer-title-res-sociaux.gif) 0 bottom no-repeat; }
#footer .espace-client .title-img { background: url(../images/interface/footer-title-espace-client.gif) 0 bottom no-repeat; }

#footer .blog a.footer-blog-logo {
  width: 72px;
  height: 23px;
  margin-top: 10px;
  display: block;
  background: url(../images/interface/footer-blog-logo.gif) 0 0 no-repeat;
}
#footer .blog a.footer-blog-logo:hover {
  background: url(../images/interface/footer-blog-logo.gif) 0 -23px no-repeat;
}

#footer .visual-references {
	width: 130px;
	height: 80px;
	background: url(../images/interface/footer-visual-references.jpg) 0 0 no-repeat;
	overflow:hidden;
	position: relative;
}
#footer .visual-references .visual-logotype a {
	width: 92px;
	height: 57px;
	float: left;
	margin: 4px 0 0 14px;
}
#footer .bloc .text {
  color: #fff;
  font-size: 11px;
  line-height: 14px;
}
#footer a.icons {
  width: 24px;
  height: 24px;
  margin: 5px 6px 10px 0;
  float: left;
  cursor: pointer;
}
#footer a.facebook { background: url(../images/interface/social-icons.gif) 0 0 no-repeat; }
#footer a.facebook:hover { background: url(../images/interface/social-icons.gif) 0 -24px no-repeat; }
#footer a.twitter { background: url(../images/interface/social-icons.gif) -24px 0 no-repeat; }
#footer a.twitter:hover { background: url(../images/interface/social-icons.gif) -24px -24px no-repeat; }
#footer a.rss { background: url(../images/interface/social-icons.gif) -48px 0 no-repeat; }
#footer a.rss:hover { background: url(../images/interface/social-icons.gif) -48px -24px no-repeat; }

#footer  div.user-area {
  /*height: 22px;*/
  margin-top: 0;
}

#footer input {
  width: 81px;
  height: 18px;
  padding: 4px 0 0 4px;
  font-size: 11px;
  color: #666;
  background: #fff;
  margin-top: 4px;
}
#footer input.button-ok {
  width: 27px;
  height: 22px;
  border: 0;
  margin: 4px 0 0 0;
  padding: 0;
  background: url(../images/interface/footer-button-ok.jpg) 0 0 no-repeat;
  cursor: pointer;
}
#footer input.button-ok:hover {
  background: url(../images/interface/footer-button-ok.jpg) 0 -22px no-repeat;
}
#footer .links {
  width: 960px;
  height: 30px;
  line-height: 30px;
  margin-top: 1px;
  float: left;
  background: url(../images/interface/footer-links-bg.gif) 0 0 no-repeat;
}
#footer .links a {
  float: left;
  color: #7b6c63;
  margin: 0 5px;
  text-decoration: none;
}
#footer .links a:hover {
  color: #fff;
  text-decoration: underline;
}
#footer .links a.first {
  margin: 0 5px 0 10px;
}


/*//////////////////// REF LINKS ////////////////////*/
#footer .ref-links {
  width: 960px;
  float: left;
  margin: 10px 0;
  padding: 10px 0;
  background: #28221f;
}
#footer .ref-links strong {
  color: #7B6C63;
}
#footer .ref-links .bloc-links {
  float: left;
  margin-right: 48px;
}
#footer .ref-links .bloc-links-end {
  float: left;
  margin-left: 10px;
  width:181px;
}
*>#footer .ref-links .bloc-links-end {
  float: left;
  margin-right: 30px;
  margin-left: 0px;
  width:181px;
}
#footer .ref-links .first-bloc {
  float: left;
  margin: 0 45px 0 10px;
}
#footer .ref-links .bloc-links ul, #footer .ref-links .first-bloc ul {
  margin-top: 5px;
}
#footer .ref-links .bloc-links ul li, #footer .ref-links .first-bloc ul li {
  display: block;
  /*list-style-type: none;*/
}

#footer .ref-links a, #footer .ref-links a:visited {
  font-size: 12px;
  color: #7b6c63;
  text-decoration: none;
}
#footer .ref-links a:hover {
  text-decoration: underline;
}
/*//////////////////// CONTACT FORM ////////////////////*/
.contact-form {
	margin-top: 20px;
}
.contact-form .fields {
	width: 436px;
}
.contact-form .left-fields {
	width: 208px;
	float: left;
}
.contact-form .right-fields {
	width: 208px;
	float: right;
}
.contact-form .left-fields input, .contact-form .right-fields input {
	width: 206px;
	margin-bottom: 17px;
	border: solid 1px #bbb;
	background: #fff;
}
.contact-form .fields input {
	width: 436px;
	margin-bottom: 17px;
	border: solid 1px #bbb;
	background: #fff;
}
.contact-form .fields input.civilite {
	width: 20px;
	padding: 0;
	margin: 0;
	border: none;
	background: none;
}
.contact-form div.label {
	float: left;
	margin-bottom: 2px;
	font-weight: bold;
}
.contact-form textarea {
	width: 432px;
	height: 120px;
}
.contact-form input.btnSubmitForm {
	margin: 10px 0 40px 0;
	width: 182px;
	height: 24px;
	cursor: pointer;
	float: right;
	background: transparent url(../images/interface/btnSubmitForm.gif) 0 0 no-repeat;
}
.contact-form .btnSubmitForm:hover {
	background: url(../images/interface/btnSubmitForm.gif) 0 -24px no-repeat;
}

h2.title {
	width: 280px;
	height: 28px;
	color: #fff;
	padding: 0 0 0 10px;
	background: url(../images/interface/bg-title-references.gif) 0 0 no-repeat;
}
h2.form {
	margin: 0 0 5px 0;
	padding-bottom: 5px;
	text-transform: uppercase;
	background: url(../images/interface/dot.gif) bottom left repeat-x;
}


/*//////////////////// MISC ////////////////////*/

#errorMessage {
	color: #f00;
	margin-top: 10px;
	padding-bottom: 10px;
	display:none;
	border-bottom: solid 1px #ddd;
	font-style: italic;
	font-weight: bold;
}

.bloc-liens {
	clear:both;
	margin: 0 20px;
}
.bloc-liens .image {
	float: left;
	width: 200px;
	height: 80px;
}
.bloc-liens .texte {
	float: left;
	width: 712px;
	height: 80px;
}

.mentions-legales {
	margin: 0 20px 30px 20px;
}
.charte-equaly {
	margin: 0 20px;
}
.clr {
	clear: both;
}
