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

body {							/* Valeurs par défaut */
    color:#000000;
    font-family:Verdana,Helvetica,sans-serif;
    font-size:10pt;
}

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

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

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

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

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

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

A:Hover {
	/*Couleur du lien lors du passage de la souris*/	
    color:#000000;
    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: #eeeeee;
    font-size: 10pt;
    color: #ffffff;
}

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

.form_bouton {
	/* Propriété des boutons de formulaire */
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 9pt;
    color: #ffffff;
    text-decoration: none;
    font-weight: bolder;
    background-color: #cccccc;
    /*border-left-color: #ffffff;*/
    border-style: solid;
    border: 1px solid #cccccc;
    cursor: pointer;
}

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

.form_nom_champ{
	/* Propriété des noms de champ dans un formulaire */
    color:#666666;
    font-weight: normal;
    font-family:Verdana,Helvetica,sans-serif;
    font-size:10pt;
    text-align:left;
    vertical-align:top;

}

.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: #666666;;
	font-weight: normal;
}

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

/***************************************************************************************/
/*---------------------- UTILISE DANS LES TABLEAUX EN GENERAL -------------------------*/
/***************************************************************************************/

.listes_fond{
	/* Propriétés des entêtes des listes */
    background:#eeeeee;
    color:#666666;
    font-family:Verdana,Helvetica,sans-serif;
    font-size:8pt;
    text-decoration:none;
}

.liste_case {			
	/* Propriétés des cases des listes/tableaux */
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 8pt;
    color: #666666;
    background-color: #ffffff;
    text-decoration: none;
}

.listes_fond td{
	/* Propriétés des cellules des entêtes des listes*/
	vertical-align: top;
	text-align: center;
}

.liste_case td{
	/* Propriétés des cellules de listes/tableaux */
	vertical-align: middle;
	text-align: center;
}

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

.entete_form_cand{
	/*Propriétés des entêtes du formulaire candidat (Identité, situation actuelle...)*/
    font-weight:bolder;
    background:#EEEEEE none repeat scroll 0 0;
    color:#666666;
    font-family:Verdana,Helvetica,sans-serif;
    font-size:8pt;
    text-decoration:none;
}

.liste_case_CNIL{
	/*Propriétés des mentions CNIL en bas du formulaire*/
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	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-family: Verdana,Helvetica,sans-serif;
    font-size: 8pt;
    color: #666666;
    background-color: #ffffff;
    text-decoration: none;
    text-align:left;
}

.liste_case_pagination {			
	/* Propriétés de la pagination*/
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 8pt;
    color: #666666;
    background-color: #ffffff;
    text-decoration: none;
    text-align:right;
}

.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------------------------------*/

.listes_fond_annonce{
	/* Propriétés des fonds des listes de la page liste des annonces*/
    background:#eeeeee;
    color:#666666;
    font-family:Verdana,Helvetica,sans-serif;
    font-size:8pt;
    text-decoration:none;
}

.liste_case_annonce {	
	/* Propriétés des cases des listes/tableaux de la page liste des annonces */		
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 8pt;
    color: #666666;
    background-color: #ffffff;
    text-decoration: none;
}

.listes_fond_annonce td{
	/* Propriétés des cellules des fonds de listes de la page liste des annonces*/
	vertical-align: top;
	text-align: center;
}

.liste_case_annonce td{
	/* Propriétés des cellules de listes/tableaux de la page liste des annonces */
	vertical-align: middle;
	text-align: center;
}

/*----------------------Tableau : fo_metier_lister.php------------------------------*/

.listes_fond_metier{
	/* Propriétés des fonds des listes de la page liste des annonces*/
	background-color: #bac1dd;
	font-size: 12px;
	color: #004C87;
	text-decoration: none;
}

.liste_case_metier {	
	/* Propriétés des cases des listes/tableaux de la page liste des annonces */		
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
}

.listes_fond_metier td{
	/* Propriétés des cellules des fonds de listes de la page liste des annonces*/
	vertical-align: top;
	text-align: center;
}

.liste_case_metier td{
	/* Propriétés des cellules de listes/tableaux de la page liste des annonces */
	vertical-align: middle;
	text-align: center;
}

/********************************************************************************************/
/******************************* INDEX ET RAPPEL PWD*****************************************/
/********************************************************************************************/
/*-----------------Table Login : utilisée dans index.php et fo_rappel_pwd.php---------------*/
#tableLogin{
	/*Propriétés du tableau de connexion*/

/*	
	margin:auto;
	border:1px solid #0081C6;
	background-color:#ebf9f2;
	font-size: 10px;
*/
	
}

.lien_login{
	/*Propriétés des champs du tableau de connexion*/
	
/*
	text-align:center;
	height:40;
*/
}

/********************************************************************************************/
/************************************** CONTENU *********************************************/
/********************************************************************************************/

#tablebouton{
	/*Bouton Accueil*/
	text-align : center;
}

.tablecontenu{

}

/********************************************************************************************/
/********************************** CONFIRMATION ********************************************/
/********************************************************************************************/
.txt_confirm{
	font-size:10px;
	font-weight:normal;
}

input, textarea, select, .ctrl {
color:#000000;
font-family:Verdana,Helvetica,sans-serif;
font-size:8pt;
font-weight:normal;
}



