/* CSS Document */ 
*{
	margin:0 0 0 0px;
	padding:0;
}
body{
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1em;
	width:100%;
	}
.description{
	display:none;
	}
.clear{
	clear:both;
	}
/*-------------------------------------------------------------------------------------------------------HEADER*/
#header{
	margin:0;
	padding:0;
	background: url(../images/fond_header.png) repeat-x;
	width:100%;
	position:relative;
	}
#header-content{
	margin:auto;
	min-width:1180px;
	max-width:1200px;
	height: 122px;
	position: relative;
	}
#logo{
	margin:0;
	padding:0;
	display:block;
	width:101px;
	height:122px;
	background:url(../images/logo.png) no-repeat;
	background-position:0 6px;
	float:left;
	}
#bandeau{
	height:122px;
	background:url(../images/fond_head.jpg) no-repeat;
	float:left;
	position:absolute;
	width:91%;
	margin-left:101px;
	top:0;
}
#lien_header{
	float:right;
	margin-top:6px;
	font-size: 0.7em;
	color:#fff;
	background:url(../images/fond_lien_header.png) repeat-y;
	padding:5px 0px 5px 10px;
	text-align:left;
	width: 360px;
}

.block_recherche
{
	margin-top:0px;
	margin-left:1%;
	background:#6e849b;
	padding:5px 5px 5px;
	width: 150px;
	height: auto;
	font-size: 0.7em;
	text-align:left;
	color:White;
	border-right:solid 1px #6e849b;
	border-left:solid 1px #6e849b;
	
	border-bottom:inset 5px white;
}

.block_recherche a
{
    color:White;
}

.block_rechercheTitre
{
	margin-top:0px;
	margin-left:1%;
	background:White;
	padding:5px 5px 5px;
	width: 150px;
	height: auto;
	font-size: 0.7em;
	text-align:left;
	color:#6e849b;
	
	border:solid 1px #6e849b;
}

.block_rechercheFin
{
	margin-top:0px;
	margin-left:1%;
	background:#6e849b;
	padding:5px 5px 5px;
	width: 150px;
	height: auto;
	font-size: 0.7em;
	text-align:left;
	color:White;
	border-right:solid 1px #6e849b;
	border-left:solid 1px #6e849b;
}

.block_rechercheFin a
{
    color:White;
}

.TittreRecherche
{
    font-size: 13.5px;
}

#block_login{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width: 300px;
	height: auto;
	color:#fff;
}
#block_recherche a{
	color:#fff;
	text-decoration:none;
	}
#block_recherche a:hover{
	text-decoration:underline;
	}
#recherche_titre{
	margin-left:1%;
	color:#fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.9em;
	background:url(../images/fond_recherche_header.png) repeat-y;
	padding:5px 5px 5px;
	border-bottom: 1px solid #D3D4D4;
	text-align:center;
	width: 150px;
	height: auto;
}
#lien_header a{
	color:#fff;
	text-decoration:none;
	}
#lien_header a:hover{
	text-decoration:underline;
	}
/*-------------------------------------------------------------------------------------------------------MENU*/
#menu{
	display:block;
	list-style:none inside;
	margin-top:92px;
	margin-left:15px;
	height:30px;
	background: url(../images/fond_menu.jpg);
	}
#menu .lien{
	height:30px;
	display:block;
	float:left;
	background: url(../images/fond_menu.jpg);
	color:#fff;
	font-weight:bold;
	font-size:0.7em;
	}
#menu .separ{
	display:block;
	float:left;
	background: url(../images/fond_menu.jpg);
	color:#fff;
	font-weight:bold;
	font-size:0.7em;
	padding: 8px 0px 0px 0px;
	margin:0;
	}	
#menu .lien a{
	display:block;
	color:#fff;
	text-decoration:none;
	padding: 8px 16px 8px 16px;
	}
#menu .lien:hover{
	background:url(../images/fond_menu_hover.jpg);
	color:#4c627d;
	text-decoration:none;
	padding: 0px 0px 8px 0px;
	}
#menu .lien a:hover{
	display:block;
	color:#4c627d;
	text-decoration:none;
	padding: 8px 16px 9px 16px;
	background:url(../images/fond_menu_hover.jpg)
	}
/*-------------------------------------------------------------------------------------------------------SOUS MENU*/
#espace_menu{
	clear:both;
	height:24px;
	display:block;
	}
#candidats{
	clear:both;
	height:24px;
	display:none;
	background:url(../images/fond_sous_menu.jpg);
	position:relative;
	}	
#recruteurs{
	clear:both;
	height:24px;
	display:none;
	background:url(../images/fond_sous_menu.jpg);
	position:relative;
	}
.sous_menu{
	margin-left:10px;
	list-style:none inside;
	display:block;
	}
.sous_menu li{
	height:24px;
	display:block;
	float:left;
	color:#4c627d;
	font-size:0.6em;
	}
.sous_menu li a{
	display:block;
	padding: 5px 10px 6px 10px;
	color:#4c627d;
	text-decoration:none;
}
.sous_menu li a:hover{
	display:block;
	padding: 5px 10px 6px 10px;
	color:#4c627d;
	text-decoration:underline;
}
/*-------------------------------------------------------------------------------------------------------FIN DE MENU*/
/*-------------------------------------------------------------------------------------------------------FIN DE HEADER*/
/*-------------------------------------------------------------------------------------------------------CONTENT*/
*+html #conteur /*Style pour ie 7 */
{
	margin-top:30px;
	padding:0;
	display:block;
	width:100%;
}

#conteur
{
	margin-top:50px;
	padding:0;
	display:block;
	width:100%;
}
	
#contenu
{
	display:block;
	margin:auto;
	min-width:800px;
	width:1120px;
}

*+html #contenu /*Style ie 7 */
{
	display:block;
	margin:auto;
	min-width:800px;
	width:1000px;
}

#contenu_Index{
	display:block;
	margin:auto;
	min-width:800px;
	width: 1000px;
}
	
.index_gauche{
	float:left;
	display:block;
	width:72%;
	}
	
.index_gauche_noMaster
{
	float:left;
	display:block;
	width:72%;
	
	margin-top:-2%;
}

*+html .index_gauche_noMaster /*Style pour ie 7 */
{
	float:left;
	display:block;
	width:72%;
	
	margin-top:0px;
}

/*------------------------------------------------------------------------------------------------------ESPACE CANDIDATS*/
#esp_candidats{
	background:url(../images/esp_gauche.jpg) no-repeat;
	width:303px;
	height:250px;
	padding:0 5px 0px 14px;
	float:left;
	margin-left:26px;
	display:inline;
	margin-bottom:20px;
	position:relative;
	}
#titre_candidats{
	background:url(../images/esp_candidats_titre.jpg) no-repeat;
	width:287px;
	height:88px;
	float:left;
	}
#titre_candidats a{
	display:block;
	width:287px;
	height:88px;
	}
.liste_esp{
	list-style:none outside;
	padding-left:33px;
	padding-top:10px;
	font-size:0.7em;
	float:left;
	line-height:1.6em;
	}
.liste_esp li{
	margin:0;
	display:block;
	}
.liste_esp a{
	background:url(../images/puce-off.png) center left no-repeat;
	color:#4c627d;
	text-decoration:none;
	padding:0 0 0 10px;
	}
.liste_esp a:hover{
	background:url(../images/puce-on.png) center left no-repeat;
	color:#e15a00;
	text-decoration:none;
	padding:0 0 0 10px;
	}
.esp_droit{
	background:url(../images/esp_droite.jpg) no-repeat;
	width:15px;
	height:250px;
	float:left;
	}
.lien_contact_espace{
	position:absolute;
	color:#e15a00;
	font-size:0.7em;
	right:10px;
	bottom:0;
	}
/*-------------------------------------------------------------------------------------------------------ESPACE RECRUTEURS*/
#esp_recruteurs{
	background:url(../images/esp_gauche.jpg) no-repeat;
	width:297px;
	height:250px;
	padding:0 5px 0 15px;
	float:left;
	margin-left:23px;
	position:relative;
	}
#titre_recruteurs{
	background:url(../images/esp_recruteurs_titre.jpg) no-repeat;
	width:287px;
	height:88px;
	float:left;
	}
#titre_recruteurs a{
	display:block;
	width:287px;
	height:88px;
	}
.liste_esp_recruteurs{
	list-style:none outside;
	padding-left:33px;
	padding-top:25px;
	font-size:0.7em;
	float:left;
	line-height:1.6em;
	}
.liste_esp_recruteurs li{
	margin:0;
	display:block;
	}
.liste_esp_recruteurs a{
	background:url(../images/puce-off.png) center left no-repeat;
	color:#4c627d;
	text-decoration:none;
	padding:0 0 0 10px;
	}
.liste_esp_recruteurs a:hover{
	background:url(../images/puce-on.png) center left no-repeat;
	color:#e15a00;
	text-decoration:none;
	padding:0 0 0 10px;
	}
/*-------------------------------------------------------------------------------------------------------OFFRES URGENTES*/

#offres_urgentes{
	float:left;
	border: solid 1px #ccc;
	margin-left:12px;
	width:260px;
	}
#offres_urgentes h2{
	background: url(../images/fd_offres_index.jpg) repeat-x #E15A00;
    font-size: 0.9em;
    color: white;
    display: block;
    width: 255px;
    height: 36px;
    padding-top: 5px;
    padding-left: 5px;
    text-align: center;
    padding-bottom: 5px;
    font-weight: normal;
	}
