@charset "utf-8";
/* CSS Document */


/*****************************************************/
/*                      CSS							 */
/*****************************************************/
/*	Author: Isabelle Biamonti & Adrien van DELFT	 */
/*													 */
/*	Date : 	01/04/2008								 */
/*	Client : Eficiens								 */
/*													 */
/*													 */
/*													 */
/*****************************************************/


/****************************************************** 
/*              INITIALISATION A ZERO
******************************************************/

/*INITIAL*/
html, form, fieldset {
	margin: 0;
	padding: 0;
	}

html, body {
	height:100%;
	}


/* Neutralize styling: 
   Elements with a vertical margin: */
h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
	}

/* Miscellaneous conveniences: */
form label { 
	cursor: pointer;
	}
	
fieldset {
	border: none;
	}

/* Form field text-scaling */
input, select, textarea {
	font-size: 100%;
	}







/****************************************************** 
/*                      body
******************************************************/

body{
	margin:0;
	padding:0;
	background:url(../images/bkg-ombres.gif) center repeat-y #a7d25e;
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	}

//.acc{background-image:none;}


ul{
	margin-left:40px;
}



/****************************************************** 
/*               ELEMENTS GRAPHIQUES
******************************************************/

.marge-40-gauche-haut{
	margin:40px 0 0 0;
	}









/****************************************************** 
/*               MISE EN PAGE
******************************************************/



#logo{
	width:250px;
	height:105px;
	top:0;
	margin:0;
	padding:25px 0 0 10px;
	background-color:#fff;
	}

#ombres{
	width:260px;
	height:100px;
	margin:0;
	padding:50px 0 0 10px;
	}


#home_haut-bandeau{ /* haut du bandeau photo sur la page d'accueil */
	width:735px;
	height:125px;
	background-image:url(../images/home_haut-bandeau.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	margin:0;
	padding:5px 5px 0 0;
	text-align:right;
	}

#home_menuroot{ /* menu racine avec blog, extranet, job, contact... : page accueil sur fond vert */
	width:235px;
	height:85px;
	margin:0 0 0 0;
	padding:22px 20px 18px 20px;
	background-color:#10713d;
	}

#interne_menuroot{ /* menu racine avec blog, extranet, job, contact... : pages internes sur fond blanc */
	width:235px;
	height:85px;
	margin:0 0 0 0;
	padding:22px 20px 18px 20px;
	background-color:#f1f8e7;
	}

#banniere-intro{ /* banni�re sur fond vert avec le texte d'intro des parties */
	width:649px;
	height:125px;
	background-color:#10713d;
	margin:0 0 0 275px;
	text-align:left;
	}

#Submenu{ /* menu global � gauche */
	width:200px;
	height:450px;
	margin:30px 0px 30px 15px;
	}

#menu{ /* menu global � gauche */
	width:260px;
	height:100%;
	display: block;
	position:absolute;
	margin: 0;
	float:left;
	background-color:#f1f9e6;
	}

#home_photo{ /* grande photo sur la page d'accueil */
	background-image:url(../images/home_photo.jpg);
	background-repeat:no-repeat;
	width:740px;
	height:256px;
	margin:0;
	padding:0;
	text-align:left;
	}

#home_photo_large{ /* grande photo sur la page d'accueil */
	background-image:url(../images/home_photo_large.jpg);
	background-repeat:no-repeat;
	width:740px;
	height:300px;
	margin:0;
	padding:0;
	text-align:left;
	}

#barre-verticale{
	background-color:#10713d;
	position:absolute;
	width:4px;
	height:660px;
	/*margin:0 0 0 920px !important;*/
	margin:0 0 0 645px;
	}

html>/**/body #barre-verticale{ /*hack pour firefox */
	margin:0 0 0 920px;
}

#maxiContainer{
	width:1000px;
	margin:auto;
	min-height:1000px;
	min-width:850px !important;
	position:relative;
	background-color: #f1f9e6;
	//background-image:url(../images/fond_page.jpg);	
	//background-repeat:repeat-x;
	//background-position:left top;
	}
	
* html #maxiContainer {height:	100%;}	

#container{
	display:block;
	width:740px !important;
	color:#666666;
	/*color:#56662e; �criture kaki*/
	height:100%;
	margin-bottom:-10px;
	float:right;
	}

