/* ************************************************************************** */
/* generiques natifs */
/**test**/
body {
	background-color: #FFFFFF;
	margin: 2px 0 0 0;
	padding: 0;
}

html * {
	font-family: verdana, arial;
	font-size: 11px;
	color: #000000;
}

p {
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

h2 {
	margin: 0;
}

h3 {
	margin: 2px 0 2px 0;
}

h4 {
	margin: 0;
}

h5 {
	margin: 0;
}

li {
	list-style-type: none;
}

a,a:link {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

/* ************************************************************************** */
/* generiques construits */
/* divers */
.clear {
	clear: both;
	display: block;
	line-height: 0;
	font-size: 0;
	height: 0;
	overflow: hidden;
}

.left {
	float: left;
}

.right {
	float: right;
}

.upper {
	text-transform: uppercase;
}

.sansmarge {
	margin-bottom: 0 !important;
}

/* polices de caractères */
@font-face {
	font-family: 'FuturaCondensedBold';
	src: url('/fonts/fucb____-webfont.eot');
	src: local('?'), url('/fonts/fucb____-webfont.woff') format('woff'),
		url('/fonts/fucb____-webfont.ttf') format('truetype'),
		url('/fonts/fucb____-webfont#webfontG8vyz0vC') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* barres de titre 300x31 */
.barre-titre-300x31 {
	height: 31px;
	margin-bottom: 1px;
}

.barre-titre-300x31 p,.barre-titre-300x31 h5,.barre-titre-300x31 h3,.barre-titre-300x31 h2
	{
	padding-left: 11px;
	font-family: 'FuturaCondensedBold';
	font-size: 14px;
	text-transform: uppercase;
	/*letter-spacing:0.4px;*/
	line-height: 33px;
	font-weight: normal; /* h3 */
	color: white;
}

.barre-titre-300x31.rouge {
	background: url('/images/LME/style/barre-titre-300x31-rouge.gif')
		no-repeat;
}

.barre-titre-300x31.bleue {
	background: url('/images/LME/style/barre-titre-300x31-bleue.gif')
		no-repeat;
}

.chapeau300 {
	height: 4px;
	font-size: 1px; /* ie6 */
	background: url('/images/LME/style/chapeau300.gif') no-repeat;
}

.chapeau630 {
	height: 4px;
	font-size: 1px; /* ie6 */
	background: url('/images/LME/style/chapeau630.gif') no-repeat;
}

/* barres de titre 630x33 */
.barre-titre-630x33 {
	height: 33px;
	margin-bottom: 1px;
}

.barre-titre-630x33 h2 a,.barre-titre-630x33 h2 {
	font-family: 'FuturaCondensedBold';
	font-size: 14px;
	text-transform: uppercase;
	/*letter-spacing:0.4px;*/
	line-height: 35px;
	font-weight: normal; /* h1 */
	color: white;
}

.barre-titre-630x33 h2 {
	padding-left: 11px;
}

.barre-titre-630x33.bleue {
	background: url('/images/LME/style/barre-titre-630x33-bleue.gif')
		no-repeat;
}

/* barres de titre 630x25 */
.barre-titre-630x25 {
	height: 25px;
	margin-bottom: 1px;
}

.barre-titre-630x25 h2,.barre-titre-630x25 h3 {
	padding-left: 11px;
	font-family: 'FuturaCondensedBold';
	font-size: 14px;
	text-transform: uppercase;
	/*letter-spacing:0.4px;*/
	line-height: 25px;
	font-weight: normal; /* h1 */
	color: white;
}

.barre-titre-630x25.rouge {
	background: url('/images/LME/style/barre-titre-630x25-rouge.gif')
		no-repeat;
}

.barre-titre-630x25.bleue {
	background: url('/images/LME/style/barre-titre-630x25-bleue.gif')
		no-repeat;
}

/* puces */
ul {
	margin: 0;
	padding: 0;
	list-style: outside none;
}

ul.puce-fleche.prouge li {
	background: url('/images/LME/style/puce-fleche-rouge.gif') no-repeat 0
		3px;
}

ul.puce-fleche.pgrise li {
	background: url('/images/LME/style/puce-fleche-grise.gif') no-repeat 0
		3px;
}

ul.puce-fleche.liste1 li {
	margin: 10px 0 0 0;
	padding: 0 0 12px 10px;
	/*border-bottom:1px solid #b0aaa9;*/
	font-size: 12px;
}

ul.puce-fleche.liste1 li:HOVER {
	background-color: #C9C9C9;
}

/* liste 1 */
ul.puce-fleche.liste1 li.premier {
	margin-top: 0;
}

ul.puce-fleche.liste1 li.dernier {
	padding-bottom: 0;
	border: none;
}

ul.puce-fleche li a {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
}

/* liste 2 */
ul.puce-fleche.liste2 li {
	margin: 0;
	padding: 0 0 4px 10px;
	font-size: 12px;
	font-weight: bold;
}

/* liste 3 */
ul.liste3 li {
	padding: 3px 0 4px 0;
	border-bottom: 1px dotted #b0aaa9;
}

ul.liste3 li a {
	color: #666666;
}

/* liste 4 */
ul.puce-fleche.liste4 li {
	margin: 0;
	padding: 0 0 4px 10px;
}

ul.puce-fleche.liste4 li a {
	font-size: 10px;
	font-weight: bold;
	color: #d70007;
}

/* liste 5 + puce 7 (taille +1 uniquement) */
ul.puce-fleche.liste5 li,ul.puce-fleche.liste7 li {
	margin: 0;
	padding: 0 0 4px 10px;
	display: block;
	line-height: 14px;
}

ul.puce-fleche.liste5 li a,ul.puce-fleche.liste7 li a {
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}

ul.puce-fleche.liste7 li a {
	font-size: 11px;
}

ul.puce-fleche li.puce-active {
	background: url('/images/LME/style/puce-fleche-grise.gif') no-repeat 0
		3px;
}

ul.puce-fleche.liste7 li.puce-active {
	font-weight: normal;
}

div.sponsor {
	margin: 10px 0 0 0;
	width: 260px;
	background-color: #EEEEEE;
	padding: 0;
}

div.sponsor div {
	width: 240px;
	margin-bottom: 4px;
	margin-left: 0;
	text-align: left;
}

div.sponsor div a {
	color: #666666;
	font-size: 10px;
	line-height: 10px;
	display: block;
	text-align: left;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

/* liste 6 */
ul.puce-fleche.liste6 {
	display: inline;
}

ul.puce-fleche.liste6 li {
	float: left;
	width: 295px;
	margin-top: 0;
	padding: 10px 0 10px 10px;
	/*border-bottom:1px solid #b0aaa9;*/
}

ul.puce-fleche.liste6 li:HOVER {
	background-color: #C9C9C9;
}

ul.puce-fleche.liste6.prouge li {
	background-position: 0px 14px;
}

ul.puce-fleche.liste6.premier.prouge li {
	background-position: 0px 4px;
}

ul.puce-fleche.liste6.premier li {
	padding-top: 0;
}

ul.puce-fleche.liste6.dernier li {
	margin-bottom: 10px;
	border-bottom: 1px dotted #b0aaa9;
}

ul.puce-fleche li a {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

/* liste à numéro */
ol {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

ol li {
	font-weight: bold;
	color: #d70006;
}

ol li a {
	line-height: 20px;
	font-weight: bold;
	color: #666666;
}

a.lien-fleche {
	font-weight: bold;
}

a.lien-fleche.lrouge-rouge {
	padding-left: 10px;
	background: url('/images/LME/style/puce-fleche-rouge.gif') no-repeat 0
		3px;
	color: #d70007;
}

a.lien-fleche.lrouge-grise {
	padding-left: 10px;
	background: url('/images/LME/style/puce-fleche-rouge.gif') no-repeat 0
		3px;
	color: #666666;
}

a.lien-fleche.lgrise-rouge {
	padding-left: 10px;
	background: url('/images/LME/style/puce-fleche-grise.gif') no-repeat 0
		3px;
	color: #d70007;
}

a.lien-fleche.lrouge-grise-gauche {
	padding-left: 10px;
	background: url('/images/LME/style/puce-fleche-rouge-precedent.gif')
		no-repeat 0 3px;
	color: #666666;
}

a.lien-fleche.lrouge-grise-droite {
	padding-right: 10px;
	background: url('/images/LME/style/puce-fleche-rouge.gif') no-repeat
		100% 3px;
	color: #666666;
}

.v14 {
	font-size: 14px;
}

.c574e4c {
	color: #574e4c;
}

.cd70007 {
	color: #d70007;
}

.pointilles12-12 {
	margin: 12px 0 12px 0;
	border-bottom: 1px dotted #b0aaa9;
	font-size: 1px;
}

.pointilles6-0 {
	margin: 6px 0 0 0;
	border-bottom: 1px dotted #b0aaa9;
	font-size: 1px;
}

.pointilles12-6 {
	margin: 12px 0 6px 0;
	border-bottom: 1px dotted #b0aaa9;
	font-size: 1px;
}

.trait12-12 {
	margin: 12px 0 12px 0;
	border-bottom: 1px solid #b0aaa9;
	font-size: 1px;
}

/* cadre image */
.cadre1 {
	margin: 0 10px 10px 0;
	padding: 3px;
	border: 1px solid #d4d4d4;
}

.cadre2 {
	padding: 3px;
	border: 1px solid #d4d4d4;
	background-color: white;
}

.cadre3 {
	margin-right: 20px;
	padding: 3px;
	border: 1px solid #d4d4d4;
	max-width: 90px;
}

.cadre4 {
	margin-right: 10px;
	padding: 3px;
	border: 1px solid #d4d4d4;
	background-color: white;
}

.cadre5 {
	margin-left: 20px;
	padding: 3px;
	border: 1px solid #d4d4d4;
	background-color: white;
}

p.image-cadre-droit {
	float: right;
	margin: 0 !important;
	margin-left: 30px !important;
	padding: 0 !important;
	background-color: white;
}

p.image-cadre-gauche {
	float: left;
	margin: 0 !important;
	margin-right: 30px !important;
	padding: 0 !important;
	background-color: white;
}

p.image-cadre-gauche img,p.image-cadre-droit img {
	padding: 4px;
	border: 1px solid #cccccc;
}

p.copyright {
	font-size: 9px !important;
	font-weight: normal !important;
	color: #999999 !important;
	line-height: 11px !important;
}

/* titre général d'une page */
.gros-titre {
	
}

.gros-titre h1 {
	float: left;
}

.gros-titre p {
	float: right;
	padding-top: 7px;
}

.gros-titre p a {
	font-size: 10px;
	text-transform: uppercase;
}

/* ************************************************************************** */
/* Ensemble du site */
.global {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
/*	overflow: auto;*/
	background: #fff none;
	padding: 1px 4px 0 4px;
	width: 964px\9;
}

/* ************************************************************************** */
/* Header */
/* Super entête */
.super-entete {
	height: 30px;
	margin-bottom: 15px;
	border-bottom: 1px solid #999999;
	background-color: #c9c9c9;
}

/* logo + pub */
.entete-visuel {
	margin-bottom: 21px;
	margin-top: 5px;
}

.entete-logo {
	float: left;
	margin-top: 19px;
}

.entete-pub {
	float: right;
}

.nav {
	margin-bottom: 13px;
}

.pub300x250 {
	margin-bottom: 20px;
}

/* menu navigation */
#gaze_header #nav {
	clear: both;
}

#gaze_header #nav li {
	float: left;
}

#gaze_header #nav li a {
	/* Effet de survol des items du menu : fait en JS car les images sont dans le code HTML, pas avec des images de fond CSS */
	display: block;
	color: white;
	background-color: white;
	margin: 0;
	padding: 0;
}

#gaze_header #nav li.firstchild a {
	border-left: none;
}

#gaze_header #nav li ul {
	border: 1px solid #999999;
	display: none;
	position: absolute;
	z-index: 80;
	margin-top: -1px; /* remonte menu deroulant */
	padding: 6px;
	background-color: white;
}

#gaze_header #nav li li {
	float: none;
	font-size: 10px;
}

