@charset "utf-8";

/********** HTML **********/
body {
	margin: 0;
	padding: 0 0 20px 0;
	overflow-x: hidden;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	background: url(../img/common/background.png) center 0 no-repeat;
}

form {
	padding: 0;
	margin: 0;
}

a {
	color: #2D9E01;
}

a:hover {
	text-decoration: none;
}

/********** TYPOGRAPHIE **********/
h1 {
	width: 459px;
	font-size: 21px;
	margin: 0;
	padding: 0 0 22px 11px;
	border-bottom: #F0B809 solid 1px;
}

.orange {
	color : #F0B809;
}

.grey {
	color: #616161;
}

.green {
	color: #2D9E01;
}

.size14 {
	font-size: 14px;
}

/********** COMMUN **********/
#main_container {
	width: 928px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

#main_container #left_column {
	width: 220px;
	float: left;
}

#logo {
	width: 208px;
	height: 175px;
	margin: 27px auto 35px auto;;
	display: block;
	overflow: hidden;
	text-indent: -9999em;
	background: url(../img/common/sprite.png) 0 0 no-repeat;
}

#menu_container {
	width: 218px;
	padding: 1px;
	background-color: #CDCDCD;
}

#menu_container a {
	width: 114px;
	height: 30px;
	padding: 17px 0 0 104px;
	display: block;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	background: url(../img/common/sprite.png) 0 -175px no-repeat;
}

.submenu_mask {
	position: absolute;
	left: 220px;
	z-index: 9999;
	width: 0px;
	overflow: hidden;
}

#submenu_mask_1 {
	top: 238px;
}

#submenu_mask_2 {
	top: 285px;
}

#submenu_mask_3 {
	top: 332px;
}

#submenu_mask_5 {
	top: 426px;
}

.submenu_mask a {
	width: 175px;
	height: 21px;
	padding: 3px 24px 0 12px;
	display: block;
	color: #000;
	text-decoration: none;
	background-color: #CDCDCD;
}

.submenu_mask a:hover {
	color: #FFF;
	background-color: #666;
}

#menu_container a:hover, #menu_container a.selected {
	color: #FFF;
	background: url(../img/common/sprite.png) 0 -222px no-repeat;
}

#main_container #right_column {
	width: 696px;
	padding-left: 12px;
	float: left;
}

#header {
	position: relative;
	height: 146px;
	border-bottom: #FFF solid 8px;
}

.btnLangExtra {
	height: 22px;
	padding-top: 5px;
	display: block;
	text-align: center;
	color: #F9CB3C;
	font-size: 12px;
	text-decoration: none;
	position: absolute;
	background-color: #000;
}

#language {
	width: 94px;
	right: 0;
}

#extranet {
	width: 94px;
	right: 99px;
}

.btnLangExtra:hover {
	color: #FFF;
}

#content_container {
	position: relative;
	z-index: 3;
}

.black_box {
	background-color: #000;
}

.black_box .title h3 {
	padding: 30px 0 7px 25px;
	margin: 0 3px 12px 30px;
	font-size: 15px;
	color: #FFF;
	border-bottom: #C09307 solid 1px;
}

.black_box .title h3.double {
	padding: 12px 0 7px 30px;
}

.black_box .title div {
	width: 33px;
	height: 33px;
	position: absolute;
	margin: 12px 0 0 12px;
	background: url(../img/common/sprite.png) -195px -269px no-repeat;
}

.black_box a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

.black_box a:hover, .black_box a.selected {
	color: #C09307;
}

.black_box p {
	color: #FFF;
	font-size: 13px;
	margin: 0;
	padding: 0 15px 20px 30px;
}

.black_box ul {
	color: #FFF;
	font-size: 13px;
	padding: 0 18px 20px 0;
	list-style: none;
}

.black_box li {
	padding: 5px 0 5px 0;
	border-top: #6E6E6E dotted 1px;
}

.black_box li:first-child {
	border-top: none;
}

.black_box p + p, .black_box ul + p {
	color: #F0B809;
	padding-bottom: 0;
}

.black_box p + p a, .black_box ul + p a {
	color: #F0B809;
}

.black_box p + p a:hover, .black_box ul + p a:hover {
	color: #FFF;
}

h1 + ul {
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 14px 0 14px 0;
}

.black_box ul {
	padding-left: 45px;
}

#footer_container {
	margin-top: 10px;
	width: 688px;
	background: url(../img/common/iso-9001.png) 10px 55px no-repeat;
}

.footer_container {
	text-align: right;
	font-size: 11px;
	color: #959494;
	padding-bottom: 15px;
	border-bottom: #F0B809 solid 1px;
}

.footer_container a {
	color: #959494;
}

.footer_container a:hover {
	text-decoration: none;
}

.footer_container .footer_black_box {
	background-color: #000;
	height: 30px;
	font-size: 30px;
	color: #959494;
	padding: 20px 12px 0 0;
	overflow: hidden;
	margin-bottom: 14px;
}

.footer_container .footer_black_box div {
	width: 32px;
	height: 30px;
	position: absolute;
	left: 426px;
	background: url(../img/common/sprite.png) -163px -269px no-repeat;
}

