/* 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 { font-family: Arial, Helvetica, sans-serif; color:#333333; font-size: 20px; font-weight: bold; }
h2 { /*color:#69be28;*/
	color:#333333;
	font-size: 20px;
	font-weight: bold;
	margin: 30px 0 15px 19px;
	background: url(../images/interface/bg-reponses-left-span.gif) 0 2px no-repeat;
	padding-left: 20px;}
h3 {font-size: 14px;
	font-weight: bold; margin-top:10px; }
h4 { color:#; font-size:; }

a,a:visited {
  color: #69be28;
  text-decoration: underline;
}
a:hover {
  color: #69be28;
  text-decoration: none;
}

input {
	height: 20px;
}

/*//////////////////// GENERIC ////////////////////*/
.cn-green {
  color: #69be28;
}

.clear {
	clear:both;
}

.right {
	float:right;
}

.left {
	float:left;
}
.light {
	font-weight: normal;
	color: #999;
}

.img-right {
	float: right;
	margin: 0 0 40px 0;
}
.img-left {
	float: left;
	margin: 0 40px 20px 0;
}
.img-left-contact {
	float: left;
	margin: 0 15px 0 0;
	border: 1px solid #cacaca;
	padding: 3px;
}
.tel {
	color: #69be28;
	font-size: 16px;
	font-style: italic;
}

.small{
	font-size:11px;}
/*//////////////////// 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;*/
}



/*//////////////////// SUB MENU ////////////////////*/
#submenu {
  margin: 0 auto;
  width: 960px;
  height: 160px;
  margin-top: 20px;
  background: transparent url("../images/interface/bg-submenu.png") top left no-repeat;
  overflow: hidden;
  position: relative;
}

	#submenu ul.items {
		padding: 10px 20px 10px 20px;
		margin-top: 20px;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 5px;
		height: 132px;
		overflow-x: hidden;
  		overflow-y: hidden;
	}

		#submenu ul.items li {
			text-align: center;
			float: left;
			display: block;
			margin-left: 10px;
			margin-right: 30px;
			width: 150px;
		}

			#submenu ul.items li a {
				text-decoration: none;
			}

			#submenu ul.items li img {

			}

			#submenu ul.items li span {
				display: block;
				text-transform: uppercase;
				font-weight: bold;
				font-size: 12px;
				color: #fff;
			}

			#submenu ul.items li span.marque {
				color: #ff9900;
			}

			#submenu ul.items li span.performance {
				color: #69BE28;
			}

		#submenu ul.items li.com-online {
			text-align: center;
			float: left;
			display: block;
			margin-left: 10px;
			margin-right: 30px;
			width: 120px;
		}

		#submenu ul.items li.com-online-trio {
			text-align: center;
			float: left;
			display: block;
			margin-left: 10px;
			margin-right: 120px;
			width: 120px;
		}

		#submenu ul.items li.com-online-end {
			text-align: center;
			float: left;
			display: block;
			margin-left: 0px;
			margin-right: 100px;
			width: 120px;
		}

		#submenu ul.items li.vitrines {
			text-align: center;
			float: left;
			display: block;
			margin-left: 150px;
			margin-right: 0px;
			width: 300px;
		}

		#submenu ul.items li.ecommerce {
			text-align: center;
			float: left;
			display: block;
			margin-left: 100px;
			margin-right: 0px;
			width: 300px;
		}

	#submenu div.scrollBarInterface {
		position: relative;
		top: 140px;
		display: none;
	}

		#submenu div.scrollBarInterface a.scrollLeft, #submenu div.scrollBarInterface a.scrollRight {
			display: block;
			height: 19px;
			width: 19px;
			float: left;
			cursor: default;
		}

		#submenu div.scrollBarInterface a.scrollLeft {
			background: transparent url("../images/interface/scrollbar-submenu.png") top left no-repeat;
		}

		#submenu div.scrollBarInterface a.scrollRight {
			background: transparent url("../images/interface/scrollbar-submenu.png") top left no-repeat;
		}

		#submenu div.scrollBarInterface div.scrollTrack {
			position: relative;
			z-index: 50;
			background: transparent url("../images/interface/scrollbar-submenu-track.png") top left repeat-x;
			width: 921px;
			height: 19px;
			float: left;
			display: block;
		}

		#submenu div.scrollBarInterface div.scrollTrack ul {
			cursor: pointer;
		}

		#submenu div.scrollBarInterface div.scrollTrack ul li {
			display: block;
			float: left;
			color: #fff;
			font-size: 12px;
			text-transform: uppercase;
			font-weight: bold;
			line-height: 19px;
			height: 19px;
		    position: relative;
			z-index: 52;
		}

		#submenu div.scrollBarInterface div.scrollTrack ul li.marque {
			color: #ff9900;
		}

		#submenu div.scrollBarInterface div.scrollTrack ul li.performance {
			color: #69be28;
		}

		#submenu a.scrollBar {
			background: transparent url("../images/interface/scrollbar.png") top left no-repeat;
			width: 145px;
			/*width: 85px;*/
			height: 17px;
			display: block;
			position: absolute;
			top: 1px;
		}