.toutes_offres{
	background-color:#e15a00;
	font-size:0.7em;
	color:#ffffff;
	display:block;
	width: 255px;
	padding-right:5px;
	text-align:right;
	padding-bottom:5px;
}
.toutes_offres a{
	color:#ffffff;
	text-decoration:none;
}
#liste_offre{
	width:200px;
	padding:0 5px 0 5px;
	list-style:none outside;
	}
#liste_metier{
	width:200px;
	padding:0 5px 0 5px;
	list-style:none outside;
	text-align: center;
	width:auto;
	font-size:0.7em;
	color:#4c627d;
	}
#liste_smetier{
	width:auto;
	padding:0 5px 0 5px;
	list-style:none outside;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	}
#liste_commerciaux{
	width:auto;
	text-align:center;
	font-size: small;
	margin-left: 30%;
	}
#liste_offre li{
	width:245px;
	line-height:0.9em;
	padding-bottom:2px;
	border-bottom: solid 1px #8f9192;
	}
#liste_offre li a{	
	font-size:0.7em;
	color: #8f9192;
	text-decoration:none;
	}
#liste_offre li a:hover{	
	color: #E15A00;
	}
.liste_offre_droite{
	text-align:right;
	display:block;
}

#lien_offres{
	background-color:#e15a00;
	display:block;
	width:255px;
	height:23px;
	text-align:right;
	padding-top:5px;
	padding-right:5px;
	}
#lien_offres a{
	color: white;
    font-size: 0.7em;
    text-decoration: underline;
    font-weight: bold;
	}
/*-------------------------------------------------------------------------------------------------------FIN OFFRES URGENTES*/
/*-------------------------------------------------------------------------------------------------------BLOCS BOUTON*/
#zone_bouton{
	float:left;
	margin-left:41px;
	display:inline;
	}
#zone_bouton img{
	border:none;
	}
#zoom{
	display:block;
	background:url(../images/btn_zoom.jpg);
	width:287px;
	height:54px;
	padding:30px 0 0 15px;
	color:#000;
	text-decoration:none;
	}
/*-------------------------------------------------------------------------------------------------------ACTUS*/
.actu{
	border:solid #ccc 1px;
	width:298px;
	display:block;
	padding-bottom:1em;
	height:210px;
	}
.actu li { 
    float:left; 
	display:block;
    width:298px; 
    margin:0; 
    padding:0; 
    list-style:none;
}
.actu_titre{
	background:url(../images/titre_actu.jpg) no-repeat;
	width:298px;
	height:32px;
	}
.actu_contenu{
	font-size:0.7em;
	color:#8f9192;
	margin: 10px 0 0 5px;
	line-height:1.4em;
	}
.actu_contenu_titre{
	font-size:0.80em;
	}
.accroche{
	color:#e15a00;
	font-size:1em;
	}
.accroche_grand{
	color:#e15a00;
	font-size:1.1em;
	display:block;
	text-align:left;
	font-family : Sans-Serif;
}
.accroche a{
	color:#e15a00;
	font-size:1em;
	text-decoration:none;
	}
.lien_actu{
	color:#e15a00;
	font-size:0.7em;
	text-decoration:underline;
	}
.carrousel { 
    margin:0; 
    padding:0; 
    height:133px;
    width: 295px;
	} 
.carrousel li { 
    float:left; 
    width:257px; 
    margin:0; 
    padding:0; 
    list-style:none;
	height:100%;
	}
.carrousel-pagination{
	float:left;
	display:block;
	cursor:pointer;
	width:20px;
	}
.carrousel-prev{
	float:left;
	display:block;
	cursor:pointer;
	width:10px;
	}
.carrousel-next{
	float:left;
	display:block;
	cursor:pointer;
	width:10px;
	margin-left:30%;
	}
.lien_text_actu
{
	color:#e15a00;
	font-size:1em;
	text-decoration:underline;
}

/*______________________________CARROUSEL METIER___________________________________________________*/
.carrousel2 { 
	} 
.carrousel2 li { 
    float:left; 
    width:250px; 
    margin:0px; 
    padding:0; 
    list-style:none;
	height:100%;

	}
.carrousel-prev2{
	position:absolute;
	cursor:pointer;
	width:10px;
	margin-top:0px;
	margin-right:0px;
	z-index:1;
	}
.carrousel-next2{
	position:absolute;
	cursor:pointer;
	width:10px;
	margin-top:0px;
	margin-left:250px;
	
	}
.ville_metier{
	color:#e15a00;
	text-decoration:underline;
	font-size:0.8em;
	font-weight:bold;
	display:block;
	text-align:center;
	padding-bottom:5px;
	margin-top:9px;
}
/*-------------------------------------------------------------------------------------------------------LISTING METIER*/
#metiers{
	border:solid #ccc 1px;
	float:left;
	margin-left:49px;
	display:block;	
	width:301px;
	}
#metiers_titre{
	background:url(../images/titre-metier.jpg) no-repeat;
	width:301px;
	height:59px;
	}
#lien_titre_metier{
	width:301px;
	height:59px;
	display:block;
	}
.liste_metiers{
	list-style:none outside;
	padding-left:14px;
	padding-top:20px;
	padding-bottom:20px;
	font-size:0.7em;
	float:left;
	line-height:1.3em;
	}
.liste_metiers a{
	background:url(../images/puce_off_gris.png) center left no-repeat;
	color:#8f9192;
	text-decoration:none;
	padding:0 0 0 10px;
	}
.liste_metiers a:hover{
	background:url(../images/puce-on.png) center left no-repeat;
	color:#e15a00;
	text-decoration:none;
	padding:0 0 0 10px;
	}
.lien_offres_metier{
	bottom:0;
	color:#E15A00;
	font-size:0.7em;
	padding-bottom:10px;
	display:block;
	text-align:right;
	clear:left;
	padding-right:10px;
}
/*-------------------------------------------------------------------------------------------------------FIN LISTING METIER*/

/*-------------------------------------------------------------------------------------------------------FOOTER*/
#date{
	text-align:right;
	font-size:0.6em;
	color:#4c627d;	
	display:block;
	clear:left;
	padding-top:20px;
}

.dateMaster
{
	text-align:right;
	color:#4c627d;	
	display:block;
	clear:left;
	padding-top:20px;
}

#footer{
	clear:both;
	font-size:0.6em;
	color:#fff;
	background: url(../images/fond_footer.jpg) repeat-x;
	background-position:bottom;
	width:100%;

	}
#footer p{
	display:block;
	width:77.8em;
	padding-top:5px;
    margin: 0 auto;
	clear:both;
	}
#footer a{
	color:#fff;
	text-decoration:none;
	}
#footer a:hover{
	color:#fff;
	text-decoration:underline;
	}
/*===================================================================================================================================FIN HOME*/
/*===================================================================================================================================PAGE CONTACT*/
/*-------------------------------------------------------------------------------------------------------CARTE*/
#carte{
	margin:0 0 0 111px;
	float:left;
	display:inline;
	position:relative;
	}
#carte img{
	border:none;
	}
#carte_idf{
	margin:0 0 0 111px;
	float:left;
	display:inline;
	position:relative;
	}
#carte_idf img{
	border:none;
	}
.legende_carte{
	font-size:0.8em;
	font-weight:bold;
	color:#e15a00;
	margin: 0px 0px 5px 0px;
	clear:left;
	display:block;
	border-bottom:solid 1px #e15a00;
	}
.contact_retour{
	color:#8f9192;
	font-size:0.8em;
	display:block;
	}
.tt_agences{
	color:#e15a00;
	font-size:0.8em;
	float:right;
	background:url(../images/picto_coord.jpg) no-repeat;
	background-position: left center;
	padding-left:15px;
}
/*-------------------------------------------------------------------------------------------------------ZONE COORDONNEES*/
#siege{display:block;}
#paris{display:none;}
#stdenis{display:none;}
#lille{display:none;}
#paca{display:none;}
#nimes{display:none;}
#lyon{display:none;}
#creteil{display:none;}
#boulogne{display:none;}

.content_coord{
	border:#ccc 1px solid;
	float:left;
	margin-left:48px;
	font-size:0.8em;
	color:#8f9192;
	width:347px;
	}
.titre_coord{
	font-size:0.9em;
	display:block;
	height:30px;
	background:url(../images/titre_coord.png) repeat-x;
	color:#fff;
	font-weight:bold;
	padding-top:12px;
	padding-left:10px;
	}
.coordonnees{
	float:left;
}
.coord_agence{
	margin-top:10px;
	font-weight:bold;
	padding-left:10px;
	}
.coord_tel{
	padding-left:14px;
	margin-left:10px;
	margin-top:5px;
	background:url(../images/picto_tel.gif) no-repeat;
	background-position:center left;
	}
.coord_fax{
	padding-left:14px;
	margin-left:10px;	
	background:url(../images/picto_fax.gif) no-repeat;
	background-position:center left;
	}
.coord_mail{
	padding-left:14px;
	margin-left:10px;	
	background:url(../images/picto_mail.gif) no-repeat;
	background-position:center left;
	}
.coord_mail a{	
	color:#4c627d;
	}
.coord_adresse{
	margin-top:8px;
	padding-left:10px;
	padding-bottom:10px;
	}
