
/* -------------------- */
/* --- PLAN DU SiTE --- */
/* -------------------- */

/*lvl1*/
#plan
{
}

#plan ul
{
	margin: 0 0 0 20px;
	padding: 0;
	list-style: none;
}

#plan ul li
{
	background: #eee;
	border: 1px solid #ddd;
	padding: 10px;
	margin-bottom: 1em;
}

#plan ul li a
{
	font-weight: bold;
	text-decoration: none;
}

#plan ul li a:hover
{
	text-decoration: underline;
}

/*lvl2*/
#plan ul ul
{
	margin-bottom: 10px;
	list-style: circle;
}

#plan ul ul li
{
	background: none;
	border: none;
	padding: 0;
	margin-bottom: 0;
}

#plan ul ul li a
{
	font-size: 11px;
	font-weight: normal;
}

/*lvl3*/
#plan ul ul ul
{
	margin-bottom: 0;
}

/* --------------------------- */
/* --- MOTEUR DE RECHERCHE --- */
/* --------------------------- */

span.lienrech
{
	display: block;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	padding: 3px;
	overflow: hidden;
	padding-left: 5px;
	background-color: #eee;
	margin-top: 20px;
}

span.lienrech a
{
	text-decoration: none;
}

span.lienrech a:hover
{
	text-decoration: none!important;
}

#poprech a
{
	text-decoration: none;
}

#poprech a:hover
{
	text-decoration: underline;
}

div.fondresultrecherche
{
	color: #666;
}

div.basresultrecherche
{
	background-image: url(img/separateur_rech.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	padding-bottom: 2px;
	padding-top: 1px;
	padding-left: 0;
	padding-bottom: 2px;
	margin-bottom: 7px;
	margin-bottom: 2px;
	overflow: hidden;
	text-align: left;
}

div.basresultrecherche a,
div.basresultrecherche
{
	text-decoration: none;
	font-family: arial;
	font-style: italic;
	font-size: 10px;
	color: #606264;
}

div.basresultrecherche a:hover
{
	text-decoration: underline;
}

span.stitre1
{
	display: block;
	padding: 10px;
}


#job-offers
{
}

div.content-box
{
	padding: 10px;
	border: 1px solid #ddd;
	background: #fafafa;
	margin: 10px 0;
}

table.job-offers
{
	border-collapse: collapse;
	width: 100%;
}

table.job-offers th
{
	background: #eee;
	padding: 5px;
	font-weight: bold;
	color: #5A386E;
	font-size: 1.1em;
}

table.job-offers td
{
	padding: 5px;
	border-top: 1px solid #ddd;
}

table.job-offers td:first-child
{
	white-space: nowrap;
}

table.data td:first-child
{
	width: 150px;
}

table.job-offers td[align=right]
{
	text-align: right;
}

table.job-offers tr:first-child td
{
	border-top: none;
}

table.job-offers tr.odd td
{
	background: #fff;
}

table.job-offers td a
{
	color: #5A386E;
	font-weight: bold;
}

form[name=frm]
{
	background: #fafafa;
	border: 1px solid #ddd;
	padding: 10px;
}

form[name=frm] table
{
	border-collapse: collapse;
}

form[name=frm] table td
{
	padding: 5px;
}

form[name=frm] table td.label
{
	text-align: right;
	font-weight: bold;
}

form[name=frm] table input[type=text]
{
	background: #fff;
	border: 1px solid #ddd;
	padding: 3px;
	width: 350px;
}

form[name=frm] table textarea
{
	background: #fff;
	border: 1px solid #ddd;
	padding: 3px;
	width: 350px;
}