#gaze_header #nav .espace ul {
	width: 175px;
}  /* largeur menu limitée */
#gaze_header #nav li li a {
	float: none;
	display: block;
	font-family: verdana;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	color: #666666;
	background: url('/images/LME/style/puce-fleche-grise.gif') no-repeat
		white 5px 7px;
	border-left: 0;
	border-bottom: 1px solid #cccccc;
	padding: 2px 13px 3px 15px;
}

#gaze_header #nav li li.nav-dernier a {
	border-bottom: none;
}

#gaze_header #nav li li.lastchild a {
	border-bottom: 0;
}

#gaze_header #nav li li a:hover,#gaze_header #nav li li a:focus {
	text-decoration: none;
	color: white;
	background: url('/images/LME/style/puce-fleche-blanche.gif') no-repeat
		#007bff 5px 7px;
}

/* nav de droite "espace recruteur" */
#gaze_header #nav2 {
	clear: both;
}

#gaze_header #nav2 li {
	float: left;
}

#gaze_header #nav2 li a {
	/* Effet de survol des items du menu : fait en JS car les images sont dans le code HTML, pas avec des images de fond CSS */
	display: block;
	color: white;
	background-color: white;
	margin: 0;
	padding: 0;
}

#gaze_header #nav2 li.firstchild a {
	border-left: none;
}

#gaze_header #nav2 li ul {
	border: 1px solid #999999;
	display: none;
	position: absolute;
	z-index: 80;
	margin-top: -1px; /* remonte menu deroulant */
	padding: 6px;
	background-color: white;
}

#gaze_header #nav2 li li {
	float: none;
	font-size: 10px;
}

#gaze_header #nav2 .espace ul {
	width: 175px;
}  /* largeur menu limitée */
#gaze_header #nav2 li li a {
	float: none;
	display: block;
	font-family: verdana;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	color: #666666;
	background: url('/images/LME/style/puce-fleche-grise.gif') no-repeat
		white 5px 7px;
	border-left: 0;
	border-bottom: 1px solid #cccccc;
	padding: 2px 13px 3px 15px;
}

#gaze_header #nav2 li li.nav-dernier a {
	border-bottom: none;
}

#gaze_header #nav2 li li.lastchild a {
	border-bottom: 0;
}

#gaze_header #nav2 li li a:hover,#gaze_header #nav2 li li a:focus {
	text-decoration: none;
	color: white;
	background: url('/images/LME/style/puce-fleche-blanche.gif') no-repeat
		#007bff 5px 7px;
}

#gaze_header #nav2 li ul.marron li a:hover,#gaze_header #nav2 li ul.marron li a:focus
	{
	text-decoration: none;
	color: white;
	background: url('/images/LME/style/puce-fleche-blanche.gif') no-repeat
		#ac9b9a 5px 7px;
}

#gaze_header #nav-droite {
	width: 322px;
	height: 31px;
	padding-right: 4px;
	border-bottom: 1px solid #999999;
	text-align: right;
}

#gaze_header #nav-droite p {
	padding-right: 14px;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	background: url('/images/LME/style/fleche-double.gif') no-repeat 100%
		15px;
}

#gaze_header #nav ul h2 {
	display: none;
}

#gaze_header #nav li li.menuLink0 {
	
}

#gaze_header #nav li li.menuLink1 {
	display: none;
}

#gaze_header #nav li li.menuLink2 {
	display: none;
}

/* ************************************************************************** */
/* Squelette */
.corps3col {
	width: 960px;
	background: url('/images/LME/style/home-fond-3col.png') repeat-y 315px 0;
}

.corps2col {
	width: 960px;
	background: url('/images/LME/style/home-fond-2col.png') repeat-y 645px 0;
}

.col300 {
	float: left;
	width: 300px;
	margin-right: 30px;
}

.col300droite {
	float: left;
	width: 300px;
}

.col630 {
	float: left;
	width: 630px;
	margin-right: 30px;
}

.coldernier {
	margin-right: 0px;
}

/* ************************************************************************** */
/* différents blocs */
/* fil d'ariane */
.breadcrumb {
	margin-bottom: 8px;
}

.breadcrumb ul {
	display: inline;
}

.breadcrumb li.premier {
	padding-left: 0;
	border: none;
}

.breadcrumb li {
	display: inline;
	padding: 0 6px 0 7px;
	border-left: 1px solid #858c96;
}

.breadcrumb li a {
	color: #858c96;
}

/* titre principal */
.corps2col h1 {
	margin: 0 0 5px 0;
	font-size: 18px;
	color: #1a60bf;
	font-weight: normal;
	text-transform: uppercase;
}

/* onglets de 300px - offres en ligne */
.onglets300-chapeau {
	height: 4px;
	font-size: 1px; /* ie6 */
	background: url('/images/LME/style/onglets-300-chapeau.png') no-repeat;
}

.onglets300 {
	position: relative;
	height: 240px;
	margin-bottom: 20px;
	border: 1px solid #96baf1;
	border-top: none;
	background: url('/images/LME/style/onglets-300-fond.png') top repeat-x
		#d0e0f9;
}

.onglets300 h1 {
	margin: 0;
	padding: 2px 0 0 9px;
	font-family: 'FuturaCondensedBold';
	font-size: 22px;
	color: #3c6db2;
}

.onglets300 .onglets {
	position: absolute;
	top: 41px;
	left: 9px;
}

.onglets300 .onglets ul li {
	float: left;
	width: 93px;
	margin-right: 1px;
	text-align: center;
	font-weight: bold;
}

.onglets300 .onglets ul li a {
	display: block;
	height: 23px;
	padding-top: 5px;
	font-size: 10px;
	color: white;
	background: url('/images/LME/style/onglets-off.png') top repeat-x;
}

.onglets300 .onglets ul li a:hover,.onglets300 .onglets ul li a.ongletactif
	{
	color: #666666;
	text-decoration: none;
	background: url('/images/LME/style/onglets-on.png') top repeat-x;
}

.onglets300 .blocform {
	position: absolute;
	top: 64px;
	left: 9px;
	width: 280px;
	text-align: center;
}

.onglets300 .blocform select {
	width: 281px;
	height: 19px;
	margin-bottom: 12px;
	border: 1px solid #b0aaa9;
	font-size: 10px;
	color: #666666;
}

.onglets300 .blocform input[type=text] {
	width: 281px;
	height: 15px;
	margin-bottom: 12px;
	border: 1px solid #b0aaa9;
	font-size: 10px;
	color: #666666;
}

.onglets300 .blocform label {
	display: none;
}

.onglets300 .blocform form {
	padding-top: 15px;
}

.onglets300 .blocform .actionform {
	position: absolute;
	top: 112px;
	left: -2px;
}

.onglets300 .blocform .bouton-lancer-recherche {
	width: 288px;
	height: 27px;
	padding-bottom: 5px;
	background: url('/images/LME/style/bouton-lancer-recherche.png')
		no-repeat;
	font-family: 'FuturaCondensedBold';
	font-size: 14px;
	letter-spacing: 1.05px;
	color: white;
	border: none;
	cursor: pointer;
}

.onglets300 .blocform a.bouton-lancer-recherche {
	padding: 3px 85px 10px 85px;
	background: url('/images/LME/style/bouton-lancer-recherche.png')
		no-repeat;
	font-family: 'FuturaCondensedBold';
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1.05px;
	color: white;
	border: none;
	cursor: pointer;
	text-decoration: none;
}

.onglets300 .blocform p {
	margin-top: 9px
}

.onglets300 .blocform p a {
	font-size: 10px;
}

/* onglets de 630px - offres en ligne */
.onglets630-chapeau {
	height: 4px;
	font-size: 1px; /* ie6 */
	background: url('/images/LME/style/onglets-630-chapeau.png') no-repeat;
}

.onglets630 {
	position: relative;
	height: 133px;
	border: 1px solid #96baf1;
	border-top: none;
	background: url('/images/LME/style/onglets-630-fond.png') top repeat-x
		#d0e0f9;
}

.onglets630 h3 {
	margin: 0;
	padding: 2px 13px 0 0;
	font-family: 'FuturaCondensedBold';
	font-size: 22px;
	color: #3c6db2;
}

.onglets630 .onglets {
	position: absolute;
	top: 16px;
	left: 9px;
}

.onglets630 .onglets ul li {
	float: left;
	width: 93px;
	margin-right: 1px;
	text-align: center;
	font-weight: bold;
}

.onglets630 .onglets ul li a {
	display: block;
	height: 23px;
	padding-top: 5px;
	font-size: 10px;
	color: white;
	background: url('/images/LME/style/onglets-off.png') top repeat-x;
}

.onglets630 .onglets ul li a:hover,.onglets630 .onglets ul li a.ongletactif
	{
	color: #666666;
	text-decoration: none;
	background: url('/images/LME/style/onglets2-on.png') top repeat-x;
}

.onglets630 .blocform {
	position: absolute;
	top: 39px;
	left: 0px;
	width: 619px;
	padding-left: 9px;
	text-align: center;
	background: url('/images/LME/style/onglets-630-fond2.png') top repeat-x
		#d0e0f9;
}

.onglets630 .blocform select {
	width: 295px;
	height: 19px;
	margin-bottom: 12px;
	border: 1px solid #b0aaa9;
	font-size: 10px;
	color: #666666;
}

.onglets630 .blocform form {
	padding-top: 14px;
}

.onglets630 .blocform .actionform {
	margin-top: -2px;
	text-align: right;
}

.onglets630 .blocform .bouton-lancer-recherche { /* cas du input */
	width: 297px;
	height: 27px;
	padding-bottom: 5px;
	background: url('/images/LME/style/bouton-lancer-recherche-630.png')
		no-repeat;
	font-family: 'FuturaCondensedBold';
	font-size: 14px;
	letter-spacing: 1.05px;
	color: white;
	border: none;
	cursor: pointer;
}

.onglets630 .blocform a.bouton-lancer-recherche { /* cas du a href */
	padding: 3px 93px 10px 92px;
	background: url('/images/LME/style/bouton-lancer-recherche-630.png')
		no-repeat;
	font-family: 'FuturaCondensedBold';
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1.05px;
	color: white;
	border: none;
	cursor: pointer;
	text-decoration: none;
}

.onglets630 .blocform p {
	margin-top: 5px;
}

.onglets630 .blocform p a {
	font-size: 10px;
}

/* Générique blocs */
/*.bloc20 { margin-bottom:20px; }*/
.dossiers-speciaux {
	margin-bottom: 20px;
}

.dossiers-speciaux>img {
	margin-bottom: 20px;
}

/* Offres */
.offres-5 {
	margin-bottom: 20px;
	padding: 8px;
	border: 1px solid #b0aaa9;
	background-color: #edebe9;
}

.offres-5 li {
	color: #666666;
}

.offres-10 {
	margin-bottom: 20px;
	padding: 8px;
	border: 1px solid #b0aaa9;
	background-color: #edebe9;
}

.offres-1000 {
	padding: 8px;
	border: 1px solid #b0aaa9;
	background-color: #edebe9;
}

/* outils gestion carrière */
.outils {
	margin-bottom: 20px;
	border: 1px solid #b0aaa9;
}

.outils ul li { /*height:51px; finalement extensible */
	padding: 0 18px 12px 9px;
	background: url('/images/LME/style/outils-fond.png') bottom repeat-x
		#ffffff;
}

.outils ul li p,.outils ul li a {
	padding: 12px 0 0 9px;
	font-family: arial;
	color: #666666;
}

.outils ul li a {
	font-weight: bold;
	background: url('/images/LME/style/puce-fleche-rouge.gif') no-repeat 0
		15px;
}

/* dossiers métiers */
.dossiers-metiers {
	border: 5px solid #dadada;
	padding: 5px;
}

.dossiers-metiers-bloc {
	padding: 6px 0 6px 0;
	border-bottom: 1px solid #d4d4d4;
}

.dossiers-metiers-bloc.premier {
	padding: 0 0 6px 0;
}

.dossiers-metiers-bloc.dernier {
	padding: 6px 0 0 0;
	border: none;
}

.dossiers-metiers-bloc img {
	padding-right: 9px;
	max-width: 78px;
}

.dossiers-metiers-bloc a {
	font-size: 12px;
	font-weight: bold;
	color: #574d4c;
}