/*//////////////////// HEADER CONTENT ////////////////////*/

#header-content {
	height: 150px;
}

.header-visual-default { background: url(../images/illustration/header-visual-default.gif) 0 0 no-repeat; margin-top:20px; }

.header-visual-presentation { background: url(../images/interface/header-visual-presentation.png) 0 0 no-repeat; }
.header-visual-groupe { background: url(../images/illustration/header-visual-groupe.gif) 0 0 no-repeat; }

.header-visual-offres { background: url(../images/illustration/header-visual-offres.gif) 0 0 no-repeat; }
.header-visual-sites-tout-compris { background: url(../images/illustration/header-sites-tout-compris.gif) 0 0 no-repeat; }

.header-visual-conseil { background: url(../images/illustration/header-visual-conseil.gif) 0 0 no-repeat; }
.header-visual-demande { background: url(../images/illustration/header-visual-demande.gif) 0 0 no-repeat; }
.header-visual-ecommerce { background: url(../images/illustration/header-visual-ecommerce.gif) 0 0 no-repeat; }
.header-visual-developpement { background: url(../images/illustration/header-visual-developpement.gif) 0 0 no-repeat; }
.header-visual-hebergement { background: url(../images/illustration/header-visual-hebergement.gif) 0 0 no-repeat; }


.header-visual-references { height: 150px; background: url(../images/illustration/header-visual-references.gif) 0 0 no-repeat; margin-top:20px; }

.header-visual-contact { height: 150px; background: url(../images/illustration/header-visual-contact.gif) 0 0 no-repeat; }

#header-content div.text {
  padding: 35px 0 35px 20px;
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
  line-height: 19px;
  color: #fff;
  height:46px;
}



/*//////////////////// CONTENT ////////////////////*/
#main-content {
	width: 960px;
  	margin: 0 auto 0 auto;
	/*padding-bottom: 6px;
  	background: url(../images/interface/content-main-bottom.gif) 0 bottom no-repeat;*/
  	border-bottom: solid 6px #000000;*
}

#header-content-presentation{
	background: url(../images/interface/header-content-presentation.png) top left no-repeat;
	width: 960px;
	height: 200px;
}
#content {
  margin: 0 auto;
  padding-bottom: 20px;
  padding-top: 10px;
  padding-left: 10px;
  width: 948px; /* 960px - padding - borders */
  background: url(../images/interface/bg-content.gif) 0 1px repeat-x #fff;
  border-left: solid 1px #FFF;
  border-right: solid 1px #FFF;
}
#content h1.title-shape {
  margin: 0 0 12px 10px;
  padding: 9px 0 0 0;
  width: 225px;
  height: 34px;
  /*background: url(../images/interface/title-shape.gif) 0 0 no-repeat;*/
}
#content table h2.title-shape, #content h2.title-shape2{
  margin: 0 0 12px 0;
  padding: 9px 0 0 12px;
  width: 232px;
  height: 34px;
  color:#ffffff;
  background: url(../images/interface/title-shape.gif) 0 0 no-repeat;
  text-align:left;
 vertical-align:center;
}


#content h1.seo-title-shape {
  margin: 0 0 12px 10px;
  padding: 9px 0 0 0;
  width: 550px;
  height: 34px;
  /*background: url(../images/interface/seo-title-shape.gif) 0 0 no-repeat;*/
}
#content p {
	clear: both;
  	margin: 0 0 10px 10px;
  	text-align: justify;
}
#content ul {
  margin-bottom: 0;
  text-align: justify;
}
#content ul li {
  margin: 7px 0 7px 44px;
  padding: 0;
  list-style-image: url(../images/interface/green-bullet.gif);
}
#content ul li.last {
  margin: 17px 0 0 30px;
}

#content .breadcrumb {
	height: 75px;
	margin-bottom:5px;
}

#content .breadcrumb img{
	float: right;
	padding-right: 25px;
}