.acces{
	float:left;
	margin-top:21px;
	margin-left:15px;
	}
.plan{
	clear:left;
	margin:0px 7px 0px 7px;
	}
.plan img{
	border:none;
	}
.lyon_plan{
	border:none;
	height: 84px;
	}
.plan .detail{
	color:#8f9192;
	text-decoration:none;
	float:left;
	}
.plan .print{
	color:#8f9192;
	text-decoration:none;
	float:right;
	padding-left:18px;
	background:url(../images/picto_print.gif) no-repeat;
	background-position: left center;
	margin-bottom:10px;
	}
/*-------------------------------------------------------------------------------------------------------ZONE TOUTES AGENCES*/
#toutes_agences{
	display:block;
	font-size:1em;
	color:#e15a00;
	clear:left;
	font-weight:bold;
	padding-top:20px;
	padding-left:10px;
	width:400px;
	}
.liste_agences_gauche{
	float:left;
	padding-left:10px;
	padding-right:10px;
	}
.liste_agences_droite{
	float:left;
	background:url(../images/liste_fil.jpg) no-repeat;
	background-position:left center;
	padding-left:30px;
	}

.bloc_liste_agences
{
    display:block;
}	

.region{
	clear:left;
	color:#e15a00;
	font-size:0.8em;
	display:block;
	padding-top:25px;
	}
.coord_liste{
	float:left;
	font-size:0.7em;
	color:#8f9192;
	}
.liste_agence{
	display:block;
	Font-weight:bold;
	margin-bottom:8px;
	font-size:0.9em;
	width:200px;
	}
.liste_tel{
	padding-left:15px;
	background:url(../images/picto_tel.gif) no-repeat;
	background-position:left center;
	}
.liste_fax{
	padding-left:15px;
	background:url(../images/picto_fax.gif) no-repeat;
	background-position:left center;
	}
.liste_mail{
	padding-left:15px;
	background:url(../images/picto_mail.gif) no-repeat;
	background-position:left center;
	display:block;
	margin-bottom:3px;
	}
.liste_mail a{
	color:#4c627d;
	text-decoration:underline;
	}
.plan_liste{
	float:left;
	margin:0px 30px 0px 0px;
	font-size:0.7em;
	color:#8f9192;
	}
.plan_liste img{
	border:none;
	margin:5px 0px 0px 0px;
	}
.plan_liste a{
	color:#8f9192;
	text-decoration:none;
	}
.acces_liste{
	float:left;
	font-size:0.7em;
	color:#8f9192;
	display:block;
	width:150px;
	line-height:1.6em;
	}
.type_acces{
	text-decoration:underline;
	}
/*===================================================================================================================================PAGE CANDIDATS*/
/*-------------------------------------------------------------------------------------------------------MENU VERTICAL*/
.content_menu_vertical{
	float:left;
	margin-left:2px;
	display:inline;
	width:250px;
	padding-right:10px;
	margin-right:5px;
	}

.titre_menu_vert{
	color:#fff;
	background:url(../images/fond_titre_menu_vert.jpg) repeat-x;
	padding-left:16px;
	padding-top:2px;
	display:block;
	height:20px;
	margin:0;
	}
.menu_vertical{
	list-style:none outside;
	font-size:0.6em;
	/*color:#8f9192;*/
	line-height:1.8em;
	margin:0;
	}
.menu_vertical a{
	/*color:#8f9192;*/
	text-decoration:none;
	padding-left:16px;
	margin:0;
	}
.menu_vertical a:hover{
	/*color:#8f9192;*/
	text-decoration:underline;
	padding-left:16px;
	margin:0;
	}
.menu_vert_rubrique
{
    margin-top:10px;
	display:block;
}
.menu_vert_rubrique a{
	/*color:#4c627d;*/
	text-decoration:none;
	font-weight:bold;
	font-size:1.1em;
	padding-left:16px;
	}
.menu_vert_rubrique a:hover{
	margin-top:10px;
	/*color:#4c627d;*/
	text-decoration:underline;
	padding-left:16px;
	}
.menu_vert_rubrique_on
{
	margin-top:10px;
	display:block;
	color:#e15a00;
	text-decoration:none;
	font-weight:bold;
	font-size:1.1em;
	background:url(../images/puce-on.png) no-repeat;
	background-position:left center;
	padding-left:16px;
}

.menu_vert_ssrubrique_on
{
	display:block;
	color:#e15a00;
	text-decoration:none;
	background:url(../images/puce-on.png) no-repeat;
	background-position:left center;
	padding-left:16px;
	margin:0;
}

.menu_vert_rubrique_off
{
    color:#4c627d;
}

.menu_vert_ssrubrique_off
{
    color:#8f9192;
}

/*-------------------------------------------------------------------------------------------------------FIN MENU VERTICAL*/
/*-------------------------------------------------------------------------------------------------------CONTENU ESPACES*/
.espace_competence_texte{
	width:30em;
	margin:auto;
	float:left;
	padding-right:3em;
	padding-left:1em;
	border-right:solid 2px #ccc;
	border-left:2px solid #D3D4D4;
	}
.sous_rubriques a{
	color:#e15a00;
	text-decoration:none;
	font-size:0.9em;
	display:block;
	}
.contenu_espaces
{
	float:left;
	width:539px;
	border-left:solid 2px #d3d4d4;
	border-right:solid 2px #d3d4d4;
	padding-right:5px;
	padding-left:5px;
}	

.titre_espace_candidats{
	background:url(../images/image_titre_candidats.jpg) no-repeat;
	color:#e15a00;
	font-size:0.9em;
	font-weight:bold;
	display:block;
	padding-left:128px;
	height:51px;
	padding-top:37px;
	margin-bottom:15px
	}
.titre_espace_recruteurs{
	background:url(../images/image_titre_recruteurs.jpg) no-repeat;
	color:#e15a00;
	font-size:0.9em;
	font-weight:bold;
	display:block;
	padding-left:128px;
	height:51px;
	padding-top:37px;
	margin-bottom:15px
	}
.titre_espace_postuler{
	color:#e15a00;
	font-size:0.9em;
	font-weight:bold;
	display:block;
	padding-left:10px;
	height:51px;
	padding-top:37px;
	margin-bottom:15px
	}
.titre_offre_details{
	background:url(../images/image_titre_candidats.jpg) no-repeat;
	color:#e15a00;
	/*font-size:0.9em;*/
	font-weight:bold;
	display:block;
	padding-left:128px;
	margin-bottom:15px;
	min-height:90px;
	}
.contenu_texte{
	font-size:0.7em;
	text-align:justify;
	color:#4c627d;
	/*color:#666;*/
	margin-bottom:10px;
	line-height:1.5em;
	}
	
.contenu_texte em{
	color:#e15a00
	}
.titre_texte{
	font-size:1.1em;
	font-weight:bold;
	color:#e15a00;
	margin-bottom:0.6em;
	display:block;
	border-bottom:solid 1px #e15a00;
	}
.liste_texte{
	list-style:url(../images/puce-on.png) outside;
	padding-left:20px;
	color:#4c627d;
	font-size:0.7em;
	line-height:1.8em;
	margin-bottom:7px;
	}
.liste_texte_paragraphe{
	margin-bottom:1em;
	}
.liste_texte_emploi{
	list-style:url(../images/puce-on.png) outside;
	padding-left:20px;
	color:#4c627d;
	font-size:0.7em;
	line-height:1.8em;
	padding-top:22px;
	}
.liste_texte a, .liste_texte_emploi a{
	color:#4c627d;
	text-decoration:underline;
	}
.liste_texte a:hover{
	color:#e15a00;
	}
	
.liste_hl{
	color:#4c627d;
	text-decoration:underline;
	}
.liste_hl:hover{
	color:#e15a00;
	}
	
.ordon_text{
	padding-left:20px;
	color:#4c627d;
	font-size:0.7em;
	line-height:1.2em;
	}
.ordon_text li{
	padding-bottom:1em;
	}
.sous_liste_texte{
	list-style:url(../images/puce-on.png) outside;
	padding-left:20px;
	color:#4c627d;
	font-size:inherit;
	line-height:1.2em;
	margin-top:10px;
	}
.sous_liste_texte li{
	padding-bottom:0.4em;
	}
.contenu_texte .chapeau_texte{
	color:#4c627d;
	}
.chapeau_texte a{
	color:#4c627d;	
	}
.lien_texte{
	color:#e15a00;
	font-size:0.7em;
	text-align:right;
	padding-bottom:15px;
	padding-top:7px;
	display:block;
	}
.lien_texte a{
	color:#e15a00;
	text-decoration:underline;
	}
/*-------------------------------------------------------------------------------------------------------COLONNES DROITES*/
.col_droite
{
	float:right;
	width:25%;
}
	
*+html .col_droite
{
	float:right;
	width:180px;
}
	
.candidats_postulez{
	display:block;
	background:url(../images/candidat_postulez.jpg) no-repeat;
	width:104px;
	height:71px;
	margin-left:auto;
	margin-right:auto;
	}
.voir_offres{
	display:block;
	background:url(../images/btn_voir_offres.jpg) no-repeat;
	width:104px;
	height:71px;
	margin-left:10px;
	margin-top:18px;
	}
.recruteurs_confiez{
	display:block;
	background:url(../images/confier_recrutement.jpg) no-repeat;
	width:104px;
	height:71px;
	margin-left:10px;
	}
