@charset "utf-8";
/* CSS Document */

body{
font-family:Arial, Helvetica, sans-serif; font-size: 11px;
background-color : #FFFFFF; color: #000000;
margin-top: 0; margin-bottom: 0; margin-left: 0;margin-right: 0;
font-weight:normal;
}

a:active, a:link, a:visited, a:hover {
color:#800000;
text-decoration:underline;
}

div.menuBarh {
background-color:#FF7410;
padding:4px 6px 2px;
text-align:center;
}

div.menuBarh, div.menuBarh a.menuButton, div.menuI, div.menuI a.menuItem {
color:#FFFFFF;
font-family:"MS Sans Serif",Arial,sans-serif;
font-size:8pt;
font-style:normal;
font-weight:bold;
}


/* FIN GENERAL */

/* -------- [Début] Menu principal offres --------------*/
#menu_ajout{
width:200px;
margin:auto;
margin-top:50px;
}
	#menu_ajout_img{
	width:35px;
	height:35px;
	background-image:url(images/arcantis/ajouter.png);
	float:left;
	}
	#menu_ajout_texte{
	padding-top:7px;
	padding-left:40px;
	}
	#menu_ajout_last{
	clear:both;
	}
	
#menu_gerer{
width:200px;
margin:auto;
margin-top:10px;
}
	#menu_gerer_img{
	width:35px;
	height:35px;
	background-image:url(images/arcantis/gerer.png);
	float:left;
	}
	#menu_gerer_texte{
	padding-top:7px;
	padding-left:40px;
	}
	#menu_gerer_last{
	clear:both;
	}
	
#menu_texte{
padding-top:50px;
width:75%;
margin:auto;
text-align:justify;
}
/* -------- [Fin] Menu principal offres --------------*/

/* -------- [Début] Liste des offres --------------*/
.offre_emploi{
background-color:#DFDDD1;
padding:5px;
margin-bottom:10px;
margin:auto;
width:600px;
border-style:solid;
border-width:1px;
border-color:#003399;
margin-bottom:10px;
}
/* -------- [Fin] Liste des offres --------------*

/* -------- [Début] Liste des candidatures --------------*/
#aucune_candidature{
text-align:center;
font-weight:bold;
padding-top:100px;
}

#tab_liste_candidatures{
text-align:center;
border-style:solid;
border-width:1px;
margin:auto;
margin-top:20px;
}
	#tab_liste_candidatures_titre{
	background-color:#DFDDD1;
	}
	.candidatures_hover td{
	background-color:#EFEDE0;
	}
/* -------- [Début] Liste des candidatures --------------*/


/* -------- [Début] Détail d'une candidature --------------*/
#top_candidature{
margin-top:20px;
}
#candidature_elements_cles{
background-color:#EFEDE0;
}
#candidature_cv{
background-color:#EFEDE0;
}
#candidature_motivation{
background-color:#EFEDE0;
}
/* -------- [Fin] Détail d'une candidature --------------*/

#cv_pas_abo{
padding-top:100px;
}

#table_stats{
border:solid medium #3266CC;
margin-top:20px;
margin-left:40px;
width:700px;
}
	#table_stats th{
	background-color:#3266CC;
	color:#FFFFFF;
	padding:5px;
	font-weight:bold;
	}
		#table_stats #th1{
		width:230px;
		}
	#table_stats td{
	padding:5px;
	}
	.tr_0{
	background-color:#95B4EF;
	}
	.tr_1{
	background-color:#BFD5FF;
	}
	#table_stats tr:hover{
	font-weight:bold;
	}