/*--------------------------------- MENU --------------------------------*/
/* Le menu */
#menu {
	margin-left: 55px;
	width: 550px;
	font-family: Arial;
	padding: 0;
	/* Placé ici en raison d'incompatibilité avec IE */
	position: relative;
	top: 17px;
	border: 0;
	float: left;
}

.titre_menu {
	padding-bottom: 5px;
	border-bottom: 3px solid #e1e8f9;
	font-family: 'arial';
	font-size: 13px;
	color: #494a7b;
	text-align: center;
	font-weight: bold;
	margin-bottom: 3px;
	display: block;
}


#menu dt {
	cursor: default;
}

#menu dl {
	float: left;
	margin: 0px;
	padding-bottom: 7px;
}

/* Les sous-menus */
.sous_menu {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom:3px;
	padding-top: 3px;
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid gray;
	display: none;
	border: 0;
	/* Pour que les sous-menus ne décalent pas le reste du site vers le bas :
	absolute les fait sortir du	positionnement classique de la page */
	position: absolute;
	top:28px;
}



/* Le bloc liste constituant les sous-menus : pour l'intérieur des sous-menus
	et le bloc description dd pour l'alignement (left) en fonction du menu dl*/
.sous_menu ul, dd {
	margin-left: 0;	/* Pour IE */
	padding-left: 0;	/* Pour le reste */
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 0;
}

/* les liens hypertexts des sous-menus (contenus dans une liste) */
.sous_menu li a {
	color: #494a7b;
	background-color: transparent;
	text-decoration: none;
	font-size: 12px;
}

.sous_menu li a:hover {
	font-weight: bold;
	background-color: transparent;
}

.sous_menu img {
	visibility: hidden;
	margin-right: 3px;
}

#apropos {
	width:170px;	
}

#apropos a {
	text-decoration: none;
	color: #494a7b;
}

#expertise {
	width:76px;
}

#expertise a {
	text-decoration: none;
	color: #494a7b;
}

#clients {
	width:61px;
}

#clients a {
	text-decoration: none;
	color: #494a7b;
}

#carriere {
	width:77px;
}

#carriere a {
	text-decoration: none;
	color: #494a7b;
}

#contact {
	width:66px;
}

#contact a {
	text-decoration: none;
	color: #494a7b;
}

#sm_apropos {
	width: 177px; /* Idem que pour le menu #apropos */
}

#sm_expertise {
	width: 192px;
}

#sm_clients {
	width: 175px;
}

#sm_carrieres {
	width: 140px;
}

#sm_contact {
	width: 130px;
}





/*--------------------------------- MODELE --------------------------------*/


* {margin: 0;padding:0;}

a img {
	border: 0 none #FFFFFF;
}

a {
	margin-right: 0;
}

strong {
 	margin-right: 0;
}

body {
	/* Afin de supprimer les marges par défaut d'ie */
	/*background: #5fb5e1 url(../img/bg.gif) repeat-x top;*/
	margin-top: -7px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	text-align: center; /* Pour ie */
	font-family: arial;
	font-size: 9pt;
	border: 0;
}

/* Mise sur la même ligne des éléments constitutifs du div "top" */
.enligne {
	float: left;
}

.enligne2 {
	float: right;
}

#site {
	width: 896px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;	/* Pour ie */
	padding: 5px;
	background-color: #FFFFFF;
}

#top {
	height: 146px;
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 0;
	margin-right: 0;
}

	#logo {
		width: 200px;
		height: 54px;
		float: left;
	}

	/* L'image des drapeaux */
	#drapeaux {
		width: 37px;
		height: 10px;
		/* Placé ici en raison d'incompatibilité avec IE */
		position: relative;
		top: 22px;
		margin-right: 8px;
		float: right;
	}

	.banniere {
		height: 96px;
		width: 896px;
	}

#corps {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	height: 100px;
}