.fd_col_droite{
	clear:left;
	width:104px;
	height:400px;
	background:url(../images/fond-col-droite.jpg) no-repeat;
	margin:0;
	padding:0;
	}
.fd_col_droiteunlogo{
	clear:left;
	width:180px;
	height:227px;
	background:url(../images/fond-col-droite2.jpg) no-repeat;
	margin:40px 0px 0px 0px;
	padding:0;
	}
/*===================================================================================================================================PAGE A PROPOS*/
.content_rubrique{
	/*width:50em;*/
	width:55%;
	margin:auto;
	border-left:2px solid #ccc;
	padding-left:2em;
	border-right:2px solid #ccc;
	padding-right:2em;
	}
.grand_titre{
	font-size:0.9em;
	color:#e15a00;
	font-weight:bold;
	padding-bottom:10px;
	}
/*===================================================================================================================================PAGE REUSSIR ENTRETIENT*/
.question_types{
	color:#e15a00;
	font-size:0.8em;
	cursor:pointer;
	}
#questiontypes{display:none;}

.reponses_question_types{
	color:#4c627d;
	font-size:0.7em;
	padding-left:1em;
	list-style:none;
	}
/*==================================================================================================================================PAGE POLES DE COMPETENCE*/
.content_competence{
	margin:auto;
	display:block;
	}
.competence_texte{
	width:30em;
	margin:auto;
	float:left;
	padding-right:3em;
	border-right:solid 2px #ccc;
	margin-right:0.5em;

	}
.competence_liste{
	float:left;
	display:block;
	}
.liste_detail_metier{
	margin-left:2em;
	font-size:0.7em;
	text-align:justify;
	color:#4c627d;
	margin-bottom:10px;
	line-height:1.5em;
	border-top: dotted 1px #e15a00;
	padding-top:10px;
	padding-bottom:2px;
	}
.liste_detail_metier_last{
	margin-left:2em;
	font-size:0.7em;
	text-align:justify;
	color:#4c627d;
	margin-bottom:10px;
	line-height:1.5em;
	border-top: dotted 1px #e15a00;
	border-bottom: dotted 1px #e15a00;
	padding-bottom:10px;
	padding-top:10px;
	}
.liste_detail_metier_titre{
	font-size:1.1em;
	background:url(../images/pic_annonce.jpg) no-repeat;
	display:block;
	padding-left:20px;
	}
.liste_detail_metier_sous-titre{
	font-size:1.1em;
	display:block;
	padding-left:20px;
	}
.lien_offres_detail{
	text-align:right;
	display:block;
	font-weight:bold;
	text-decoration: underline;
	color:#e15a00;
	margin-bottom:5px;
}
.lien_offres_detail_top{
	text-align:right;
	display:block;
	font-weight:bold;
	text-decoration: underline;
	color:#e15a00;
	margin-bottom:5px;
	font-size:0.7em;
}
.lien_offres_detail_solo{
	background:url(../images/pic_annonce.jpg) no-repeat;
	text-align:left;
	display:block;
	font-weight:bold;
	text-decoration: underline;
	color:#e15a00;
	margin-bottom:15px;
	padding-left:20px;
}
.liste_detail_metier_soustitre{
	font-size:1em;
	padding-top:0.5em;
	}
/*==================================================================================================================================PAGE POLE DE COMPETENCE*/	
.content_rubrique_poles{
	width:50%;
	margin:auto;
	float:left;
	border-left: #ccc 2px solid;
	padding-left:1em;
	border-right: #ccc 2px solid;
	padding-right:2em;
	}
/*==================================================================================================================================FAQ*/
.faq_question{
	color:#e15a00;
	text-decoration:none;
	font-size:0.7em;
	padding-left:1em;
	background:url(../images/puce-on.png) no-repeat;
	background-position:left center;
	cursor:pointer;
	display:block;
	margin-top:0.5em;
	margin-left:1em;
	}
.faq_reponse{
	font-size:0.7em;
	color:#4c627d;
	padding-left:2em;
	display:none;
	line-height:1.5em;
	margin-left:1em;
	text-align:justify;
	}
.faq_reponse a{
	color:#4c627d;
}
.faq_reponse_liste{
	list-style:inside;
	padding-left:2em;
	margin-left:1em;
	}
.titre_faq{
	font-size:0.8em;
	font-weight:bold;
	color:#e15a00;
	padding:1.5em 0 0 0;
	}
.texte_faq{
	font-size:0.7em;
	color:#4c627d;
	line-height:1.5em;
	margin-left:1em;
	text-align:justify;
	}
.faq_tableau td{
	border:solid 1px #ccc;
	margin:0;
	padding:5px;
	}
/*==================================================================================================================================PAGE LIENS UTILES*/
.nom_lien{
	color:#e15a00;
	text-decoration:none;
	font-size:0.9em;
	display:block;
	margin-top:1em;
	}
.nom_lien a{
	color:#e15a00;
	text-decoration:none;
	}
.contenu_lien{
	font-size:0.7em;
	color:#4c627d;
	padding-left:2em;
	line-height:1.5em;
	margin-left:1em;
	text-align:justify;
	}
.contenu_lien a{
	color:#4c627d;
	}
/*==================================================================================================================================PAGE OFFRES*/
.offres{
	margin:auto;
	display:block;
	position:relative;
	width:100%;
	}
.offres_retour{
	color:#8f9192;
	font-size:0.7em;
	text-decoration:underline;
	float:left;
	margin-right:4%;
	}
.offres_tableau
{
	margin-top:1em;
	float:left;
	width:100%;
	padding:0;
	margin:0;
}

.offres_tableau_imprimer
{
    margin-top:1em;
	float:left;
	width:100%;
	padding:0;
	margin:0;
}

.ligne_titre
{
	padding:0px 5px 5px 5px;
	background:#e15a00;
	height:40px;
}
.td_left
{
	border-bottom:#e15a00 solid 1px;
	border-left:#e15a00 solid 1px;
	padding:5px;
	margin:0;
	font-weight:bold;
	color:#4c627d;
	font-size:0.7em;
	vertical-align:top;
	width:123px;
}

.td_left_metier
{
    border-bottom: #e15a00 solid 1px;
    border-left: #e15a00 solid 1px;
    padding: 5px;
    margin: 0;
    font-weight: bold;
    color: #4c627d;
    font-size: 0.7em;
    vertical-align: top;
    width: 123px;
    height: 28px;
}
.td_right
{
	border-bottom:#e15a00 solid 1px;
	border-left:#e15a00 solid 1px;
	border-right:#e15a00 solid 1px;
	padding:5px;
	margin:0;
	color:#4c627d;
	font-size:0.7em;
	text-align:justify;
	line-height:1.5em;
}

.td_right_metier{
    border-bottom: #e15a00 solid 1px;
    border-left: #e15a00 solid 1px;
    border-right: #e15a00 solid 1px;
    padding: 5px;
    margin: 0;
    color: #4c627d;
    font-size: 0.7em;
    text-align: justify;
    line-height: 1.5em;
    height: 28px;
}
.td_right ul{
	list-style: url(../images/puce_off_gris.png)outside;
	padding-left:2em;
	line-height:1.8em;
	}
.contact_offre{
	color:#4c627d;
	background:url(../images/picto_mail.gif) no-repeat;
	background-position:left center;
	padding-left:1.5em;
	}
.tel_offre{
	color:#4c627d;
	background:url(../images/picto_tel.gif) no-repeat;
	background-position:left center;
	padding-left:1.5em;
	}

.titre_separation
{
    width:100%;
    height:0px;
    float:left;
}

.offres_nom{
	color:White;
	font-weight:bold;
	font-size:1.1em;
	float:left;
	padding-bottom:5px;
	}
.offres_date
{
    font-size:0.7em;
    color:White;
    float:right;
}
.offres_cpcontrat
{
    font-size:0.7em;
    color:White;
    float:left;
}
.offres_ref
{
    font-size:0.7em;
    color:White;
    float:right;
}

.OffreSeparation
{
    border-bottom-color: #E15A00;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-top:2px;
    margin-bottom: 5px;
    background-color:#efefef;
}

.OffrePremiereSeparation
{
    padding-top:10px;
    background-color:#efefef;
}

.OffreDetailContenant
{
    background-color:#efefef;
}

.offredetailsSection
{
    color: #4C627D;
    font-size: 0.7em;
    font-weight: bold;
}

.offresection
{
    padding-top:10px;
    background-color:#efefef;
}

*+html .offresection
{
    padding-top:0px;
    background-color:#efefef;
}

.offrecontact
{
    padding-top:10px;
    height:100px;
    background-color:#efefef;
}

*+html .offrecontact /* Style ie7 */
{
    padding-top:0px;
    height:100%;
    background-color:#efefef;
}

.offredetailstexte
{
    color: #4C627D;
    font-size: 0.7em;
    text-align: justify;
    line-height: 1.2em;
}

.offres_detail_titre{
	color:#fff;
	font-weight:bold;
	text-align : right;
	font-size:0.9em;
	float:right;
	width:30%;
	}
.offres_reference{
	float:right;
	text-align:right;
	font-weight:bold;
	font-size:0.6em;
	color:#fff;
	width:30%;
	}
.clear_offre{
	clear:both;
	height:60px;
	display:block;
	}
#formulaire_impression
{
	width: 700px;
}
/*==================================================================================================================================PAGE DEPOT CANDIDATURE*/
.mentions
{
	color:#4c627d;
	font-size:0.7em;
	font-style:italic;
}

