/* @override http://www.bio-emploi.com/css/common.css */

* {
	margin: 0px;
	padding: 0px;
	font-family: "Myriad Pro", Myriad, "Lucida Grande" ;
	border: 0px;
}
body {
	background: white url(../images/fond-header.png) repeat-x;
}
#main {
	width: 1024px;
	margin: 0 auto;
}
#header {
	position: relative;
}
#slogan {
	height: 140px;
	text-transform: uppercase;
	font: 26px/110px "Myriad Pro Light", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#accueil a {
	color: white;
	position: absolute;
	bottom: 28px;
	right: 0px;
	font-size: 12px;
}
#header img{
	float: left;
	margin-right: 50px;
}
#corps {
	position: relative;
}
#gauche, #droite {
	background: #45a12b;
	width: 170px;
	position: absolute;
	height: 380px;
	color: white;
	text-align: center;
	padding: 5px;
	letter-spacing: -1px;
}
#droite{
	right: 0px;
	top: 0px;
	overflow: hidden;
}
#centre {
	padding: 0 250px;
	height: 400px;
	font-size: 18px;
	font-weight: normal;
	font-family: "Myriad Pro Light", "Myriad Light";
}
html>body #centre {
	height: auto;
	min-height: 400px;
}
#centre h1 {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 5px;
}
#centre p {
	margin-bottom: 20px;
}
#centre p.annonce {
	border-bottom: 2px dotted green;
	padding-bottom: 5px;
}
#gauche h1, #droite h1, #gauche p {
	text-transform: uppercase;
	line-height: 24px;
	font-size: 26px;
}
#gauche li, #droite li {
	list-style-type: none;
	font: bold 24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 5px 0px;
}
#gauche a {
	text-decoration: none;
	color: white;
}
#gauche a:hover {
	color: #922040;
}
#droite ul {
	background: white;
	width: 150px;
	margin: 0 auto;
	height: 285px;
}
#droite li {
	margin-bottom: 10px;
	padding-top: 15px;
}
div.cr {
	width: 218px;
	height: 241px;
	padding: 15px;
}
div.cr, div.cr a {
	color: white;
	text-align: center;
}
#centre div.cr h1 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 26px;
	letter-spacing: 0px;
}
div.cr h2 {
	font-size: 22px;
	font-weight: normal;
	margin-top: -10px;
}
div.cr p {
	font-size: 26px;
	line-height: 24px;
	margin-top: 20px;
}
div.cr a {
	font-size: 26px;
	text-transform: uppercase;
}
#candidats {
	background: #006f4f;
	float: left;
}
#recruteurs {
	background: #922040;
	float: right;
}
#footer {
	position: relative;
	margin-top: 20px;
	border: 1px solid white;
}
html>body #footer {
}
#footer div {
	height: 160px;
}
#volem, #biolineaires {
	width: 300px;
	font-size: 8px;
	position: absolute;
}
#volem {
	border: 6px solid #009ee0;
}
#biolineaires {
	right: 0px;
	top: 0px;
	border: 6px solid #45a12b;
}
#vert {
	border: 6px solid #45a12b;
	width: 300px;
	height: 200px;
	margin: 0 auto;
	border: 6px solid #45a12b;
	overflow: hidden;
}
#vert div {
	height: 70px;
}
#footer #vert a {
	color: #45a12b;
}
#footer img {
	float: left;
	clear: left;
	margin-right: 5px;
}
#footer div.adresse {
	font-weight: bold;
	font-size: 10px;
	height: auto;
}
#footer a{
	text-decoration: none;
	color: black;
}
/* Container DIV - automatically generated */
.simply-scroll-container { 
	position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
	z-index: 2;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
	position: absolute;
	top: 0px;
	left: 10px;
	z-index: 1;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
	
.simply-scroll-list li {
	padding: 0;
	margin: 0 auto;
	list-style: none;
}
	
.simply-scroll-list li img {
	border: none;
	display: block;
	margin: 0 auto;
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll { 
	width: 160px;
	height: 285px;
	margin-bottom: 0em;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
	width: 160px;
	height: 285px;
}
	
/* Explicitly set height/width of each list item */	
.simply-scroll .simply-scroll-list li {
	width: 150px;
}