/*=============================================================================================================================*/
/*                                                       SPECIFIQUE A PROFILS                                               */
/*=============================================================================================================================*/
h1.intro , a.depot_cv {
	color: #3C7099; 
}
h2.intro , .courant_intro , .courant_gras_intro {
	color: #5D5E5F; 
}
/*-----------------------------------------------------*/
.colonne_liste {
	margin: 0px 15px 0px 38px;
}
* html .colonne_liste {
	margin: 0px 20px 0px 25px;
}
h1.liste {
	background-image: url(images/puce_titre_liste.gif);
	color: #E79D24; 
}
.boite_onglet h2.liste a {
	float: left;
	color: #3C7099; 
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 216px;
	height: 20px;
	background-image: url(images/onglet_off.gif);
	background-repeat: no-repeat;
}
.boite_onglet h2.liste a:hover {
	color: #E79D24; 
	background-image: url(images/onglet_on.gif);
}
.boite_onglet h2.liste .lien_mission_actif {
	float: left;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	width: 216px;
	height: 20px;
	background-image: url(images/onglet_on.gif);
	background-repeat: no-repeat;
	color: #E79D24; 
}
.colonne_liste ul li a {
	color: #5D5E5F; 
}
.colonne_liste ul li a:hover {
	color: #E79D24; 
}
.colonne_liste ul li .lien_mission_actif {
	color: #E79D24; 
	font-weight: bold;
}
/*-----------------------------------------------------*/
.boite_onglet h2.liste a , .contenu_article span {
	color: #3C7099; 
	font-weight: bold;
}
/*-----------------------------------------------------*/
.haut_article , .bas_article , .contenu_article {
	width: 260px;
}
/*-----------------------------------------------------*/
.contenu_article img {
	float: left;
	margin: 0px 10px 5px 20px;
	padding: 0px 0px 0px 0px;
}
/*-----------------------------------------------------*/
.colonne_article {
	margin: 40px 20px 0px 0px;
	width: 260px;
}
html>body .colonne_article {
	margin: 40px 60px 0px 0px;
}
.courant_intro {
	padding: 0px;
}
/*-----------------------------------------------------*/
.courant_gras_nell_accueil {
	color: #E79D24; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#contenuScroll {
	height:220px;/*taille de reference dans le javascript (soustraire 3 pixels)*/
}
#flechesScroll_metiers {
	position:absolute;
	top: 388px;
	left: 810px;
	width:11px;
	height:240px;
	background-image: url(images/scroller_metiers.gif);
	background-repeat: no-repeat;
}
#DefilHaut_metiers {
	position:absolute;
	top: 388px;
	left: 790px;
	margin:0px 0px 0px 13px;
	width:18px;
	height:13px;
	/*border: 1px solid #000000;*/
}
#DefilBas_metiers {
	position:absolute;
	top: 618px;
	left: 790px;
	margin:0px 0px 0px 13px;
	width:18px;
	height:13px;
	/*border: 1px solid #000000;*/
}
html>body #flechesScroll_metiers {
	top: 375px;
}
html>body #DefilHaut_metiers {
	top: 375px;
}
html>body #DefilBas_metiers {
	top: 605px;
}
/*-----------------------------------------------------*/
a.depot_cv {
	width: 200px;
	float: left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 16px;
	background-image: url(images/picto_cv_off.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
html>body a.depot_cv {
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 10px 0px;
}
*+html a.depot_cv {
	float: none;
	margin: 0px 0px 15px 0px;
}
a.depot_cv:hover {
	background-image: url(images/picto_cv_on.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #E79D24; 
}