#breadcrumb {
	height: 19px;
	padding: 4px 0 0 28px;
	margin-right: 8px;
	color: #5B5B5B;
	font-size: 11px;
	border-bottom: #000 solid 1px;
}

#breadcrumb a {
	color: #5B5B5B;
}

#sub_submenu {
	width: 131px;
	height: 327px;
	padding-top: 10px;
	float: left;
	background: url(../img/common/sub-submenu-degrade.png) 0 0 no-repeat;
}

#sub_submenu a:first-child {
	border-top: none;
}

#sub_submenu a {
	display: block;
	width: 94px;
	min-height: 24px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	margin: 0 auto;
	padding: 5px 5px 5px 15px;
	border-top: #F0B809 solid 1px;
}

#sub_submenu a:hover, #sub_submenu a.selected {
	color: #F0B809;
	background: url(../img/common/yellow-arrow.png) right 7px no-repeat;
}

#slideshow {
	width: 688px;
	height: 173px;
	border-right: #FFF solid 8px;
	position: absolute;
	z-index: 8;
}

.content_padding {
	padding-top: 173px;
	background-color: #FFF;
}

#black_yellow_box_container {
	width: 208px;
	position: absolute;
	left: 712px;
	top: 305px;
	z-index: 9999;
}

.yellow_box_margin {
	margin: -13px 0 0 28px;
}

#black_yellow_box_container img {
	width: 180px;
	margin: 14px 0 0 28px;
}

#text_container {
	padding: 45px 0 20px 5px;
	min-height: 300px;
	float: left;
}

#text_container p, #text_container ul {
	line-height: 22px;
}

.spacer {
	height: 5px;
}

.espace_ligne_pt {
	line-height: 16px;
}

.clear {
	clear: both;
}

/********** ACCUEIL **********/
#home_slideshow {
	width: 688px;
	height: 328px;
	border-right: #FFF solid 8px;
	position: absolute;
	z-index: 0;
	overflow: hidden;
}

#home_slideshow img {
	width: 688px;
	height: 328px;
	position:absolute;
    top:0px;
    left:0px;
    z-index: 8;
}

#home_slideshow img.active {
    z-index: 10;
}

#home_slideshow img.last-active {
    z-index: 9;
}

#home_snd_menu {
	padding-top: 286px;
	margin-bottom: 14px;
}

#home_snd_menu .title {
	width: 163px;
	height: 41px;
	background: url(../img/common/sprite.png) 0 -269px no-repeat;
	cursor: hand;
	cursor: pointer;
}

#home_snd_menu .title h2 {
	color: #F0B809;
	font-size: 19px;
	padding: 0 0 0 52px;
	margin: 0;
}

#home_snd_menu .desc {
	background-color: #4E4E4E;
	cursor: hand;
	cursor: pointer;
}

#home_snd_menu .desc ul {
	margin: 0;
	padding: 12px 12px 15px 12px;
	color: #FFF;
	font-size: 12px;
	list-style: none;
}

#home_snd_menu .desc li:first-child {
	padding-top: 0;
	border-top: none;
}

#home_snd_menu .desc li {
	padding: 5px 0;
	border-top: #6E6E6E dotted 1px;
}

#home_black_yellow_box_container {
	width: 218px;
	position: absolute;
	left: 502px;
	top: 237px;
}

#home_black_yellow_box_container .black_box {
	padding-bottom: 20px;
}

#home_footer_container {
	width: 497px;
	background: url(../img/common/iso-9001.png) 10px 55px no-repeat;
}

.yellow_box {
	width: 180px;
	height: 25px;
	background-color: #F0B809;
}

#home_footer_container .footer_black_box div {
	left: 235px;
}

/********** CARRIÈRE **********/
#fCarriere input, #fCarriere select {
	padding: 3px;
	border: #999 solid 1px;
}

.grey {
	color: #616161;
}

.inputGrey {
	border: #DEDEDE solid 1px;
}

.grey_container {
	background-color: #DEDEDE;
}

input.medium, textarea.medium {
	width: 216px;
}

input.xlarge, textarea.xlarge {
	width: 316px;
}

input.large, textarea.large {
	width: 316px;
}

input.small {
	width: 100px;
}

input.xsmall {
	width: 50px;
}

.grey_container {
	padding: 25px 10px 45px 10px;
}

hr.spacer {
	margin: 30px 0 10px 0;
}

.obligatory, label.error {
	color: #F00;
}

.msg {
	font-weight: bold;
	text-align: center;
	padding: 5px;
	margin-top: 30px;
}

#msgOk {
	color: #6EBE44;
	border: #6EBE44 dotted 1px;
	background-color: #E2F2DA;
}

#msgError-captcha, #msgError {
	color: #A33131;
	border: #A33131 dotted 1px;
	background-color: #EDD6D6;
}

#captcha {
	border: #999 solid 1px;
}

#btnSubmit {
	display: block;
	width: 149px;
	height: 31px;
	text-indent: -9999em;
	overflow: hidden;
	background: url(../img/career/btn-submit.png) 0 0 no-repeat;
}

#btnSubmit:hover {
	background-position: 0 -31px;
}

.line_spacer {
	padding-top: 2px;
	line-height: 15px;
}
