<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.habillage_centre {
	position: relative;
}
* html .habillage_centre {		/* pour IE */
	position: static;
}

#col808 .fiche {
	width: 788px;
}

#col808 .fiche .outils {
	margin: 0 10px;
	height: 30px;
	text-align: right;
}

	#col808 .fiche .outils img {
		margin: 10px 5px 0 5px;
		border: none;
	}

#col808 .fiche .precsuiv{
	margin: 10px 0 0;
	height: 20px;
	float: left;
}
	#col808 .fiche .precsuiv a{
		margin-top: 25px ;
		text-decoration: none;
		white-space:nowrap;
		color: #0F6B9B;
	}

#col808 .fiche .header_fiche {
	background: #F6F6F6;
}
	
#col808 .fiche .header_haut {	
	height: 10px;	
	border-left: 1px solid #AEAEAE;
	border-right: 1px solid #AEAEAE;
	border-top: 1px solid #AEAEAE;
	-webkit-border-top-left-radius: 8px;
	-moz-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	overflow: hidden;
}

#col808 .fiche .header {
	border-left: 1px solid #AEAEAE;
	border-right: 1px solid #AEAEAE;
	padding: 0;
	overflow: visible;	
}
	
	#col808 .fiche .header .logo {
		float: left;
		width: 120px;
		height: 120px;
		background: #FFFFFF url(../img_frontoffice/fiche_fond_logo.gif) no-repeat scroll 0 0;
		margin: 0 9px 0 5px;
	}
	* html #col808 .fiche .header .logo {	/* bug IE */
		margin-right: 6px;
	}
		
		#col808 .fiche .header .logo img {
			margin: 7px 11px 11px 7px;
			border: 1px solid #AEAEAE;
			width: 100px;
			height: 100px;
		}
		
	#col808 .fiche .header .infos {
		float: right;
		height: 82px;
	}
	
		#col808 .fiche .header .infos div {
			text-align: right;
			margin: 0 10px;
		}
		
		#col808 .fiche .header .infos .offres {
			font-size: 12pt;
			margin-bottom: 5px;
			white-space: nowrap;
		}
		
		#col808 .fiche .header .infos .offres a {
			padding: 0 0 0 22px;
			background : url(../img_frontoffice/fiche_offres.gif) no-repeat;
			background-position: 0 2px;
			text-decoration: none;
			color: #000000;
		}
		
		#col808 .fiche .header .infos .tags {
			margin: 0 10px;
			width: 170px;
			height: 30px;
			white-space: nowrap;
			letter-spacing: 5px;
		}

			#col808 .fiche .header .infos .tags img {
				margin: 0 0 5px 0;
			}
		
		#col808 .fiche .header .infos .candidature {
			border-top: 1px solid #C9C9C9;
			padding-top: 5px;
			white-space: nowrap;
		}
		
		#col808 .fiche .header .infos .candidature a {
			padding: 0 0 0 14px;
			background : url(../img_frontoffice/bouton_petite_fleche.png) no-repeat;
			background-position: 0px 2px ;
			text-decoration : none;
			color : #000;
		}

	#col808 .fiche .header .titre {
		height: 82px;
	}
	
		#col808 .fiche .header .titre h1 {
			font-size: 22pt;
			font-weight: normal;
			margin: 0;
			padding-top: 15px;
			padding-left: 10px;
			text-align: left;
			color: #0F6B9B;
			white-space: nowrap;
			overflow: hidden;
		}
		
		#col808 .fiche .header .titre .soustitre {
			font-size: 13pt;
			margin: 0;
			padding: 0 10px;
			text-align: left;
			overflow: hidden;
		}
	
	#col808 .fiche .header .menus {
		border-top: 1px solid #AEAEAE;
		height: 59px;
		max-height: 59px;
		margin: 0;
		padding: 0;		
		list-style-type: none;
	}
	
		#col808 .fiche .header .menus a {
			display: block;
			margin: 0 1px;
			padding: 2px 5px;
			text-decoration: none;
		}
		* html #col808 .fiche .header .menus a {		/* bug IE */
			width: 100%;
			height: 100%;
		}
		
		#col808 .fiche .header .menus ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
		}

		
		#col808 .fiche .header .menus li.menu_titre,
		#col808 .fiche .header .menus li.menu_titre_hover {
			position: relative;
			float: left;
			text-align: right;
			width: 213px;
			height: 49px;
			font-size: 10pt;
			margin: 0 0 0 1px;
			background: #CCCCCC url(../img_frontoffice/fiche_menu_off.gif) no-repeat scroll bottom center;
		}
		#col808 .fiche .header .menus li.menu_titre_selected {
			position: relative;
			float: left;
			text-align: right;
			width: 213px;
			height: 49px;
			font-size: 10pt;
			margin: 0 0 0 1px;
			background: transparent url(../img_frontoffice/fiche_menu_on.gif) no-repeat scroll bottom center;
		}
		
			#col808 .fiche .header .menus a {
				cursor: default;
			}
			#col808 .fiche .header .menus ul a {
				cursor: pointer;
			}
			
			#col808 .fiche .header .menus span.menu_numero {
				font-size: 17pt;
			}

			#col808 .fiche .header .menus li.menu_titre a {
				color: #363333;
			}
			#col808 .fiche .header .menus li.menu_titre_selected a {
				color: #FFFFFF;
			}
			#col808 .fiche .header .menus li.menu_titre_hover a {
				background-color: #999999;
				color: #FFFFFF;
			}
			#col808 .fiche .header .menus li.menu_selected a {
				color: #666666;
				background-color: #FFFFFF;
				cursor: default;
			}
			
			#col808 .fiche .header .menus li.menu_titre_hover ul a:hover {
				color: #666666;
				background-color: #FFFFFF;
			}
		
			#col808 .fiche .header .menus li.menu_titre ul,
			#col808 .fiche .header .menus li.menu_titre_selected ul {
				width: 213px;
				position: absolute;
				visibility: hidden;
				top: 44px;
				left: 0px;
			}
			#col808 .fiche .header .menus li.menu_titre_hover ul {
				width: 213px;
				position: absolute;
				visibility: visible;
				background: transparent url(../img_frontoffice/fiche_menu_on.gif) no-repeat scroll bottom center;
				color: #FFFFFF;
				padding: 5px 0;
				top: 44px;
				left: 0px;
			}
		
