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

body {							/* Valeurs par défaut */
    color:#454545;
    font-family:Verdana,Arial,Helvetica;
    font-size:11px;
	background-color: #FFFFFF;
	font-weight:normal;
	margin:0;
}

/***************************************************************************************/
/*-------------------------------- 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: 540pt;
}

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

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

A:link {
	/*Couleur du lien sur la page*/
	font-size:11px;
	color: #0000FF;
	text-decoration: underline;
}

A:visited {
	/*Couleur du lien déjà visité*/
	font-size:11px;
	color: #000044;
	text-decoration: underline;
}

A:Hover {
	/*Couleur du lien lors du passage de la souris*/	
	font-size:11px;				
	color:  #54198b;
	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 {
	/* Propriété des boutons de formulaire */
	font-size: 10px; 
	color: #AE30B3; 
	text-decoration: none;
	font-weight: bolder;
	background-color: #C9D7D5;
	border-color: #79908C #79908C #79908C #79908C; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	cursor:pointer;
}

.form_bouton_disable {
	/* Propriété des boutons de formulaire */
	font-size: 10px; 
	color: #000000; 
	text-decoration: none;
	font-weight: thin;
	font-style: italic ;
	background-color: #cccccc;
	border-color: #cccccc #cccccc #cccccc #cccccc; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	cursor:default;
}

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

.form_nom_champ{
	/* Propriété des noms de champ dans un formulaire */
	font-size: 12px;
	color: #5678D0;
	font-weight: bolder;
	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: #000000;
	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-color: #bac1dd;
	font-size: 12px;
	color: #004C87;
	text-decoration: none;
}

.liste_case {			
	/* Propriétés des cases des listes/tableaux */
	font-size: 10px;
	color: #000000;
	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...)*/
	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;
	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;
	text-align:center;
	display:none;
}

.maxi{
	/* champ upload CV*/
	font-size:9px;
	text-align:left;
	padding-left:200px;
}

.webupl {
	/* champ upload CV*/
	color:#454545;
	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: 10px;
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
	text-align:left;
}

.liste_case_pagination {			
	/* Propriétés de la pagination*/
	font-size: 10px;
	color: #000000;
	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-color: #C9D7D5;
	font-size: 8pt;
	color: #AE30B3;
	text-decoration: none;
}

.liste_case_annonce {	
	/* 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_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;
}





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

.texte-annonce{
    font-family:Arial;
    font-size:12px;
    text-align:justify;
}

.titre-annonce{
    color:#99cc00;
    font-size:22px;
    font-family:Arial;
    font-weight:bold;
}

.vert-fonce{
    color:#008000;
}

.vert-fonce a:link, .vert-fonce a:visited{
    color:#008000;
    text-decoration:underline;
}

h2{
    color:#000000;
    font-size:14px;
    font-weight:bold;
    margin:15px 0 5px;
}

.error_results{
    padding:0px;
    padding-top:10px;
    margin:0;
    color:red;
    text-align:left;
}

#page{
    margin:0;
    text-align:center;
    width:540px;
}

#content-formulaire{
    margin:0;
    float:left;
    width:540px;
    text-align:left;
}

h1{
    color:#AE30B3;
    font-size:26px;
    font-weight:normal;
    letter-spacing:-0.05em;
    font-family:Verdana,Arial,Helvetica;

}

label {
    clear:left;
    color:#454545;
    display:block;
    float:left;
    font-size:11px;
    height:18px;
    margin-top:3px;
    width:180px;
}

.label_long{
    width:300px;
    margin-top:0px;
}

span.obligatoire {
    color:#AE30B3;
    font-size:14px;
    margin-top:3px;
}

*+html fieldset, *html fieldset{
    width:541px;
}

fieldset {
    background:#FAFAFA none repeat scroll 0 0;
    border:3px solid #C9D7D5;
    padding:5px;
    margin:0px;
    width:524px;
    font-family:font-family:Arial,Helvetica,sans-serif;
}



#content-formulaire p {
    clear:both;
    color:#454545;
    font-size:11px;
    margin:0;
    padding:0;
}

input, select, .ctrl {
    color:#AE30B3;
    font-size:11px;
    /*margin:2px 10px 2px 0;
    padding:0 5px;*/

}

input, select {
    border-color:#999999;
    border-width:1px;
    margin-top:0px;
    padding-top:0px;
}

.ctrl{
    vertical-align:middle;
    margin-top:0px;
    padding-top:0px;
    background-color:none;
    margin-right:10px;
}

.envoyer-dossier input{
    vertical-align:-4px;
}

.center{
    text-align:center;
}

p.obligatoire{
    color:#AE30B3;
    text-align:center;
}

#entoure{
    border:1px solid #999999;
}

.paragraphe-content{
    font-family:Arial;
    font-size:12px;
    text-align:center;
}


.btn_form {
    margin:0;
    padding:5px 0;
    text-align:center;
}

#lstMetierRech_btnAdd{
	/* Propriété des boutons de formulaire */
	font-size: 10px; 
	color: #AE30B3; 
	text-decoration: none;
	font-weight: bolder;
	background-color: #C9D7D5;
	border-color: #79908C #79908C #79908C #79908C; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	cursor:pointer;
}

#lstMetierRech_btnRemove{
	/* Propriété des boutons de formulaire */
	font-size: 10px; 
	color: #AE30B3; 
	text-decoration: none;
	font-weight: bolder;
	background-color: #C9D7D5;
	border-color: #79908C #79908C #79908C #79908C; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	cursor:pointer;
}


h4 {
    background:transparent url(/recrute/images/ill_Puce_Niv-1.gif) no-repeat scroll 0 0;
    color:#AE30B3;
    font-size:14px;
    padding-left:25px;
    display:inline;
    margin:15px 0 5px;
    padding-right:50px;
}

.h4-desactive{
    color:#c9d6d5;
}

#cadre1{
    float:left;
    text-align:left;
    width:270px;
}

#cadre2{
    float:left;
    width:270px;
    text-align:right;
}
