/* Initialisation */
* { margin:0; padding:0; border:none; }
/* Style global */
html  { font-size:100%; } /* IE hack */
body
{ 	
    background-color:#fff;
    font:0.8em arial, helvetica, Verdana, sans-serif;
    color:#888;
}
a:link, a:visited{ color:#fff; text-decoration:none; }
a:hover{ text-decoration:underline; }
h1 { font-size:18px; }
h2 { font-size:18px; color:#000;}
h3 { font-size:2.5em; color:#4fa11a;}
p { font-size:0.9em; }
ul { list-style-type:none; }
li { font-size:0.90em; list-style:none;}
div { position:relative; }
/* Mise en page DIV globale */
div#page
{
    width:100%;
    margin:30px 0 0 0;
}
/* Header */
div#header
{
    width:980px;
    height:41px;
    background:url('../images/liner-horizontal.gif') repeat-x;
    text-align:center;
    margin:auto;
}
div#logo
{
    float:left;
    width:157px;
    height:41px;
    margin-left:20px;
}
div#slogan
{
    display:none;
    float:left;
    width:257px;
    height:41px;
    padding:13px 0 0 0;
}
div#slogan h1
{
    font-size:0.85em;
    display:none;
}

#switch-lang {
    list-style:none;
    position:absolute;
    right:0px;
    top:-25px;
}
#switch-lang li {
    border:1px solid #fff;
    float:left;
    margin-left:3px;
    padding:0 3px;
}
#switch-lang a {
    color:#aaa;
    font-weight:bold;
}
#switch-lang .current, #switch-lang li:hover {
    border:1px solid #ddd;
}
#switch-lang a:hover {
    text-decoration:none !important;
}
/* FOOTER */
div#footer
{
    width:100%;
    height:60px;
    /*background-color:#ebebeb;*/
    text-align:center;
    padding-top:5px;
}
div#footer h1
{
    width:980px;
    height:20px;
    text-align:center;
    font-size:0.85em;
    margin:auto;
}
div#footer h1 a
{
    color:#767676;
}
div#footer p
{
    width:980px;
    height:15px;
    text-align:center;
    font-size:0.80em;
    margin:20px auto 0 auto;
    color:#a4a4a4;
}
div#footer p a
{
    color:#a4a4a4;
}
/* NAVIGATION */
div#nav
{
    float:right;
    height:41px;
}
div#nav li {
    float:left;
    display:inline;
    height:29px;
    padding:12px 12px 0;
    font-weight:bold;
}
div#nav li.active {
    background-color:#4fa11a;
    color:#fff;
}
div#nav li.active a{
    color:#fff;
}
div#nav li.space {
    width:10px;
}
div#nav li a{
    color:#979797;
}
/* SOUS NAVIGATION */
div#subnav
{
    clear:left;
    width:980px;
    height:20px;
    margin:10px auto 10px auto;
}
div#subnav ul
{
    margin-left:524px;
}
div#subnav li
{
    float:left;
    display:inline;
    padding:2px 5px 2px 5px;
    margin-left:29px;
    font-size:11px;
    font-weight:bold;
}
div#subnav li.on
{
    background-color:#4fa11a;
    color:#fff;
}
div#subnav li a
{
    background-color:#fff;
    color:#4fa11a;
}
/* BANNER */
div#banner-home
{
    clear:left;
    width:980px;
    height:405px;
    margin:20px auto 20px auto;
    background-color:#fff;
}
div#banner-offres
{
    clear:left;
    width:980px;
    height:330px;
    margin:20px auto 20px auto;
    background-color:#fff;
}

/* Diaporama Home V2 */

/* Tiny Carousel */
.slider-code { 
    clear:both;
    margin:auto;
    overflow:hidden;
    width:980px;
}
.slider-code .viewport {
    float:left;
    overflow:hidden;
    position:relative;
}
.media-first .slider-code .viewport {
    height:400px;
    width:980px;
}
.media-first img.iphone {
    margin-left:80px;
}
.media-first img.territoire {
    margin-left:65px;
}
.slider-code .buttons {
    background:url("http://www.knowtex.com/styles/images/icons32.png") no-repeat;
    bottom:192px;
    display:block;
    height:32px;
    margin:0 10px;
    position:absolute;
    width:32px;
    z-index:1000;
}
.slider-code .prev { background-position:-32px 0; left:0 }
.slider-code .prev:hover { background-position:-32px -32px }
.slider-code .next { background-position:0 0; right:0 }
.slider-code .next:hover { background-position:0 -32px }


