/* Feuille de style Altigapharma
------------------------------------------------------------------------------*/

* { margin: 0; padding: 0; border: 0; }

body {
	text-align: center;
	font: normal normal 12px/20px arial, helvetica, verdana, sans-serif;
  	color: #c3c3c3;
	background: #060a13;
}

h2 {
	padding: 6px 0 2px 0;
	font: normal bold 16px/20px helvetica, sans-serif;
	color: #009ddf;
}
h3 {
	padding: 6px 0 2px 0;
	font-size: 14px;
}
h4 {
	padding: 0px 0 0px 0;
	font-size: 11px;
}
p { padding: 6px 0; }
ul {
	margin: 0 0 0 18px;
	padding: 6px 0;
	list-style: none;
}
ul li {
	list-style-type: square;
}

a:link, a:visited {
color: #c3c3c3;
	text-decoration: underline;
}
a:hover { text-decoration: none; }

.alert { color: red; font-weight: 1.1em; font-weight: bold; }

.clear { clear: both; }
.imgfll {
	float: left;
	display: block;
	margin: 10px 10px 4px 0;
	padding: 6px;
	background: #000;
}
.imgflr {
	float: right;
	display: block;
	margin: 10px 0 4px 10px;
	padding: 6px;
	background: #000;
}
.img {
	display: block;
	margin: 10px 0 4px 10px;
	padding: 6px;
	background: #000;
}

/* Container
------------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 750px;
	margin: 10px auto;
}

/* Header
------------------------------------------------------------------------------*/
#header {
	height: 73px;
	position: relative;
	background: url(interface/logo.gif) no-repeat 0 0;
	border-bottom: 1px solid #44474e;
}
	#header h1 {}
		#header h1 a {
			text-indent: -10000px;
			display: block;
			height: 73px;
			width: 208px;
			position: absolute;
		}
	#header h2 {
		padding: 0;
		position: absolute;
		right: 0;
		bottom: 3px;
		font: normal bold 17px/20px helvetica, sans-serif;
		color: #c3c3c3;
	}

/* Picture
------------------------------------------------------------------------------*/
#picture {
	display: block;
	padding: 4px 0 9px 0;
}

/* Nav
------------------------------------------------------------------------------*/

ul#nav {
	padding: 2px 0;
	margin: 0;
	list-style: none;
	border: 1px solid #44474e;
	border-width: 1px 0;	
	overflow: auto;
	_height: 22px;
}

	ul#nav li {
		padding: 0;
		margin: 0;
		float: left;
		display: block;
		
		font-size: 8px;
		color: #fff;
	}
		#nav li a:link, #nav li a:visited {
			display: block;
			float: left;
			padding: 0 10px;
			text-transform: uppercase;
			text-decoration: none;
			font-size: 10px;
			font-weight: bold;
		}
		#nav li a:hover {
			color: #060a13;
			background: #c3c3c3;
		}

		/* Liens actifs */
		#nav li a#here:link, #nav li a#here:visited, #nav li a#here:hover {
			color: #060a13;
			background: #c3c3c3;
		}


/* Content
------------------------------------------------------------------------------*/
#content {
	padding: 12px 0 0 0;
	|height: 1%;
}
	#sub-content {
		width: 475px;
		padding: 2px 10px;
		background: #2e2e2e;
		float: left;
	}
	.signature {
		position: relative;
		right: -300px;
	}

	#sidebar {
		width: 230px;
		float: right;
		padding: 18px 0 0 0;
	}
		#sidebar h2 {
			padding: 0;
			font: normal bold 14px/20px helvetica, sans-serif;
			text-transform: uppercase;
		}
		#sidebar img {
			float: left;
			margin-left: -60px;
		}
		#sidebar h2 a { text-decoration: none; }
		#sidebar #job {
			margin: 20px 0 0 0;
			padding: 0 0 0 60px;
			min-height: 65px;
			_height: 65px;
			border-bottom: 1px solid #44474e;
		}
		#sidebar #contact {
			margin: 20px 0 0 0;
			padding: 0 0 0 60px;
			border-bottom: 1px solid #44474e;
			min-height: 65px;
			height: 65px;
			/* min-height: 140px;
			_height: 140px; */
		}
		#sidebar #email {
			margin: 20px 0 0 0;
			padding: 0 0 0 60px;
			/* border-bottom: 1px solid #44474e; */
			min-height: 65px;
			_height: 65px;
		}
		#sidebar #actu {
			margin: 5px 0 0 0;
			padding: 0 0 0 60px;
			border-bottom: 1px solid #44474e;
			min-height: 65px;
			_height: 65px;
		}

	#sub-full-content {
		padding: 2px 10px;
		background: #2e2e2e;
	}

		#sub-full-content p span { color: #009ddf; }

/* Table (utilisée sur la page des offres d'emploi)
-> .even = inclus via javascript
------------------------------------------------------------------------------*/
table { width: 99%; border: 1px solid #2e2e2e; margin: 8px 0; }
table tr th, table tr td {
	font: normal normal 12px/16px arial, helvetica, sans-serif;
	color: #000;
	padding: 2px 5px;
	background: #FFF;
	text-decoration: none;
}
table thead th { color: #FFF; background: #2e2e2e; border-bottom: 1px solid #2e2e2e; text-align: left; }
table tbody tr.even td { background: #E5E5EF; }
table tr td label { display: none; }

table a:link, table a:visited { color: #000; text-decoration: none; }
table a:hover { text-decoration: underline; }

/* Footer
------------------------------------------------------------------------------*/
#footer {
	font-size: 11px;
	text-align: center;
	border-top: 1px solid #44474e;
	margin: 20px 0 10px 0;
}
	#footer span { padding: 0 10px; }
	#footer strong {
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
	}
	
/* ------------------------------------------------------- */
/* Pour le zoom sur les images */
/* ------------------------------------------------------- */

#showimage{
position:absolute;
visibility:hidden;
padding: 5px 5px 5px 5px;
background: #EFEFEF;
border: 3px solid gray;
}

#dragbar{
cursor: hand;
cursor: pointer;

/* min-width: 100px; /*NS6 style to overcome bug*/
}

#dragbar #closetext{
font-weight: bold;
margin-left: 5px;
}

/*-----------------------------------------------------------------------------------*/
/*	6.	Texte defilant accueil
/*-----------------------------------------------------------------------------------*/

#cadre {
	float: right;
	position:relative;
	/* border:1px solid #a74e84; */
	overflow:hidden;
	width: 630px;
	margin: 5px 60px 0 0px;
}

#cadre span {
	top: 0px;
	border-spacing: 4px;
	background-color: #c9c8c8;
	padding: 3px;
	font-size: 150%;
	font-weight: bold;
	color: #009cda;
}