.dossiers-metiers-bloc p {
	margin-top: 3px;
}

/* dossiers métiers grande colonne */
.dossiers-metiers2,.sommaire {
	margin-bottom: 20px;
	padding: 12px 10px 10px 10px;
	border-bottom: 1px solid #c4c4c4;
	background-color: #f3f3f7;
}

.dossiers-metiers2 p {
	line-height: 18px;
	font-size: 12px;
	font-weight: bold;
}

.sommaire {
	padding-bottom: 10px;
	line-height: 17px;
}

.sommaire ul.puce-fleche.prouge li {
	/* réajustement puces dû au line-height */
	background-position: 0px 5px;
}

.sommaire-pied,.sommaire-pied2 {
	margin-bottom: 20px;
	padding: 7px 0 5px 10px;
	border-bottom: 1px solid #d4d4d4;
}

.sommaire-pied2 {
	margin-bottom: 0;
	padding-left: 0;
}

.sommaire-pied2 a,.sommaire-pied2 p {
	font-weight: bold;
	font-size: 10px;
	color: #666666;
}

/* addthis + actions */
.addthis {
	float: right;
	margin-bottom: 20px;
	padding: 7px 0 0 10px;
	width: 190px;
	height: 30px;
	background: url('/images/LME/style/addthis-cadre.gif') no-repeat;
}

.addthis .icones-article {
	float: left;
}

.addthis .icones-article img {
	padding-right: 12px;
}

/* cadres recrute / pubs */
.cadre-gris {
	border: 1px solid #b0aaa9;
	border-top: none;
	margin-bottom: 20px;
}

.cadre-gris.basdepage {
	margin-bottom: 0;
}

.cadre-gris h5 {
	padding: 4px 0 0 9px;
	font-family: 'FuturaCondensedBold';
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0.2px;
	text-transform: uppercase;
	color: #666666;
}

.mosaic-pub1 {
	padding: 18px 20px 14px 20px;
}

.bloc-pub1 {
	border: 1px solid #e4e7ee;
	padding: 2px;
}

.mosaic-pub2 {
	padding: 10px 12px 14px 12px;
}

.bloc-pub2 {
	
}

.bloc-pub2 h5 {
	padding: 0 0 10px 0;
}

/* Accès candidat */
.chapeau300-candidat {
	height: 30px;
	background: url('/images/LME/style/chapeau-candidat.png') no-repeat;
}

.chapeau300-candidat h4 {
	padding-left: 9px;
	font-family: 'FuturaCondensedBold';
	font-size: 16px;
	text-transform: uppercase;
	/*letter-spacing:0.4px;*/
	line-height: 30px;
	font-weight: normal; /* h4 */
	color: #e00019;
}

.candidat {
	margin-bottom: 20px;
	padding: 9px;
	border: 1px solid #b0aaa9;
	border-top: none;
	background-color: #edebe9;
}

.candidat .bloc-champs {
	margin-bottom: 8px;
}

.candidat .bloc-champs-droite {
	float: left;
	margin-left: 6px;
	padding-top: 4px;
}

.candidat .boxe {
	width: 145px;
	height: 19px;
	margin-right: 4px;
	border: 1px solid #b0aaa9;
	color: #666666;
	font-size: 10px;
}

.candidat p a {
	font-size: 10px;
}

.candidat label {
	font-size: 9px;
	color: #666666;
}

.candidat .bouton-se-connecter { /* cas du input */
	width: 151px;
	height: 25px;
	padding-bottom: 4px;
	background: url('/images/LME/style/bouton-se-connecter.png') no-repeat;
	font-family: 'FuturaCondensedBold';
	font-size: 14px;
	color: white;
	border: none;
	cursor: pointer;
}

.candidat a.bouton-se-connecter { /* cas du ahref */
	text-indent: 43px;
	padding: 3px 0 4px 0;
	background: url('/images/LME/style/bouton-se-connecter.png') no-repeat;
	font-family: 'FuturaCondensedBold';
	font-size: 14px;
	color: white;
	border: none;
	cursor: pointer;
	text-decoration: none;
}

.candidat ul {
	margin: 0;
	padding: 0;
	list-style: outside none;
}

.candidat li {
	height: 34px;
	padding: 5px 0 0 23px;
	border-top: 1px solid #dcd8d3;
	background: url('/images/LME/style/candidat-fond.png') repeat-x;
	cursor: pointer;
}

.candidat li.dernier {
	border-bottom: 1px solid #dcd8d3;
}

.candidat-services {
	padding: 7px 0 0 49px;
	height: 28px;
	text-transform: uppercase;
	/*letter-spacing:0.4px;*/
}

.candidat-services.cmail {
	background: url('/images/LME/style/candidat-mail.png') no-repeat;
}

.candidat-services.ccompte {
	background: url('/images/LME/style/candidat-compte.png') no-repeat;
}

.candidat-services.ccv {
	background: url('/images/LME/style/candidat-cv.png') no-repeat;
}

.candidat-services p {
	font-family: 'FuturaCondensedBold';
	font-size: 15px;
	color: black;
}

.candidat-services p span {
	font-family: 'FuturaCondensedBold';
	font-size: 15px;
	color: #d70107;
}

/* emploi région */
.emploi-region {
	position: relative;
	height: 161px;
	margin-bottom: 20px;
	padding-left: 9px;
	border-bottom: 1px solid #c4c4c4;
	background: url('/images/LME/style/france-emploi-region.gif') top left
		no-repeat;
}

.emploi-region p {
	width: 250px;
	padding-top: 16px;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}

.emploi-region .carte-france {
	position: absolute;
	left: 445px;
	top: 111px;
}

.emploi-region .carte-france select {
	width: 159px;
	height: 17px;
	border: 1px solid #b0aaa9;
}

.emploi-region .carte-france option {
	font-size: 10px;
	color: #666666;
}

/* tous les services */
.tous-services,.tous-services2 {
	margin-bottom: 20px;
}

.tous-services h3,.tous-services2 h3 {
	margin: 0;
	padding-top: 4px;
}

.tous-services h3 a,.tous-services2 h3 {
	margin-bottom: 1px;
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
	color: white;
}

.tous-services-titre {
	width: 630px;
	height: 25px;
	margin-bottom: 1px;
	border-bottom: 1px solid #6693d0;
	background-color: #88aad8;
}

.tous-services-bloc-gd {
	margin-bottom: 1px;
	padding-bottom: 1px;
	border-bottom: 1px solid #d4d4d4;
}

.tous-services-bloc-gauche {
	float: left;
	width: 286px;
	border-right: 1px solid #d4d4d4;
}

.tous-services-bloc-droite {
	float: left;
	width: 325px;
	padding: 5px 4px 0 13px;
}

.tous-services-bloc-droite p {
	margin-bottom: 10px;
	color: #202020;
}

.tous-services2-bloc {
	margin-bottom: 1px;
	padding-bottom: 1px;
	background-color: #f6f6f6;
	border-bottom: 1px solid #d4d4d4;
}

.tous-services2-bloc-content {
	padding: 9px;
}

.tous-services2-bloc-content p {
	line-height: 17px;
	padding: 3px 0 10px 0;
}

.tous-services2-bloc-content span {
	font-size: 16px;
	color: #003b8a;
}

/* tous les dossiers */
.tous-dossiers {
	margin-bottom: 20px;
	padding-bottom: 1px;
	border-bottom: 1px solid #c4c4c4;
	background-color: #f3f3f7;
}

.tous-dossiers-bloc-gauche {
	float: left;
	width: 259px;
	padding: 9px;
}

.tous-dossiers-bloc-gauche p {
	padding: 5px 0 8px 0;
}

.tous-dossiers-bloc-gauche p span a {
	font-size: 14px;
	font-weight: bold;
	color: #574d4c;
}

.tous-dossiers-bloc-droite {
	float: left;
	padding-left: 1px;
	/*padding:8px 0 0 21px;*/
	border-left: 1px solid #c4c4c4;
	background: url('/images/LME/style/tous-dossiers-fond.png') no-repeat
		1px 0;
}

.tous-dossiers-bloc-droite-form {
	position: relative;
	height: 85px;
	margin-left: 1px;
	padding: 8px 0 0 21px;
}

.tous-dossiers-bloc-droite-form p {
	font-family: 'FuturaCondensedBold';
	font-size: 18px;
	color: #003c8a;
}

.tous-dossiers-bloc-droite-form a {
	margin-top: 20px;
}

.tous-dossiers-bloc-droite-form select {
	position: absolute;
	top: 41px;
	left: 27px;
	border: 1px solid #b0aaa9;
	width: 159px;
	height: 17px;
}

.tous-dossiers .bouton-ok {
	position: absolute;
	top: 40px;
	left: 191px;
	width: 32px;
	height: 19px;
	/*padding-bottom:4px;*/
	background: url('/images/LME/style/bouton-ok.png') no-repeat;
	/*
	font-family:'FuturaCondensedBold';
	font-size:14px;
	color:white;
	*/
	border: none;
	cursor: pointer;
}

/* métiers par secteur */
.metiers-secteur {
	margin-bottom: 20px;
	padding: 4px 9px 9px 9px;
	border: 1px solid #b0aaa9;
	border-top: none;
	background-color: #edebe9;
}

.metiers-secteur h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

/* toute l'actu */
.toute-lactu {
	margin-bottom: 20px;
}

.toute-lactu-top {
	height: 65px;
	background: url('/images/LME/style/toute-lactu-top.png') no-repeat;
}

.toute-lactu-top h4 {
	padding: 10px 0 0 14px;
	font-family: 'FuturaCondensedBold';
	font-size: 16px;
	text-transform: uppercase;
	/*letter-spacing:0.4px;*/
	/*line-height:30px;*/
	font-weight: normal; /* h4 */
	color: #d70107;
}

.toute-lactu-bloc {
	padding: 0 8px 8px 8px;
	border-left: 6px solid #dadada;
	border-right: 6px solid #dadada;
}

.toute-lactu-bloc p {
	padding: 10px 0 4px 0;
	font-family: arial;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
}

.toute-lactu-bloc li {
	padding: 3px 0 4px 7px;
	border-top: 1px solid #d4d4d4;
}

.toute-lactu-bloc li.dernier {
	border-bottom: 1px solid #d4d4d4;
}

.toute-lactu-bloc li.paire {
	background-color: #f0f0f0;
}

.toute-lactu-bloc li a {
	font-family: arial;
	font-size: 12px;
}

.toute-lactu-bloc a.lien-croix {
	padding-left: 12px;
	font-size: 10px;
	font-weight: bold;
	background: url('/images/LME/style/puce-croix-rouge.gif') no-repeat 0
		2px;
	color: #666666;
}

.toute-lactu-bottom {
	height: 16px;
	background: url('/images/LME/style/toute-lactu-bottom.png') no-repeat;
}

/* navigation entre les dossiers */
.nav-dossiers {
	float: right;
	margin: 12px 0 20px 0;
}

.nav-dossiers li {
	display: inline;
}

.nav-dossiers li,.nav-dossiers li a {
	font-size: 10px;
	color: #666666;
	font-weight: bold;
	text-transform: uppercase;
}

.nav-dossiers li.fleche-precedente {
	padding: 0 5px 0 8px;
	background: url('/images/LME/style/puce-fleche-rouge-precedent.gif')
		no-repeat 0 2px;
}

.nav-dossiers li.fleche-suivante {
	padding: 0 8px 0 5px;
	background: url('/images/LME/style/puce-fleche-rouge.gif') no-repeat
		100% 2px;
}

.nav-dossiers li.ndcadre.on,.nav-dossiers li.ndcadre.on:hover {
	padding: 4px 6px 4px 6px;
	border: 1px solid #d4d4d4;
	background-color: #f6f6f6;
	color: #d70007;
}

.nav-dossiers li.ndcadre.off a {
	padding: 4px 6px 4px 6px;
	border: 1px solid white;
	background: none;
	color: #666666;
}

.nav-dossiers li.ndcadre.off a:hover {
	border: 1px solid #d4d4d4;
	background-color: #f6f6f6;
	text-decoration: none;
}

/* les articles */
.article {
	margin-bottom: 20px;
}

