@charset "UTF-8";



/*******************************************************************************************/
/* OPEN-CLOSE pans */
/*******************************************************************************************/
#pan-article .openList {
}
#pan-article .listTitle {
	position:relative;
	cursor:pointer;
}
#pan-article .listTitle div {
	padding:5px 10px;
	font-size:1.1em;
	font-weight:bold;
	margin:5px 0 10px 0;
}
#pan-article .listTitle div.over {
	background-color:#f3f3f6;
	color:#598bac;
	padding:4px 9px !important;
	border-radius:			5px;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
	-khtml-border-radius:	5px;
}
#pan-article .listTitle span.date {
	color:#959595;
}
#pan-article .listTitle span.source {
	font-weight:bold;
	font-size:0.9em;
	padding:0 0 5px 0;
	clear:both;
	display:block;
	color:#777;
}
#pan-article .openList .btClose,
#pan-article .openList .btOpen {
	cursor:pointer;
	padding:0 12px 2px 0;
	color:#598bac;
	right:0;
	position:absolute;
	background:transparent url('../images/bt-close-list.png') 100% 50% no-repeat;
}
#pan-article .openList .btOpen {
	background-image:url('../images/bt-open-list.png');
}
#pan-article .openList .btClose {
	background-image:url('../images/bt-close-list.png');
}
#pan-article .listTitle .btOpen,
#pan-article .listTitle .btClose {
	display:none;
}
#pan-article .listContent {
	clear:both;
	display:none;
	position:relative;
	border-left:1px solid #D00024;
	margin-left:15px;
	margin-right:15px;
	padding:10px 0 20px 0;
}

#pan-article dl {
	margin-left:15px;
}
#pan-article .listContent dl {
	margin-left:0px;
}
#pan-article .listContent hr {
	margin:20px 0;
}
/*******************************************************************************************/
/* OPEN-CLOSE job */
/*******************************************************************************************/
#pan-article .longTitle {
	display:block;
	background-color:#4F5660;
	padding:7px 10px 5px;
	margin:80px auto 30px auto !important;
	border-radius:			5px;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
	-khtml-border-radius:	5px;
	color:#FFF;
	letter-spacing:1px;
	text-shadow: 0px 0px 7px #999;
	font-size: 2.5em;
	font-family: 'pfSquareSansProRegular',Arial,sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
	
}
#pan-article .job {
	border:1px solid #959595;
	border-radius:			5px;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
	-khtml-border-radius:	5px;
	margin:10px auto 50px auto;
}
#pan-article .job .listTitle h2 {
	margin:0 0 10px 0;
}
#pan-article .job .listTitle h2 {
	background-color:#f3f3f6;
	color:#000;
	border-radius:			5px 5px 0 0;
	-moz-border-radius:		5px 5px 0 0;
	-webkit-border-radius:	5px 5px 0 0;
	-khtml-border-radius:	5px 5px 0 0;
	padding:10px;
}
#pan-article .job .listTitle h2 .important {
	color:#FFF;
	background-color:#F00;
	font-weight:normal;
	font-size:12px;
	padding:3px 7px;
}
#pan-article .listTitle dt {
	float:left;
}
#pan-article dd {
	margin-left:150px;
}
#pan-article .openList p.btClose,
#pan-article .openList p.btOpen {
	position:relative;
	background-position:10px 50%;
	padding:2px 0 5px 26px;
	margin:10px 0 0 0 !important;
	
	background-color:#f3f3f6;
	border-radius:			0 0 5px 5px;
	-moz-border-radius:		0 0 5px 5px;
	-webkit-border-radius:	0 0 5px 5px;
	-khtml-border-radius:	0 0 5px 5px;
}
#pan-article .openList p.btClose {
	border-radius:			0;
	-moz-border-radius:		0;
	-webkit-border-radius:	0;
	-khtml-border-radius:	0;
}
#pan-article .job .listContent {
	border:none;
	padding:10px 0 20px 0;
}
#pan-article .job_poste,
#pan-article .job_profil {
	width:48%;
}
#pan-article .job_poste ul,
#pan-article .job_profil ul {
	margin-top: -1em;
	padding-left:20px !important;
}
#pan-article .job_poste {
	float:left;
}
#pan-article .job_profil {
	float:right;
}
#pan-article .job h3 {
	font-size: 2em;
	font-family: 'pfSquareSansProRegular',Arial,sans-serif;
	padding:10px 0 5px 0;
	margin-top:20px;
	border-bottom:1px solid #959595;
}
#pan-article .bt-job {
	text-align:center;
}
#pan-article .bt-job a.bt {
	clear:both;
	display:inline-block;
	margin:15px;
	padding:10px 40px;
	font:bold 14px "avenir_lt_35", calibri, Helvetica, Arial, sans-serif;
	color:#fff;
	text-shadow: 0 0 2px #960f1a;
	text-transform:uppercase;
	text-decoration:none;
	border:1px solid #c6c8c9;
	border-color:#f35767 #960f1a #960f1a #f35767;
	border-radius:			3px;
	-webkit-border-radius:	3px;
	-moz-border-radius:		3px;
	-ms-border-radius:		3px;
	-o-border-radius:		3px;
	background-color:#ec192a;
	background-image:linear-gradient(#f82d3a, #e20c0f);
	background-image:-webkit-gradient(linear, #f82d3a, #e20c0f);
	background-image:-moz-linear-gradient(#f82d3a, #e20c0f);
	background-image:-ms-linear-gradient(#f82d3a, #e20c0f);
	background-image:-o-linear-gradient(#f82d3a, #e20c0f);
}
.tactile #pan-article .bt-job a.bt {
	text-shadow: 0 0 1px #960f1a;
}
#pan-article .bt-job a.bt:hover {
	border-color:#960f1a #f35767 #f35767 #960f1a;
	background-color:#ec192a;
}