.mentions a
{
	color:#4c627d;
	font-style:italic;
}

.form_texte
{
	font-size:0.7em;
	color:#4c627d;
	padding-top:1em;
	display:block;
}

.form_txt_contrat
{
	font-size:0.7em;
	color:#4c627d;
	padding-top:1em;
	display:block;
}

.form_txt_contrat label
{
    margin-right: 2px;
}

.form_orange
{
	color:#e15a00;
}
	
.form_error
{
    font-size:0.7em;
	color:Red;
	padding-top:1em;
}

.form_error_Orange
{
    font-size:0.7em;
	color:#e15a00;
	padding-top:1em;
}

.form_error_Mdp
{
    font-size:0.7em;
	color:#e15a00;
	padding-top:1em;
	padding-left:150px;
}

.form_champ{
	font-size:0.7em;
	color:#4c627d;
	display:block;
	}
.form_txt_inline
{
	font-size:0.7em;
	color:#4c627d;
	padding-top:1em;
	display:inline;
}
		
.form_txt_inline2
{
	font-size:1.5em;
	color:#4c627d;
	padding-top:1em;
	display:inline;
	text-decoration: none;
}
	
.form_txt_inline2:hover
{
	font-size:2em;
	color:#e15a00;
}
	
.form_txt_inlineOrange
{
    font-size:0.7em;
	color:#e15a00;
	padding-top:1em;
	display:inline;
}	
	
#form_panel{
	font-size:0.7em;
	color:#4c627d;
	padding-top:1em;
	display:block;
	}
.form_agence{
	font-size:0.7em;
	color:#4c627d;
	padding-top:1em;
	display:inline;
	}
.form_action{
	font-size:0.7em;
	color:#4c627d;
	padding-top:1em;
	display:block;
	text-align:center;
	margin-left: 5%;
	margin-right: 5%;
	}
.form_indication{
	font-size:0.7em;
	color:Red;
	padding-top:1em;
	display:block;
	}
.form_identification{
	font-size:0.9em;
	color:#4c627d;
	padding-top:1em;
	display:block;
	}
.envoyer{
	margin-top:10px;	
	}
.erreur{
	color:#e15a00;
	font-size:0.8em;
	font-weight:bold;
	}
/*==================================================================================================================================PAGE DEPOT CANDIDATURE*/
.contenu_espaces_offres{
	float:left;
	width:42%;
	border-left:solid 2px #d3d4d4;
	border-right:solid 2px #d3d4d4;
	padding-left:1em;
	padding-right:1em;
	}
	
#liste_offre
{
	width:100%;

}

#liste_offre th a
{
	color:#E15A00;
}

.table_offre
{
	border-color: #D3D4D4;
	font-size:0,5em;
	color:#8f9192;
}
.date_offre{
	display:block;
	text-align:right;
	font-size:0.55em;
	color: #8f9192;
	border-bottom: solid 1px #8f9192;
	}
.liste_page{
	padding:0 5px 0 5px;
	list-style:none outside;
	color:#8f9192;
	}
.liste_page li{
	line-height:0.9em;
	padding-bottom:2px;
	border-bottom: solid 1px #8f9192;
	padding:10px;
	}
.liste_page li a{	
	font-size:0.7em;
	color: #8f9192;
	text-decoration:none;
	}
.liste_page li a:hover{	
	font-size:0.7em;
	color: #8f9192;
	text-decoration:underline;
	}
.legende-tri{
	margin-top:10px;
	font-size:0.7em;
	margin-left: 26px;
	line-height:1.5em;
	color:#8F9192;
}
.legende-tri-on{
	background:#E15A00;
	color:#fff;
	display:block;
}
.legende-tri a{
	color:#E15A00;
	text-decoration:none;
}
.legende-tri a:hover{
	color:#E15A00;
	text-decoration:underline;
}
/*tableau des offres*/
.tableau_offre{
	margin-top:05px;
	font-size:0.7em;
	color:#8f9192;
	border-collapse:collapse;
	width:100%;
}
.tableau_offre tr td a
{
	color:#8f9192;
	text-decoration:none;
}
.tableau_offre tr td a:hover
{
	color:#E15A00;
	text-decoration:underline;
}
.tableau_offre tr td a:visited{
	color:#E15A00;
}
.tableau_offre_header
{
	background-color:#6E849B;
	color:White;
	Height:50px;
}
.tableau_offre_pager
{
	background-color:#999999;
	color:White; 
	text-align: center; 
	border-style:solid;
}
.tableau_offre_selected
{
	background-color:#CCCCCC;
	font-weight:bold;
	color:#333333;
}
.tableau_offre_editRow
{
	background-color:#2461BF;
}

/*fin du tableau*/

.td_metier{
	width:25%;
	padding:5px;
}
.td_intitule{
	width:50%;
	padding:1.2em 5px;
	color:#fff;
}
.td_region{
	width:12.5%;
	padding:5px;
}
.td_salaire{
	width:12%;
	padding:5px;
}
.formulaire_candidature
{
	float:left;
	display:table-cell;
	width:100%;
}

.formulaire_candidature_depot
{
	float:left;
	display:table-cell;
	padding-left:200px;
}

.formulaire_offre
{
	margin-left: 1%;
	margin-right: 1%;
}

.formulaire_postuler
{
	float:left;
	display:table-cell;
	width:50%;
	border-right:solid 2px #d3d4d4;
	padding-left:10px;
	padding-right:10px;
}

.ImprimerOffre
{
	color: #e15a00;
	float:left;
	font-weight:bolder;
}
.ImprimerOffre:hover
{
	color: #8F9192;
	float:left;
	font-weight:bolder;
}

.OffreAmi
{
	color: #e15a00;
	float:right;
	font-weight:bolder;
}
.OffreAmi:hover
{
	color: #8F9192;
	float:right;
	font-weight:bolder;
}

.EnvoyerOffre
{
	color: #8F9192;
}
.EnvoyerOffre:hover
{
	color: #e15a00;
}

.NombreOffre
{
	text-align:center;
}

.infoOffre
{
	float:left;
	display:table-cell;
	width:40%;
	padding-left:10px;
	padding-right:10px;
	border-left:solid 2px #d3d4d4;
}

.InfoOffreGauche
{
	float:left;
	display:table-cell;
	padding-left:10px;
	padding-right:10px;
	width:50%;
}
.piedpage
{
	clear:both;
}
.Indication_Liste_Vide
{
 text-align :center ;
 margin-left:auto;
 margin-right:auto;
 width:auto;
}
/*==================================================================================================================================PAGE INTERIMAIRE QUESTION*/
.candidats_memo{
	display:block;
	background:url(../images/btn_memo.jpg) no-repeat;
	width:104px;
	height:71px;
	margin-left:10px;
	}
.lien_interimaire{
	text-align:left;
	color:#4c627d;
	font-size:0.7em;
	margin-top:5px;
	margin-bottom:15px;
	display:block;
	}
.lien_interimaire_liste{
	text-align:left;
	color:#4c627d;
	font-size:0.7em;
	padding-left:75px;
	line-height:1.5em;

	}
.candidats_interimaire_faq{
	display:block;
	background:url(../images/acceder_faq.jpg) no-repeat;
	width:104px;
	height:71px;
	margin-left:10px;
	}
.candidats_actualiser{
	display:block;
	background:url(../images/actualiser_dossier.jpg) no-repeat;
	width:104px;
	height:71px;
	margin-left:10px;
	}
.question_interimaire{
	color:#e15a00;
	}
.reponse_interimaire{
	display:block;
	padding-left:15px;
	}
.reponse_interimaire ul{
	font-size:1em;
	}
/*==================================================================================================================================PLAN DU SITE*/
.plan_sous_rubrique{
	padding-left:15px;
	display:block;
	margin-top:10px;
	}
.plan_sous_rubrique a{
	text-decoration:none;
	}
	
.plan_sous_rubrique a:hover{
	text-decoration:underline;
	}
	
.plan_sous_sous_rubrique{
	padding-left:15px;
	display:block;
	margin-bottom:10px;
	}
	
/*_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-ADMINISTRATION-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-*/

.logincontrol
{
	background-color:#F7F7DE;
    border-color:#CCCC99;
    border-style:solid;
    border-width:1px;
    font-family:Verdana;
    font-size:10px    
}

/*_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-COMBO CHECKBOX CONTRAT-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-*/
.panelComboContrat
{
	height:auto;
	background-color:White;
}
/*_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-RECHERCHER CANDIDATURE-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-*/

.recherche_conteneur
{
	display:inline-block;
	width:100%;
	position:relative;
	height:auto;
	font-size:0.7em;
	color:#4c627d;
	padding-top:1em;
}

.recherche_left_info
{
	float:left;
	width:50%;
}

.recherche_right_info
{
	float:right;
	width:50%;
}

.mini_flash
{
    margin-bottom:20px;
    margin-left:10px;
    height:80px;
    float:left;
}

.linkButton
{
	display: block;
	float: left;
	margin: 0 7px 0 0;
	background-color: #F5F5F5;
	border: 1px solid #DEDEDE;
	border-top: 1px solid #EEE;
	border-left: 1px solid #EEE;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 130%;
	text-decoration: none;
	font-weight: bold;
	color: #565656;
	cursor: pointer;
	padding: 5px 10px 6px 7px;
}