#content .breadcrumb span{
  	background: url(../images/interface/bg-breadcrumb-span.gif) 0 0 no-repeat;
	height: 61px;
  	width: 24px;
  	float: left;
  	display: block;
  	margin-top: 10px;
}
#content .breadcrumb span.end{
  	background: url(../images/interface/bg-breadcrumb-span-end.gif) 0 0 no-repeat;
	height: 61px;
  	width: 16px;
  	float: left;
  	display: block;
  	margin-top: 10px;
}
#content .breadcrumb a{
  	background: url(../images/interface/bg-breadcrumb-a.gif) 0 0 repeat-x;
  	display: block;
  	height: 56px;
  	float: left;
  	padding-top: 5px;
  	padding-left: 9px;
  	color:#fff;
  	font-size: 15px;
  	text-decoration: none;
  	margin-top: 10px;
}
#content .breadcrumb a:hover{
  	text-decoration: underline;
}
#content .breadcrumb a.current{
  	background: url(../images/interface/bg-breadcrumb-a-current.gif) 0 0 repeat-x;
  	display: block;
  	height: 61px;
  	padding-right: 5px;
}

#content .packs-ski{
	float: left;
	background-color: #fff;
	width: 400px;
	margin-left: 45px;
}


#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-seo {
	margin: 0 40px 0 0;
	padding-left: 20px;
	width: 436px;
	float: left;
}
#left-bloc-seo h2 {
	margin: 0 0 15px 0;
}
#left-bloc-seo p {
	margin: 0 0 15px 0;
}
#left-bloc {
	margin-right: 10px;
	width: 560px;
	float: left;
	border-right: solid #bebebe 1px;
	padding-right: 40px;
}
#left-bloc-com-online {
	margin-right: 10px;
	width: 560px;
	float: left;
	border-right: none;
	padding-right: 40px;
}

#left-bloc-offres-home {
	margin:0 0 0 28px;
	width: 870px;
	float: left;
}
#left-bloc-offres {
	margin:0;
	width: 870px;
	float: left;
}
#left-bloc .logo-partenaires {
	margin: 0 20px 10px 0;
	float: left;
}
#right-bloc {
	margin-top: -10px;
	/*padding: 20px 20px 0 20px;*/
	width: 307px;
	min-height: 360px;
	float: left;
	/*background: url(../images/interface/right-bloc-bg.jpg) top left no-repeat;*/
}
#center-bloc {
	margin: 0 auto 0 auto;
	width: 650px;
	float: center;
}

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;
}

.download-charte {
	background: url(../images/illustration/donwload-charte.gif) 0 0 no-repeat;
	display: block;
	width: 251px;
	height: 188px;
	margin: 14px 0 0 0;
}
.download-charte:hover {
	background: url(../images/illustration/donwload-charte.gif) 0 -188px no-repeat;
}

.lien-offres{
	float: left;
	margin-left: 4px;
}
*>.lien-offres{
	margin-left: 7px;
}
.content-offres{
	width: 280px;
	height: 345px;
	float:left;
	margin-left:10px;
	display:inline;
}


.sites-vitrines{
	background: url(../images/illustration/sites-tout-compris-vitrine.png) 0 0 no-repeat;
	display: block;
	width: 256px;
	height: 307px;
	text-decoration: none !important;
	padding-top:38px;
	padding-left:12px;
	padding-right:12px;
}

.sites-vitrines:hover{
	background: url(../images/illustration/sites-tout-compris-vitrine.png) 0 -345px no-repeat;
	text-decoration: none !important;
}
.sites-e-commerce{
	background: url(../images/illustration/sites-tout-compris-e-commerce.png) 0 0 no-repeat;
	display: block;
	width: 256px;
	height: 307px;
	text-decoration: none !important;
	padding-top:38px;
	padding-left:12px;
	padding-right:12px;
}

.sites-e-commerce:hover{
	background: url(../images/illustration/sites-tout-compris-e-commerce.png) 0 -345px no-repeat;
	text-decoration: none !important;
}
.sites-packs-ski{
	background: url(../images/illustration/sites-tout-compris-ski.png) 0 0 no-repeat;
	display: block;
	width: 256px;
	height: 307px;
	text-decoration: none !important;
	padding-top:38px;
	padding-left:12px;
	padding-right:12px;
}

.sites-packs-ski:hover{
	background: url(../images/illustration/sites-tout-compris-ski.png) 0 -345px no-repeat;
	text-decoration: none !important;
}


/*-------Liens sprites offres sites tout en un ------*/

