/***************************************************************************************/
/*----------------------- ATTRIBUTS DU CORPS DE TEXTE ---------------------------------*/
/***************************************************************************************/

body {							/* Valeurs par défaut */
	color:black;
	font-family:Arial;
	background-color: #FFFFFF;
	margin-left: 1;
	margin-top: 1;
	font-weight:normal;
}

div#content{
	background-image:url(/recrute/images/fond-page_picto.gif);
	background-position:left top;
	background-repeat:no-repeat;
	color:black;
	float:left;
	font-family:Arial;
	/*font-size:0.75em;*/
	min-height:600px;
	padding-bottom:15px;
	padding-left:5px;
	padding-right:10px;
	width:600px;

}

* {
margin:0;
padding:0;
}

div{margin-top:5px;}
p{margin-top:5px;}
p.cnil{color:black;
font-family:Arial;
font-size:0.75em;
text-align:left;
vertical-align:top;}

/***************************************************************************************/
/*-------------------------------- TITRE DE LA PAGE -----------------------------------*/
/***************************************************************************************/

.titre_page {
	/* Titre de la page (du genre "Gérer les droits > Ajout d'un utilisateur") */
	font-size: 16px;
	color: #5678D0;
	font-weight: bolder;
	width: 744pt;
}

.Titre2 {
	color:#8EBF48;
	display:block;
	font-family:Arial Narrow;
	font-size:0.975em;
	font-weight:bold;
}

/***************************************************************************************/
/*-------------------------------- LES LIENS ET LES IMAGES-----------------------------*/
/***************************************************************************************/

img{
	/*Propriété des images*/
	border:none;
}

A:link {
	/*Couleur du lien sur la page*/
	color:#8EBF48;
	text-decoration: none;
}

A:visited {
	/*Couleur du lien déjà visité*/
	color:#8EBF48;
	text-decoration: none;
}

A:Hover {
	/*Couleur du lien lors du passage de la souris*/			
	color:#8EBF48;
	text-decoration:underline;
}

/***************************************************************************************/
/*----------- UTILISE DANS LES FORMULAIRES et POUR LES TITRES -------------------------*/
/***************************************************************************************/

.form_barre_claire {
	/* Barres verticales claires dans les formulaires (Taille réélle gérée avec une image "magique" */
	width: 1pt;
	height: 1pt;
	background-color: #C3D0E4;
	font-size: 12px;
	color: #FFFFFF;
}

/***************************************************************************************/
/*-------------------------------  BOUTONS --------------------------------------------*/
/***************************************************************************************/

.form_bouton_origine {
	/* Propriété des boutons de formulaire */
	font-size:0.75em;
}

/***************************************************************************************/
/*-------------------------- UTILISE DANS LES FORMULAIRES -----------------------------*/
/***************************************************************************************/

.form_nom_champ{
	/* Propriété des noms de champ dans un formulaire */
	text-align:left;
	vertical-align:top;
	color:black;
	font-family:Arial;
	font-size:0.75em;

}

.form_nom_champ_sombre {
	/* Propriété des noms de champ dans un formulaire, champs d'une autre couleur */
	font-size: 12px;
	color: #99441f;
	font-weight: bolder;
	text-align:left;
	vertical-align:top;
}

.form_champ{
	/*Propriété des champs dans un formulaire*/
	font-size: 10px;
	color: #000000;
	font-weight: normal;
}

input, select, .ctrl {
	/* utilisé sur les champs de type input, select ou de classe ctrl*/
	color:#000000;
	font-size:0.75em;
	font-weight:normal;
}

.upl_div input{
	/* utilisé sur les champs de type input, select ou de classe ctrl*/
	font-size:1.1em;
}

/********************************************************************************************/
/********************************* FORMULAIRE CANDIDAT **************************************/
/********************************************************************************************/

.entete_form_cand{
	/*Propriétés des entêtes du formulaire candidat (Identité, situation actuelle...)*/
	background-color:#c2d0e4;
	font-size: 12px;
	color: #004C87;
	text-decoration: none;
}

.liste_case_CNIL{
	/*Propriétés des mentions CNIL en bas du formulaire*/
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

.form_champ2 {				
	/* texte secondaire dans les formulaires (genre nombre de caractères restants des TextArea) */
	font-size: 10px;
	color: #000000;
	font-weight: bolder;
}

.form_highlight {		
	/* texte secondaire dans les formulaires mis en avant (genre nombre de caractères restants des TextArea) */
	font-size: 10px;
	color: #ff9f00;
	font-weight: bolder;
}

.webupl .sz {
	/* champ upload CV*/
	font-size:9px;
}

.webupl {
	/* champ upload CV*/
	color:#000000;
	font-size:10px;
	font-weight:normal;
}


/********************************************************************************************/
/**************** LISTE DES ANNONCES ET LISTE DES METIERS ***********************************/
/********************************************************************************************/

/*-----------Dans fo_annonce_lister.php & fo_metier_lister.php-------------*/
.liste_case_compteur {			
	/* Propriétés du compteur */
	font-size: 0.75em;
	color: #000000;
	text-decoration: none;
	text-align:left;
	width:50%;
	display:block;
	float:left;
}

.liste_case_pagination {			
	/* Propriétés de la pagination*/
	font-size: 0.75em;
	color: #000000;
	text-decoration: none;
	text-align:right;
		width:50%;
	display:block;
	float:left;
}

.rpt_actions td {
	/*Propriétés des cellules contenant les action (voir et supprimer) dans les tableaux*/
	width:16pt;
}

a.action{
	/*Propirétés de l'image action (la loupe)*/
	display:block;
	width:15px;
	height:18px;
	margin:auto;
	background:url("/layout/images/ico_info.gif") no-repeat;
} 

/*----------------------Tableau : fo_annonce_lister.php------------------------------*/
.Titre3{
	/* Propriétés des fonds des listes de la page liste des annonces*/
	color:black;
	display:block;
	font-family:Arial Narrow;
	font-size:0.875em;
	font-weight:bold;
}

.fondColor{background-color:#F2F2F2;}

table#listeOffre {
border-collapse:collapse;
}

#listeOffre td{font-size:0.75em;text-align:center;padding:5px 0px;}

span.ctrl{margin-right:10px;font-size:0.75em;}