.linkButton:hover
{
	display: block;
	float: left;
	margin: 0 7px 0 0;
	background-color: #F5F5F5;
	border: 1px solid #DEDEDE;
	border-top: 1px solid #EEE;
	border-left: 1px solid #EEE;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 130%;
	text-decoration: none;
	font-weight: bold;
	color: #E15A00;
	cursor: pointer;
	padding: 5px 10px 6px 7px;
}

.linkButtonOrange
{
	display: block;
	float: left;
	margin: 0 7px 0 0;
	background-color: #e15a00;
	border: 1px solid #DEDEDE;
	border-top: 1px solid #EEE;
	border-left: 1px solid #EEE;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 130%;
	text-decoration: none;
	font-weight: bold;
	color: white;
	cursor: pointer;
	padding: 5px 20px 6px 14px;
	margin-left:32%;
}

.linkButtonOrange:hover
{
	display: block;
	float: left;
	margin: 0 7px 0 0;
	background-color: #e15a00;
	border: 1px solid #DEDEDE;
	border-top: 1px solid #EEE;
	border-left: 1px solid #EEE;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 130%;
	text-decoration: none;
	font-weight: bold;
	color: white;
	cursor: pointer;
	padding: 5px 20px 6px 14px;
	margin-left:32%;
}

.linkbuttonImage
{
    color: #E15A00;
    text-decoration:none;
}

.OffrePrecedente
{
	color: #8F9192;
	padding-left:28%;
	text-decoration:none;
}
.OffrePrecedente:hover
{
	color: #f44a00;
	padding-left:28%;
	text-decoration:none;
}
.OffreSuivante
{
	color: #8F9192;
	text-decoration:none;
}
.OffreSuivante:hover
{
	color: #f44a00;
	text-decoration:none;
}

.OffreRetour
{
	color: #8F9192;
    float:left;
}
.OffreRetour:hover
{
	color: #e15a00;
	float:left;
}

/*---------ATTENTION BOUTON MERDIQUE NE PAS TOUCHER-------*/

.linkButtonOffreOrange
{
	color: #e15a00;
	font-weight:bolder;
	float:right;
}

.linkButtonOffreOrange:hover
{
	color:#8F9192;
	font-weight:bolder;
	float:right;
}

*+html .linkButtonOffreOrange /* style ie 7 */
{
	color: #e15a00;
	font-weight:bolder;
	float:none;
	margin-left:25%;
}

*+html .linkButtonOffreOrange:hover /* style ie 7 */
{
	color:#8F9192;
	font-weight:bolder;
	float:none;
	margin-left:25%;
}

/*------------------------------------------------------------*/

.linkButtonInscMdp
{
	
	color: #8F9192;
	font-size:0.7em;
}
.linkButtonInscMdp:hover
{
	color: #e15a00;
	font-size:0.7em;
}

/*Combobox*/
#master_content .ajax__combobox_itemlist
{
    margin: 0px;
    z-index:5;
}

.WindowsStyle .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input
{
    margin: 0;
    border: solid 1px #7F9DB9;
    border-right: 0px none;
    padding: 1px 0px 0px 5px;
    font-size: 11px;
    height: 18px;
    font-family:Tahoma;
    z-index:5;
}
.WindowsStyle .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button
{
    margin: 0;
    padding: 0;
    background-image: url(../images/windows-arrow.gif);
    background-position: top left;
    border: 0px none;
    height: 21px;
    width: 21px;
    z-index:5;
}
.WindowsStyle .ajax__combobox_itemlist
{
    border-color: #7F9DB9;
    font-size:0.7em;
    z-index:5;
}

.WindowsStyleInactif .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input
{
    margin: 0;
    border: solid 1px #7F9DB9;
    border-right: 0px none;
    padding: 1px 0px 0px 5px;
    font-size: 11px;
    height: 18px;
    font-family:Tahoma;
    z-index: 9999;
}
.WindowsStyleInactif .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button
{
    margin: 0;
    padding: 0;
    background-image: url('../images/windows-arrow_inactif.gif');
    background-position: top left;
    border: 0px none;
    height: 21px;
    width: 21px;
}
.WindowsStyleInactif .ajax__combobox_itemlist
{
    border-color: #7F9DB9;
    font-size:0.7em;
    z-index: 9999;
}

#lbInfoOffre
{
	padding-left:100%;
	color : White;
	font-weight:bold;
	font-size:0.9em;
}

#divPage
{
	width:100%;
	position:relative;
	}

.InfoRecherche
{
	color: #E15A00;
	Font: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	width: 100%;
	max-width: 175px;
}

.ImageActu
{
	padding-left:40%;
}

/*_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-COMOPOSANTS TREEVIEW SELECTOR-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-*/


.element_remove
{
	background-image:url("../images/delete.png");
}

.element_add
{
	/*
	background-image:url("../images/add.png");
	*/
}

.element_child
{
	width: 140px;
	color:White;
	-moz-border-radius: 3px 3px 3px 3px; 
    -webkit-border-radius: 3px 3px 3px 3px;         
    -webkit-border-top-left-radius: 3px; /* pour Chrome */ 
    -webkit-border-top-right-radius: 3px; /* pour Chrome */
    -webkit-border-bottom-right-radius: 3px; /* pour Chrome */
    -webkit-border-bottom-left-radius: 3px; /* pour Chrome */
	margin-left: 10px;
	border: 1px solid #fff; 
	font-size: 0.8em;
	margin-top: 1px;
	display:block;
	font-weight: bold;
}

.element_parent
{
	width: 140px;
	color:White;
	background-color : #F0853C;
	-moz-border-radius: 3px 3px 3px 3px; 
    -webkit-border-radius: 3px 3px 3px 3px;         
    -webkit-border-top-left-radius: 3px; /* pour Chrome */ 
    -webkit-border-top-right-radius: 3px; /* pour Chrome */
    -webkit-border-bottom-right-radius: 3px; /* pour Chrome */
    -webkit-border-bottom-left-radius: 3px; /* pour Chrome */
	border: 1px solid #fff;
	font-size: 0.8em;
	margin-top: 1px;
	display:block;
	font-weight:bold;
	}

.element_image
{
	margin-top: 1px;
	margin-bottom : -1px;
	float: right;
	padding-right:2px;
}

.element_text
{
	text-align : left;
	max-width: 125px;
}

.element_separator
{
	border-bottom:solid 1px #fff;
}

.Panel_Global
{
	-moz-border-radius: 5px 5px 5px 5px; 
    -webkit-border-radius: 5px 5px 5px 5px;         
    -webkit-border-top-left-radius: 5px; /* pour Chrome */ 
    -webkit-border-top-right-radius: 5px; /* pour Chrome */
    -webkit-border-bottom-right-radius: 5px; /* pour Chrome */
    -webkit-border-bottom-left-radius: 5px; /* pour Chrome */
	border: 1px solid #fff;
	width: 152px;
}

.Selector_Combo .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input
{
	width: 90px;
    margin: 0;
    border: solid 1px #7F9DB9;
    border-right: 0px none;
    padding: 1px 0px 0px 5px;
    font-size: 13px;
    height: 18px;
}
.Selector_Combo .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button
{
    margin: 0;
    padding: 0;
    background-image: url(../images/windows-arrow.gif);
    background-position: top left;
    border: 0px none;
    height: 21px;
    width: 21px;
}
.Selector_Combo .ajax__combobox_itemlist
{
    border-color: #7F9DB9;
}

/* Moteur de Recherche Simple en Index */

.MtrMoteurRecherche
{
    background:url(../images/fond_moteur2.jpg);
    width:92.5%;
    float:left;
    margin-left:5.3%;
    margin-bottom:10px;
}

.MtrConteneur
{
    display:block;
    width:100%;
    min-width:672px;
}

.MtrComposant
{
    display:block;
}

.MtrTitre
{
    font-size:1em;
	color:white;
	float:left;
	background:url(../images/fond_menu.jpg);
	width:99.1%;
}

.MtrContrat
{
    width:50%;
    font-size:0.7em;
    color:#4c627d;
    float:left;
}

.MtrContratAction
{
    display:inline;
}

.MtrEspace
{
    height:10px;
    width:100%;
    clear:both;
}

.MtrDernierEspace
{
    height:9.5px;
    width:100%;
    clear:both;
}

.MtrMetierRegion
{
    display:inline;
    width:100%;
}

.MtrRegion
{
    width:48%;
    float:left;  
}

.MtrMetier
{
    width:48%;
    float:left;  
}

.MtrMotsCles
{
    padding-left:5px;
}

.MtrTbMotsCles
{
    width:96.5%;
    font-size:0.7em;
}

.MtrAction
{
    float:right;
    padding-right:20px;
}

.MtrLabel
{
    font-size:0.7em;
	color:#4c627d;
	float:left;
	margin-top:4px;
	margin-right:5px;
}

.MtrWebDropDown
{
    font-size:0.5em;
	color:#4c627d;
    margin-left:5px;
    width:100%;
}

/* Moteur de Recherche Evolue dans les pages Candidats */

.MtrCandidatEvolue
{
    background-color:#d5dae0;
    width:260px;
    float:left;
    margin-bottom:10px;
    border:solid 1px #ccc;
    margin-left:1.3%;
}

.EspaceEvolueGrand
{
    width:100%;
    height:15px;   
}

.EspaceEvoluePetit
{
    width:100%;
    height:2px;
}