.slider-code .disable { visibility:hidden; }
.slider-code .overview {
    height:100%;
    list-style:none; padding:0; margin:0; position:absolute; left:0; top:0; z-index:1;
}
.slider-code .overview li{
    float:left;
    margin:0 20px 0 0;
}
.media-first .slider-code .overview li{
    width:980px;
}
.slider-code .overview .inside {
    bottom:165px;
    height:85px;
    margin-left:525px;
    position:absolute;
    width:500px;
}
.slider-code .overview .inside h2 {
    border:0;
    font-size:22px;
    line-height:25px;
    min-height:50px;
    margin:22px 55px !important;
    overflow:hidden;
}
.media-first .slider-code .overview .inside h2 {
    width:300px;
}
.slider-code .overview .inside h2 a {
    color:#4FA11A;
}
.slider-code .overview .inside h2 a strong {
    color:#222;
    display:block;
    font-size:24px !important;
}
.slider-code .overview .inside h2:hover {
    text-decoration:underline;
}

.slider-code .pager { overflow:hidden; list-style:none; clear:both; margin:0 0 0 45px; }
.slider-code .pager li { float:left; }
.slider-code .pagenum { background-color:#fff; text-decoration:none; text-align:center; padding:5px; color:#555; font-size:14px; font-weight:bold; display:block; }
.slider-code .active { color:#fff; background-color:#555555; }






/* LINER */
div.liner
{
    clear:left;
    width:980px;
    height:10px;
    margin:auto;
    background:url('../images/sep.gif') repeat-x;
}
/* ENCART AGENCE */
div#desc-umaps {
    margin:25px auto 35px auto;
    min-height:250px;
    position:relative;
    width:980px;
}
div#desc-umaps h1
{
    width:560px;
    margin:5px 0 0 405px;
    font-size:18px;
    color:#4fa11a;
}
div#desc-umaps h2
{
    width:560px;
    margin:0 0 0 405px;
    font-size:18px;
    color:#000;
}
div#desc-umaps p
{
    width:550px;
    line-height:19px;
    margin:20px 0 0 405px;
}
div#desc-umaps strong, .corps_page p strong, #recrutement strong {
    color:#575757;
}

/* Clients */
#clients {
    width:720px;
	margin-left:165px;
}
#clients h3{
    font-size:1.4em;
	margin-bottom:20px;
	clear:left;
}
.list-clients.list-clients-1 {
    height:150px;
}
.list-clients.list-clients-2,.list-clients.list-clients-3,.list-clients.list-clients-4 {
    height:108px;
}

.list-clients a {
    background-image:url(../images/logos-reference-clients.png?20101201);
    display:block;
    overflow: hidden;
    position:absolute;
    text-indent:-9999px;
}

/* Logos clients (statiques) */
.clients-ihp {
    background-position:0 660px;
    height:60px;
    left:0;
    width:88px;
}
.clients-ihp:hover { background-position:-200px 660px }
.clients-irsn {
    background-position:0 1185px;
    height:45px;
    left:100px;
    width:88px;
}
.clients-irsn:hover { background-position:-200px 1185px }
.clients-iea {
    background-position:0 1050px;
    height:60px;
    left:200px;
    width:110px;
}
.clients-iea:hover { background-position:-200px 1050px }
.clients-anses {
    background-position:0 928px;
    height:35px;
    left:345px;
    width:110px;
}
.clients-anses:hover { background-position:-200px 928px }
.clients-it {
    background-position:0 990px;
    height:63px;
    left:480px;
    width:110px;
}
.clients-it:hover { background-position:-200px 990px }
.clients-smai {
    background-position:0 220px;
    height:48px;
    left:590px;
    width:110px;
}
.clients-smai:hover { background-position:-201px 220px }
.clients-sp {
    background-position:0 280px;
    height:23px;
    left:0px;
	top:120px;
    width:110px;
}
.clients-sp:hover { background-position:-201px 280px }
.clients-aiv {
    background-position:0 380px;
    height:40px;
    left:135px;
	top:108px;
    width:110px;
}
.clients-aiv:hover { background-position:-200px 380px }
.clients-inria {
    background-position:0 545px;
    height:40px;
    left:235px;
	top:108px;
    width:110px;
}
.clients-inria:hover { background-position:-200px 545px }
.clients-fnrlu {
    background-position:0 895px;
    height:40px;
    left:390px;
	top:112px;
    width:110px;
}
.clients-fnrlu:hover { background-position:-200px 895px }
.clients-espci {
    background-position:0 72px;
    height:70px;
    left:550px;
	top:100px;
    width:110px;
}
.clients-espci:hover { background-position:-200px 72px }
.clients-total {
    background-position:0 335px;
    height:58px;
    left:0px;
    top:260px;
    width:65px;
}
.clients-total:hover { background-position:-200px 335px }

