@charset "utf-8";
/* CSS Document */

/********************************************************************************************/
/* commun ************************************************************************************/
/********************************************************************************************/

* {
	margin:0;
	padding:0;
}

object {
	outline:none;
}

a img {
	border:none;
}

#content h1.titre {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	letter-spacing:-1px;
	color:#332A2B;
	margin:10px 0;
	padding:0 0 2px 0;
	border-bottom:#666 solid 1px;
}

#content p, #content ul {
	line-height:18px;
	text-align:justify;
}
#content p {
	margin:6px 0;
	text-align:justify;	
}
#content ul {
	margin:6px 0 6px 20px;
}

/********************************************************************************************/
/* Index ************************************************************************************/
/********************************************************************************************/
#content h1.main {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000;
	letter-spacing:normal;
	border-bottom: inherit;
	padding:0;
	margin:0;
	line-height:20px;
	text-align:justify;
}
#Col1 {
	position:absolute;
	width:190px;
	left:250px;
	top:0;
}
#Col2 {
	position:absolute;
	width:190px;
	left:454px;
	top:0;	
}
#Col3 {
	position:absolute;
	width:190px;
	left:658px;
	top:0;	
}

/********************************************************************************************/
/* module des offres défilantes **********************************************************************/
/********************************************************************************************/

#offres {
	float:left;
	width: 238px;
	height: 300px;
	margin:5px 0;	
	position: relative;
	overflow: hidden;
}
#offres #offreslist {
	position: absolute;
	visibility:hidden;
}

#offres h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
	line-height:normal;
}
#offres p {
	font-family:Tahoma, Geneva, sans-serif;
	color:#333;
	font-size:11px;
	line-height:normal;
	padding-bottom:10px;
	border-bottom:#333 dashed 1px;
	margin-bottom:10px;	
}	
#offres a {
	color:#000;
	text-decoration: underline;
}
#offres a:hover {
	color:#F00;
	text-decoration: underline;	
}

/********************************************************************************************/
/* Page des Offres d'emploi **********************************************************************/
/********************************************************************************************/

td.leftTD {
	vertical-align:top;
	width:185px;
}
td.rightTD {
	vertical-align:top;
	width:710px;
	padding-left:5px;
}

table.table_des_offres td {
	padding:6px 10px;
	vertical-align:middle;
	border-bottom:#CCC solid 1px;
}
table.table_des_offres tr.off {
	background: none;
}
table.table_des_offres tr.on {
	background: url(../img/bgtron.png);
} 
p.linkpage a {
	padding:2px 4px;
	margin:5px 1px;
	background:#666;
	color:#FFF;
	text-decoration:none;
}
p.linkpage a:hover {
	color:#FFF;
	background:#C00;	
	text-decoration:none;	
}
p.linkpage span {
	padding:2px 4px;
	margin:5px 1px;
}

/********************************************************************************************/
/* forms ************************************************************************************/
/********************************************************************************************/
form.form_page_select {
	margin:10px 0;
}

input.case, textarea.case, select.case {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#000;
	padding:4px 6px;
	border:#999 solid 1px;
}
select.case_filter {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#000;
	padding:4px 6px;
	border:#999 solid 1px;
	width:150px;
}

input.btn {
	padding:4px 10px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#000;	
}
input.bigbtn {
	padding:5px 40px;
	font-family:Arial, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000;	
}


/********************************************************************************************/
/* glossaire **********************************************************************/
/********************************************************************************************/
p.glossaire a {
	border:#666 solid 1px;
	padding:2px 6px;
	color:#666;
	text-decoration: none;
}
p.glossaire a:hover {
	border:#C00 solid 1px;	
	color:#C00;
	text-decoration: none;
	font-weight:bold;
}