/* Instruction non comprise par Internet Explorer */
/* Utilisé afin de rétablir une heuteur variable du contenu sous les navigateurs
alternatifs -- Précédement fixé à 100px afin qu'IE redimensionne automatiquement
la hauteur de la page en fonction du contenu */
html>body #corps {
	height: 100%;
	min-height: 500px;
}

	#barre_laterale_droite {
		width: 230px;
		background-color: #FFF;
		margin: 0;
		padding: 5px;
		float: right;
		}
		
		iframe {
		border: 1px solid black;
			margin: 0px;
			overflow: hidden;
			border: 0 none #FFFFFF;
			padding: 0px;
			width: 100%;
		}
		
		#actu-offre {
			border: 1px solid black;
			height: 80px;
			margin-top: 7px;
			margin-bottom: 5px;
			margin-left: -10px;
			margin-right: 0;
			background-color: #003399;
		}

		#recrut {
		border-left: 1px solid #ff6600;
		width: 235px;
		padding-left: 5px;
		height: 170px;/*110px;*/
		margin-bottom: 10px;
		}
		
		html>body #recrut {
			margin-top: 7px;
		}
		
		#bloc-contact {
			margin-left: 0;
			margin-right: 0;
			margin-top: 0;
			margin-bottom: 15px;
			border-left: 1px solid #999999;
			padding-left: 5px;
			padding: 0;
			width: 225px;
			float: left;
		}

			#bloc-contact a {
				text-decoration: none;
				color: #3c3c3c;
				background-color: transparent;

			}

			#bloc-contact a img {
				border: 0 none #FFFFFF;
				margin-right: 5px;
				margin-left: 4px;
			}

			.texte-coordonnees {
				margin-left: 12px;
				top : 12px;				
			}

			#texte-postuler {
				position: relative;
				bottom: 6px;
			}

			#coordonnees {
			margin-left: 6px;
			margin-top: 10px;
			}
			
			#coordonnees.coord {
			font: 12px Arial, Verdana, sans-serif; 
			color:#000; 
			background: url("../images/contenu/icones/carte.gif") no-repeat center left;
			height:20px; 
			padding-left: 35px;  
			padding-top:10px; 
			margin-bottom:15px;
			}
			
			#coordonnees.coord a{
			font: 12px Arial, Verdana, sans-serif; 
			color:#000; 
			}
			
			#coordonnees.coord a:hover {
			font: 12px Arial, Verdana, sans-serif; 
			color:#333399; 
			}
			
		
			#coordonnees.message {
			font: 12px Arial, Verdana, sans-serif; 
			color:#000; 
			background: url("../images/contenu/icones/mail.gif") no-repeat center left;
			height:20px; 
			padding-left: 35px;  
			padding-top:5px; 
			margin-bottom:15px;
			}
			
			#coordonnees.message a{
			font: 12px Arial, Verdana, sans-serif; 
			color:#000; 
			}
			
			#coordonnees.message a:hover {
			font: 12px Arial, Verdana, sans-serif; 
			color:#333399; 
			}
						
			#postuler {
				margin-top: 15px;
			}		
			

	#contenu {
		width: 455px;
		height: 100%;
		margin-top: 0;
		margin-bottom: 0;
		margin-left: 5px;
		margin-right: 5px;
		border-left-width: 1px;
		border-left-color: #CCCCCC;
		border-left-style: solid;
		padding-left: 8px;
	}

	#barre_laterale {
		width: 180px;
		margin: 0;
		padding: 0;
	}

		.titres_blocs {
			font-size: 12px;
			font-weight: bold;
			padding-left: 5px;
			color: #494a7b;
			cursor: default;
		}

		#rubriques {
		margin-top: 0px;
		}

			#sous-rubriques {
				list-style-type: none;
				margin-bottom: 20px;
				margin-right:0;
			}
			
			#sous-rubriques img {
				margin-right:0;
			}

	
			#sous-rubriques li {
				margin-top:10px;
				margin-left: 5px;
				margin-right:0;
			}
	
			#sous-rubriques a {
				color: #494A7B;
				text-decoration: none;
				margin-right:0;
			}
			
			#sous-rubriques a:hover {
				color: #888;
				text-decoration: none;
			}
			
			#sous-rubriques a:visited {
				color: #494A7B;
				text-decoration: none;
			}
	
			#sous-rubriques span {
				font-size: 8pt;
				font-weight: bold;
				margin-left: 4px;
			}
	
			.sous-sous-rubriques {
				position: relative;
				left: 13px;
			}

		iframe {
			margin: 2px solid black;
			overflow: hidden;
			border: 0 none #FFFFFF;
			width: 100%;
		}


		#actu-news {
			height: 100px;
			margin: 0;
			margin-bottom: 20px;
		}
		
		html>body #actu-offres, html>body #actu-news {
			margin-top: 7px;
		}

		#bloc-metiers{
			list-style: none;
			padding: 0;
			padding-left: 5px;
			width: 180px;
			float: left;
		}
		
		ul#bloc-metiers li{
			padding-bottom: 10px;
			line-height: 16px;
			vertical-align: top; 
		}
		
		ul#bloc-metiers li a:link{
			text-decoration: none;
		}

			.metiers_synchrone {
				margin-top: 16px;
			}

		.autopromo {
			height: 80px;
			width: 230px;
			margin-top: 15px;
			margin-bottom: 200px;
			float: left;
		}
		
		.autopromo_alternatif {}
				
		
		#stats {
			width: 1px;
			height: 1px;
			display: none;
		}
		