.article h3 {
	padding: 0 0 15px 0;
	margin: 0;
	font-size: 22px;
	font-weight: bold;
	color: #333333;
}

.article h4 {
	padding-top: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

.article p {
	padding: 5px 0 15px 0;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}

.article p.margemini {
	padding-bottom: 5px;
}

.article-table caption {
	padding: 8px;
	font-weight: bold;
	background-color: #e5e5e5;
}

.article-table td,.article-table th {
	padding: 8px;
}

.article-table thead,.article-table .colmaster {
	font-weight: bold;
	text-align: center;
	background-color: #f6f6f6;
}

.article-table td {
	font-weight: bold;
	text-align: center;
}

.article table.article-table {
	border-collapse: collapse;
	margin-bottom: 20px;
}

.article table,.article td,.article th,.article caption {
	border: 1px solid #d4d4d4;
}

.article caption {
	border-bottom: none;
}

/* Mes coordonnees */
.bouton-submit { /* cas du input */
	width: 151px;
	height: 25px;
	padding-bottom: 4px;
	background: url('/images/LME/style/bouton-se-connecter.png') no-repeat;
	font-family: 'FuturaCondensedBold';
	font-size: 14px;
	color: white;
	border: none;
	cursor: pointer;
}

.bouton-submit-2 { /* cas du input */
	height: 26px;
	padding-bottom: 5px;
	background: url('/images/LME/style/bouton-se-connecter.png') no-repeat;
	font-family: 'FuturaCondensedBold';
	font-size: 14px;
	color: white;
	border: none;
	cursor: pointer;
}

.bouton-submit-3 { /* cas du input */
	height: 19px;
	padding-bottom: 4px;
	background: url('/images/LME/style/bouton-fond-form.png') repeat-x;
	font-size: 10px;
	font-weight: bold;
	color: white;
	border: none;
	cursor: pointer;
	vertical-align: text-bottom;
}

.bouton-submit-4 { /* cas du input */
	width: 151px;
	height: 19px;
	padding-bottom: 0;
	background: url('/images/LME/style/bouton-fond-form.png') repeat-x;
	font-size: 10px;
	font-weight: bold;
	color: white;
	border: none;
	cursor: pointer;
	vertical-align: text-bottom;
}

.smallSizeBouton {
	width: 85px;
}

/* /Mes coordonnees */
/* ************************************************************************** */
/* Super Footer */
.super-footer {
	margin: 20px 0 12px 0;
	padding-top: 20px;
	border-top: 1px solid #868f98;
	text-align: center;
}

.super-footer ul {
	display: inline;
}

.super-footer li {
	display: inline;
	padding: 0 3px 0 8px;
	background: url('/images/LME/style/bullet.gif') no-repeat 0 3px;
}

.super-footer li.premier {
	padding-left: 0;
	background: none;
}

.super-footer li a {
	font-size: 9px;
	color: #0F5D8F;
}

/* Footer */
.footer {
	
}

.footer-left {
	float: left;
	width: 194px;
}

.footer-left h2 {
	margin: 0;
	padding: 3px 37px;
	border-bottom: 1px solid #8D949B;
	font-family: arial;
	color: #574F4D;
	font-weight: bold;
	text-transform: uppercase;
}

.footer-left ul {
	list-style: none outside none;
}

.footer-left .apropos {
	margin: 0;
	padding: 14px 0 0 35px;
}

.footer-left ul li {
	padding: 0 0 3px 8px;
}

.footer-right {
	float: left;
	width: 764px;
	border-left: 1px solid #8D949B;
}

.footer-right h2 {
	margin: 0;
	padding: 3px 10px;
	border-bottom: 1px solid #8D949B;
	font-family: arial;
	color: #574F4D;
	font-weight: bold;
	text-transform: uppercase;
}

.footer a,.footer-right a {
	line-height: 12px;
	color: #0F5D8F;
}

.footer-right a {
	line-height: 17px;
	font-weight: bold;
}

.footer-right p {
	padding: 10px;
}

/** From old LME **/
.candidat-nav .menuOffer_InscrivezVous {
	background: #fff url(/images/LME/BLOC_PROMO_INSCRIPTION_v01.png) top
		left no-repeat;
	height: 223px;
	width: 162px;
	margin: 8px;
	padding: 0;
}

.candidat-nav .menuOffer_InscrivezVous span {
	line-height: 13px;
	font-family: Verdana, Arial;
	font-size: 10px;
	padding: 42px 5px 0 50px;
	margin: 0;
	display: block;
	color: #000;
}

.candidat-nav .menuOffer_InscrivezVous span strong {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FF6600;
}

.candidat-nav .menuOffer_InscrivezVous a {
	text-decoration: none;
	color: #FFF;
	margin: 27px 20px 0 31px;
	font-weight: bold;
	font-family: Verdana, Arial;
	font-size: 11px;
	display: block;
	padding-left: 12px;
}

div.encadre-interieur h3 img {
	padding-right: 6px;
}

td.encadre-interieur p {
	padding: 0 10px 10px;
}

.encadre-interieur h6 {
	width: inherit;
	display: block;
	margin: 0 0 10px 0;
	line-height: 16px;
	font-weight: bold;
}

td.encadre-interieur a.icone-lien {
	color: #D70006;
	padding: 2px 0;
	font-weight: bold;
}

.conteneur_1_alert_mail {
	width: 100px;
	margin: 0 10px;
	float: left;
}

.conteneur_2_alert_mail {
	width: 580px;
	float: left;
}

div.bloc {
	margin: 10px 0;
}

#formulaire div.bloc p {
	line-height: 18px;
	padding: 0 0 5px;
}

.encadre-int-gauche p {
	padding: 5px 0;
}

.dimImageMax {
	max-height: 120px;
	max-width: 80px;
}

.candidateInfos p {
	padding: 0 19px 10px;
	line-height: 16px;
}

.candidateInfos ul.alignementPuce {
	list-style-type: disc;
	margin: 0 0 5px 60px;
}

.candidateInfos ul.alignementPuce li {
	border-top: none !important;
}

div.etape_cv {
	border-top: 1px dotted #999999;
	padding: 10px;
	text-align: center;
}

div.etape_cv .steps {
	width: 280px;
	margin: 0 auto;
}

div.etape_cv .steps ul li {
	background: url("/images/LME/style/puce-fleche-rouge.gif") no-repeat
		scroll 5px 6px transparent;
	padding-bottom: 5px;
}

div.etape_cv .steps ul li {
	padding: 3px 0 5px 14px;
}

div.etape_cv ul.col1 {
	display: block;
	float: left;
	width: 90px;
	text-align: left;
	margin: 0 0 0 50px;
}

div.etape_cv ul.col2 {
	display: block;
	float: left;
	text-align: left;
}

ul.showchamps ul {
	margin-bottom: 10px;
}

ul.showchamps li {
	border: none;
	display: inline;
}

ul.champs button,ul.champs2 button {
	border: 0 none;
	margin: 0;
	padding: 0;
	outline: medium none;
}

.linebottom {
	border-bottom: 1px dotted #999999;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.InfoSearch {
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
}

h3.InfoSearch {
	padding-bottom: 10px !important;
}

.infoOffer h3 {
	padding-bottom: 10px !important;
	font-size: 12px !important;
}

.col760contenu .displayResult li {
	background: none repeat scroll 0 50% transparent;
	border: 1px solid #CCCCCC;
	clear: both;
	margin: 0 0 10px;
	padding: 5px 5px 10px 10px;
	-moz-border-radius: 5px 5px 0px 0px;
}

.col760contenu .displayResult img {
	float: right;
	margin: 0 10px 10px;
}

.col760contenu .displayResult h2 {
	padding: 10px 0;
}

.col760contenu .displayResult h2 p a {
	font-size: 13px !important;
	font-weight: bold;
	color: #000000;
}

.col760contenu .displayResult h2 span {
	font-size: 11px !important;
	font-weight: bold;
	color: #666666;
}

.col760contenu .displayResult .description {
	line-height: 14px;
	padding-bottom: 8px;
}

.col760contenu .displayResult .first {
	border-left: 0 none;
	clear: none;
}

.col760contenu .displayResult dt {
	display: inline;
	font-weight: normal;
}

.col760contenu .displayResult dl {
	border-left: 1px solid #414134;
	clear: both;
	float: left;
	line-height: 16px;
	margin: 0 10px 10px 0;
	padding: 0;
}

.col760contenu .displayResult dd {
	display: inline;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.col760contenu h2.title {
	color: #E00019;
	font-family: 'FuturaCondensedBold';
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
}

.col760contenu .ListHome ul {
	width: 50%;
	float: left;
}

.col760contenu #groupButton {
	padding-top: 20px;
}

.navigationBlock {
	font-size: 10px;
	margin: 0 0 20px;
	width: 730px;
	border: 0 none;
	padding: 0;
}

.navigationBlock ol {
	color: #9D9FA0;
	font-size: 10px;
	float: left;
	height: 18px;
	text-align: center;
	width: 529px;
	list-style-type: none;
	border: 0 none;
	margin: 0;
	outline: medium none;
	padding: 0;
}

.navigationBlock li {
	display: inline;
	color: #9D9FA0;
	font-size: 10px;
	font-weight: bold;
	border: 0 none;
	margin: 0;
	outline: medium none;
	padding: 0;
}

.navigationBlock li span {
	padding: 0 4px 0 8px;
	font-size: 10px;
}

.navigationBlock li a {
	font-size: 10px;
	font-weight: normal;
	padding: 0 4px 0 8px;
	text-decoration: underline;
}

.navigationBlock .previousElement {
	background: url("/images/LME/bullet_01.gif") no-repeat scroll 0 7px
		transparent;
	float: left;
	height: 18px;
	padding: 0 0 0 10px;
	width: 99px;
}

.navigationBlock .nextElement {
	background: url("/images/LME/bullet_02.gif") no-repeat scroll 100% 7px
		transparent;
	float: left;
	height: 18px;
	padding: 0 10px 0 0;
	text-align: right;
	width: 82px;
	border: 0px;
	margin: 0px;
}

.navigationBlock p a {
	text-decoration: none;
	border: 0px;
	margin: 0px;
	line-height: 18px;
}

.lstAction .AligneBouton {
	float: left;
	margin-right: 10px;
}

.BlocDescription {
	width: 725px;
}

.InfoDescription {
	float: left;
	width: 505px;
}

.InfoDescription .noir {
	color: #000000;
}

.InfoDescription p {
	line-height: 18px;
	padding: 0px 0px 5px;
}

.LogoDescription {
	float: left;
	margin-bottom: 5px;
	margin-left: 10px;
	text-align: center;
	width: 210px;
}

.BlocDescription .LogoDescription img {
	display: block;
}

.BlocDescription .LogoDescription a {
	font-weight: bold;
	color: #DF0019;
	display: block;
}

.TitreDetailOffre {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.employeur {
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
}

.texteNormalBleuM11 {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 13px;
	text-align: justify;
	padding: 5px 0px 10px;
	display: block;
}

.pour_repondre {
	display: inline;
	font-weight: bold;
	color: #000000 !important;
}

.LogoReponseLigne {
	bottom: 0;
	float: right;
	margin: 0px;
	padding: 0px;
}

.highlight {
	display: block;
	visibility: visible;
	margin-top: 15px;
}

.highlight .bloc_information a {
	font-weight: bold;
	margin-top: 5px;
	display: block;
}

#formulaire .bloc_sans_bordure {
	margin: 10px 0;
	padding: 0;
}

.contactReponseLigne {
	float: left;
	width: 500px;
}

div.bloc_information span.reference {
	color: #FFFFFF;
}

.encadre-interieur .response {
	border-top: 1px dotted #999999;
	padding-top: 10px;
}

.encadre-interieur .response p {
	display: block;
	margin: 10px 0;
}

.encadre-interieur .response p label {
	font-weight: normal;
	width: 50px;
	margin: 0;
	padding: 0;
}

.encadre-interieur .response p label.inline {
	width: auto !important;
	display: inline;
	float: none;
}

.encadre-interieur .response p span {
	font-weight: bold;
}

.encadre-interieur .response b {
	font-size: 10px;
}