.sites-first{
	background: url("../images/interface/EasyFirst.jpg") 0 0 no-repeat;
	display: block;
	width: 126px;
	height: 70px;
	padding-top:40px;
	padding-left:56px;
	text-decoration: none !important;
	color:#000000;
	font-size:12px;

}

.sites-first:hover, .sites-first:visited{
	background: url("../images/interface/EasyFirst.jpg") 0 -110px no-repeat;
	text-decoration: none !important;
	color:#000000 !important;

}

.sites-pulse{
	background: url("../images/interface/EasyPulse.jpg") 0 0 no-repeat;
	display: block;
	width: 126px;
	height: 70px;
	padding-top:40px;
	padding-left:56px;
	text-decoration: none !important;
	color:#000000;
	font-size:12px;
}

.sites-pulse:hover, .sites-pulse:visited{
	background: url("../images/interface/EasyPulse.jpg") 0 -110px no-repeat;
	text-decoration: none !important;
	color:#000000 !important;

}
.sites-manage{
	background: url("../images/interface/EasyManage.jpg") 0 0 no-repeat;
	display: block;
	width: 126px;
	height: 70px;
	padding-top:40px;
	padding-left:56px;
	text-decoration: none !important;
	color:#000000;
	font-size:12px;
}

.sites-manage:hover, .sites-manage:visited{
	background: url("../images/interface/EasyManage.jpg") 0 -110px no-repeat;
	text-decoration: none !important;
	color:#000000 !important;

}

.sites-boost{
	background: url("../images/interface/EasyBoost.jpg") 0 0 no-repeat;
	display: block;
	width: 126px;
	height: 70px;
	padding-top:40px;
	padding-left:56px;
	text-decoration: none !important;
	color:#000000;
	font-size:12px;
}

.sites-boost:hover, .sites-boost:visited{
	background: url("../images/interface/EasyBoost.jpg") 0 -110px no-repeat;
	text-decoration: none !important;
	color:#000000 !important;

}
.sites-sales{
	background: url("../images/interface/EasySales.jpg") 0 0 no-repeat;
	display: block;
	width: 126px;
	height: 70px;
	padding-top:40px;
	padding-left:56px;
	text-decoration: none !important;
	color:#000000;
	font-size:12px;
}

.sites-sales:hover, .sites-sales:visited{
	background: url("../images/interface/EasySales.jpg") 0 -110px no-repeat;
	text-decoration: none !important;
	color:#000000 !important;
}

/*-------Fin Liens sprites offres sites tout en un ------*/

td.entete-table{
	background:url("../images/interface/entete-table.gif") 0 0 no-repeat;
	color:#ffffff;
	font-size:15px;
	font-weight:bold;
	text-align:left !important;
	padding-left:10px;
	height:30px;
	width:940px;
}

td.footer-table{
	background:url("../images/interface/bg-footer-table.gif") 0 0 no-repeat;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	height:60px;
	width:182px;
}

#options-en-plus {
	background-color:#eaf1e9;
	width:925px;
	padding-left:14px;
	padding-top:10px;
	padding-bottom:20px;
}
	#options-en-plus h3 {
	background:url("../images/interface/en-plus.png") 0 0 no-repeat;
	line-height:31px;
	padding-left:50px;
	color:#000000;
	font-size:15px;
	font-weight:bold;
}