.MtrTitreEvolue
{
    font-size:1em;
	color:white;
	float:left;
	background:url(../images/fond_menu.jpg);
	width:100%;
}

.MtrElementEvolue
{
    margin-left: 5%;
}

.MtrActionEvolue
{
    margin-left:32%;
}

.MtrMotCleEvolue
{
    font-size:0.7em;
	color:#4c627d;
}

.MtrMotCleSuppr
{
    margin-left:2%;
}

/*---- A TESTER SI UTILE */

.MtrConteneurCandidat
{
    display:inline;
    width:100%;
    min-width:672px;
}

.MtrContenantCandidat
{
    width:94%;
    margin-left:10px;
    margin-top:5px;
    float:left;
    display:inline;
}

.MtrLabelCandidat
{
    font-size:0.7em;
	color:#4c627d;
	float:left;
	margin-top:4px;
	margin-right:5px;
}

.MtrLinkCandidat
{
    font-size:0.7em;
	color:#4c627d;
	float:left;
	margin-top:4px;
	margin-right:5px;
	text-decoration:underline;
}


.MtrLinkCandidat:hover
{
    font-size:0.7em;
	color:#e15a00;
	float:left;
	margin-top:4px;
	margin-right:5px;
	text-decoration:underline;
}


.MtrWebDropDownCandidat
{
    font-size:0.7em;
	color:#4c627d;
	width:94%;

}

.MtrTextBoxCandidat
{
    width:94%;
    font-size:0.7em;
}

.MtrActionCandidat
{
    float:right;
    padding-right:20px;
}

/* FIN A TESTER SI UTILE */

/* Div contenant la loginbox en page d'index */

*+html .LoginBox /*Style pour ie 7 */
{
    float:left;
	border: solid 1px #ccc;
	margin-left:1.3%;
	width:260px;
	display:block;
	background:url(../images/fond_login.jpg);
	
	margin-top:0px;
}

.LoginBox
{
    float:left;
	border: solid 1px #ccc;
	margin-left:1.3%;
	width:260px;
	display:block;
	background:url(../images/fond_login.jpg);
	
	margin-top:-19px;
}

*+html .LoginBoxCandidats /*Style pour ie 7 */
{
    float:left;
	border: solid 1px #ccc;
	margin-left:5%;
	width:260px;
	display:block;
	background:url(../images/fond_login.jpg);
	
	margin-top:0px;
}

.LoginBoxCandidats
{
    margin-bottom:1%;
    float:left;
	border: solid 1px #ccc;
	margin-left:1.3%;
	width:100%;
    height:144px;
	padding:3% 4% 0.3% 5%;
	margin-top:-19px;
}

.LoginBoxTitre
{
    font-size:1em;
	color:white;
	float:left;
	width:260px;
	background:url(../images/fond_menu.jpg);
}

.loginBoxlkbTitre
{
    color:white;
    text-decoration:none;
}

.LoginBoxEspace
{
    height:10px;
    width:100%;
    clear:both;
}

.LoginBoxEspaceDernier
{
    height:5px;
    width:100%;
    clear:both;
}

.LoginBoxTextbox
{
    Width:90%;
    margin-left:5%;
}

*+html .LoginBoxTextbox
{
     Width:82%;
     margin-left:8%;
}

.LoginBoxTextboxPass
{
    Width:70%;
    margin-left:5%;
}

*+html .LoginBoxTextboxPass
{
     Width:70%;
     margin-left:8%;
}

.LoginBoxDivBtn
{
    height:20px;
}

.LoginBoxLabel
{
    font-size:0.7em;
	color:#4c627d;
	margin-left: 15%;
}

.LoginBoxLink
{
    margin-left:13%;
    font-size:0.5em;
	color:#4c627d;
}

.LoginBoxLinkDroite
{
    font-size:0.5em;
	color:#4c627d;
}

.LoginBoxlbTiret
{
    font-size:0.7em;
	color:#4c627d;
}

.LoginBoxLinkConnecter
{
	background-color: #4c627d;
	border: 1px solid #DEDEDE;
	border-top: 1px solid #EEE;
	border-left: 1px solid #EEE;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: 0.7em;
	text-decoration: none;
	font-weight: bold;
	color: white;
	cursor: pointer;
	padding-bottom:3px;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	margin-top:-2px;
}

.LoginBoxLinkConnecter:hover
{
	background-color: #4c627d;
	border: 1px solid #DEDEDE;
	border-top: 1px solid #EEE;
	border-left: 1px solid #EEE;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: 0.8em;
	text-decoration: none;
	font-weight: bold;
	color: #e15a00;
	cursor: pointer;
	padding-bottom:3px;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	margin-top:-2px;
}
    

*+html .LoginBoxLkbDeco /*Style pour ie 7 */
{
    font-size:0.7em;
	color:#4c627d;
	margin-left:15%;
	float:right;
	margin-right: 10px;
}

.LoginBoxLkbDeco
{
    font-size:0.7em;
	color:#4c627d;
	margin-left:20%;
	float:right;
	margin-right: 10px;
}

.LoginBoxRegen
{
    font-size:0.7em;

}

.loginBoxErreur
{
    height:12px;
}

.LoginBoxlbErreur
{
    font-size:0.6em;
    color:#e15a00;
    margin-left:22%;
}

.LoginBoxlbCiv
{
    font-size:0.7em;
    color:#4c627d;
    text-align:center;
    width:260px;
}

/* Div Flash en Index */

.IndexFlash
{ 
    z-index:-1;
    margin-bottom: 20px;
    margin-left: 12px;
    width: 262px;
    float: left;
}


/* Panel Msg Erreur */

.PnErreur
{
    position: absolute;
    left: 0px;
    top: 0px;
    width:100%;
    height:100%;
    text-align:center;
    z-index: 1000;
    filter: alpha(opacity=85); /*older IE*/  
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85); /* IE */  
    -moz-opacity: .85; /*older Mozilla*/  
    -khtml-opacity: 0.85;   /*older Safari*/  
    opacity: 0.85;   /*supported by current Mozilla, Safari, and Opera*/  
    background-color:#D5DAE0; /* background color of the layout when it appears*/  
    position: fixed;
    vertical-align:middle; 
    font-size: small;
}

.pnErreurContenu
{  
    margin-bottom:10px;
    margin-top: 200px;
    margin-left: auto;
    margin-right:auto;
    
    height:auto;
    width:400px;
}

.TitrepnErreur
{
    font-size:1em;
	color:white;
	float:left;
	background:url(../images/fond_menu2.jpg);
	width:100%;
	text-align:left;
	height:30px;
	font-weight: bold;
	padding-top : 6px;
}

.MsgErreur
{
  background-color: white;
  height:100%;
}

.labelErreur
{
    font-size:0.9em;
	color:#4c627d;
	display:inline;
}

.linkbuttonErreur
{
	background-color: #dddada;/*#4c627d;*/
	border: 1px solid #c7c5c5;
	border-top: 1px solid #EEE;
	border-left: 1px solid #EEE;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: 0.8em;
	text-decoration: none;
	font-weight: bold;
	color: #4c627d;
	cursor: pointer;
	padding-bottom:3px;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	margin-top:-2px;
}

.linkbuttonErreur:hover
{
	color: #e15a00;
}


/* MODAL POPUP METIER & MOBILITE */


.modalPopup
{
	position: absolute;
    left: 0px;
    top: 0px;
    width:100%;
    height:100%;
    z-index: 1000;
    filter: alpha(opacity=85); /*older IE*/  
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85); /* IE */  
    -moz-opacity: .85; /*older Mozilla*/  
    -khtml-opacity: 0.85;   /*older Safari*/  
    opacity: 0.85;   /*supported by current Mozilla, Safari, and Opera*/  
    background-color:#D5DAE0; /* background color of the layout when it appears*/  
    position: fixed;
    vertical-align:middle;
    font-size: small; 
}

.modalPopupContenu
{    
	margin-bottom:10px;
    margin-top: 10px;
    margin-left: auto;
    margin-right:auto;
    
    height:auto;
    width:700px;
}

.modalPopupContenuMobilite
{    
	margin-bottom:10px;
    margin-top: 10px;
    margin-left: auto;
    margin-right:auto;
    
    height:auto;
    width:900px;
}

.modalPopupTitre
{
	font-size:1em;
	color:white;
	float:left;
	background:url(../images/fond_menu.jpg);
	width:100%;
	
	display:inline;
}

.modalPopupTitreLabel
{
    float:left;
    width:50%;
}

.modalPopupTitreBtn
{
    float:right;
}

.modalPopupMsg
{
    background-color: white;
    height:100%;
}

.Webdatatree
{
    display:block;
    float:left;
}

.modalPopupDivButton
{
    text-align:center
}

.modalPopupLinkbutton
{
    /* c'est en block mais en ligne*/
    display: inline-block;
    
	margin: 0 7px 0 0;
	background-color: #F5F5F5;
	border: 1px solid black;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 130%;
	text-decoration: none;
	font-weight: bold;
	color: #565656;
	cursor: pointer;
	padding: 5px 10px 6px 7px;
	width:67px;
}

.modalPopupLinkbuttonImage
{
    display: inline-block;
    padding: 3px 5px 3px 5px;
}

.blockResume
{
    border-bottom : solid 1px #e15a00;
    float:left;
}