#footer{
	position:absolute;
	bottom:0;
	left:0;
	min-width:1000px !important;
	width:100%;
	margin:0;
	height:40px;
	z-index:50;
	}
	
#blocContainer{
	margin-left:0;
	width: 740px;
	}	
#blocContainer90s{
	margin-left:0;
	background-color: #fff;
	width:740px;
	}	
	
#coordonnees{
	color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align:left;
	width:100%;
	height:39px;
	padding:10px 0 8px 0;
	bottom:0px;
	position:absolute;
	background-image:url(../images/fond-coordonnees.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	z-index:51;
	}

#fin {
	clear:both;
	/*padding-bottom:160px;*/
	padding-bottom:115px;
	}

#langue_icone{
	width:30px;
	height:30px;
	margin-right:60px;
	margin-top:-8px;
	.safari padding-top:-50px;
	float:right;
}
.safari #langue_icone{
	margin-top:-24px;
}




/****************************************************** 
/*               Sous-menu
******************************************************/

a.sousmenucurrent{
	color: #333333; 
	text-decoration: none;
	/*padding-left:20px;*/
	margin-left:0;
	background-color:#cfe8ab;
	font-size:inherit;
	text-decoration: none;
	line-height:inherit;
	}
	
a.sousmenu:link, a.sousmenu:visited{
	color:#666666;
	text-decoration: none;
	/*padding-left:20px;*/
	margin-left:0;
	background-color:#f1f8e7;
	font-size:inherit;
	line-height:inherit;
	}

a.sousmenu:hover, a.sousmenu:active{
	color: #333333; 
	text-decoration: none;
	/*padding-left:20px;*/
	margin-left:0;
	background-color:#cfe8ab;
	font-size:inherit;
	line-height:inherit;
	}

a.sousmenu-actif{
	color: #333333; 
	text-decoration: none;
	background-color:#cfe8ab;
	font-size:10px;
	text-decoration: none;
	line-height:inherit;
	}

#toggleSpec img {margin-bottom: -6px;}
.gecko #toggleSpec img {margin-bottom: 0px;}
.safari #toggleSpec img {margin-bottom: 0px;}

#subSpec {
	font-family:"Futura Std";
	font-size:13px;
}



#sousmenu-agence, #sousmenu-webanalytics{
	font-family:"Futura Std";
	margin-left:20px;
	margin-bottom:10px;
	width:220px;
	display: none;
	font-size:13px;
	line-height:18px;
}

#menu-services-webanalytics, #menu-services-optimisation, #menu-fondamentaux{
	font-family:"Futura Std";
	width:190px;
	margin-left:20px;
	display: none;
	line-height:15px;
	margin-bottom:12px;
	font-size:12px;
}

/*#titre-fondamentaux,#titre-services-webanalytics,#titre-services-optimisation{
	margin-top:5px;
}

/****************************************************** 
/*               TEXTES
******************************************************/

@font-face{
	font-family:"Futura Std";
	src : url("fonts/FuturaStd-Book.otf");
}


h1{
margin:0;
padding:0;
font-size: 25px;
color:#10713d;
line-height:30px;
}

h3{
color:#29733b;
margin:0;
padding:0;
font-size:100%;
}

.vertclair{
color:#F1F8E7;
font-size:4px;
}

a:link, a:visited{
	color:#666666;
	/*text-decoration: underline;*/
	}

a:hover, a:active{
	color: #333333; 
	text-decoration: none;
	}

p{
	margin:0 0 10px 0;
	padding:0;
	/*width:480px;*/
	}

.txt-vert-normal{
	color:#00683a;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	}

.txt-gris-14{
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	font-weight:normal;
	}

.legende{
	font-size:10px;
	font-style:italic;
	color:#666666;
	line-height:14px;
	}



/****************************************************** 
/*                     ACCUEIL
******************************************************/

#home_video{
	position:absolute;
	width:291px;
	height:227px;
	margin:10px 0 0 0;
	}


#home_clients{
	position:absolute;
	width:185px;
	margin:10px 0 0 290px;
	}

#home_clients_en{
	position:absolute;
	width:185px;
	margin:10px 0 0 220px;
	}

#home_actus{
	position:absolute;
	width:200px;
	margin:10px 0 0 530px;
	padding:0;
	height:150px;
	font-size: 9px;
	line-height: 13px;
	}
	