.title {
	text-align:center;
	font-weight:bold;
	color:#000;
	text-decoration:none;
	font-style:italic;
}
.noir{color:#000;}

.templates-offres{
	margin-left:auto;
	margin-right:auto;
	margin-top:14px;
	width:207px;
	height:300px;
}


.details tr td{
	border:1px solid #ffffff;
	border-left:none;
	vertical-align:middle;
	text-align: center;
}

.details tr td.th-label {
	text-align: left;
	padding-left: 21px;
	background-image: url(../images/interface/green-bullet.gif);
	background-repeat:no-repeat;
	background-position:7px;
	vertical-align:middle;
	background-color:#eaf1e9;
}

 .details p {
	 text-align:center;
	 margin:0px;
}


.gris {
	background-color:#eaf1e9;
	font-size:11px;
}
.vert {
	background-color:#69be28;
	color:#FFFFFF;
}


.vert a, .vert a:hover{
	color:#fffff;
}

/*//////////////////// 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;
}
#content-footer .title a.chapter-referencement { width: 219px; background: url(../images/interface/nextchapter-referencement.gif) right 0 no-repeat; }
#content-footer .title a.chapter-referencement:hover { background: url(../images/interface/nextchapter-referencement.gif) right -32px no-repeat; }
#content-footer .title a.chapter-amc { width: 245px; background: url(../images/interface/nextchapter-amc.gif) right 0 no-repeat; }
#content-footer .title a.chapter-amc:hover { background: url(../images/interface/nextchapter-amc.gif) right -32px no-repeat; }
#content-footer .title a.chapter-newsletters { width: 209px; background: url(../images/interface/nextchapter-newsletters.gif) right 0 no-repeat; }
#content-footer .title a.chapter-newsletters:hover { background: url(../images/interface/nextchapter-newsletters.gif) right -32px no-repeat; }
#content-footer .title a.chapter-emailing { width: 167px; background: url(../images/interface/nextchapter-emailing.gif) right 0 no-repeat; }
#content-footer .title a.chapter-emailing:hover { background: url(../images/interface/nextchapter-emailing.gif) right -32px no-repeat; }
#content-footer .title a.chapter-pub-online { width: 228px; background: url(../images/interface/nextchapter-pub-online.gif) right 0 no-repeat; }
#content-footer .title a.chapter-pub-online:hover { background: url(../images/interface/nextchapter-pub-online.gif) right -32px no-repeat; }
#content-footer .title a.chapter-jeuxconcours { width: 242px; background: url(../images/interface/nextchapter-jeux-concours.gif) right 0 no-repeat; }
#content-footer .title a.chapter-jeuxconcours:hover { background: url(../images/interface/nextchapter-jeux-concours.gif) right -32px no-repeat; }
#content-footer .title a.chapter-netlinking { width: 188px; background: url(../images/interface/nextchapter-netlinking.gif) right 0 no-repeat; }
#content-footer .title a.chapter-netlinking:hover { background: url(../images/interface/nextchapter-netlinking.gif) right -32px no-repeat; }
#content-footer .title a.chapter-webvideo { width: 184px; background: url(../images/interface/nextchapter-webvideo.gif) right 0 no-repeat; }
#content-footer .title a.chapter-webvideo:hover { background: url(../images/interface/nextchapter-webvideo.gif) right -32px no-repeat; }
#content-footer .title a.chapter-widgets { width: 178px; background: url(../images/interface/nextchapter-widgets.gif) right 0 no-repeat; }
#content-footer .title a.chapter-widgets:hover { background: url(../images/interface/nextchapter-widgets.gif) right -32px no-repeat; }
#content-footer .title a.chapter-conseil { width: 209px; background: url(../images/interface/next-conseil.gif) right 0 no-repeat; }
#content-footer .title a.chapter-conseil:hover { background: url(../images/interface/next-conseil.gif) right -32px no-repeat; }
#content-footer .title a.chapter-demande { width: 228px; background: url(../images/interface/next-demande.gif) right 0 no-repeat; }
#content-footer .title a.chapter-demande:hover { background: url(../images/interface/next-demande.gif) right -32px no-repeat; }
#content-footer .title a.chapter-ecommerce { width: 228px; background: url(../images/interface/next-ecommerce.gif) right 0 no-repeat; }
#content-footer .title a.chapter-ecommerce:hover { background: url(../images/interface/next-ecommerce.gif) right -32px no-repeat; }
#content-footer .title a.chapter-developpement { width: 280px; background: url(../images/interface/next-developpement.gif) right 0 no-repeat; }
#content-footer .title a.chapter-developpement:hover { background: url(../images/interface/next-developpement.gif) right -32px no-repeat; }
#content-footer .title a.chapter-hebergement { width: 280px; background: url(../images/interface/next-hebergement.gif) right 0 no-repeat; }
#content-footer .title a.chapter-hebergement:hover { background: url(../images/interface/next-hebergement.gif) right -32px no-repeat; }






/*//////////////////// MESSAGE HOME ////////////////////*/
#home-message {
  margin: 0 auto;
  width: 960px;
  height: 48px;
}