.encadre-interieur .response .recap_text {
	float: left;
	width: 500px;
}

.encadre-interieur .response .recap_text_small {
	float: left;
	width: 350px;
}

.encadre-interieur .response .recap_logo {
	float: right;
	text-align: right;
	width: 190px;
}

.encadre-interieur .response .recap_logo .logo {
	margin-top: 30px;
}

.encadre-interieur fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

.encadre-interieur .deja_inscrit {
	margin-left: 20px;
	padding: 5px;
	width: 132px;
	background-color: #EDEBE9;
	border-color: -moz-use-text-color #B0AAA9 #B0AAA9;
	border: 1px solid #B0AAA9;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.deja_inscrit h3 {
	color: #E00019;
	font-family: 'FuturaCondensedBold';
	font-size: 16px !important;
	font-weight: normal;
	line-height: 25px;
	text-transform: uppercase;
}

#formRegistration .inscription {
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	width: 740px;
	padding-bottom: 5px;
}

.erni02 {
	width: 350px;
	margin-left: 20px;
}

#recruteurs {
	float: left;
	margin-right: 15px;
	width: 465px;
}

#monCompteAgence {
	float: left;
	width: 225px;
}

#monCompteAgence img {
	display: block;
	float: left;
	margin: 5px 14px 5px 0;
}

#monCompteAgence #promotion p {
	line-height: 18px;
	font-size: 11px;
}

#recruteursWrap h4 {
	color: #000000;
	font-size: 14px;
	padding: 5px 0 12px;
}

div#recruteurs ul li,div#monCompteAgence ul li {
	border: none !important;
	padding: 2px 0 5px 0;
}

.blockHighlight {
	background: url("/images/LME/bgd_form.gif") repeat-x scroll 0 0
		transparent;
	border-bottom: 1px solid #7698A6;
	border-top: 1px solid #7698A6;
	margin: 0 0 15px;
	padding: 15px;
	width: 700px;
	z-index: 1;
}

.blockHighlight p {
	line-height: 20px;
	padding: 0 0 5px;
}

.blockHighlight a {
	color: #0F5D8F !important;
	text-decoration: underline;
}

.blockHighlight ol {
	overflow: hidden;
	width: 700px;
	list-style-type: none;
}

.blockHighlight li {
	display: inline;
	float: left;
	margin: 0 9px 0 0;
	padding: 0 10px 0 0;
}

.blockHighlight .box {
	width: 229px;
}

.blockHighlight .box li,ol li ul.champs li {
	margin: 1px !important;
	padding: 1px !important;
	color: #000000;
}

.blockHighlight .inputType01 {
	background: url("/images/LME/bullet_03.gif") no-repeat scroll 100% 0
		#FFFFFF;
	float: none;
	margin: 10px 0;
	padding-right: 10px;
	width: 225px;
}

.blockHighlight .last {
	margin: 0;
	padding: 52px 0 0;
	width: 80px;
}

.blockHighlight .infoStatistic {
	float: left;
	width: 350px;
}

.blockHighlight .infoStatistic span {
	clear: both;
	display: block;
	float: left;
	padding: 0 0 10px;
	width: 300px;
}

.blockHighlight .infoStatistic label {
	display: block;
	float: left;
	padding: 0 10px 10px 0;
	width: 20px;
}

.blockHighlight1 {
	background: url("/images/LME/bgd_form.gif") repeat-x scroll 0 0
		transparent;
	border-bottom: 1px solid #7698A6;
	border-top: 1px solid #7698A6;
	margin: 0 0 15px;
	padding: 15px;
	width: 677px;
	z-index: 1;
}

.blockHighlight1 label {
	font-size: 10px;
	color: #000000;
	padding: 0 0 3px 5px;
	text-transform: uppercase;
	display: block;
}

#services {
	background: url("/images/LME/bgd_services.gif") repeat-y scroll 0 0
		transparent;
	width: 700px;
}

#services div {
	float: left;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	width: 220px;
}

#services #contacter {
	margin: 0;
	padding: 0;
	width: 220px;
}

#services #produits h4 {
	background: url("/images/LME/icon_produit.gif") no-repeat scroll 0 0
		transparent;
}

#services h4 {
	display: inline;
	line-height: 18px;
	margin: 0 0 15px;
	padding: 0 0 20px 24px;
}

#services img {
	display: block;
	float: left;
	margin: 0 15px 10px 0;
}

#services #aide h4 {
	background: url("/images/LME/icon_aide.gif") no-repeat scroll 0 0
		transparent;
}

#services #contacter h4 {
	background: url("/images/LME/icon_contact.gif") no-repeat scroll 0 0
		transparent;
}

#recruteurs .mesCommandes {
	margin: 0 0 5px;
	width: 449px;
	font-size: 10px;
}

#recruteurs .mesCommandes p {
	color: #FFFFFF;
	padding: 5px;
}

#recruteurs .mesCommandes div {
	padding: 0 2px 2px;
	width: 445px;
}

#recruteurs .mesCommandes table {
	border-collapse: separate;
	border-spacing: 0;
}

#recruteurs .mesCommandes thead th {
	background: url("/images/LME/bgd_separator_03.gif") repeat-y scroll 0 0
		transparent;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 10px;
	text-align: center;
	text-transform: uppercase;
}

#recruteurs .mesCommandes tbody {
	background: none repeat scroll 0 0 #FFFFFF;
}

#recruteurs .mesCommandes tbody th {
	padding: 8px 10px;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
}

#recruteurs .mesCommandes tbody td {
	background: url("/images/LME/bgd_separator_02.gif") repeat-y scroll 0 0
		#FFFFFF;
	padding: 8px 10px;
	text-align: center;
	font-weight: normal;
}

#recruteurs .mesCommandes .color03 {
	color: #B61D3B;
}

#recruteurs .mesCommandes tbody th.color02 {
	background: none repeat scroll 0 0 #ECF3F3;
}

#recruteurs .mesCommandes tbody td.color02 {
	background: url("/images/LME/bgd_separator_02.gif") repeat-y scroll 0 0
		#ECF3F3;
}

.hidelabel+label {
	display: none !important;
}

#divFranceSelect {
	margin-left: 215px;
	color: red;
	font-size: 10px;
}

.fieldset-title {
	color: #1572AD;
	font-weight: bold;
	font-size: 11px;
}

.educationLevel ul.checkbox_list li {
	width: 15%;
	float: left;
	margin: 5px 0 !important;
}

ul li div.language {
	float: left;
	text-align: left;
	margin: 3px 0;
}

#mesCommandesEcho {
	background: url("/images/LME/bgd_content.gif") repeat-x scroll 0 100%
		transparent;
	float: left;
}

/***********************
Lev3 
************************/
#lev3 {
	font-size: 9px !important;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	width: 730px;
	margin: 24px 0 0 0;
	overflow: hidden;
}

#lev3 h3 {
	font-size: 13px !important;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	padding: 6px 0 4px 0;
}

#lev3 ul {
	width: 730px;
}

#lev3 li {
	float: left;
}

#lev3 ul ul {
	width: auto;
}

#lev3 li li {
	margin: 0 2px 0 0;
	display: inline;
}

#lev3 li li a {
	width: 97px;
	height: 30px;
	padding: 5px 0 0 0;
	text-decoration: none;
	display: block;
	float: left;
	font-size: 9px !important;
	line-height: 10px;
}

#lev3 li li a:hover {
	color: #fff;
	text-decoration: none;
}

#lev3 .activated {
	
}

#lev3 .activated a {
	color: #fff;
	background: url(/images/LME/bgd_offresweb_03_2.gif) 100% 0 no-repeat;
	/*background-color:#0166AC;*/
}

#offresWeb {
	background: #000000 url(/images/LME/bgd_offresweb.gif) no-repeat;
	width: 400px;
	height: 65px;
	margin: 0 12px 0 0;
}

#offresWeb a {
	color: #000000;
	background: url(/images/LME/bgd_offresweb_04_2.gif) 100% 0 no-repeat;
	/* background-color:#ECF3F3;*/
}

#offresWeb a:hover {
	background: url(/images/LME/bgd_offresweb_03_2.gif) 100% 0 no-repeat;
	/*background-color:#0166AC;*/
}

#archives {
	background: #6c6c6c url(/images/LME/bgd_archives.gif) no-repeat;
	width: 106px;
	height: 65px;
	margin: 0 12px 0 0;
}

#archives a {
	color: #6c6c6c;
	background: url(/images/LME/bgd_archives_01_2.gif) no-repeat;
}

#archives a:hover {
	background: url(/images/LME/bgd_offresweb_03_2.gif) 100% 0 no-repeat;
}

#offresPresses {
	background: #ae0501 url(/images/LME/bgd_offresweb_03_2.gif) no-repeat;
	width: 200px;
	height: 65px;
}

#offresPresses a {
	color: #ae0501;
	background: url(/images/LME/bgd_offrespresses_01_2.gif) no-repeat;
}

#offresPresses a:hover {
	background: url(/images/LME/bgd_offresweb_03_2.gif) 100% 0 no-repeat;
}

#emploi {
	text-align: center;
	font-size: 10px !important;
	color: #464464;
	background: #C60127 url(/images/LME/bgd_table_02.gif) 0 100% no-repeat;
	width: 716px;
	margin: 0 0 15px 0;
	padding: 0 2px 2px 2px;
}

#emploi thead th {
	font-weight: bold;
	color: #fff;
	background-color: #C31839;
	padding: 3px 5px;
	text-transform: uppercase;
	text-align: center;
	font-size: 10px !important;
}

#emploi img {
	margin: 0 0 0 5px;
}

#emploi tbody {
	background: #fff;
}

#emploi tbody th {
	color: #0f5d8f;
	background: #fff url(/images/LME/icon_folder.gif) 9px 9px no-repeat;
	padding: 10px 10px 10px 32px;
	font-size: 10px !important;
}

#emploi tbody td {
	background: #fff url(/images/LME/bgd_separator_02.gif) repeat-y;
	padding: 10px;
	text-align: center;
	word-wrap: break-word;
	font-size: 10px !important;
}

.annotation {
	color: black;
	text-transform: none;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
}

.links {
	width: 120px;
}

#emploi a {
	color: #0f5d8f;
	line-height: 14px;
}

#emploi a:hover {
	text-decoration: none;
}

#emploi thead .last {
	background: none;
	background-color: #C31839;
}

#emploi tbody .last {
	background: #fff none;
}

#emploi .color01 {
	background: #ecf3f3 url(/images/LME/bgd_separator_02.gif) repeat-y;
}

#emploi .color02 {
	background: #ecf3f3 url(/images/LME/icon_folder.gif) 9px 9px no-repeat;
}

/* End LEV3*/
/***********************
Offres d'emploi
************************/
.offre {
	font-size: 10px;
	background: url(/images/LME/bgd_content_b_01.gif) 0 100% no-repeat;
	width: 730px;
	padding: 0 0 7px 0;
	margin: 10px 0 14px 0;
}

.offreWrap {
	background: url(/images/LME/bgd_content_01.gif) no-repeat;
	padding: 3px 0 0 0;
}

.offreWrap div {
	border-left: 2px solid #C31839;
	border-right: 2px solid #C31839;
	padding: 0 5px;
	margin: 0
}

.offreWrap thead th {
	font-size: 10px !important;
	font-weight: bold;
	color: #fff;
	background: url(/images/LME/bgd_separator_03.gif) 100% 0 repeat-y;
	padding: 2px 0 5px 5px;
	text-transform: uppercase;
	text-align: center;
}

.offreWrap thead th a {
	font-size: 10px !important;
	font-weight: normal;
	text-decoration: underline;
}

.offreWrap thead .last {
	background: none;
}

.offreWrap tbody th {
	font-size: 10px !important;
	color: #0f5d8f;
	background: #fff url(/images/LME/icon_folder.gif) 9px 9px no-repeat;
	padding: 10px 5px 10px 32px;
}

.offreWrap tbody a {
	font-size: 10px !important;
	font-weight: normal;
	text-decoration: underline;
}

.offreWrap tbody td {
	font-size: 10px !important;
	color: #000000;
	background: #fff url(/images/LME/bgd_separator_02.gif) repeat-y;
	padding: 10px 5px 10px 10px;
	text-align: center;
}