.clients-cellectis {
    background-position:0 0px;
    height:30px;
    left:87px;
    top:260px;
    width:87px;
}
.clients-cellectis:hover { background-position:-200px 0px }
.clients-jamespot {
    background-position:0 780px;
    height:30px;
    left:211px;
    top:260px;
    width:110px;
}
.clients-jamespot:hover { background-position:-200px 780px }
.clients-lw {
    background-position:0 800px;
    height:20px;
    left:365px;
    top:265px;
    width:110px;
}
.clients-lw:hover { background-position:-200px 800px }
.clients-netscouade {
    background-position:0 405px;
    height:30px;
    left:517px;
    top:265px;
    width:110px;
}
.clients-netscouade:hover { background-position:-200px 405px }

.clients-dl {
    background-position:0 -768px;
    height:44px;
    left: 662px;
    top: 255px;
    width:77px;
}
.clients-dl:hover { background-position:-200px -768px }

.clients-univers {
    background-position:0 1105px;
    height:55px;
    left:0px;
	top:428px;
    width:110px;
}
.clients-univers:hover { background-position:-200px 1105px }
.clients-biodocs {
    background-position:0 708px;
    height:45px;
    left:130px;
	top:428px;
    width:110px;
}
.clients-biodocs:hover { background-position:-200px 708px }
.clients-mej {
    background-position:0 258px;
    height:43px;
    left:245px;
	top:428px;
    width:110px;
}
.clients-mej:hover { background-position:-201px 258px }
.clients-cgenial {
    background-position:0 500px;
    height:43px;
    left:335px;
	top:428px;
    width:110px;
}
.clients-cgenial:hover { background-position:-201px 500px }
.clients-pm {
    background-position:0 750px;
    height:43px;
    left:475px;
	top:428px;
    width:110px;
}
.clients-pm:hover { background-position:-200px 750px }
.clients-asts {
    background-position:0 115px;
    height:43px;
    left:600px;
	top:428px;
    width:110px;
}
.clients-asts:hover { background-position:-200px 115px }

.clients-nucleopolis {
    background-position:0 175px;
    height:60px;
    left:0px;
	top:600px;
    width:110px;
}
.clients-nucleopolis:hover { background-position:-200px 175px }
.clients-92 {
    background-position:0 860px;
    height:60px;
    left:120px;
	top:600px;
    width:110px;
}
.clients-92:hover { background-position:-200px 860px }

/* Références */
#references {
    margin-left:15px;
    margin-top:15px;
    position:absolute;
    top:0;
}
#references h5 {
    background:#4FA11A;
    color:#FFFFFF;
    font-size:12px;
    height:22px;
    line-height:22px;
    margin-left:-15px;
    margin-top:-35px;
    padding:0 10px;
    position:absolute;
    z-index:1000;
}
#references h5:after {
    content:"";
    display:block; /* reduce the damage in FF3.0 */
    position:absolute;
    bottom:-10px;
    left:10px;
    width:0;
    height:0;
    border-width:0 10px 10px 0px;
    border-style:solid;
    border-color:transparent #4FA11A;
}

#references .slide a {
    background-image:url(../images/logos_references.png?20101201);
    display:block;
    position:absolute;
    text-indent:-9999px;
}

/* Logos Références dans le diaporama */
/*.cellectis {
    background-position:0 0;
    height:30px;
    left:69px;
    width:88px;
}
.cellectis:hover { background-position:-200px 0 }
.irsn {
    background-position:0 -35px;
    height:40px;
    left:174px;
    top:107px;
    width:55px;
}
.irsn:hover { background-position:-200px -35px }
.universcience {
    background-position:0 -88px;
    height:66px;
    left:39px;
    top:96px;
    width:106px;
}
.universcience:hover { background-position:-200px -88px }
.iea {
    background-position:0 -166px;
    height:51px;
    left:193px;
    top:16px;
    width:112px;
}
.iea:hover { background-position:-200px -166px }
.instituttelecom {
    background-position:0 -228px;
    height:62px;
    left:257px;
    top:99px;
    width:62px;
}
.instituttelecom:hover { background-position:-200px -228px }
.afsset { 
    background-position:0 -294px;
    height:27px;
    left:127px;
    top:24px;
    width:105px;
}
.afsset:hover { background-position:-200px -294px }
.fnr {
    background-position:0 -325px;
    height:27px;
    left:57px;
    top:79px;
    width:112px;
}
.fnr:hover { background-position:-200px -325px }
.conseil92 {
    background-position:0 -362px;
    height:46px;
    left:222px;
    top:69px;
    width:61px;
}
.conseil92:hover { background-position:-200px -362px }
.lemonway {
    background-position:0 -416px;
    height:21px;
    left:56px;
    top:139px;
    width:113px;
}
.lemonway:hover { background-position:-200px -416px }
.jamespot {
    background-position:0 -441px;
    height:20px;
    left:197px;
    top:138px;
    width:113px;
}
.jamespot:hover { background-position:-200px -441px }
.parismontagne {
    background-position:0 -468px;
    height:38px;
    left:75px;
    top:39px;
    width:89px;
}
.parismontagne:hover { background-position:-200px -468px }
.biodocs {
    background-position:0 -512px;
    height:35px;
    left:199px;
    top:40px;
    width:79px;
}
.biodocs:hover { background-position:-200px -512px }
.ihp {
    background-position:0 -555px;
    height:53px;
    left:88px;
    top:100px;
    width:73px;
}
.ihp:hover { background-position:-200px -555px }
.sfds {
    background-position:0 -613px;
    height:53px;
    left:212px;
    top:102px;
    width:56px;
}
.sfds:hover { background-position:-200px -613px }
*/