/*//////////////////// SOLUTIONS HOME ////////////////////*/
#solutions {
  margin: 20px auto;
  width: 960px;
  height: 440px;
	z-index: 1;
}
/*//////////////////// COM ONLINE HOME ////////////////////*/
#communication-online {
	width: 900px;
	margin: 0 20px 0 0;
}
#communication-online h1 {
	padding: 0 0 35px 0;
	margin: 0 0 0 0;
}
#communication-online h2 {
	padding: 20px 0 10px 20px;
	background: url(../images/interface/bg-reponses-left-span.gif) 0 22px no-repeat;
	margin: 0 0 0 0;
	color: #333;
	font-size: 20px;

}
#communication-online #reponses {
	background-color: #fff;
}
#communication-online #reponses-left{
	background-color: #fff;
	float: left;
	/*width: 570px;*/
	width: 550px;
	margin: 0 10px 30px 0;
	padding: 0 10px 5px 10px;
	border-bottom: dotted #bebebe 1px;
}
/*#communication-online #reponses-left h2{
	background: url(../images/interface/bg-reponses-left-span.gif) 0 2px no-repeat;
	padding: 0 0 10px 20px;
}*/
#communication-online #reponses-left .scrollTo{
	float: right;
}
#communication-online #reponses-left span{
	font-size: 20px;
	color: #69be28;
	line-height: normal;
}
#communication-online #reponses-left ul{
	margin: 0 0 25px 0;
}
#communication-online #reponses-right{
	background-color: #ffffff;
	float: left;
	width: 320px;
	height: 190px;
}
/*//////////////////// ACTUALITES HOME ////////////////////*/
#actualite-home {
  margin: 0 auto;
  padding-top: 20px;
  width: 960px;
  /*height: 50px; /* 80px - padding-top*/
}
#actualite-home .title {
  width: 85px; /* 125px - padding */
  padding: 0 20px;
  float: left;
  color: #69be28;
}
#actualite-home .actus {
  margin-left: 125px;
}
#actualite-home .text {
  width: 80%;
  float: left;
  color: #fff;
  margin-bottom: 15px;
}


/*//////////////////// 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;
	/*background: url(../images/interface/dot.gif) bottom left repeat-x;*/
	background: url(../images/interface/bg-reponses-left-span.gif) 0 2px no-repeat;
}
h2.form-adresse-next {
	margin: 33px 0 5px 0;
	padding-bottom: 5px;
	/*background: url(../images/interface/dot.gif) bottom left repeat-x;*/
	background: url(../images/interface/bg-reponses-left-span.gif) 0 2px no-repeat;
}



/*//////////////////// PAGE REFERENCES ////////////////////*/
#featured {
	width: 912px;
	/*max-width: 912px;*/
	height: 260px;
	margin: 0 20px 40px 20px;
	background: url(../images/interface/references-decor.gif) top left no-repeat;
	overflow:hidden;
	position: relative;
}
#featured .description {
	margin-top: 10px;
	width: 380px;
	height: 260px;
	float: left;
}

#featured .description .description-content {
	width: 380px;
	height: 260px;
}


#featured .description .description-content .title {
	color: #333;
	font-size: 24px;
	letter-spacing: -1px;
	font-weight: bold;
}
#featured .description .description-content .activity { margin-top: 20px; }
#featured .description .description-content .expertise { margin-top: 10px; }
#featured .description .description-content a#liens {
	margin-top: 12px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 32px;
	display: block;
	background: url(../images/interface/icon-url.gif) 0 2px no-repeat;
}
#featured .description .description-content a#liens:hover { text-decoration: underline; }

#featured .screenshots {
	width: 452px;
	height: 280px;
	float: left;
}
#featured .screenshots img {
	width: 338px;
	height: 210px;
	margin: 13px 0 0 58px;
}

.visual_screenshots {
	width: 320px;
	height: 600px;
	float: left;
}
.visual_screenshots img {
	margin: 0;
}
.visual_widgets {
	width: 320px;
	height: 320px;
	float: left;
}
.visual_widgets img {
	margin: 0;
}


#featured a#btn-prev {
	display: block;
	width: 40px;
	height: 28px;
	margin: 100px 0 0 0;
	float: left;
	background: url(../images/interface/references-btn-prev.gif) 0 0 no-repeat;
}
#featured a#btn-prev:hover {
	background: url(../images/interface/references-btn-prev.gif) 0 -28px no-repeat;
}
#featured a#btn-next {
	display: block;
	width: 40px;
	height: 28px;
	margin: 100px 0 0 0;
	float: left;
	background: url(../images/interface/references-btn-next.gif) 0 0 no-repeat;
}
#featured a#btn-next:hover {
	background: url(../images/interface/references-btn-next.gif) 0 -28px no-repeat;
}