#actus_menu_container{
	position:absolute;
	width:200px;
	height:27px;
	}

#actus_titre{
	display:block;
	position:absolute;
	background-image:url(../images/fr/home_titre_actus.gif);
	background-repeat:no-repeat;
	width:200px;
	height:27px;
	text-indent:-5000px;
	}

#rss_icon a{
	display:block;
	position:absolute;
	background-image:url(../images/rss-icon.png);
	background-repeat:no-repeat;
	margin-left:175px;
	width:25px;
	height:25px;
	text-indent:-5000px;
	top:0px;
}

#twitter_icon a{
	display:block;
	position:absolute;
	background-image:url(../images/twitter-logo.png);
	background-repeat:no-repeat;
	width:25px;
	height:25px;
	top:0px;
	margin-left:145px;
	text-indent:-5000px;
}

#home_actus a {
	font-size: 12px;
	}

#our_client{
	height: 100px;
	width:190px;
	display: block;
	}

#banniere-intro-acc{
	width:740px;
	height:106px;
	background-color:#10713d;
	padding:0;
	margin:0;
	text-align:center;
	}
#banniere-intro-acc-small{
	width:740px;
	height:70px;
	background-color:#10713d;
	padding:0;
	margin:0;
	text-align:center;
	}


a.rss:link, a.rss:visited{
	color:#00683a;
	text-decoration: none;
	}

a.rss:hover, a.rss:active{
	color: #00683a; 
	text-decoration: underline;
	}

/****************************************************** 
/*                     PAGES INTERNES
******************************************************/

/*  Google Map modifs */

#googleMapParis span{
	display:none !important;
}
#googleMapArchamps span{
	display:none !important;
}




#references_haut-bandeau{ /* haut du bandeau photo sur les pages metier */
	width:735px;
	height:95px;
	background-image:url(../images/references_haut-bandeau.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	margin:0;
	padding:5px 5px 0 0;
	text-align:right;
	}
	
#metiers_haut-bandeau{ /* haut du bandeau photo sur les pages metier */
	width:735px;
	height:95px;
	background-image:url(../images/metiers_haut-bandeau.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	margin:0;
	padding:5px 5px 0 0;
	text-align:right;
	}

#agence_haut-bandeau{ /* haut du bandeau photo sur les pages metier */
	width:735px;
	height:95px;
	background-image:url(../images/agence_haut-bandeau.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	margin:0;
	padding:5px 5px 0 0;
	text-align:right;
	}

#agence_bas-bandeau{ /* petit morceau de photo sous le bandeau vert */
	width:645px;
	height:0px;
	margin:0 0 0 275px;
	padding:0;
	text-align:left;
	}

#banniere-intro-pages{
	width:740px;
	height:30px;
	background-color:#10713d;
	padding:0;
	margin:0;
	text-align:center;
	}


*:first-child+html #agence_bas-bandeau{ /*hack pour ie7*/
	height:21px;
}

#interne_fond-blanc{
	display: block;
	min-height:320px;
	margin:21px 0 0 55px;
	position:relative;
	text-align:left;
	}

#interne_container{ /* container des pages internes */
	width:740px;
	height:100%;
	margin-top:10px;
	padding:0;
	background-color:#fff;
	float:right;
	}

#interne_titre{ /* titre des pages internes */
	width:430px;
	margin:0;
	padding:25px 0 0 20px;
	text-align:left;
	font-size: 25px;
	color:#10713d;
	line-height:30px;
	}

*:first-child+html #interne_titre{ /*hack pour ie7*/
	padding:0 0 0 0;
}



#interne_contenu_txt{ /* contenu textuels des pages internes */
	width:430px;
	height:100%;
	margin:0 0 200px 0;
	padding:20px;
	text-align:left;
	font-size:12px;
	color:#777777;
	float:left;
	}
#interne_contenu_txt_small{ /* contenu textuels des pages internes */
	width:380px;
	height:100%;
	margin:0;
	padding:20px;
	text-align:left;
	font-size:12px;
	color:#777777;
	float:left;
	}
#interne_contenu_large{ /* contenu textuels des pages internes */
	width:680px;
	height:100%;
	margin:0;
	padding:20px, 40px;
	text-align:center;
	font-size:12px;
	color:#777777;
	}