#list-references a {
    background-image:url(../images/logos_references.png?20101201);
    display:block;
    position:absolute;
    text-indent:-9999px;
}

/* Logos Références (statiques) */
.cellectis {
    background-position:0 0;
    height:30px;
    left:0;
    width:88px;
}
.cellectis:hover { background-position:-200px 0 }
.irsn {
    background-position:0 -35px;
    height:40px;
    left:304px;
    top:0;
    width:55px;
}
.irsn:hover { background-position:-200px -35px }
.universcience {
    background-position:0 -88px;
    height:66px;
    left:0;
    top:55px;
    width:106px;
}
.universcience:hover { background-position:-200px -88px }
.iea {
    background-position:0 -166px;
    height:51px;
    left:142px;
    top:0;
    width:112px;
}
.iea:hover { background-position:-200px -166px }
.instituttelecom {
    background-position:0 -228px;
    height:62px;
    left:299px;
    top:55px;
    width:62px;
}
.instituttelecom:hover { background-position:-200px -228px }
.afsset {
    background-position:0 -287px;
    height:32px;
    left:161px;
    top:59px;
    width:93px;
}
.afsset:hover { background-position:-200px -287px }
.fnr {
    background-position:0 -325px;
    height:27px;
    left:132px;
    top:205px;
    width:112px;
}
.fnr:hover { background-position:-200px -325px }
.conseil92 {
    background-position:0 -362px;
    height:46px;
    left:299px;
    top:129px;
    width:61px;
}
.conseil92:hover { background-position:-200px -362px }
.lemonway {
    background-position:0 -416px;
    height:21px;
    left:140px;
    top:165px;
    width:113px;
}
.lemonway:hover { background-position:-200px -416px }
.jamespot {
    background-position:0 -441px;
    height:20px;
    left:134px;
    top:117px;
    width:113px;
}
.jamespot:hover { background-position:-200px -441px }
.parismontagne {
    background-position:0 -468px;
    height:38px;
    left:0;
    top:142px;
    width:89px;
}
.parismontagne:hover { background-position:-200px -468px }
.biodocs {
    background-position:0 -512px;
    height:35px;
    left:0;
    top:202px;
    width:79px;
}
.biodocs:hover { background-position:-200px -512px }
.ihp {
    background-position:0 -555px;
    height:53px;
    left:289px;
    top:189px;
    width:73px;
}
.ihp:hover { background-position:-200px -555px }
.sfds {
    background-position:0 -613px;
    height:53px;
    left:0;
    top:192px;
    width:56px;
}
.sfds:hover { background-position:-200px -613px }



/* Diaporama Références */
.slider-references {
    overflow:hidden;
}
.slider-references .viewport {
    float:left;
    height:200px;
    overflow:hidden;
    position:relative;
    width:360px;
}
.slider-references .buttons {
    background:#EAEAEA;
    bottom:0;
    color:#888;
    display:block;
    font-size:13px;
    font-weight:bold;
    margin:0 10px;
    padding:0 5px;
    position:absolute;
    text-align:center;
    z-index:1000;
}
.slider-references .buttons:hover {
    background:#555;
    color:#fff;
    text-decoration:none;
}
.slider-references .prev { left:150px; }
.slider-references .next { right:150px; }