.titre {
/*background-image:url('images/contenu/bandeaux/accueil/bandeau_menu_lateral.jpg');*/
	font-family: Arial;
	font-size: 14pt;
	color: #3D4E7F;
	border-left-width: 1px;
	border-left-color: #999999;
	border-left-style: solid;
	padding-left: 5px;
	margin-bottom: 15px;
	font-weight: normal;
}

.titre_recrut {
	font-family: Arial;
	font-size: 14pt;
	color: #EB6F2C;
	border-left-width: 1px;
	border-left-color: #EB6F2C;
	border-left-style: solid;
	padding-left: 5px;
	margin-bottom: 15px;
}

.soustitreoffres {
	font-family: Arial;
	font-size: 10pt;
	color: #EB6F2C;
}

#basdepage {
margin-top: 30px;
font-family: Arial;
font-size: 10px;
color: #ffffff;
float: left; 
background-color: #CCC;
width: 884px; 
height: 10px;
margin-bottom: 5px;
padding: 6px;
}

#planmentions {
float: left;
width: 640px;
}


#copy {
color: #ffffff;
float: left;
}



#basdepage a {
color: #3d4e7f;
}

#basdepage a:hover {
color: #3c3c3c;
}


span.basdepage a:link{color: #ffffff;}

/* Gestion des liens */

a:link, a:visited {
color : #3c3c3c;
text-decoration : underlined;
}
a:hover {
color: #333399;
text-decoration: underlined;
}













/*--------------------------------- CONTENU --------------------------------*/
/* Contenu */

* {	margin: 0;
	padding: 0;
	margin-right: 10px;
	}

#contenu h1 {
	font-family: arial ;
	color: #3d4e7f;
	font-size: 20pt ;
	margin-bottom:15px;
	text-align:left;
	font-weight: 100;
}

#contenu h2 {
	font-family: arial;
	color: #3d4e7f;
	font-size: 14px;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 15px;
}

#contenu h3 {
	font-family: arial;
	font-size: 14px;
	color: #3d4e7f;
	margin-bottom: 3px;
}

#contenu h4 {
	font-family: arial;
	font-weight: normal;
	text-decoration: underline;
}

#contenu p {
	font-family: arial;
	font-size: 9pt;
	color: #3c3c3c;
}

#contenu td {
	font-family: arial ;
	font-size: 11px ;
}

.accroche {
	font-weight: bold ;
}

#contenu #rubriques {
	margin-bottom: 0px;
}

#contenu #rubriques img {
	padding-left:0;
	padding-right:0;
	margin-left:27px;
	margin-right:27px;
}

.spi {
	padding-top:2px;
	padding-right:0;
	margin-left:0px;
	margin-right:15px;
	margin-bottom:0px;
	float:left;
}

.liste {
	color: #3c3c3c;
	margin-left: 30px;
	list-style-type: none;
	list-style-image: url('../images/contenu/icones/tiret.gif');
}



.liste span {
	font-family: arial ;
	font-size: 11px ;
	position: relative;
	bottom: 2px;
}

.liste li a:link{
	font-weight: bold;
	text-decoration: none;
}

#liste_telecom {
	font-weight: bold;
}
html>body .liste span {
	font-family: arial ;
	font-size: 11px ;
	position: relative;
	bottom: 0px;
}

.tiret_noir {
	margin-right: 20px;
}

.historique {
	margin-bottom: 20px;
	width: 455px;
}

.historique img {
	margin-right: 10px;
}

.sites {
	margin-top: 20px;
	padding: 5px;
}

#opera{background:url('../images/contenu/contact/img_paris_opera.jpg') no-repeat right;}
#defense{background:url('../images/contenu/contact/img_paris_defense.jpg') no-repeat right;}
#lyon{background:url('../images/contenu/contact/img_lyon.jpg') no-repeat right;}
#aix{background:url('../images/contenu/contact/img_aix.jpg') no-repeat right;}
#sophia{background:url('../images/contenu/contact/img_sophia.jpg') no-repeat right;}
#madeleine{background:url('../images/contenu/contact/img_paris_madeleine.jpg') no-repeat right;}
#montpellier{background:url('../images/contenu/contact/img_montpellier.jpg') no-repeat right;}
#toulouse{background:url('../images/contenu/contact/img_toulouse.jpg') no-repeat right;}