#content #references-categories {
	font-size: 15px;
	font-weight: bold;
	margin-left: 20px;
	margin-top: 20px;
}
#content #references-categories ul {
	font-size: 15px;
	font-weight: bold;
	margin-top: 20px;
}
#content #references-categories ul li {
	margin: 0;
	float: left;
	list-style-image: none;
}
#content #references-categories ul li a {
	display: block;
	width: 171px; /* 181px padding */
	height: 23px; /* 34px - padding */
	padding-top: 11px;
	padding-left: 10px;
	text-decoration: none;
	color: #69be28;
	cursor: pointer;
	background: url(../images/interface/tab-bg.gif) 0 0 repeat-x;
}
#content #references-categories ul li a:hover {
	background: url(../images/interface/tab-bg.gif) 0 -34px repeat-x;
}
#content #references-categories ul li a.first {
	width: 171px; /* 185px - padding */
	padding-left: 14px;
	background: url(../images/interface/tab-bg-first.gif) 0 -34px no-repeat;
}
#content #references-categories ul li a.first:hover {
	background: url(../images/interface/tab-bg-first.gif) 0 -34px no-repeat;
}
#content #references-categories li a.last {
	width: 170px; /* 184px - padding */
	padding-right: 4px;
	padding-left: 10px;
	background: url(../images/interface/tab-bg-last.gif) right 0 no-repeat;
}
#content #references-categories ul li a.last:hover {
	background: url(../images/interface/tab-bg-last.gif) right -34px no-repeat;
}

#content #references-listing {
	margin: 0;
	float: left;
}
#content #references-listing ul {
	margin: 0 0 40px 20px;
	width: 260px;
	float: left;
}
#content #references-listing ul li {
	margin: 0;
	padding: 0;
	list-style-image: none;
}
#content #references-listing ul li.first {
	font-weight: bold;
	text-transform: uppercase;
	color: #68BD27;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: url(../images/interface/dot.gif) bottom left repeat-x;
}
#content #references-listing ul li a {
	display: block;
	float: left;
	width: 260px;
	height: 22px;
	color: #333;
	text-decoration: none;
	cursor:pointer;
	/*background: #69be28;*/
}

#content #references-listing ul li a:hover {
	color: #69be28;
	font-weight: bold;
}



/*//////////////////// PAGE ACTUALITES ////////////////////*/
.actu-content {
	text-align: justify;
	width: 912px;
	margin: 0 20px;
	/*min-height: 100px;*/
}

.actu-content h3.actu-title {
	font-size: 14px;
	margin-bottom: 0px;
	color: #69be28;
	clear: both;
}
.actu-content .actu-text {
	width: 912px;
	float: left;
	margin-bottom: 30px;
}

.actu-content .actu-text p {
	clear: none !important;
	margin-left: 0px !important;
}

.actu-content .actu-date {
	display: block;
	margin: 0 0 10px 0;
	font-style: italic;
}
.actu-content img.alignleft {
	float: left;
	margin: 0 20px 10px 0;
}
.actu-content img.alignright {
	float: right;
	margin: 0 0 20px 10px;
}
.actu-content img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*//////////////////// MISC ////////////////////*/
.headline {
	width: 528px;
	font-size: 18px;
	line-height: 22px;
	font-style: italic;
	padding: 14px 0;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}

#chiffres .titre {
	/*font-size: 36px;*/
	font-weight: bold;
	color: #241f1b;
	font-size: 16px;
	padding: 1px 0 0 27px;
	background: url(../images/interface/puce.gif) 0 0 no-repeat;
}
#chiffres .titre-next {
	/*font-size: 36px;*/
	font-weight: bold;
	color: #241f1b;
	font-size: 16px;
	padding: 1px 0 0 27px;
	margin: 30px 0 0 0;
	background: url(../images/interface/puce.gif) 0 0 no-repeat;
}
#chiffres .titre-coeur {
	/*font-size: 36px;*/
	height:30px;
	font-weight: bold;
	color: #241f1b;
	font-size: 16px;
	padding: 2px 0 0 33px;
	margin: 0 0 0 0;
	background: url(../images/interface/coeur.gif) 0 0 no-repeat;
}
#chiffres .titre-coeur-vert{
	color: #69be28;
	font-weight: bold;
}
#chiffres .lien-vert{
	color: #69be28;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin: 0 0 15px 20px;
}

#chiffres .text {
	margin: 15px 0 0 0;
}
#chiffres .line {
	height: 67px;
}

#chiffres .line .numbers {
	width: 60px;
	height: 35px;
	float: left;
	padding-top: 16px;
}

#chiffres .line .texte {
	margin-top: 16px;
	float: left;
}
#chiffres .dot-line {
	height: 1px;
	background: url(../images/interface/dot.gif) 0 0 repeat-x;
}