.slider-references .disable, .slider-references .disable:hover { background:#F3F3F3 !important; color:#bbb !important; }
.slider-references .overview {
    height:100%;
    list-style:none; padding:0; margin:0; position:absolute; left:0; top:0; z-index:1;
}
.slider-references .overview li.slide {
    float:left;
    height:200px;
    margin:0 20px 0 0;
    padding:20px;
    position:relative;
    width:320px;
}

/* ENCART Recrutment */
div#recrutement
{
    width:980px;
    height:240px;
    margin:25px auto 25px auto;
    background:url('../images/bg-recrutement.jpg') no-repeat;
}
div#recrutement h1
{
    width:560px;
    margin:5px 0 0 405px;
    font-size:14px;
    color:#4fa11a;
}
div#recrutement h2
{
    width:560px;
    margin:0 0 0 405px;
    font-size:18px;
    color:#000;
}
div#recrutement p
{
    line-height:19px;
    margin:20px 0 0 405px;
    text-align: justify;
    width:550px;
}
div#recrutement span
{
    color:#575757;
}

/* PAGE OFFRES */
div#offres
{
    clear:left;
    width:975px;
    height:220px;
    margin:35px auto 20px auto;
    padding-left:5px;
}
div.offres-infos
{
    width:280px;
    height:105px;
    float:left;
    margin:5px 0 0 40px;
}
div.offres-infos h1
{
    color:#4fa11a;
    font-size:2.3em;
    line-height:30px;
}
div.offres-infos h1 a
{
    color:#4fa11a;
    text-decoration:none;
}
div.offres-infos h2
{
    margin:2px 0 20px 0;
}
div.offres-infos h2 a
{
    color:#979797;
    font-size:18px;
    font-weight:normal;
}
div.offres-infos p
{
    font-size:14px;
    line-height:18px;
    margin:20px 0 33px 0;
}
div.offres-infos p.bt
{

    font-size:14px;
    line-height:18px;
    margin:20px 0 33px 0;
    text-align:right;
    padding-right:34px;
}
div.offres-sep
{
    width:5px;
    height:195px;
    float:left;
    background:url('../images/sep-offres.gif') no-repeat;
}
/* PAGE KNOWTEX */
div#knowtex
{
    clear:left;
    width:980px;
    height:305px;
    margin:40px auto 10px auto;
    background:url('../images/knowtex/mac.jpg') no-repeat 20px top;
}
div#knowtex-desc
{
    float:left;
    width:540px;
    height:305px;
    margin:0 30px 0 430px;
}
div#knowtex-desc h1
{
    color:#4fa11a;
    margin-top:5px;
}
div#knowtex-desc h2
{
    color:#000;
    font-size:1.8em;
}
div#knowtex-desc p
{
    margin-top:20px;
    line-height:18px;
}
div#knowtex-desc p span
{
    font-weight:bold;
    font-size:1.1em;
    color:#575757;
}
div#knowtex-illustration
{
    clear:left;
    width:980px;
    height:527px;
    text-align:center;
    margin:20px auto 35px auto;
}
/* PAGES OFFRE COM */
/* INTERNE */
div#offre-com
{
    clear:left;
    width:980px;
    height:705px;
    margin:40px auto 10px auto;
    background:url('../images/communication/illustration-interne.jpg') no-repeat 5px 0;
}
div#offre-com-desc
{
    width:540px;
    height:405px;
    margin:0 30px 0 420px;
}
div#offre-com h1
{
    color:#4fa11a;
    margin-top:5px;
}
div#offre-com h2
{
    color:#000;
    font-size:1.8em;
}
div#offre-com h3
{
    font-size:1.1em;
    margin-top:20px;
}
div#offre-com p
{
    margin-top:20px;
    line-height:18px;
}
div#offre-com-desc p span
{
    font-weight:bold;
    font-size:1.1em;
    color:#575757;
}
/* EXTERNE */
div#offre-com-externe
{
    clear:left;
    width:980px;
    height:775px;
    margin:40px auto 10px auto;
    background:url('../images/communication/illustration-externe.gif') no-repeat 60px 5px;
}
div#offre-com-desc-externe
{

    width:540px;
    height:425px;
    margin:0 30px 0 420px;
}
div#offre-com-externe h1
{
    color:#4fa11a;
    margin-top:5px;
}
div#offre-com-externe h2
{
    color:#000;
    font-size:1.8em;
}
div#offre-com-externe h3
{
    font-size:1.1em;
    margin-top:20px;
}
div#offre-com-externe p
{
    margin-top:20px;
    line-height:18px;
}
div#offre-com-desc-externe p span
{
    font-weight:bold;
    font-size:1.1em;
    color:#575757;
}

/* Corps de texte (page générique) */
.corps_page {
    clear:left;
    margin:40px auto 40px auto;
    overflow:hidden;
    width:980px;
}
.corps_page.communaute {
    min-height:440px;
}
.corps_page h1 {
    color:#4fa11a;
    margin-top:5px;
}
.corps_page h2 {
    color:#000;
    font-size:1.8em;
}
.corps_page h3 {
    font-size:1.1em;
    margin-top:20px;
}
.corps_page a h3:hover {
    text-decoration:underline;
}
.corps_page p
{
    margin-top:20px;
    line-height:18px;
    text-align:justify;
}
.corps_page a
{
    color:#4fa11a;
    font-weight:bold;
}

.corps_page .text-column {
    clear:left;
    margin:40px auto 10px;
    margin:0 30px 30px 420px;
    /*width:540px;*/
}
.corps_page .text-column.small {
    clear:left;
    margin:40px auto 10px;
    margin:0 0 0 680px;
}
.corps_page .image-column {
    position:absolute;
}
.image-column.valeurs {
    margin:0 60px;
}




#equipe li {
    display:block;
    float:left;
    height:220px;
    margin:15px 0 15px 50px;
    overflow:hidden;
    width:150px;
}
#equipe h3 {
    margin-top:10px;
}
#equipe h3, #equipe h5 { padding:0 3px }