#col808 .fiche .pages {
	border: 1px solid #AEAEAE;
	border-bottom: none;
	padding: 10px;
}

	#col808 .fiche .pages .page_cachee {
		display: none;
	}
	
	#col808 .fiche .pages .page_visible {
		display: block;
	}
		
	#col808 .fiche .pages .titre
	{
		background : url(../img_frontoffice/puce_fleche_orange.gif) no-repeat;
		margin: 0;
		padding : 0px 0 2px 20px;
		color : #0F6B9B;
		font-size : 12pt;
		font-weight : bold;
	}
	
	#col808 .fiche .pages a {
		color: #ff6600;
	}

	#col808 .fiche .pages .offres_header {
		font-size: 11pt;
		font-weight: bold;
		margin-bottom: 0;
		color : #0F6B9B;
	}
		
	#col808 .fiche .pages .offres {
		font-size: 12px;
	}

		#col808 .fiche .pages .offres td {
			padding-right: 20px;
		}

		#col808 .fiche .pages .offres a {
			font-weight: bold;
			text-decoration: none;
			margin-right: 20px;
		}
		
	#col808 .fiche .pages .offres_email a {
		line-height: 200%;
	}
	
		#col808 .fiche .pages .offres_email a {
			padding: 0 0 0 14px;
			background : url(../img_frontoffice/bouton_petite_fleche.png) no-repeat;
			background-position: 0px 2px ;
			text-decoration : none;
			color : #000;
			font-weight: bold;
		}	
	
