/******************** Propriétés générales ********************/
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	font-size:12px;
	background:#FFFFFF;
}

::-moz-focus-inner { border:0; }

a:active { outline:none; text-decoration:none; }
a:visited { outline:none; text-decoration:none; }
a:link { outline:none; text-decoration:none; }
a:hover { outline:none; text-decoration:underline; }

.spacer {
	clear:both;
	width:100%;
	height:0px;
	overflow:hidden;
	font-size:1px;
	color:#FFFFFF;
	text-indent:2000px;
	letter-spacing:2000px;
	white-space:nowrap;
}

/******************** Ancien CSS pour compatibilité des contenus ********************/
h1 { font-size:18px; margin:1px; }
h2 { font-size:15px; margin:1px; }
h3 { font-size:14px; font-weight:600; }

/******************** Erreur (404, ...) ********************/
.error {
	display:block;
	overflow:hidden;
	width:990px;
	background:#F5E5E7;
	margin-top:20px;
	margin-bottom:25px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #C92121;
	
}
.error_background {
	width:875px;
	margin:3px;
	background:#FFFFFF url('/images/interface/common/headers/error.png') 14px 10px no-repeat;
	font-size:15px;
	color:#C92121;
	padding:17px 20px 15px 89px;
}
.error a {
	text-decoration:underline;
	color:#C92121;
}
.error span {
	font-size:18px;
}

/******************** Propriétés du header ********************/
.header_background {
	width:100%;
	background:url('/images/interface/ee/common/header_background.png') repeat-x;
	border-top:1px solid #282828;
	margin-top:-1px;
	z-index:2;
}
.header {
	width:1000px;
	background:url('/images/interface/ee/common/header_background.png') repeat-x;
	margin-left:auto;
	margin-right:auto;
}
.header_print {
	display:none;
}

/******************** Logo & Bannière ********************/
.header .logo {
	overflow:hidden;
	float:left;
	width:246px;
	height:182px;
	background:url('/images/interface/ee/common/header_logo.png');
	text-indent:246px;
	white-space:nowrap;
	margin-left:1px;
	margin-bottom:10px;
}

.header .banniere {
	overflow:hidden;
	float:left;
	width:728px;
	height:90px;
	border:2px solid #FFFFFF;
	background:#FDFDFD;
	margin:20px 0px 21px 17px;
}

/******************** Menu ********************/
.header .menu {
	display:block;
	position:relative;
	float:left;
	width:736px;
	margin-left:17px;
	z-index:2;
}

.header .menu .menu_item {
	float:left;
	overflow:hidden;
	height:34px;
	text-indent:-130px;
	white-space:nowrap;
	margin-right:10px;
	outline:none;
}
.header .menu .item_offres             { width:124px; background:url('/images/interface/ee/common/header_menu_offres.png');             }
.header .menu .item_cvtheque           { width:90px ; background:url('/images/interface/ee/common/header_menu_cvtheque.png');           }
.header .menu .item_metiers_formations { width:163px; background:url('/images/interface/ee/common/header_menu_metiers_formations.png'); }
.header .menu .item_conseils           { width:74px ; background:url('/images/interface/ee/common/header_menu_conseils.png');           }
.header .menu .item_recruteurs         { width:92px ; background:url('/images/interface/ee/common/header_menu_recruteurs.png');         }
.header .menu .item_actualites         { width:86px ; background:url('/images/interface/ee/common/header_menu_actualites.png');         }

.header .menu .menu_item:hover,
.header .menu .selected,
.header .menu .hover {
	background-position:0px -34px;
}

.header .menu .sousmenu {
	position:absolute;
	top:36px;
	background:#F6F6F6;
	border:1px solid #BDBDBD;
}
.header .menu .sousmenu_offres             { left:0px; }
.header .menu .sousmenu_cvtheque           { left:134px; }
.header .menu .sousmenu_metiers_formations { left:234px; }
.header .menu .sousmenu_conseils           { left:407px; }

.header .menu .sousmenu .sousmenu_background {
	background:#FFFFFF;
	padding:5px 0px 4px 0px;
	margin:3px;
}
.header .menu .sousmenu .sousmenu_item {
	display:block;
	background:#FFFFFF;
	padding:2px 40px 3px 10px;
	margin-bottom:1px;
	font-size:12.5px;
	line-height:14px;
	color:#686868;
}
.header .menu .sousmenu .sousmenu_item:hover {
	background:#F6F6F6;
	color:#ACC604;
	text-decoration:none;
}

/******************** Alerte Mail + RSS ********************/
.header .alerteMailRss {
	overflow:hidden;
	float:right;
	width:753px;
	height:29px;
}

.header .alerteMailRss .alerteMail {
	float:right;
	width:110px;
	height:18px;
	padding-top:2px;
	margin-top:9px;
	border-right:2px solid #EBEBEB;
	background:url('/images/interface/common/headers/newsletter.gif') 0px 3px no-repeat;
	font-size:13px;
	font-weight:bold;
	text-indent:32px;
	color:#383838;
}
.header .alerteMailRss .rss {
	float:right;
	width:77px;
	height:18px;
	padding-top:2px;
	margin-top:9px;
	margin-right:9px;
	background:url('/images/interface/common/headers/rss.gif') 15px 2px no-repeat;
	font-size:13px;
	font-weight:bold;
	text-indent:41px;
	color:#383838;
}
.header .alerteMailRss .alerteMail:hover,
.header .alerteMailRss .rss:hover {
	color:#888888;
	text-decoration:none;
}

/******************** Sous-menu Recruteurs ********************/
.header .sousmenu_recruteurs {
	display:inline;
	overflow:hidden;
	float:left;
	width:691px;
	height:50px;
	background:url('/images/interface/ee/common/header_recruteurs_border.png');
	margin:6px 0px 0px 58px;

}
.header .sousmenu_recruteurs_background {
	display:block;
	overflow:hidden;
	margin-top:8px;
	margin-left:1px;
	width:687px;
	height:39px;
	background:url('/images/interface/ee/common/header_recruteurs_background.png') top left repeat-x;
	border:1px solid #FFFFFF;
}
.header .sousmenu_recruteurs .item {
	display:inline;
	overflow:hidden;
	float:left;
	height:39px;
	font-size:1px;
	text-indent:-300px;
}
.header .sousmenu_recruteurs .item_compte {
	margin-left:9px;
	margin-right:15px;
	width:128px;
	background:url('/images/interface/ee/common/header_recruteurs_compte.png') 0px 0px no-repeat;
}
.header .sousmenu_recruteurs .item_depot {
	margin-right:15px;
	width:189px;
	background:url('/images/interface/ee/common/header_recruteurs_depot.png') 0px 0px no-repeat;
}
.header .sousmenu_recruteurs .item_cvtheque {
	margin-right:15px;
	width:192px;
	background:url('/images/interface/ee/common/header_recruteurs_cvtheque.png') 0px 0px no-repeat;
}
.header .sousmenu_recruteurs .item_tarification {
	width:114px;
	background:url('/images/interface/ee/common/header_recruteurs_tarification.png') 0px 0px no-repeat;
}

.header .sousmenu_recruteurs .item:hover {
	background-position:0px -39px;
}


/********************************** Contenu du site *******************************************/
.globalContent {
	clear:both;
	width:1000px;
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
	z-index:1;
}