#equipe .avatar {
    border:3px solid #fff;
    display:block;
    overflow:hidden;
}
#equipe .avatar:hover {
    border-color:#ccc;
}

#partenaires {
    background:url(../images/partenaires.gif) no-repeat;
    height:470px;
    margin:30px 0 0 2px;
    position:relative;
    width:430px;
}

#partenaires a {
    display:block;
    overflow:hidden;
    position:absolute;
}
#partenaires a:hover {
    border:2px solid #eee;
    text-decoration:none;
    margin-top:-2px;
    margin-left:-2px;
}
#partenaires a span {
    text-indent:-9999px;
    visibility:hidden;
}
#partenaires a.deuxiemelabo {
    left:5px;   top:2px;
    width:181px; height:83px;
}
#partenaires a.com-science {
    left:222px; top:6px;
    width:86px; height:86px;
}
#partenaires a.antecia {
    left:25px; top:135px;
    width:143px; height:51px;
}
#partenaires a.prismeaidees {
    left:195px; top:120px;
    width:102px; height:94px;
}
#partenaires a.adoc {
    left:3px; top:233px;
    width:88px; height:82px;
}
#partenaires a.expertinnovation {
    left:118px; top:248px;
    width:203px; height:48px;
}
#partenaires a.vingtdeuxmars {
    left:20px; top:338px;
    width:80px; height:106px;
}
#partenaires a.jamespot {
    left:128px; top:380px;
    width:174px; height:40px;
}


.offre-bloc {
    background:#F5F5F5;
    color:#777;
    float:left;
    height:145px;
    margin:30px 33px 30px 0;
    overflow:hidden;
    padding:20px;
    width:180px;
}
.offre-bloc.last {
    margin-right:0;
}
.offre-bloc h3 {
    color:#4FA11A;
    margin:0 0 20px;
    text-align:center;
    text-transform:uppercase;
}
.offre-bloc li {
    height:42px;
}

/* SERVICES */

#services {
    margin: auto;
    width: 516px;    
}
    .service {
        background: url(../images/IllustrationServicesUmaps.png) no-repeat;
        border: 1px dotted #fff;
        cursor: pointer;
        float: left;
        height:256px;
        width:256px;
    }
        .service .description {
            background: #737373;
            background: rgba(0,0,0,0.55);
            color:#fff;            
            left: -9999px;
            padding: 20px;
            position: absolute;
            top: 60px;
            width:150px;
            z-index: 1000;
            -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;
        }
        .service:hover .description {
            left: 230px;
        }
        #service-conseil:hover .description {
            left: auto;
            right: 240px;
            top:50px;
        } 
        #service-multimedia:hover .description {
            left: auto;
            right: 260px;
            top:45px;
        }
        #service-media:hover .description {
            left: 230px;
            right: auto;
            top:45px;
        }
        #service-medias-soc:hover .description {
            left: 250px;
            right: auto;
            top:45px;
        }
            .service h3:before {
                content:"";
                border-top: 10px solid transparent;
                border-bottom: 10px solid transparent; 
                border-right:20px solid rgba(0, 0, 0, 0.55);
                border-left:0;
                display:block;
                height: 0;
                left: -20px;
                position: absolute;
                top: 14px;
                width: 0;
                z-index: 1000;            
            }
            #service-conseil h3:before, #service-multimedia h3:before {
                border-left:20px solid rgba(0, 0, 0, 0.55);
                border-right:0;                
                left: auto;
                right:-20px;
            }
            .service h3 {
                color:#fff;
                border-bottom: 1px dashed #fff;
                margin:0;
                margin-bottom:10px;
                padding-bottom: 3px;
                text-transform: uppercase;
            }
            .service .description li {
                font-size: 13px;
                margin-bottom: 6px;
            }
    #service-conseil {
        background-position: -600px 20px;
        border-bottom: 1px dashed #ddd;
        border-right: 1px dashed #ddd;
    }
    #service-conseil:hover { background-position: 22px 20px; }
    
    #service-media {
        background-position: -887px 20px;
    }
    #service-media:hover { background-position: -265px 20px; }
    
    #service-multimedia {
        background-position: -600px -265px;
    }
    #service-multimedia:hover { background-position: 22px -265px; }
    
    #service-medias-soc {
        background-position: -883px -265px;
        border-left: 1px dashed #ddd;
        border-top: 1px dashed #ddd;
        margin-left:-1px;
        margin-top:-1px;
    }
    #service-medias-soc:hover { background-position: -261px -265px; }