.offreWrap a {
	color: #0f5d8f;
}

.offreWrap a:hover {
	text-decoration: none;
}

.offreWrap .color01 {
	background: #ecf3f3 url(/images/LME/bgd_separator_02.gif) repeat-y;
}

.offreWrap .color02 {
	background: #ecf3f3 url(/images/LME/icon_folder.gif) 9px 9px no-repeat;
}

.OfferSearch form {
	width: 730px;
}

.OfferSearch,.OfferSearch select,.OfferSearch input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	width: 350px;
	margin-bottom: 5px;
}

.OfferSearch #search_keywords,.OfferSearch #online_date,.OfferSearch #lower_online_date
	{
	height: 20px;
	font-size: 12px;
}

.OfferSearch #online_date,.OfferSearch #lower_online_date {
	margin: 0;
}

.OfferSearch .input01 {
	margin-top: -5px;
	padding-top: -5px;
}

.OfferSearch .btn2 input {
	width: 10px;
	margin: 5px 5px 0 0;
}

.OfferSearch .btn2 label {
	margin: 0 8px 0 0;
	color: #000000;
	font-weight: normal;
}

.OfferSearch .size01 {
	width: 100px;
}  /* Bouton submit*/
.note {
	font-size: 9px;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
	color: #3F6A9A;
}

.OfferSearch label {
	display: block;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #1572AD;
	margin-bottom: 5px;
}

.OfferSearch .LibRadio {
	display: inline;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.infoOffer .ClsForm {
	width: auto;
	display: inline;
	margin-right: 5px;
}

.pour_repondre {
	font-weight: bold;
	COLOR: #1572AD;
	display: inline;
}

/*Mes commandes*/
.mesCommandes {
	font-size: 10px;
	background: #b51c3a url(/images/LME/bgd_commandes_02.gif) 0 100%
		no-repeat;
	width: 460px;
	margin: 0 0 25px 0;
}

.mesCommandes div {
	background: url(/images/LME/bgd_commandes_01.gif) no-repeat;
	width: 456px;
	padding: 0 2px 2px 2px;
}

.mesCommandes thead th {
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	background: url(/images/LME/bgd_separator_03.gif) repeat-y;
	padding: 5px 10px;
	text-transform: uppercase;
	text-align: center;
}

.mesCommandes tbody {
	background: #fff;
}

.mesCommandes tbody th {
	font-size: 10px;
	font-weight: normal;
	padding: 8px 10px;
	vertical-align: middle;
	text-align: left;
}

.mesCommandes tbody th img {
	margin: 0 8px 0 0;
	display: block;
	float: left;
}

.mesCommandes tbody td {
	font-size: 10px;
	text-align: center;
	background: #fff url(/images/LME/bgd_separator_02.gif) repeat-y;
	padding: 8px 10px;
}

.mesCommandes tbody th.color02 {
	background: #ecf3f3;
}

.mesCommandes tbody td.color02 {
	background: #ecf3f3 url(/images/LME/bgd_separator_02.gif) repeat-y;
}

.color03 {
	color: #B61D3B;
}

#mesCommandesContent {
	background: url("/images/LME/bgd_content.gif") repeat-x scroll 0 100%
		transparent;
	border: 1px solid #8D949B;
	float: left;
	margin: 0 0 14px;
	padding: 15px;
}

#creditCommande {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding: 0 0 10px;
	text-transform: uppercase;
}

#commandesContacter h4 {
	display: inline;
	margin-right: 5px;
	background: url("/images/LME/icon_contact.gif") no-repeat scroll 0 0
		transparent;
	line-height: 18px;
	margin: 0 0 15px;
	padding: 0 0 20px 24px;
	color: #000000;
	font-size: 11px;
}

#commandesContacter p {
	line-height: 18px;
	padding: 0 0 5px;
}

/***********************
Mes bases Candidats
************************/
.baseCandidat {
	font-size: 10px;
	color: #0f5d8f;
	width: 708px;
	padding: 0 0 7px 0;
	margin: 0 0 14px 0;
}

.baseCandidat h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	padding: 0 0 0 4px !important;
	line-height: 20px;
	margin: 0px !important;
}

.baseCandidat div {
	background: #fff;
	padding: 0 5px;
}

.baseCandidat a {
	color: #0f5d8f;
	font-size: 10px !important;
	text-decoration: underline;
}

.baseCandidat th {
	width: 100%;
	padding: 10px 10px 10px 29px;
}

.baseCandidat th a {
	background: url(/images/LME/icon_folder.gif) 0 0 no-repeat;
	padding: 0 0 0 20px
}

.baseCandidat .aCreer {
	padding-right: 54px
}

.baseCandidat .aCreer a {
	background: none;
	padding: 0
}

.baseCandidat td {
	width: 50%;
	padding: 10px;
}

.baseCandidat tr.bgdColor {
	background: #ecf3f3
}

.prise {
	background: url(/images/LME/bgd_content_b_01.gif) 0 100% no-repeat;
}

.prise div {
	border-color: #0166ac;
}

.prise h3 {
	background: url(/images/LME/bgd_content_01.gif) no-repeat;
}

.autres {
	background: url(/images/LME/bgd_content_b_03.gif) 0 100% no-repeat;
}

.autres div {
	border-color: #818080;
}

.autres h3 {
	background: url(/images/LME/bgd_content_03.gif) no-repeat;
}

.baseCandidat .ContenuBaseCandidat {
	padding: 8px 5px;
	border: none;
}

.baseCandidat .TitleBaseCandidat {
	float: left;
	width: 500px;
	border: none;
	line-height: 15px;
}

.baseCandidat .TitleBaseCandidat a {
	background: url(/images/LME/icon_folder.gif) 0 0 no-repeat;
	padding: 0 0 0 20px;
}

.baseCandidat .GestionBaseCandidat {
	float: left;
	width: auto;
	border: none;
	line-height: 20px;
}

/*saved dearch list*/
.savSeaCvList {
	font-size: 10px;
	background: #B61D3B url(/images/LME/bgd_commandes_02.gif) 0 100%
		no-repeat;
	width: 730px;
	margin: 0 0 25px 0;
}

.savSeaCvList div {
	background: url(/images/LME/bgd_commandes_01.gif) no-repeat;
	width: 726px;
	padding: 0 2px 2px 2px;
}

.savSeaCvList thead th {
	font-weight: bold;
	color: #fff;
	background: url(/images/LME/bgd_separator_03.gif) repeat-y;
	padding: 5px 10px;
	text-transform: uppercase;
	text-align: center;
}

.savSeaCvList tbody {
	background: #fff;
}

.savSeaCvList tbody th {
	padding: 8px 10px;
	vertical-align: middle;
}

.savSeaCvList tbody th img {
	margin: 0 8px 0 0;
	display: block;
	float: left;
}

.savSeaCvList tbody td {
	text-align: center;
	background: #fff url(/images/LME/bgd_separator_02.gif) repeat-y;
	padding: 8px 10px;
}

.savSeaCvList tbody th.color02 {
	background: #ecf3f3;
}

.savSeaCvList tbody td.color02 {
	background: #ecf3f3 url(/images/LME/bgd_separator_02.gif) repeat-y;
}

.color03 {
	color: #B61D3B;
}

/* SALAIRE BTP */
.conteneur_salaire_btp,.conteneur_salaire_btp2 {
	width: 962px;
}

.conteneur_salaire_btp p,.conteneur_salaire_btp p {
	margin: 0;
	padding: 0;
}

.conteneur_salaire_btp ul,.conteneur_salaire_btp2 ul {
	list-style-type: none;
	margin: 5px 0 0 10px;
	padding: 0;
}

.conteneur_salaire_btp .menuOffer_InscrivezVous {
	background: #fff url(/images/LME/bgd_menu_offres_inscrivez_vous.jpg) top
		left no-repeat;
	height: 269px;
	width: 159px;
	float: left;
}

.conteneur_salaire_btp .menuOffer_InscrivezVous h4 {
	color: #ea2c2d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 5px 20px 8px 20px;
}

.conteneur_salaire_btp .menuOffer_InscrivezVous span {
	line-height: 13px !important;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px !important;
	margin: 0 20px 0 20px !important;
	display: block;
}

.conteneur_salaire_btp .menuOffer_InscrivezVous span strong {
	line-height: 13px !important;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px !important;
}

.conteneur_salaire_btp .menuOffer_InscrivezVous a {
	text-decoration: none;
	color: #FFF;
	margin: 85px 20px 0 40px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	display: block;
}

.conteneur_salaire_btp .espace_candidat {
	width: 161px;
	float: left;
	height: 25px;
}

.conteneur_salaire_btp .salaire_btp h3,.conteneur_salaire_btp .resultat h3,.conteneur_salaire_btp .salaire_btp_compteur h3
	{
	background: #D60006;
	height: 17px;
	color: #FFFFFF;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	padding-top: 3px;
}

.conteneur_salaire_btp .espace_candidat h3,.conteneur_salaire_btp2 .enquete h3,.conteneur_salaire_btp2 .telechargement h3,.conteneur_salaire_btp2 .salaire_fonction h3,.conteneur_salaire_btp2 .salaire_activite h3,.conteneur_salaire_btp2 .savoir_plus h3,.conteneur_salaire_btp2 .salaire h3,.conteneur_salaire_btp2 .service_emploi h3,.conteneur_salaire_btp  .activite h3
	{
	background: #093C69;
	height: 19px;
	color: #FFFFFF;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	padding-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
}

.conteneur_salaire_btp .espace_candidat h1,.conteneur_salaire_btp2 .telechargement h1
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #003366;
	margin: 0;
	line-height: 16px;
	text-transform: none;
	padding: 0;
}

.conteneur_salaire_btp .espace_candidat h4,.conteneur_salaire_btp2 .telechargement h4,.conteneur_salaire_btp2 .salaire_fonction h4
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px !important;
	font-weight: normal !important;
	color: #000000;
	margin: 0px !important;
}