#garantie-eficiens{ /* contenu textuels des pages internes */
	width:400px;
	margin-left:10px;
	margin-top:30px;
	padding:10px;
	background-color:#CFE8AB;
	text-align:center;
	}

#contact-footer{ /* contenu textuels des pages internes */
	width:100%;
	height:50px;
	margin-top:50px;
	text-align:center;
	}



#interne_contenu_img{ /* contenu illustratif des pages internes */
	border-left: #a7d25e solid 1px;
	width:269px;
	margin-top:-25px;
	margin-bottom:20px;
	padding:0;
	text-align:center;
	float:right;
	}

#interne_menu-root{ /* menu racine avec blog, extranet, job, contact... : pages internes sur fond blanc */
	width:215px;
	height:65px;
	position:absolute;
	margin:153px 0 0 0;
	padding:30px;
	background-color:#f1f8e7;
	}

#partenaires1{
	width:300px;
	height:170px;
	top: 0;
	margin:0px;
	padding-right:20px;
	float:right;
}
#partenaires2{
	width:300px;
	height:170px;
	top: 0;
	margin:0px;
	padding-right:20px;
	float:right;
}
#partenaires3{
	width:300px;
	height:170px;
	top: 0;
	margin-top:40px;
	padding-right:20px;
	float:right;
}



/****************************************************** 
/*                     PAGE EQUIPE
******************************************************/

#blocEman{
	display: block;
	height:210px;
	width:550px;
	background: url(../images/blocEman.jpg) no-repeat;
	text-align: left;
	padding-top: 6px;
	padding-left: 6px;
	}
	
#blocEmanEn{
	display: block;
	height:175px;
	width:550px;
	background: url(../images/blocEmanEn.jpg) no-repeat;
	text-align: left;
	padding-top: 6px;
	padding-left: 6px;
	}
	
#blocFran{
	display: block;
	height:210px;
	width:550px;
	background: url(../images/blocFrancis.jpg) no-repeat;
	text-align: left;
	margin-left: -5px;
	margin-top: 0px;
	padding-left: 14px;
	}
	
.blocMini{	
	float: left;
	height:129px;
	width:550px;
	background: url(../images/miniBlocEquipe.jpg) no-repeat;
	text-align: left;
	margin-right: 14px;
	margin-top: 15px;
	padding-top: 6px;
	}


.blocMiniLarge{	
	float: left;
	height:150px;
	width:550px;
	background: url(../images/miniBlocEquipeLarge.jpg) no-repeat;
	text-align: left;
	margin-right: 14px;
	margin-top: 15px;
	padding-top: 6px;
	}
#blocMiniSerge{	
	float: left;
	height:187px;
	width:550px;
	background: url(../images/miniBlocEquipeSerge.jpg) no-repeat;
	text-align: left;
	margin-right: 14px;
	margin-top: 15px;
	padding-top: 6px;
	}




#blocEman img {margin: 0px 6px 0px 0px;}
#blocFran img {margin: 6px 20px 0px 15px !important;margin: 6px 10px 0px 15px;}

#blocFran .equipeBoxTitre {padding: 6px 0px 0px 0px;}

.blocMiniContainer{
	display: block;
}

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

/* Hides from IE-mac \*/
* html .blocMiniContainer {height: 1%;}
.blocMiniContainer {display: block;}
/* End hide from IE-mac */

#blocEman .equipeBoxTitre, #blocEmanEn .equipeBoxTitre, #blocFran .equipeBoxTitre {text-transform:uppercase;}

.equipeBoxTitre{
	color:#1f0505;
	font-size: 12px !important;
	font-size: 11px;
	display: block;
	margin-bottom: 10px;
	margin-left: 8px;
	padding-right:25px;
	text-transform:none;
	}
	
.equipeBoxText{
	color:#10713c;
	font-size: 10px;
	margin-right: 15px;
	padding-right:5px;
	text-transform:none;
	}
	
.photoEquipeGauche{
	float: left;
	display: block;
	margin-left: 6px;
	margin-right: 10px;
	}
.photoEquipeDroite{
	float: right;
	display: block;
	margin: 0px 13px 0px 0px;
	}
	
.equipeTitre{	
	color:#10713c;
	font-size: 15px;
	font-weight: bold;
	margin-top: 55px;
	margin-bottom: 10px;
	}