.plan_acces {
	margin-top: 10px;
}

.motcleparagraphe{
	line-height: 30px;
}

#acrobat_reader {
	margin-top: 40px;
	margin-bottom: 10px;
}

#acrobat_reader a {
	color: #000000;
	text-decoration: none;
}

#texte_acrobat {
	position: relative;
	bottom: 7px;
	margin-left: 5px;
}

#contenu #chiffres_cles {
	list-style-type: none;
	color: #3c3c3c;
}

#liste_ecoles {
	list-style-type: none;
}

#liste_ecoles li {
	font-family: arial ;
	font-size: 11px ;
	margin-left: 15px;
	margin-bottom: 2px;
}

#contenu #chiffres_cles li {
	margin-bottom: 15px;
}

#liste_ecoles li img {
	margin-right: 5px;
}

#contenu #chiffres_cles li img {
	margin-right: 5px;
}

.email { color: #000000;	text-decoration: none;}
.email:hover { color: #333399; }
.lien:link {	color: #3c3c3c;	text-decoration: underline; }
.lien:hover { color: #333399; }
.petit { font-size: 9px; }
.gros {	font-size: 13px; }
.marge_gauche { margin-left: 50px; }
.marge_haute { margin-top: 15px; }
.marge_basse { margin-bottom: 15px; }
.marge_verticale { margin-top: 15px; margin-bottom: 0px; }
.marge_testimoniaux{margin-top: 7px; margin-bottom: 8px;}
.slogan { margin-top: 20px;}

#contenu #logos_clients {
	margin-top: 20px;
	margin-bottom: 10px;
	width: 455px;
	height: 451px;
}

#encart_gatecv { border: 1px solid #000000; padding: 5px; margin-top: 30px;}

#image_international {
	margin-left: 95px;
	margin-bottom: 30px;	
}

#consultant {
	padding-top:2px;
	padding-right:0;
	margin-left:0px;
	margin-right:15px;
	margin-bottom:0px;
	float:left;
}

#filiales {
	margin-bottom: 3px;
	margin: 0;
}


#filiales li {
	margin-bottom: 12px;
	padding: 5px;
	float: left;
}

#logo_filiale img {
	padding: 5px;
	float: left;
	height: 18px;
	margin-bottom: 3px;
	}


#charte {
	float: right;
	margin-top: -30px;
}


/*--------------------------------- PAGE OFFRES --------------------------------*/

/* Mise en page de la page offres-technologies.html */

.secteur {
  background-color:#e6e6e6;
  height:15px;
  padding-left:10px;
  margin-bottom: 5px;
  font-family:arial;
  font-size:13px;
  color: #666699;
  float: left;
}

.secteur {
  width: 100%;
}

html>body .secteur {
	width: 450px;
	color:
}

	.droite {float: right; margin-right: 10px;}


.offre {
	height: 50px;
	display: inline;
	padding-left: 1px;
	padding-right: 1px;
	margin-bottom: 15px;
}

.offre {
	width: 240px;
}

