/* DEBUT DES DECLARATIONS COMMUNES => A METTRE EN DEHORS DE CE FICHIER */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
h2 {
	color:black;
}
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */

.newline 
{	clear: both;
}
/* FIN DES DECLARATIONS COMMUNES => A METTRE EN DEHORS DE CE FICHIER */

.offre-critere 
{	float: left;
	margin-top: 10px;
}

.offre-critere select
{	float: left;
}

.offre-critere-label {
	font-weight: bold;
	text-align: center;
	width:80px;
	float:left;
	font-size:10px;
	line-height:15px;
}

label.offre-critere-label {
	margin-left:10px;
	margin-right:10px;
	font-size:10px;
}
			 
/* Type d'offre */
#type_offre
{	clear: both;
	float: left;
	width: 610px;
	margin-left: 10px;
} 

#type_offre legend, #type_offre input, #type_offre label
{	float: left;
	margin-left: 8px;
	font-size:9px;
}

#type_offre label
{	
	margin-top: 3px;
	
}

#type_offre	label
{	margin-left: 3px;
	margin-right: 5px;
	text-transform: uppercase;
}	

/* Fonction */
#fonction-label 
{	float: left;
	width: 55px;
	margin-left: 10px;
	margin-right: 10px;
} 

#fonction-field 
{	float: left; 
	width: 350px;
}

#fonction
{	width: 250px;
}

/* Salaire */
#salaire-label {
	width: 110px;
	margin-right: 10px;
	margin-left: 10px;
}

/* Localisation */
#localisation
{	clear: both;
	float: left;
	width: 380px;
	margin-left: 10px;			 
} 

#localisation legend, #localisation label, #localisation select
{	float: left;
	margin-left: 10px;
}

#localisation select
{	width: 125px;
}

#localisation label
{	text-indent: -9999px;		  
}	

/* Lancer la recherche */
#offres-rechercher
{	float: left;
	width: 100px;
	margin-top: 20px;
	margin-left: 120px;
	overflow:hidden;	
}

#offres-rechercher label
{	float: left;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	line-height: 25px;
}

#recherche_lancer_button
{	margin-left: 10px;
}

#IdFct {
	width: 250px;
}

#recherche_offres_content {	
	min-height: 111px;
	height: auto !important;
	height: 111px;
}