.conteneur_salaire_btp .espace_candidat .contenu {
	border-left: #999999 1px solid;
	border-right: #999999 1px solid;
	border-bottom: #999999 1px solid;
	background-image: url(/images/LME/espace_candidat_fond.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 215px;
	padding: 5px 5px 5px 4px;
	width: 150px;
}

.conteneur_salaire_btp .espace_candidat .contenu ul {
	width: 139px;
}

.conteneur_salaire_btp .espace_candidat .contenu li {
	display: block;
	width: 130px;
	float: left;
	margin-bottom: 3px;
	line-height: 12px;
}

.conteneur_salaire_btp .espace_candidat .contenu li img {
	display: block;
	float: left;
	margin-top: 2px;
	width: 9px;
}

.conteneur_salaire_btp .espace_candidat .contenu li span {
	display: block;
	width: 116px;
	padding-left: 5px;
	float: left;
}

.conteneur_salaire_btp .espace_candidat .contenu .inscrire {
	margin: 25px 0 0 40px;
	padding: 0;
	width: 79px;
	display: block;
}

.conteneur_salaire_btp .espace_candidat .contenu .inscrire li {
	width: 79px;
}

.conteneur_salaire_btp .salaire_btp {
	width: 468px;
	margin-left: 15px;
	float: left;
	height: 25px;
}

.conteneur_salaire_btp .salaire_btp .contenu {
	background-image: url(/images/LME/salaire_btp_fond.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 230px;
	padding: 5px;
}

.conteneur_salaire_btp .salaire_btp .contenu form {
	display: block;
	padding: 10px;
	margin: 5px auto 0 auto;
}

.conteneur_salaire_btp .resultat .contenu form {
	display: block;
	padding: 10px;
	margin: 5px auto 0 auto;
}

.conteneur_salaire_btp .salaire_btp .contenu .champs,.conteneur_salaire_btp .resultat .contenu .champs
	{
	width: 250px;
	margin: 0 auto 8px 80px;
	padding-bottom: 20px;
}

.conteneur_salaire_btp .salaire_btp .contenu .evaluer_salaire,.conteneur_salaire_btp .resultat .contenu .evaluer_salaire
	{
	margin: 10px auto 8px 155px;
	padding: 0 0 20px 34px;
}

.conteneur_salaire_btp .salaire_btp .contenu label,.conteneur_salaire_btp .resultat .contenu label
	{
	font-weight: bold;
	margin-left: 43px;
	text-align: left;
	display: block;
	padding: 0 0 2px 0;
	width: 240px;
}

.conteneur_salaire_btp .salaire_btp .contenu div img,.conteneur_salaire_btp .resultat .contenu div img
	{
	display: block;
	width: auto;
	float: left;
}

.conteneur_salaire_btp .salaire_btp .contenu select,.conteneur_salaire_btp .resultat .contenu select
	{
	display: block;
	float: left;
	margin-left: 25px;
	width: 220px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.conteneur_salaire_btp .salaire_btp .contenu .coche {
	width: 15px;
	margin-left: 10px;
}

.conteneur_salaire_btp .pub_pave {
	width: 300px;
	margin-left: 14px;
	float: left;
	height: 250px;
}

.conteneur_salaire_btp2 .ils_recrutent {
	width: 161px;
	float: left;
	height: 320px;
	text-align: center;
}

.conteneur_salaire_btp2 .enquete {
	width: 468px;
	float: left;
	height: auto;
}

.conteneur_salaire_btp2 .enquete .contenu {
	border-left: #999999 1px solid;
	border-right: #999999 1px solid;
	border-bottom: #999999 1px solid;
	background-image:
		url(http://www.lemoniteur-emploi.com/uploads/images/home_salaire_dossier_-87741.jpg);
	background-position: center right;
	background-repeat: no-repeat;
	display: block;
	height: 105px;
	padding: 5px;
}

.conteneur_salaire_btp2 .enquete .contenu li {
	margin-bottom: 7px;
	background: url(/images/LME/puceRondGris.gif) no-repeat;
	background-position: center left;
	padding-left: 12px;
}

.conteneur_salaire_btp2 .enquete .contenu a {
	color: #000000;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
}

.conteneur_salaire_btp2 .enquete .contenu a {
	color: #000000;
}

.conteneur_salaire_btp2 .telechargement {
	width: 300px;
	margin-left: 16px;
	float: right;
	height: 187px;
}

.conteneur_salaire_btp2 .telechargement .contenu {
	border-left: #999999 1px solid;
	border-right: #999999 1px solid;
	border-bottom: #999999 1px solid;
	display: block;
	height: 150px;
	padding: 5px;
}

.conteneur_salaire_btp2 .telechargement .contenu li {
	margin-bottom: 7px;
	display: block;
	width: 266px;
}

.conteneur_salaire_btp2 .telechargement .contenu a {
	color: #000000;
	height: 26px;
	padding-top: 4px;
	float: left;
	display: block;
	width: 268px;
}

.conteneur_salaire_btp2 .telechargement .contenu .fleche {
	float: left;
	display: block;
	margin-top: 8px;
}

.conteneur_salaire_btp2 .telechargement .contenu .pdf {
	float: right;
	display: block;
}

.salaire_fonction {
	width: 468px;
	float: left;
	height: 187px;
}

.conteneur_salaire_btp2 .salaire_fonction .contenu,.conteneur_salaire_btp2 .salaire_activite .contenu
	{
	border-left: #999999 1px solid;
	border-right: #999999 1px solid;
	border-bottom: #999999 1px solid;
	display: block;
	height: 175px;
	padding: 5px;
}

.conteneur_salaire_btp2 .salaire_fonction .contenu ul {
	width: 185px;
	float: left;
	padding-right: 10px;
	height: 15px;
}

.conteneur_salaire_btp2 .salaire_fonction .contenu ul li,.conteneur_salaire_btp2 .salaire_activite .contenu li
	{
	margin-bottom: 7px;
}

.conteneur_salaire_btp2 .salaire_fonction .contenu a,.conteneur_salaire_btp2 .salaire_activite .contenu a
	{
	color: #000000;
	font-weight: normal;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.conteneur_salaire_btp2 .salaire_activite {
	width: 300px;
	margin-left: 16px;
	float: right;
	height: 187px;
}

.conteneur_salaire_btp .resultat {
	width: 784px;
	margin: 0 0 30px 16px;
	float: right;
	height: auto;
}

.conteneur_salaire_btp .resultat .contenu {
	background-color: #EEEEEE;
	background-position: top left;
	background-repeat: no-repeat;
	border-left: #999999 1px solid;
	border-right: #999999 1px solid;
	border-bottom: #999999 1px solid;
	padding: 5px;
}

.conteneur_salaire_btp .resultat .resultat_salaire {
	padding: 20px 0 30px 42px;
	margin: 0px;
	display: block;
	height: 50px;
}

.conteneur_salaire_btp .resultat .resultat_salaire img {
	padding-top: 3px;
	float: left;
}

.conteneur_salaire_btp .resultat .resultat_salaire p {
	border: #093C69 solid 1px;
	display: block;
	float: left;
	width: auto;
	height: 35px;
	font-size: 44px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #D60006;
	margin: 0 20px 0 15px;
	line-height: 28px;
	padding: 15px 5px 0 5px;
}

.conteneur_salaire_btp .resultat .resultat_salaire .chiffre {
	display: block;
	float: left;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	margin: 0 20px 10px 15px;
	padding: 15px 0 0 25px;
}

.conteneur_salaire_btp .resultat .calcul {
	width: auto;
}

.conteneur_salaire_btp .zoneBouton {
	width: 100%;
	text-align: center;
	margin: 0;
	padding-left: 40px;
}

.conteneur_salaire_btp .zoneBouton .buttonGris {
	background:
		url(http://emploi-btp.lemoniteur.fr/uploads/images/lme_dossier_salaire_bouton_-86217.jpg)
		top left no-repeat;
	width: 326px;
	height: 34px;
	display: block;
}

.conteneur_salaire_btp .zoneBouton .buttonGris a {
	width: 306px;
	display: block;
	text-align: center;
	color: #000000;
	font-weight: bold;
	padding-left: 10px;
}

.conteneur_salaire_btp .resultat .calcul .JobUrl a {
	color: #000000;
	font-weight: bold;
}

.conteneur_salaire_btp .resultat .calcul .retour {
	float: right;
	width: 150px;
}

.conteneur_salaire_btp2 .salaire {
	width: 238px;
	margin-left: 12px;
	float: left;
	height: 183px;
}

.conteneur_salaire_btp2 .salaire .contenu {
	border-left: #999999 1px solid;
	border-right: #999999 1px solid;
	border-bottom: #999999 1px solid;
	display: block;
	height: 144px;
	padding: 8px;
}

.conteneur_salaire_btp2 .salaire .intitule {
	padding: 3px 0 2px 0;
	width: auto;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}

.conteneur_salaire_btp2 .salaire select {
	display: block;
	margin-top: 2px;
	width: 210px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.conteneur_salaire_btp2 .service_emploi {
	width: 278px;
	margin-left: 12px;
	float: right;
	height: 187px;
}

.conteneur_salaire_btp2 .service_emploi .contenu {
	border-left: #999999 1px solid;
	border-right: #999999 1px solid;
	border-bottom: #999999 1px solid;
	display: block;
	height: 150px;
	padding: 5px;
}

.conteneur_salaire_btp2 .service_emploi .contenu li {
	margin-bottom: 7px;
}

.conteneur_salaire_btp2 .service_emploi .contenu a {
	color: #000000;
	font-weight: normal;
}

.conteneur_salaire_btp2 .savoir_plus {
	width: 242px;
	float: left;
	height: 187px;
}

.conteneur_salaire_btp2 .savoir_plus .contenu {
	border-left: #999999 1px solid;
	border-right: #999999 1px solid;
	border-bottom: #999999 1px solid;
	display: block;
	height: 150px;
	padding: 5px;
}

.conteneur_salaire_btp2 .savoir_plus .contenu li {
	width: 209px;
	clear: both;
	margin: 3px 0 20px 0;
	background: url(/images/LME/puceRondGris.gif) no-repeat;
	height: 7px;
}

.conteneur_salaire_btp2 .savoir_plus .contenu ul img {
	display: block;
	margin: 3px 5px 0 0;
	float: left;
	width: 9px;
	height: 9px
}

.conteneur_salaire_btp2 .savoir_plus .contenu a {
	color: #000000;
	font-weight: normal;
	display: block;
	width: 195px;
	line-height: 13px;
	float: left;
	margin-bottom: 7px;
}

.salaire_btp_compteur {
	width: 468px;
	margin: 0 0 30px 16px;
	float: left;
	height: auto;
}

.salaire_btp_compteur .contenu {
	background-color: #EEEEEE;
	background-position: top left;
	background-repeat: no-repeat;
	border-left: #999999 1px solid;
	border-right: #999999 1px solid;
	border-bottom: #999999 1px solid;
}

.salaire_btp_compteur .precedent,.salaire_btp_compteur .suivant {
	background-color: #E4E1E1;
	width: auto;
	height: 151px;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
}

.salaire_btp_compteur .precedent {
	float: left;
	background-image: url(/images/LME/precedent.gif);
}

.salaire_btp_compteur .suivant {
	float: right;
	background-image: url(/images/LME/suivant.gif);
}

.salaire_btp_compteur .corps {
	width: 405px;
	float: left;
	padding: 5px;
	margin-top: 5px;
}

.salaire_btp_compteur .corps .image {
	float: left;
	width: 120px;
}

.salaire_btp_compteur .corps .texte {
	float: right;
	width: 270px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin-left: 10px;
	color: #000000;
}

.salaire_btp_compteur .corps .texte h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 5px 0;
	font-size: 12px;
	font-weight: bold;
}

.salaire_btp_compteur .corps .JobUrl {
	clear: both;
}

.salaire_btp_compteur .corps .JobUrl a {
	color: #000000;
	line-height: 15px;
}

.activite {
	width: 300px;
	float: right;
	height: auto;
}

.activite .contenu {
	border-left: #999999 1px solid;
	border-right: #999999 1px solid;
	border-bottom: #999999 1px solid;
	display: block;
	height: auto;
	padding: 5px;
}

.activite .contenu ul li {
	margin-bottom: 7px;
}

.activite .contenu a {
	color: #000000;
	margin-left: 3px;
}

.tableau_activite {
	background-color: #6F8FD2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 15px 30px;
	padding: 0;
}

.tableau_activite .entete_R {
	background-color: #D58282;
	border: 1px #FFFFFF solid;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
}

.tableau_activite .rouge,.tableau_activite .rougeG {
	background-color: #D58282;
	color: #000000;
	padding-left: 10px;
	border: 1px #FFFFFF solid;
}

.tableau_activite .gris,.tableau_activite .grisG {
	background-color: #CED3DC;
	color: #000000;
	padding: 1px 0 1px 10px;
	border: 1px #FFFFFF solid;
}

.tableau_activite .gris,.tableau_activite .rouge {
	text-align: center;
}

.selectionner_2_salaire {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 16px;
	background-color: #C60127;
	height: 40px;
	width: 235px;
	line-height: 16px;
	margin: 0 7px 0 0;
	padding: 0 5px 0 0;
	display: inline;
	text-decoration: none;
	border: none;
}

.selectionner_2_salaire:hover {
	background-color: #660D1E;
	text-decoration: none;
}

.selectionner_2_salaire a {
	text-decoration: none;
	color: #FFFFFF;
}

.selectionner_2_salaire .go_home {
	padding-top: 12px;
	color: #FFFFFF;
	padding-left: 30px;
	background:
		url(http://emploi-btp.lemoniteur.fr/uploads/images/lme_dossier_salaire_bo-86214.jpg)
		top left no-repeat;
	width: 269px;
	height: 41px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.savoir_plus .contenu li {
	margin-bottom: 7px;
	background: url(/images/LME/puceRondGris.gif) no-repeat;
	background-position: center left;
	padding: 0 0 5px 12px;
	width: 270px;
}

.next {
	width: 94px;
	float: right;
	margin: 18px 0 10px 0;
}

.next a {
	text-decoration: none;
}

.conteneur_legende {
	width: 962px;
	float: right;
}

.conteneur_legende h3 {
	color: #1572AD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding: 0 0 0 10px;
	margin-bottom: -5px;
}

.conteneur_legende .legende {
	float: left;
	width: 784px;
	border: 1px solid #999999;
	height: 155px;
	margin: 10px 0 20px 0;
}

.conteneur_legende .legende .moyenne {
	border-bottom: 1px solid #999999;
	height: 40px;
}

.conteneur_legende .legende .moyenne .title {
	display: block;
	color: #D60006;
	text-align: center;
	font-size: 18px;
	padding-top: 10px;
}

.conteneur_legende .legende .idf {
	width: 392px;
	border-right: 1px solid #999999;
	height: 115px;
}

.conteneur_legende .legende .idf .title {
	display: block;
	text-align: center;
	font-size: 18px;
	color: #1574A4;
	margin-bottom: 10px;
	padding-top: 10px;
}

.conteneur_legende .legende .idf .legende_positive {
	font-size: 16px;
	color: #1574A4;
	margin: 0 0 2px 30px;
	font-weight: bold;
}

.conteneur_legende .legende .province {
	width: 392px;;
	height: 115px;
	margin-top: -115px;
	float: right;
}

.conteneur_legende .legende .province .title {
	display: block;
	color: #C6940D;
	text-align: center;
	font-size: 18px;
	margin-bottom: 10px;
	padding-top: 10px;
}

.conteneur_legende .legende .province .legende_negative {
	font-size: 16px;
	color: #C6940D;
	margin: 0 0 2px 30px;
	font-weight: bold;
}

/* FIN SALAIRE BTP */
/***********************
Hightlight Content 
************************/
.courriersType {
	font-size: 10px;
	color: #0f5d8f;
	background: url(/images/LME/bgd_content_b_02.gif) 0 100% no-repeat;
	width: 730px;
	padding: 0 0 7px 0;
	margin: 0 0 14px 0;
}

.courriersType h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	background: url(/images/LME/bgd_content_02.gif) no-repeat;
	text-transform: uppercase;
	padding: 0 0 0 21px;
	line-height: 20px;
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}

.courriersType div {
	background: #fff;
	border-left: 2px solid #660E1F;
	border-right: 2px solid #660E1F;
	padding: 0 5px;
}

.courriersType #formulaire .gestion_erreur {
	color: #FF0000;
	font-weight: bold;
	display: block;
	height: 15px;
	margin-bottom: 2px;
	border: none;
}

.courriersType #formulaire {
	padding: 20px;
}

.courriersType #formulaire .gauche {
	display: block;
	border: none;
	width: 350px;
	float: left;
}

.courriersType #formulaire .droite {
	display: block;
	border: none;
	width: 300px;
	float: left;
}

.courriersType #formulaire .MultiList {
	display: block;
	margin-bottom: 3px;
	height: 17px;
	line-height: 15px;
}

.courriersType #formulaire textarea {
	width: 412px;
}

.courriersType #formulaire input {
	width: 300px;
}