html>body .offre {
	width: 220px;
}

	.link {
	  color: #333399;
	  font-size:11px;
	  text-decoration: none;
	}

	.intitule {
	  font-weight:bold;
	  font-size:13px;
	  margin:0;
	}

	.intitule a {
	  color:black;
	  text-decoration:none;
	}

	.intitule a:hover {
	  text-decoration:underline;
	}

	/* liste des offres par métiers */

	.liste-offre {
		margin-bottom: 10px;
	}

	/* description de l'offre */

	.description {
	  width:350px;
	  text-align:justify;
	  margin-top: 15px;
	  margin-bottom: 15px;
	}
	
	
	.intituleexpertise{
	width: 460px;
	height: 36px;
	padding-top: 19px;
	background-image: url("../images/contenu/bandeau_offre_expertises.gif");
	}
	div.intituleexpertise span{
	color: #ffffff;
	font-weight: bold;
	margin-left: 50px;
	}
	
	div.intituleexpertise span a{
	text-decoration: none;
	color: #ffffff;
	}
	
	#accesexpertises{background-color: #ffffff;}
	
	div#accesexpertises div{
	margin-left: 5px;
	width: 200px;
	background-image: url("../images/contenu/puce_rectangle.gif");
	background-repeat: no-repeat;
	margin-bottom: 3px;
	}
	
	div#accesexpertises div a{
	color: #3c3c3c;
	cursor: pointer;
	display: block;
	padding-bottom: 1px;
	padding-top: 1px;
	padding-left: 10px;
	width: 190px;
	text-decoration: none;
	}
	div#accesexpertises div a:hover{
	color: #333399;
	}
	
	
	div#accesexpertises div:hover{
	background-color: #ededed;
	}
	
	#selectexpertise{
	font-weight: bold;
	color: #3c3c3c;
	height: 18px;
	margin-top: 25px;
	padding-top: 2px;
	padding-left: 27px;
	float: right;
	margin-right: 10px;
	background-image: url("../images/contenu/chevron_gauche.gif");
	background-repeat: no-repeat;
	}
	
	.annonce{
	background-color: #ffffff;
	width: 451px;
	margin-left: 3px;
	padding: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
	
	.annonce:hover{
	background-color: #d8e9f3;
	}
	
	.annoncecomplete{
	width: 453px;
	margin-left: 3px;
	padding: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
	.dateannonce{
	margin-top: 1px;
	float: right;
	font-size: 8pt;
	}
	
	.boutonoffres{
	height: 14px;
	background-image: url("../images/contenu/chevron_droite.gif");
	background-repeat: no-repeat;
	padding: 0px;
	margin-bottom: 30px;
	margin-top: 8px;
	padding-left: 20px;}

	.liensannonces{
	width: 460px;
	position: relative;
	padding-top: 5px;
	height: 20px;
	text-align: right;
	}
	
	.contenuexpertise{
	display: none;
	position: absolute;
	}
	
	#currentid{display: none;}
	
	#boutonretour{
	margin-right: 3px;
	float: right;
	padding-right: 20px;
	background-position: top right;
	background-image: url("../images/contenu/chevron_retour.gif");
	background-repeat: no-repeat;
	}
	
	
	
/* Mise en page Dernieres Offres */



.bloc-actu {
	font-family: Arial;
	width:235px;
	background-color: #FFFFFF;
	color:#3c3c3c;
	padding-bottom: 5px;
	padding-top: -5px;
	font-size: 9pt;
}

.bloc-actu ul li {color:#3c3c3c;}

a:link, a:visited {
color : #3c3c3c;
text-decoration : underlined;
}
a:hover {
color: #333399;;
text-decoration: underlined;
}


#news {
	height: 100px;
	cursor: default;
}

#news p {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 0px;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	width: 178px;
}

#dernieres-news {
	position: relative;
	right: 7px;
	bottom: 10px;
}

#dernieres-offres {
	position: relative;
	right: 7px;
	bottom: 5px;
}

#dernieres-offres ul {
	font-family: arial;
	font-size: 9pt;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#dernieres-offres li {
	font-family: arial;
	font-size: 9pt;
	padding-left: 0;
	padding-right: 5px;
	margin-bottom: 1px;
}

#dernieres-offres ul li a {
	color:#3c3c3c;
	text-decoration: none;
}

#dernieres-offres a:hover {
	color:#000099;
}







/*--------------------------------- PAGE PLAN DU SITE --------------------------------*/




#contenu li {
	list-style-type: none;
}

#plan {
	height: 400px;
	padding-left: 0px;
	background-image: url('../images/contenu/spoutnik.jpg');
	background-repeat: no-repeat;
}

#plan_accueil {
	position: relative;
	left: 15px;
	top: 10px;
	width: 50px;
}

#plan_apropos {
	position: relative;
	left: 15px;
	top: 20px;
	width: 150px;
}

#plan_expertise {
	position: relative;
	left: 15px;
	top: 35px;
	width: 190px;
}

#plan_clients {
	position: relative;
	left: 15px;
	top: 47px;
	width: 180px;
}

#plan_carrieres {
	position: relative;
	left: 15px;
	top: 60px;
	width: 180px;
}

#plan_contact {
	position: relative;
	left: 15px;
	top: 80px;
	width: 180px;
}

#apercu {
	position: relative;
	bottom: 320px;
	right: 25px;
	float: right;
	width: 200px;
	height: 162px;
	background-image: url("../images/contenu/plan/accueil.jpg");
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
}

.titre_liste {
	font-weight: bold;
	margin-left: 0;
	margin-bottom: 10px;
	color: #666699;
	cursor: default;
}

#contenu a {
	text-decoration: underline;
	color: #3C3C3C;
}

#contenu a:hover {
	text-decoration: underline;
	/*font-weight: bold; */
}

#contenu a:visited {
	color: #3C3C3C;
}
	