/* LINER OFFRES */
div.offre-com-desc-sep
{
    width:5px;
    height:250px;
    float:left;
    background:url('../images/sep-offres.gif') repeat-y;
    margin:15px 20px 0 5px;
}
div.offre-com-desc-externe-sep
{
    width:5px;
    height:280px;
    float:left;
    background:url('../images/sep-offres.gif') repeat-y;
    margin:15px 20px 0 5px;
}
div.offre-com-desc-liner
{
    clear:left;
    width:980px;
    height:10px;
    margin:0 auto 10px auto;
    background:url('../images/sep.gif') repeat-x;
}
div.offre-com-desc-bottom
{
    float:left;
    width:420px;
    height:280px;
    margin:0 25px 0 25px;
}
div#offre-com-illustration
{
    clear:left;
    width:980px;
    height:527px;
    text-align:center;
    margin:20px auto 20px auto;
}
/* PAGE AGENCE */
div#agence
{
    width:980px;
    height:370px;
    margin:15px auto 20px auto;
    padding-top:35px;
    background:url('../images/bg-agence.gif') no-repeat 10px top;
}
div#agence h3
{
    margin:0 0 0 554px;
    color:#000;
}
div#agence h1
{
    margin:25px 0 0 556px;
    line-height:28px;
    color:#4fa11a;
}
div#agence p
{
    margin:25px 0 0 556px;
    line-height:22px;
}
div#agence span
{
    color:#575757;
}
div#agence-team
{
    clear:left;
    width:980px;
    height:120px;
    margin:40px auto 15px auto;
}
div.agence-team-info-first
{
    width:172px;
    height:105px;
    float:left;
    margin:5px 0 0 12px;
}
div.agence-team-info-last
{
    width:157px;
    height:105px;
    float:left;
    margin:5px 0 0 12px;
    padding-left:3px;
}
div.agence-team-info
{
    width:183px;
    height:105px;
    float:left;
    margin:5px 0 0 12px;
    padding-left:3px;
}
div#agence-team p
{
    color:#000;
    font-weight:bold;
    line-height:18px;
}
div#agence-team p span
{
    color:#4fa11a;
}
div#agence-team p a
{
    color:#979797;
    font-weight:normal;
}
div.agence-team-sep
{
    width:5px;
    height:103px;
    float:left;
    padding-top:35px;
    background:url('../images/sep-agence.gif') no-repeat;
}
div#agence-bloc-left
{
    width:330px;
    float:left;
	margin: 10px 0 0 20px;
}
div#agence-bloc-right
{
    width:600px;
    float:left;
	margin-left:20px;
}
/* BOUTONS BOTTOM */
div#bottom
{
    width:980px;
    height:100px;
    clear:left;
    margin:25px auto 30px auto;
}
div.bt-sep
{
    width:35px;
    /*width:102px;*/
    height:95px;
    float:left;
}
div.bt-bottom
{
    width:168px;
    height:95px;
    float:left;
    overflow:hidden;
}
.slide-bt-bottom{ 
    float:left;
    position:absolute;
    top:100px;
    background:#000;
    width:168px;
    height:95px;
    cursor:default;
    opacity:.85;
    /* For IE 5-7 */
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
    /* For IE 8 */
    -MS-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
}
.slide-bt-bottom h3{
    font-size:1em;
    margin:5px 0 10px 5px;
}
.slide-bt-bottom h3 a{ 
    color:#59bd18;
}
.slide-bt-bottom h3 a:hover{ 
    text-decoration:none;
}
.slide-bt-bottom p{ 
    margin:0 0 5px 5px;
}
.slide-bt-bottom p a{ 
    font-size:0.95em;
    color:#fff;
    line-height:14px;
}
.slide-bt-bottom p a:hover{ 
    text-decoration:none;
}
.slide-bt-bottom h4{ 
    bottom:10px;
    font-size:0.85em;
    font-weight:bold;
    position:absolute;
    right:10px;
    text-align:right;
}
.slide-bt-bottom h4 a{ 
    color:#59bd18;
}
/* Home confirmation */
div#contact-confirm
{
    background-color:#F7F7F7;
    border-bottom:1px solid #ddd;
    color:#4FA11A;
    text-align:center;
    padding:12px 150px;
    display:none;
}