.ResumeEnfant
{
    border-left : solid 1px #e15a00;
    border-right : solid 1px #e15a00;
    
    padding-left:10px;
    
    width:150px;
    color: #4c627d;
    font-size:0.5em;
}

.ResumeParent
{
    border :solid 1px #e15a00;
    width:160px;
    color: #4c627d;
    font-size:0.7em;
    font-weight:bold;
    text-align:center;
}

/* FIN MODAL POPUP METIER & MOBILITE */

/*_-_-_-_-_- Style GridView -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-*/


.StyleGridView
{
    Width:100%;
    font-size:0.7em;
    margin-top:5px;
}

.StyleGridViewHeader
{
    background-color:#6E849B;
    color:#FFFFFF;
    Height:50px;
}

.StyleGridViewHeader a
{
    background-color:#6E849B;
    color:#FFFFFF;
}

.StyleGridViewHeaderOffreResultat
{
    background-color:#6E849B;
    color:#FFFFFF;
    Height:35px;
}

.StyleGridViewHeaderOffreResultat a
{
    background-color:#6E849B;
    color:#FFFFFF;
}

.StyleGridViewHeaderOffrePostuler
{
    background-color:#6E849B;
    color:#FFFFFF;
}

.StyleGridViewHeaderOffrePostuler a
{
    background-color:#6E849B;
    color:#FFFFFF;
}

.StyleGridViewPager
{
    background-color:#999999;
    color:White;
    border-style:solid;
}

.StyleGridViewSelectedRow
{
    background-color:#CCCCCC; 
}

.StyleGridViewEditRow
{
    background-color:#2461BF;
}

.StyleGridViewRow
{
    height:20px;
    vertical-align:middle;
    color:#8f9192;
}

.WordWrapOffre
{
    word-wrap:break-word;
    width:210px;
}

.RowVisualisee a
{
    color:#e15a00;
}

.RowPasVisualisee a
{
    color:#8f9192;
}

.StyleGridViewRowAlternate
{
    background-color:#F4F4F4;
    height:20px;
    vertical-align:middle;
    color:#8f9192;
}


/* Pagin du GridView*/

.PageTbl
{
    float:right;
}

.PageTbl a
{
    font-size:0.7em;
    color:#4c627d;
    text-decoration:none;
}

.PageTbl span
{
    font-size:0.7em;
    color:#4c627d;
}

.PageTbl a:hover
{
    font-size:0.7em;
    color:#4c627d;
    text-decoration:underline;
}

.PageTblHaut
{
    float:right;
    padding-top:8px;
}

.PageTblHaut a
{
    font-size:0.7em;
    color:#4c627d;
    text-decoration:none;
}

.PageTblHaut span
{
    font-size:0.7em;
    color:#4c627d;
}

.PageTblHaut a:hover
{
    font-size:0.7em;
    color:#4c627d;
    text-decoration:underline;
}

/*_-_-_-_-_- FIN Style GridView -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-*/


/* PAGE RESULTAT & DETAILS OFFRE*/

.contenu_resultat
{
    float:left;
	border-left:solid 2px #d3d4d4;
	width:100%
}

*+html .contenu_detail
{
    float:left;
	border-left:solid 2px #d3d4d4;
	width:80%;
}

.contenu_detail
{
    float:left;
	border-left:solid 2px #d3d4d4;
	width:74%;
}

*+html .contenu_inscription
{
    float:left;
	border-left:solid 2px #d3d4d4;
	width:80%;
	padding-left:5px;
}

.contenu_inscription
{
    float:left;
	border-left:solid 2px #d3d4d4;
	width:74%;
	padding-left:5px;
}

.contenu_offre
{
    display:inline;
    width:100%;
}

.colOffreCentre
{
    float:left;
    width:70%;
}

*+html .colOffreCentre
{
    float:left;
    width:80%;
}

.colOffreDroite
{
	float:right;
	width:29%;
	border-left:solid 2px #d3d4d4;
}
	
*+html .colOffreDroite
{
	float:right;
	width:180px;
	border-left:solid 2px #d3d4d4;
}

.MtrAffinerCandidat
{
    float:left;
    margin-left:5.3%;
}

/* Style label Mots Clés */
.labelMotsCles
{
    font-style:normal;
    font-size:1.2em;
}

.labelAucunMotsCles
{
    font-style:italic;
    font-size:1.2em;
}

.labelTitreRecherche
{
    font-size:1.2em;
}

/* INSCRIPTION : POSTULER, DEPOT CANDIDATURE, ESPACE PERSONNEL */

.tbxInscription
{
    width:498px;
}

*+html .tbxInscription /*Style pour ie 7 */
{
    width:100%;
}

.tbxDemiInscr
{
    width:225px;
}

*+html .tbxDemiInscr /*Style pour ie 7 */
{
    width:50%;
}

.tbxTel
{
    width:103px;
}

*+html .tbxTel /*Style pour ie 7 */
{
    width:20%;
}

.tbxCP
{
    width:78px;
}

*+html .tbxCP
{
    width:15%;
}

.tbxCPError
{
    width:78px;
    border:solid 1px #e15a00;
}

*+html .tbxCPError
{
    width:15%;
    border:solid 1px #e15a00;
}

.tbxError
{
    border:solid 1px #e15a00;
}

.tbxTelError
{
    width:103px;
    border:solid 1px #e15a00;
}

*+html .tbxTelError /*Style pour ie 7 */
{
    width:20%;
    border:solid 1px #e15a00;
}

.tbxInscriptionError
{
    width:498px;
    border:solid 1px #e15a00;
}

*+html .tbxInscriptionError /*Style pour ie 7 */
{
    width:100%;
    border:solid 1px #e15a00;
}

.divVille
{
    width:50%;
}

.colDroite
{
    width:900px;
}

*+html .colDroite /*Style pour ie 7 */
{
    width:62%;
}

.colGauche
{
	width:200px;
	float:left;
	
	font-size:0.7em;
	color:#4c627d;
	padding-top:7px;
	display:block;
}

.colGaucheActivation
{
	width:180px;
	float:left;
	
	font-size:0.7em;
	color:#4c627d;
	padding-top:7px;
	display:block;
}

.colGaucheRecrut
{
	width:120px;
	float:left;
	
	font-size:0.7em;
	color:#4c627d;
	padding-top:7px;
	display:block;
}

.tbxRecrut
{
    width:75%;
}

*+html .tbxRecrut /* Style ie7 */
{
    width:400px;
}

.tbxRecrutError
{
    width:75%;
    border:solid 1px #e15a00;
}

*+html .tbxRecrutError /*Style pour ie 7 */
{
    width:400px;
    border:solid 1px #e15a00;
}

.colSepar
{
	height:10px;
	width:100%;
}

*+html .colSeparDouble /*Style pour ie 7 */
{
	height:10px;
	width:100%;
}

.colSeparDouble
{
	height:15px;
	width:100%;
}

.MobiNat
{
    font-size:0.7em;
	color:#4c627d;
}

/* VEUILLEZ PATIENTEZ POP UP */

.progressCP
{
      display:block;
      position:absolute;
      padding: 2px 3px;
}

.containerCP
{
      border: solid 1px #808080;
      border-width: 1px 0px;
}

.headerCP
{
      background-image: url(../images/sprit.png);
      border-color: #808080 #808080 #ccc;
      border-style: solid;
      border-width: 0px 1px 1px;
      padding: 0px 10px;
      color: #FFF;
      font-size: 0.9em;
      font-weight:bold;
      line-height:1.9;
      font-family:Arial,Helvetica,clean,Sans-Serif;
}

.bodyCP
{
      background-color:#f2f2f2;
      border-color: #808080;
      border-style:solid;
      border-width: 0px 1px;
      padding: 10px;
}

.PanelSuppr
{
   padding-left:10px; 
}

.listSupprEspace
{
    list-style:none outside;
	padding-left:33px;
	padding-top:10px;
	line-height:1.6em;
}
	
.listSupprEspace span
{
	background:url(../images/puce-off.png) center left no-repeat;
	text-decoration:none;
	padding:0 0 0 10px;
}

.contactImage 
{
    float:right;
}

*+html .contactImage /* Style ie7 */
{
    float:right;
    padding-top:10px;
}

.NbrOffreResultat
{
    float:left;
}
    
.ParPageOffreResultat
{
    float:left;
    margin-left:45%;
}

/* PROFIL */

.PanelTitreProfil
{
    font-size:1em;
	color:white;
	float:left;
	width:100%;
	background:url(../images/fond_menu.jpg);
	margin-bottom:10px;
}

.pProfil
{
	font-size:0.7em;
	text-align:justify;
	margin-bottom:10px;
	line-height:1.5em;
}

.strongProfil
{
    font-size:1.1em;
	font-weight:bold;
	color:white;
	margin-bottom:0.6em;
	display:block;
}

.lkbTitreProfil
{
    color:White;
    text-decoration:none;
    margin-left:20px;
}

.lbTexteProfil
{
    margin-right:20px;
}

.EspaceMonProfil
{
    margin-top:20px;
}

/* ALERTE MAIL ESPACE PERSONNEL */

.rbPrincipalAlerteMail
{
    margin-left:10px;
    line-height:20px;
    font-weight:bolder;
}

.rbPrincipalAlerteMail label
{
    margin-left:5px;
}

.rbAlerteMail
{
    margin-left:60px;
    line-height:20px;
}

.rbAlerteMail label
{
    margin-left:5px;
}