/****************************************************** 
/*                     PAGE EQUIPE V2
******************************************************/

#equipeview-container{
	width:710px;
	height:410px;
	text-align:center;
	margin : 15px;
	padding : 3px;
	background:#10713d;
}
.equipeview-photo{
	float:left;
	width:52px;
	height:52px;
	border:1px solid #10713d;
	margin-right : 3px;
}
.equipeview-fiche{
	position:absolute;
	width:681px;
	height:327px;
	background:#f2f8e6;
	margin:60px 0 0 3px;
	padding:10px;
	color:#959792;
}
#equipeview-txt{
	float:left;
	width:540px;
	height:230px;
	margin: 10px;
	color:#959792;
	text-align:left; 
}
#equipeview-titre{
	margin : 0;
	font-family:"Futura Std";
	font-size : 2em;
	color:#10713d;
	text-align : left;
	line-height : 1em;
}





#nos_campagne_a_travers_le_monde{
	margin:0;
	}
	
	

#formulaire-envoie-ok{
	color:#10713c;
	font-size: 12px;
	text-align:center;	
}	
	
	
	
#blocs{
	display: block;
	width: 645px;
	height: 577px;
	background: url(../images/90sbgblocs.png) no-repeat;
	overflow: hidden;
	}
#blocFormulaire{
	display: block;
	width: 645px;
	height: 400px;
	margin-bottom:20px;
	background: url(../images/90sbgblocformulaire.png) no-repeat;
	overflow: hidden;
	position: relative;
	}

.cachecache{
	display: block;
	position: absolute;
	width: 1px;
	height: 1px;
	color: #fff;
	text-indent: -5000px;
	visibility: hidden;
	}
	
	
#blocContactTel{
	display: block;
	position: absolute;
	width: 165px;
	height: 45px;
	margin-left: 270px;
	margin-top: 275px;
	color: #fff;
	text-indent: -5000px;
	}
#blocContactMail{
	display: block;
	position: absolute;
	width: 165px;
	height: 45px;
	margin-left: 455px;
	margin-top: 275px;
	color: #fff;
	text-indent: -5000px;
	}
#blocNielsenDownload{
	display: block;
	position: absolute;
	width: 270px;
	height: 100px;
	margin-left: 370px;
	margin-top: 465px;
	color: #c0c0c0;
	text-indent: -5000px;
	}
	
	
#formnom{
	display: block;
	position: absolute;
	width: 160px;
	height: 13px;
	margin-left: 30px;
	margin-top: 97px;
	border: 0px;
	color: #c0c0c0;
	font-size: 10px;
	}
#formprenom{
	display: block;
	position: absolute;
	width: 160px;
	height: 13px;
	margin-left: 30px;
	margin-top: 151px;
	border: 0px;
	color: #c0c0c0;
	font-size: 10px;
	}
#formsociete{
	display: block;
	position: absolute;
	width: 160px;
	height: 13px;
	margin-left: 30px;
	margin-top: 205px;
	border: 0px;
	color: #c0c0c0;
	font-size: 10px;
	}
#formmail{
	display: block;
	position: absolute;
	width: 160px;
	height: 13px;
	margin-left: 30px;
	margin-top: 259px;
	border: 0px;
	color: #c0c0c0;
	font-size: 10px;
	}
#formsecteur{
	position: absolute;
	width: 160px;
	height: 13px;
	margin-left: 30px;
	margin-top: 314px;
	border: 0px;
	color: #c0c0c0;
	font-size: 10px;
	}
#formdemande{
	display: block;
	position: absolute;
	width: 341px;
	height: 115px;
	margin-left: 244px;
	margin-top: 98px;
	border: 0px;
	color: #c0c0c0;
	font-size: 10px;
	}
#forminfos{
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	margin-left: 242px;
	margin-top: 249px;
	color: #fff;
	}
#forminfostrim{
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	margin-left: 242px;
	margin-top: 278px;
	color: #fff;
	}
#formanalyses{
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	margin-left: 242px;
	margin-top: 308px;
	color: #fff;
	}
#formsubmit{
	display: block;
	position: absolute;
	width: 220px;
	height: 43px;
	margin-left: 384px;
	margin-top: 357px;
	border: 0;
	background: url(../images/90sbgsenbtn.png) no-repeat;
	cursor: pointer;
	color: #fff;
	}