.button {
    -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;
    /*background:#4FA11A url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAyCAYAAACd+7GKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAClJREFUeNpi/v//vwMTAwPDfzjBgMpFI/7hFSOT9Y8qRuF3JLoHAQIMAHYtMmRA+CugAAAAAElFTkSuQmCC") repeat-x;
    */background:#4FA11A;
    color:#fff !important;
    padding:8px 16px;
    -moz-box-shadow:1px 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow:1px 1px 3px rgba(0,0,0,0.2);
    text-shadow:0 -1px 1px rgba(0,0,0,0.25);
    border-bottom:1px solid rgba(0,0,0,0.25);
}
.button:hover {
    background:#65c825;
    text-decoration:none;
}

.clearleft {
    clear:left;
}

/* PAGE Contact */
div#contact
{
	width:980px;
	height:430px;
	margin:15px auto 20px auto;

}
div#contact-info
{
	float:left;
	width:380px;
	height:400px;
	margin:15px 0 0 75px;
}
div#contact-info p
{
	line-height:18px;
	margin:15px 0 0 0;
        text-align: justify;
}
div#contact-info h3
{
	font-weight:normal;
	font-size:2em;
}
div#contact-sep
{
	float:left;
	width:3px;
	height:400px;
	background:url(../images/sep-contact.gif) repeat-x;
	margin:25px 0 0 45px;
}
div#contact-form
{
	float:left;
	width:415px;
	height:400px;
	margin:15px 0 0 55px;
}
div#contact-form h1
{
    font-size:1.6em;
    font-weight:normal;
    color:#4fa11a;
    margin:15px 0 11px 0;
}
div#contact-form table.message
{
    margin-top:10px;
}
div#contact-form td
{
    height:35px;
    font-weight:bold;
    font-size:0.9em;
    color:#000;
}
div#contact-form input
{
    width:193px;
    height:20px;
    border:1px solid #4FA11A;
}
#contact-form .submit {
    border:0;
    cursor:pointer;
    float:left;
    height:auto;
    text-align:center;
    width:195px;
}

div#contact-form textarea
{
    border:1px solid #4FA11A;
    width:193px;
}


#contact-form span{
	color:red;
	font-size:9px;
	margin-left:3px;
}


/* TABS */
#tabbed_box_1
{
    width:362px;
    background:url(../images/bg-tabs.gif) repeat-x;
    margin:25px 0 0 0;
}
a.onglet {
	cursor:hand;
	cursor:pointer;
}
ul.tabs
{
	width:300px;
	height:25px;
	margin-bottom:25px;
}
ul.tabs li
{
	display:inline;
}
ul.tabs li a
{
	float:left;
	height:21px;
	padding:4px 12px 0 12px;
	color:#4fa11a;
}
ul.tabs li a:hover
{
	text-decoration:none;
}
ul.tabs li a.actived
{
   height:21px;
   background-color:#4fa11a;
   color:#fff;
   padding:4px 12px 0 12px;
}
#Plan, #Acces { display:none; }

#Coordonnees, #Acces
{
	margin-left:12px;
}
#Coordonnees h1
{
	color:#000;
	font-size:1.3em;
}
#Coordonnees a
{
	color:#4fa11a;
}
#Coordonnees span
{
	color:#4fa11a;
}
#Acces span
{
	color:#000;
	font-weight:bold;
}
div#contact-info #Acces p
{
	margin:0 0 10px 0;
}

/* Boutons Homepage */

div#bouton-home
{
	width:980px;
	height:290px;
	text-align:center;
	margin:0 auto 15px auto;
}
div#bouton-home a
{
	background-image:url(../images/bt-knowtex-politictweet.png?20101201);
    display:block;
    position:absolute;
    text-indent:-9999px;
}
#bouton-knowtex {
    height:290px;
    width:430px;
	float:left;
	margin-left:40px;
}
#bouton-politictweet {
    height:290px;
    width:430px;
	float:left;
	margin-left:40px;
}
.bt-knowtex {
    background-position:0 0;
    height:290px;
    left:0;
    width:430px;
}
.bt-knowtex:hover { background-position: 0 -274px }
.bt-politictweet {
    background-position:430px 0;
    height:290px;
    left:0;
    width:430px;
}
.bt-politictweet:hover { background-position: 430px -274px }