#col808 .fiche .rss {
	border: 1px solid #AEAEAE;
	border-bottom: none;
	padding: 10px;
}

	#col808 .fiche .rss h2
	{
		background : url(../img_frontoffice/fiche_rss.gif) no-repeat 0 1px;
		margin: 0;
		padding : 0px 0 2px 35px;
		color : #0F6B9B;
		font-size : 10pt;
		font-weight : bold;
		text-align: left;
	}
	
	#col808 .fiche .rss p
	{
		margin: 5px auto;
		text-align: center;
	}
	
	#col808 .fiche .rss table
	{
		text-align: left;
		font-size: 12px;
		margin: 5px 5px 5px 35px;
	}
	
		#col808 .fiche .rss table .rss_date
		{
			font-weight: bold;
			padding-right: 10px;
		}
		
		#col808 .fiche .rss table a
		{
			text-decoration: none;
			color: #000000;
		}

#col808 .fiche .footer {
	height: 10px;
	background: white;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border-left: 1px solid #AEAEAE;
	border-right: 1px solid #AEAEAE;
	border-bottom: 1px solid #AEAEAE;
	overflow: hidden;
}

#col808 .fiche .recrutent {
	margin-top: 10px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border: 1px solid #AEAEAE;
	overflow: visible;	
}
* html #col808 .fiche .recrutent {	/* bug IE... */
	position: relative;
}

	#col808 .fiche .recrutent .bouton_on {
		float: right;
		display: block;
		margin: 10px;
		width: 169px;
		height: 14px;
		background-image: url(../img_frontoffice/fiche_bouton_recrutent.gif);
		background-repeat: no-repeat;
		text-decoration: none;
		cursor: pointer;
	}
	
	#col808 .fiche .recrutent .bouton_off {
		float: right;
		display: block;
		margin: 10px;
		width: 169px;
		height: 14px;
		background-image: url(../img_frontoffice/fiche_bouton_recrutent_off.gif);
		background-repeat: no-repeat;
		text-decoration: none;
		cursor: pointer;
	}	
	
	#col808 .fiche .recrutent p.titre {
		margin: 0;
	}
	
	#col808 .fiche .recrutent img.titre {
		vertical-align: text-bottom;
		margin-left: 10px;
	}
	#col808 .fiche .recrutent span.titre {
		margin: 0;
		padding : 0 0 0 2px;
		color : #0F6B9B;
		font-size : 12pt;
		font-weight : bold;
		line-height: 2;
		height: 26px;
		white-space: nowrap;
	}
	
	#col808 .fiche .recrutent .hidden {
		display: none;
	}
	
	#col808 .fiche .recrutent_wrapper .liste {
		-webkit-border-bottom-left-radius: 8px;
		-moz-border-bottom-left-radius: 8px;
		-webkit-border-bottom-right-radius: 8px;
		-moz-border-bottom-right-radius: 8px;
		border-bottom-left-radius: 8px;
		border-bottom-right-radius: 8px;
		border-bottom: 1px solid #AEAEAE;	
		border-left: 1px solid #AEAEAE;	
		border-right: 1px solid #AEAEAE;	
		padding-bottom: 5px;
		background: white;
	}
	
	#col808 .fiche .recrutent_wrapper .liste #frecrutent_liste {
		padding: 5px;
	}
	
	#col808 .fiche .recrutent_wrapper .liste table {
		margin: 5px 10px;
		width: 748px;
		font-size: 10px;
		line-height: 0.4;
		padding: 0;
	}
	#col808 .fiche .recrutent_wrapper .liste td {
		width: 33%;
	}
	#col808 .fiche .recrutent_wrapper .liste a {
		font-weight: bold;
		text-decoration: none;
		color: #000000;
		font-size: 12px;
	}	

#col808 .fiche .footer_print {
	display: none;
}
		</pre></body></html>