#chiffres .line-box {
	height: 125px;
}
#chiffres .line-box .titre-offres {
	margin-top: 16px;
	float: left;
	font-weight: bold;
	color: #69BE28;
	font-size: 16px;
	text-transform: uppercase;
}
#chiffres .line-box .box {
	width: 124px;
	height: 109px;
	float: left;
	padding-top: 16px;
}
#chiffres #realisations {
	width:320px;
	height:323px;
	margin-top:18px;
}
#chiffres #realisations a {
	float:left;
}
#chiffres #realisations a img {
	width:142px;
	height:91px;
	margin:0 9px 23px 9px;
}
.btn-charte {
	margin-left: 39px;
	width: 242px;
	height: 30px;
	display: block;
	background: url(../images/interface/btn-charte.gif) top left no-repeat;
}
.btn-charte:hover {
	background: url(../images/interface/btn-charte.gif) 0 -30px no-repeat;
}
.btn-offres {
	margin: 20px 0 0 0;
	width: 121px;
	height: 30px;
	display: block;
	float: right;
	background: url(../images/interface/btn-offres.gif) top left no-repeat;
}
.btn-offres:hover {
	background: url(../images/interface/btn-offres.gif) 0 -30px no-repeat;
}

.show {
	display:block;
}
.hide {
	display:none;
}

.accordeon_titre {
	cursor:pointer;
}
.accordeon_txt {
	margin: 0 20px;
}

.mot-directeur {
	float: left;
	margin: 20px 0 0 0;
}
.mot-directeur .title {
	margin: 0 0 10px 20px;
	font-size: 14px;
	font-weight: bold;
}
.mot-directeur .portrait {
	float: left;
	width: 150px;
	height: 190px;
	padding-left: 20px;
	margin: 10px 20px 0 0;
	background: url("../images/illustration/portrait-jph.jpg") top right no-repeat;
}
.mot-directeur .texte {
	margin: 10px 0;
	padding-bottom: 110px;
	line-height: 21px;
	font-size: 14px;
	color: #666;
	width: 732px;
	font-style: italic;
	text-align: justify;
	font-family: Georgia, serif;
	background: url("../images/illustration/signature.gif") right bottom no-repeat;
	float: left;
}
.googlemap {
	margin-top: 8px;
}

#flashCodeAvantage {
	width: 960px;
	margin: 34px auto 34px auto;
}

#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;
}

#references-tabs {
	float: left;
}

.mentions-legales {
	margin: 0 20px 30px 20px;
}
.charte-equaly {
	margin: 0 20px;
}
.clr {
	clear: both;
}
.floatLeft{float:left;}
.floatRight{float:right;}


#advertising {
	z-index: 40;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity:0.8;
	filter : alpha(opacity=80);
	-moz-opacity : 0.8;
	background: #000 /*url("../images/interface/advertising-bg.png") 0 center repeat*/;
}
#visuel .close {
	width: 73px;
	height: 26px;
	margin-top: 52px;
	float: right;
	cursor: pointer;
	background: url("../images/interface/advertising-close.png") right top no-repeat;
}
#visuel {
	z-index: 60;
	width: 930px;
	height: 500px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -285px;
	margin-left: -465px;
	background: url("../images/illustration/parismatch.png") 5px 5px no-repeat;
}

#visuel a.adversising-link {
	width: 930px;
	height: 463px;
	display: block;
}

.form-success {
	color: #60A926;
}

.form-error {
	color: #FF2F1F;
}

.pigeon {
	font-size: 15px;
}

/** Page références **/
span.invisible{display:none;}

p.tooltip{
	position:		absolute;
	display:		none;
	width:			210px;
	height:			137px;
	background:		transparent url('../images/interface/bg_infobulle.png') no-repeat top;
	text-align:		center;
	padding-top:	5px;
}

img.img_ref {
	width:150px;
	height:93px;
}

div.content_liste_ref {
	float:left;
	width:300px;
	margin-left:13px;
	margin-top:30px;
	line-height:22px;
}
	div.BeforeMask {
		height:90px;
		overflow:hidden;
	}

	div.content_liste_ref a {
		color: #333;
		text-decoration: none;
		cursor:pointer;
	}
	div.content_liste_ref a:hover {
		color: #69be28;
		font-weight: bold;
	}
	div.first {
		font-weight: bold;
		text-transform: uppercase;
		color: #68BB27;
		width:295px;
		height:27px;
		margin-bottom: 10px;
		padding-top:5px;
		padding-left:5px;
		background: transparent url(../images/interface/bg_cat_ref.png) top center no-repeat;
	}

		div.first a {
			display:block;
			width:18px;
			height:18px;
			background:transparent url('../images/interface/see_more_ref.png') no-repeat top;
			float:right;
			margin-top:3px;
			margin-right:10px;
		}

		.marginLeft {margin-left:10px}
		img.icones {vertical-align:middle;border:none;}