.courriersType #formulaire .btn2 .radio2 {
	width: 30px;
}

.courriersType #formulaire .radio {
	float: right;
	width: 25px;
	margin-right: 160px;
	display: inline;
	border: none;
}

.courriersType #formulaire .radio_info_company {
	width: 25px;
	float: left;
	margin-right: 3px;
	border: none;
}

.courriersType #formulaire .url_response {
	width: 261px;
}

.courriersType a {
	color: #0f5d8f;
}

.courriersType th {
	width: 50%;
	padding: 10px 10px 10px 29px;
}

.courriersType th a {
	background: url(/images/LME/icon_mail.gif) 0 0 no-repeat;
	padding: 0 0 0 20px
}

.courriersType .aCreer {
	padding-right: 54px
}

.courriersType .aCreer a {
	background: none;
	padding: 0
}

.courriersType td {
	width: 50%;
	padding: 10px;
}

.courriersType tr.bgdColor {
	background: #ecf3f3
}

.prise {
	background: url(/images/LME/bgd_content_b_01.gif) 0 100% no-repeat;
}

.prise div {
	border-color: #C31839;
}

.prise h3 {
	background: url(/images/LME/bgd_content_01.gif) no-repeat;
}

.autres {
	background: url(/images/LME/bgd_content_b_03.gif) 0 100% no-repeat;
}

.autres div {
	border-color: #818080;
}

.autres h3 {
	background: url(/images/LME/bgd_content_03.gif) no-repeat;
}

.courriersType b {
	line-height: 18px;
}

.courriersType label {
	line-height: 18px;
	font-weight: bold;
}

.sansBordure {
	border: none;
}

.courriersType .form_error {
	border: none;
	margin: 0;
	padding: 0;
	color: #FF0000;
	font-weight: bold;
}

.TitreCheckboxColor {
	color: #019de0;
}

.TitreOptionColor,.TitrePosteEmploi {
	color: #FF0000;
}

.TitrePosteEmploi {
	font-weight: bold;
	font-size: 16px;
}

.TitreUpdatePhoto {
	color: #000000;
	font-weight: bold;
}

.courriersType #divJobCriteria0 div {
	padding: 0 0;
}

/** Tags **/
.tagsCourrier .selectionner_2 {
	display: block;
	padding-right: 5px;
}

.tagsCourrier { /* pour les tags de appliance mail */
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #aaaaaa;
	border-right-color: #aaaaaa;
	border-bottom-color: #aaaaaa;
	border-left-color: #aaaaaa;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: right;
	clear: both;
	display: none;
}

/** /From old LME **/
#DisplayCV {
	width: 700px
}

#DisplayCV div {
	width: 280px;
	margin: 0 0 0 0;
	padding: 0 10px 0 0;
	float: left;
	border: medium;
}

#DisplayCV label {
	text-transform: none;
	font-size: 11px;
}

#HoleCV {
	width: 700px;
}

#HoleCV div {
	width: 280px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
	border: medium;
}

#HoleCV .small {
	width: 200px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
	border: medium;
}

#HoleCV .medium {
	width: 150px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
	border: medium;
}

#HoleCV label {
	text-transform: none;
	font-size: 11px;
}

#HoleCV .red {
	color: red;
}

#contactJobsseker {
	background: url(/images/LME/bullet_TOKEN-NEWS.gif) no-repeat;
	text-align: left;
	padding: 0 0 0 25px;
}

#transfer {
	background: url(/images/LME/enveloppe.gif) no-repeat;
	text-align: left;
	padding: 0 0 0 25px;
}

#save {
	background: url(/images/LME/icon_produit.gif) no-repeat;
	text-align: left;
	padding: 0 0 0 25px;
}

#annotationCV {
	background: url(/images/LME/bullet_07.gif) no-repeat;
	text-align: left;
	padding: 0 0 0 25px;
}

#hintbox { /*CSS for pop up hint box */
	position: absolute;
	top: 0;
	background-color: lightyellow;
	width: 150px; /*Default width of hint.*/
	padding: 3px;
	border: 1px solid black;
	font: normal 11px Verdana;
	line-height: 18px;
	z-index: 100;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
	visibility: hidden;
	text-align: left;
}

.comments {
	color: #666666;
}

.hintanchor { /*CSS for link that shows hint onmouseover*/
	font-weight: bold;
	color: navy;
	margin: 3px 8px;
	cursor: pointer;
}

/* Confirmation Reponse en ligne */
.bloc_optimisez {
	background: none;
	padding: 10px;
	margin: 10px 0;
}

.bloc_optimisez form {
	margin: 10px 0 0 0;
}

.bloc_optimisez label {
	width: 80px;
	display: block;
	float: none;
	text-align: left;
}

.bloc_optimisez input {
	display: block;
	margin: 5px 0;
}

.bloc_identification {
	padding: 10px 25px;
	margin: 10px 0;
}

.bloc_identification h3 {
	
}

.bloc_identification label {
	width: 100px;
	display: block;
	text-align: left;
	float: none;
}

.bloc_identification form {
	margin: 10px 0 0 0;
}

.bloc_identification input {
	display: block;
	margin: 5px 0;
}

/* Fin Confirmation Reponse en ligne */
/* Candidat : showServices */
.col760contenu_no_border h2 {
	color: #D70006;
	margin-bottom: 15px;
	font-size: 16px;
}

.col760contenu_no_border .encadre-interieur {
	padding-bottom: 0;
}

.col760contenu_no_border .bloc_service_log,.col760contenu_no_border .bloc_service_no_log
	{
	width: 353px;
	float: left;
	background: url(/images/LME/fond_bloc_services.gif) repeat-x top left;
	height: 172px;
}

.col760contenu_no_border .bloc_service_log h3,.col760contenu_no_border .bloc_service_no_log h3
	{
	text-align: center;
	margin: 5px 0 9px 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #DF0019;
	font-weight: bold;
}

.col760contenu_no_border .bloc_service_log .bloc_sans_bordure p,.col760contenu_no_border .bloc_service_no_log .bloc_sans_bordure p
	{
	text-align: center;
	font-weight: bold;
}

.col760contenu_no_border .bloc_service_log {
	margin-right: 10px;
}

.col760contenu_no_border .bloc_service_log .champs {
	float: left;
	width: 140px;
	margin: 0 30px;
}

.col760contenu_no_border .bloc_service_log input {
	width: 130px;
	margin-top: 2px;
}

.col760contenu_no_border .bloc_service_log .personnage,.col760contenu_no_border .bloc_service_no_log .personnage
	{
	float: left;
	margin-top: 17px;
}

/*.col760contenu_no_border .bloc_service_log .champs li a{background: url(/images/LME/style/puce-fleche-rouge.gif) no-repeat scroll 5px 3px transparent; padding-left:13px; font-family:Verdana, Geneva, sans-serif; font-size:10px; font-weight:bold; color:#666; display:block; margin:27px 0 32px 0;}
.col760contenu_no_border .bloc_service_log .champs .checkbox{ width:12px;}
.col760contenu_no_border .bloc_service_log .champs li span{font-family:Verdana, Geneva, sans-serif; font-size:9px; font-weight:normal; color:#666;}*/
.col760contenu_no_border .bloc_service_log .champs li a {
	background: url(/images/LME/style/puce-fleche-rouge.gif) no-repeat
		scroll 5px 3px transparent;
	padding-left: 13px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666;
	display: block;
	margin: 5px 0 5px 0;
}

.col760contenu_no_border .bloc_service_no_log {
	
}

.col760contenu_no_border .bloc_service_no_log a {
	float: left;
	margin: 45px 20px 0 35px;
	padding: 3px 0 0 25px;
	width: 120px;
}

.services .entete_services {
	background: url(/images/LME/chapeau_bloc_services.gif) no-repeat top
		left;
	height: 20px;
	width: 375px;
}

.services .entete_services h3 {
	padding: 4px 0 0 10px;
	color: #333333;
	text-transform: uppercase;
}

.services .contenu_services {
	background: url(/images/LME/fond_bloc_services2.gif) repeat-x top left;
	height: 151px;
	width: 375px;
	border-bottom: 1px #d4d4d4 solid;
	padding-top: 15px;
}

.services .contenu_services img {
	margin-top: 15px;
}

.services .contenu_services ul {
	width: 265px;
	float: left;
}

.services .contenu_services ul li {
	background: url(/images/LME/style/puce-fleche-rouge.gif) no-repeat
		scroll 5px 3px transparent;
	padding-left: 13px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333;
	display: block;
	margin: 0 0 10px 0;
}

.services .contenu_services ol {
	width: 265px;
	float: left;
}

.services .contenu_services ol li {
	background: url(/images/LME/style/puce-fleche-rouge.gif) no-repeat
		scroll 5px 3px transparent;
	padding-left: 13px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333;
	display: block;
	margin: 0 0 10px 0;
}

/* Fin Candidat : showServices */
/* Customisation de la page ils_recrutent */
.custom h1 {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding-bottom: 20px;
	text-transform: uppercase;
}

.custom .barre-titre-760x33 {
	background:
		url("http://emploi-btp.lemoniteur.fr/uploads/images/lme-ils-recrutent-barrre-v-193577.gif")
		no-repeat scroll 0 0 transparent;
	height: 28px;
	padding-top: 5px;
	padding-left: 5px;
}

/* Fin Customisation de la page ils_recrutent */
/* */
.blockHighlight form .radio_list li {
	float: none;
	display: inline-block;
}
/* */
