
/* *********************************
			DIV global
************************************ */
	#CONTAINER #CONTENT #RTE_CONTENT .relativelink {
		background:#999999;
		text-align:right;
		
		font-family:Verdana, Arial;
		font-weight:normal;
		font-size:10px;
		color:#FFFFFF;
		
	}
		#CONTAINER #CONTENT #RTE_CONTENT .relativelink A{		
			font-family:Verdana, Arial;
			font-weight:normal;
			font-size:10px;
			color:#FFFFFF;			
			text-decoration:none;
		}
			#CONTAINER #CONTENT #RTE_CONTENT .relativelink A:hover{
				color:#1F3D4E;
				text-decoration:underline;
			}
			
	#CONTAINER #CONTENT #RTE_CONTENT .corporate h2{
		padding-right: 0px;
	}
	
	#CONTAINER #CONTENT #RTE_CONTENT .corporate{
		margin-bottom: 10px;
	}
	
	/* colonnes avec insert */
	#CONTAINER #CONTENT #RTE_CONTENT .corporate .content{
		float:left;
		width: 538px;
	}
	
		#CONTAINER #CONTENT #RTE_CONTENT .corporate .content{
			float:left;
			width: 430px;
		}
		
	/* insert */
	#CONTAINER #CONTENT #RTE_CONTENT .corporate .insert{
		float:right;
		width: 150px;
	}
	
		#POPUP #CONTAINER #CONTENT #RTE_CONTENT .corporate .insert{
			float:right;
			width: 235px;
		}
		
	/* deux colonnes*/
	#CONTAINER #CONTENT #RTE_CONTENT .corporate .col2{
		float:left;
		width:344px;
	}
	
	#CONTAINER #CONTENT #RTE_CONTENT .corporate .firstCol{
		margin-right: 10px;
	}
	
	/* deux colonnes insert */
	#CONTAINER #CONTENT #RTE_CONTENT .corporate .content .col2{
		float:left;
		width: 255px;
		margin-right: 10px;
	}
	
	/* trois colonnes*/
	#CONTAINER #CONTENT #RTE_CONTENT .corporate .col3{
		float:left;
		width:212px;
		margin-right: 10px;
	}
	
	/* drill down */
	dl.accordion {
		width: 458px;
		margin: 3px auto;
	}
		dl.accordion dt.accordionTitle {
			background: url('../imgs/home-activity-accordion-off.png');
			height: 20px;
			line-height: 20px;
			padding: 0 5px;
			color: #fff;
			font-size: 13px;
			font-weight: bold;
			cursor: pointer;
		}
		dl.accordion dt.active {
			background: url('../imgs/home-activity-accordion-on.png');
		}
		
	#RTE_CONTENT table{
		width: 100%;
		border-collapse: collapse;
		border: 1px;
		margin-bottom: 10px;
	}
		
	#RTE_CONTENT table thead{
		width: 100%;
		border-collapse: collapse;
		border: 1px solid #D6D4D2;
		background: #E7E5E6;
	}
	
	#RTE_CONTENT table tr td, #RTE_CONTENT table tr th{
		border: 1px solid #D6D4D2;
		padding: 5px 3px;
		line-height: 12px;
	}
	
	#RTE_CONTENT ul{
		list-style: none;
		list-style-position: outside;
		margin-bottom: 10px;
		margin-left: 10px;
	}
	
	#RTE_CONTENT ul li{
		background: url('../imgs/puce_li.png') no-repeat 0px 7px;
		padding-left: 12px;
	}
		
		#RTE_CONTENT ul li ul{
			margin-top: 10px;
			margin-bottom: 10px;
		}
	
			#RTE_CONTENT ul li ul li{
				background: none;
				padding-left: 0px;
				margin-left: 20px;
				list-style-type: circle;
			}
			
				#RTE_CONTENT ul li ul li ul li{
					list-style-type: disc;
				}
	
	
	#tableau_offres thead{
		height: 34px;
	}
	
	#tableau_offres thead tr th{
		background: url('../imgs/tableau_head_center_bkg.png') repeat;
		text-align: left;
		padding-left: 9px;
		padding-right: 6px;
	}
	
	#tableau_offres thead tr th.first{
		background: url('../imgs/tableau_head_left_bkg.png') no-repeat top left;
	}
	
	#tableau_offres thead tr th.last{
		background: url('../imgs/tableau_head_right_bkg.png') no-repeat top right;
		padding-right: 9px;
	}
	
	
	#tableau_offres tbody tr{
		vertical-align: top;
	}
	
	#tableau_offres thead tr{
		vertical-align: bottom;
	}
	
	#tableau_offres tbody tr td{
		border-bottom: 1px solid #D6D4D2;
		border-right: 1px solid #D6D4D2;
		padding-left: 9px;
		padding-right: 9px;
		padding-top: 5px;
		padding-bottom: 5px;
		line-height: 14px;
	}
	#tableau_offres tbody tr td.last{
		border-right: 0px;
	}
	
	#tableau_offres thead .titre_tableau_offre{
		float: left;
		width: auto;
		padding-bottom: 3px;
	}
	
	#AUTO_CONTENT .sort{
		float: right;
		width: 15px;
		height: 15px;
		line-height: 15px;
		margin-top: 3px;
	}
	
	#MAIN #AUTO_CONTENT .sort a:hover{
		text-decoration: none;
	}
	
	.asc{
		padding: 3px;
		padding-top: 0px;
		padding-bottom: 0px;
		background: url('../imgs/ico_asc.png') no-repeat center center;
	}
	
	.desc{
		padding: 3px;
		padding-top: 0px;
		padding-bottom: 0px;
		background: url('../imgs/ico_desc.png') no-repeat center center;
	}
	
	#recherche_left{
		float: left;
		width: 8px;
		height: 116px;
		background: url('../imgs/recherche_gauche_bkg.png') no-repeat;
	}
	
	#recherche_middle{
		float: left;
		width: 636px;
		height: 100px;
		padding: 8px;
		background: url('../imgs/recherche_milieu_bkg.png') repeat;
	}
	
	#recherche_right{
		float: left;
		width: 8px;
		height: 116px;
		background: url('../imgs/recherche_droite_bkg.png') no-repeat;
	}
	
	#titre_resultat_recherche{
		color: #f87321;
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	
	#tableau_offres{
		margin-top: 10px;
	}
	
		#nouvelle_recherche{
			color: #f49812;
			font-weight: bold;
			margin-bottom: 5px;
		}
		
		*:first-child+html #recherche_middle select{
			height: 20px;
			line-height: 12px;
		}
		
		#recherche_middle #submit{
			border: 0px;
			float: right;
			width: 156px;
			height: 18px;
			background: url('../imgs/recherche_submit_bkg.png') repeat;
			margin-top: 10px;
		}
		
		#recherche_haut{
			margin-bottom: 7px;
		}
		
		#fonction{
			width: 245px;
			margin-left: 10px;
		}
		
		#domaine{
			width: 250px;
		}
		
		#etude{
			width: 250px;
		}
		#experience{
			width: 250px;
			margin-left: 10px;
		}
		
			#bouton_postuler{
				display: block;
				width: 78px;
				height: 18px;
				background: url('../imgs/postuler_bouton.png') no-repeat;
				margin-left: auto;
				margin-right: auto;
				margin-top: 10px;
			}
			
			#bouton_postuler:hover{
				text-decoration: none;
			}
			
			#detail_offre h1{
				font-size: 16px;
				margin-bottom:8px;
			}
			
			#detail_offre .small{
				margin-bottom: 5px;
			}
			
	#RTE_CONTENT a{
		text-decoration: underline;
	}
	#RTE_CONTENT a:hover{
		text-decoration: none;
		color: #F87321;
	}
