@import url('reset.css');

/* Reset override */
b,strong {font-weight: bold}
i,em {font-style: italic}

div.yoo-tooltip {
	font-size: .75em;
	text-align: justify;
}

span.discret {
	color: gray;
	font-style: italic;
	font-size: 0.9em;
}

.thumbnail {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#map-help {
	margin: 10px 0;
	font-size: 0.8em;

}
.price { 
	color: #f90;
}

/** TOOLBOX **/
.toolbox_user {

	width: 630;
	height: 85px;
	overflow: auto;
	background-color: #F5F5F5;
	border: 1px solid #C5071B;
	font-size: .75em;
}

.toolbox_business {

	width: 630;
	height: 85px;
	overflow: auto;
	background-color: #F5F5F5;
	border: 1px solid #C5071B;
	font-size: .75em;
}

.favoris_lnk {
	cursor: pointer;
}

/** INFOBOX **/
.infobox {
	margin: 20px 40px;
	border: 1px solid #999;
}
.infobox-header {
	font-weight: bold;
	font-size: .8em;
	padding: 5px;
	border-bottom: 1px solid #999;
	background: url("../img/body_bg.gif") repeat-x;
}
.infobox-body {
	padding: 5px 0;
	background: #fff;
}
#nav-menus .infobox-body ul {
	margin-left: 20px;
}
/*
 * STRUCTURE
 * ---------------------------------------------------------------------------
 */
body {
	font: 1em Arial, sans-serif;
	background: url('../img/body_bg.gif') repeat-x 0 115px;
}
#container {
	width: 960px;
	margin: 0 auto;
}
#main,
#header,
#main-menu,
#content,
#partners,
#footer {
	width: 100%;
	overflow: auto;
}
#content-wrapper {
	float: left;
	width: 640px;
}
#nav-wrapper {
	float: left;
	width: 320px;
}


/*
 * GENERAL STYLES
 * ---------------------------------------------------------------------------
 */
.date {
	font-style: italic;
	color: #999;
}
.action-done {
	color: #393;
	text-decoration: line-through;
}

/*
 * HEADER
 * ---------------------------------------------------------------------------
 */
#header {
	height: 116px;
}
#header-logo {
	float: left;
}
#header-logo a {
	display: block;
	width: 161px;
	height: 89px;
	margin-top: 10px;
	background: url('../img/logo_bg.gif') no-repeat;
	text-indent: -9999px;
}
#header-tagline {
	width: 479px;
	float: left;
}
#header-tagline p {
	color: #666;
	font-size: .85em;
	text-align: center;
	margin-top: 58px;
}


/*
 * MAIN MENU
 * ---------------------------------------------------------------------------
 */

/* MENU */
#main-menu ul {
	float: left;
}
#main-menu ul li {
	float: left;
	height: 32px;
	padding-left: 24px;
	margin-right: 12px;
	background-image: url('../img/top-menu_icons.jpg');
	background-repeat: no-repeat;
}
#main-menu-home  { background-position: 0   0px; }
#main-menu-geo   { background-position: 0 -32px; }
#main-menu-perso { background-position: 0 -64px; }
#main-menu-help  { background-position: 0 -96px; }

#main-menu ul li a {
	color: #666;
	font-size: .75em;
	line-height: 2.7;
	text-decoration: none;
}
#main-menu ul li a:hover {
	text-decoration: underline;
}

/* SEARCH FORM */
#main-menu form {
	float: right;
	padding-right: 16px;
}
#main-menu form label {
	display: none;
}
#main-menu input {
	float: left;
	width: 140px;
	margin-top: 5px;
}
#search-submit {
	border: 0;
	width: 24px;
	height: 31px;
	background: url('../img/top-menu_icons.jpg') no-repeat 0 -128px;
	text-indent: -9999px;
	cursor: pointer;
	cursor: hand;
}


/*
 * CONTENT
 * ---------------------------------------------------------------------------
 */
#content {
	padding-top: 20px;
}
.content-header {
	display: block;
	width: 640px;
	height: 32px;
	margin-bottom: 20px;
	background-image: url('../img/content_headers.gif');
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#latest-fr { background-position: 0px   0px; }
#partners-fr { background-position: 0px -47px; }


#content #annonces {
	border-top: 1px dotted #b2b2b2;
	list-style: none;
	margin: 0;
}
#annonces li {
	background-image: url('../img/annonce_bg.gif');
	background-repeat: no-repeat;
	background-position: 0 27px;
	border-bottom: 1px dotted #b2b2b2;
}
#annonces li h3 {
	float: left;
	margin-top: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
	_margin-left: 10px; /* IE */
	font-size: 1.4em;
	font-weight: bold;
}
#annonces li h3 a {
	color: #c5071b;
	text-decoration: none;
}
#annonces li h3 a:hover {
	color: #666;
}
#annonces li small {
	float: right;
	margin-right: 10px;
}
#annonces li small a {
	padding: 4px 7px;
	color: #fff;
	font-size: .75em;
	background: #333;
	text-transform: uppercase;
	text-decoration: none;
}
#annonces li small a:hover {
	color: #fff;
	background: #c5071b;
}
#annonces li p {
	clear: both;
	color: #333;
	font-size: .9em;
	line-height: 1.5;
	margin: 0 20px 20px 20px;
}

.altrow-0 { background-color: #f7f7f7; }
.altrow-1 { background-color: #fcfcfc; }

p.readmore {
	font-size: .85em;
	text-align: right;
	margin: 20px 0;
}
.readmore a {
	color: #c5071b;
	font-weight: bold;
	text-decoration: underline;
}
.readmore a:hover {
	color: #333;
}

#content h1 {
	color: #861019;
	font-size: 1.2em;
	font-weight: bold;
}
#content h1 span {
	color: #f29400;
}
#content h2 {
	color: #333;
	font-size: 1.1em;
	font-weight: bold;
}
#content h3 {
	color: #666;
	font-size: 0.9em;
	font-weight: bold;
}
#content h4 {
	color: #999;
	font-size: .8em;
	font-weight: bold;
}

#content h1,
#content h2,
#content h3,
#content h4 {
	font-family: "Trebuchet MS", Trebuchet, sans-serif;
	margin-bottom: .75em;
}

#content p,
#content ol,
#content ul {
	color: #333;
	font-size: .75em;
	line-height: 1.5;
	margin-bottom: 1.5em;
	text-align: justify;
}
#content p  a,
#content ol a,
#content ul a,
#content h1 a,
#content h2 a,
#content h3 a,
#content h4 a,
#content form a {
	color: #c5071b;
}
#content p  a:hover,
#content ol a:hover,
#content ul a:hover,
#content h1 a:hover,
#content h2 a:hover,
#content h3 a:hover,
#content h4 a:hover,
#content form a:hover {
	color: #333;
}
#content ol,
#content ul {
	margin-left: 30px;
}
#content ol {
	list-style: decimal;
}
#content ul {
	list-style: disc;
}

/*
 * NAV
 * ---------------------------------------------------------------------------
 */
#nav-wrapper {
	background: url('../img/nav_bg.jpg') no-repeat;
}

/* SIGNUP */
#nav-signup {
	height: 304px;
}
#nav-signup form {
	padding: 0 20px;
	margin-bottom: 10px;
}
#nav-signup h2,
#nav-signup button {
	background-color: transparent;
	background-image: url('../img/nav-signup_headers.gif');
	text-indent: -9999px;
}
#nav-signup h2 {
	display: block;
	width: 260px;
	height: 34px;
	margin: 20px 20px 0 20px;
}
#nav-signup button {
	border: 0;
	width: 92px;
	height: 24px;
	margin-left: 140px;
	display: block;
	cursor: pointer;
	cursor: hand;
}
#signup-legend-fr { background-position:    0px    0px; }
#signup-submit-fr { background-position:    0px  -49px; }
#signup-account-fr { background-position: 0px -92px; }
#signup-legend-en { background-position: -320px    0px; }
#signup-account-en { background-position: -320px -92px; }
#signup-submit-en { background-position: -320px  -49px; }

.signup-input {
	clear: both;
	margin: 3px 0;
}

#nav-signup label {
	display: block;
	float: left;
	width: 90px;
	color: #fff;
	font-size: .8em;
	text-align: right;
	line-height: 1.7;
	margin-right: 5px;
}
#nav-signup input {
	width: 170px;
	border-width: 1px;
}

#nav-signup ul {
	list-style: square;
	color: #f29400;
	margin-left: 105px;
}
#nav-signup ul li {
	line-height: 1.2;
}
#nav-signup ul li a {
	font-size: .75em;
}
#nav-signup p {
	color: #fff;
	font-size: .8em;
	margin: 0 20px 20px 20px;
}
#nav-signup a {
color: #fff;
font-weight: bold;
text-decoration: none;
}
#nav-signup a:hover {
	text-decoration: underline;
}

#nav-signup #openid {
	width: 150px;
	background: #fff url('../img/nav_openid.gif') no-repeat scroll 2px 50%;
	padding-left: 20px;
}

/* NAV GROUPS */
#nav-menus {
	width: 100%;
	overflow: auto;
	margin-top: 10px; 
}
#nav-menus h2 {
	display: block;
	height: 24px;
	margin-left: 40px;
	background-image: url('../img/nav_headers.gif');
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#transactions-fr          { background-position:    0px    0px; }
#categories-fr            { background-position:    0px  -40px; }
#dernieres-offres-fr      { background-position:    0px  -80px; }
#dernieres-entreprises-fr { background-position:    0px -120px; }
#transactions-en          { background-position: -320px    0px; }
#categories-en            { background-position: -320px  -40px; }
#dernieres-offres-en      { background-position: -320px  -80px; }
#dernieres-entreprises-en { background-position: -320px -120px; }
#nav-menu-transactions,
#nav-menu-categories {
	float: left;
	width: 50%;
}
#nav-menus ul {
	margin-left: 40px;
	margin-bottom: 20px;
}
#nav-menus #nav-menu-categories h2,
#nav-menus #nav-menu-categories ul {
	margin-left: 20px;
}
#nav-menus ul li {
	padding: 5px 0;
	font-size: .7em;
}
#nav-menus ul li a {
	color: #c5071b;
	text-decoration: none;
	border-bottom: 1px dotted;
}
#nav-menus ul li a:hover {
	color: #000;
}

#nav-menus ol {
	list-style-type: decimal;
	list-style-position: inside;
}

/* OUT LINK */
#logo-ditwin-emploi {
	display: block;
	width: 249px;
	height: 159px;
	margin: 30px 35px;
	background: url('../img/ditwin-emploi.gif');
	text-indent: -9999px;
}


/*
 * FORMS
 * ---------------------------------------------------------------------------
 */
#content form {
	margin-bottom: 20px;
}
#content fieldset {
	border-top: 1px solid #333;
	margin: 20px;
	background-color: #FCFCFC;
}
#content legend {
	font-weight: bold;
	color: #c5071b;
	padding: 0 10px 0 15px;
	margin-bottom: 10px;
	background: url('../img/annonce_bg.gif') no-repeat 0 2px;
}
.input {
	padding: 10px 0;
	clear: both;
	font-size: .75em;
	line-height: 1.8;
	border-bottom: 1px dotted #b2b2b2;
}
.input label {
	margin-right: 5px;
	padding-right: 5px;
	width: 180px;
	display: block;
	float: left;
	text-align: right;
	position: relative;
	font-weight: bold;
	line-height: 2.1;
	font-size: 0.9em;
}
.input em {
	color: #666;
}
.submit {
	text-align: right;
	padding-right: 10px;
}
.submit input {
	color: #fff;
	font-size: 1em;
	text-transform: uppercase;
	background: #333;
	padding: 4px;
	border: 0;
	cursor: pointer;
	cursor: hand;
}
.submit input:hover {
	background: #c5071b;
}
.form-error {
	border: 1px solid #c5071b;
	background: #fcf5f6;
}
.error-message {
	margin-left: 190px;
	color: #c5071b;
	font-weight: bold;
}
.required {
	background: url('../img/required.gif') no-repeat 180px 4px;
}
.checkboxes {
	border: 1px solid #999;
	float: left;
	clear: none;
	padding: 0 5px;
}
.checkbox label {
	float: none;
	display: inline;
	font-weight: normal;
}
.checkbox label.selected {
	background: none;
	font-weight: bold;
}

.altinput-0 { background-color: #fff; }
.altinput-1 { background-color: #fcfcfc; }


/* 
 * MESSAGES
 * ---------------------------------------------------------------------------
 */
.message {
	font-size: .8em;
	border: 1px solid;
	margin-bottom: 20px;
}
.mssg-title,
.mssg-text {
	padding: 5px;
}
.mssg-title {
	color: #fff;
}

.mssg-error {
	border-color: #e01616;
	background-color: #fdf3f3;
}
.mssg-error .mssg-title {
	background-color: #e01616;
}

.mssg-notice {
	border-color: #f57900;
	background-color: #fef8f2;
}
.mssg-notice .mssg-title {
	background-color: #f57900;
}

.mssg-success {
	border-color: #2db92d;
	background-color: #f6fcf3;
}
.mssg-success .mssg-title {
	background-color: #2db92d;
}

.mssg-important {
	border-color: #727272;
	/*background-color: #efefef;*/
	background: #efefef url("../img/toolbox_bg.gif") no-repeat;
}
.mssg-important .mssg-title {
	color: #fff;
	/*border-bottom: 1px solid #727272;
	background-color: #c5071b;*/
}
#nav-wrapper .mssg-important {
	margin: 20px 40px;
}

.mssg-text ol {
	list-style: decimal;
	list-style-position: inside;
}
.mssg-text ul li,
.mssg-text ol li {
	margin: 5px 0;
	line-height: 1.4;
}
.mssg-text a {
	color: #c5071b;
	text-decoration: none;
	border-bottom: 1px dotted;
}
.mssg-text a:hover {
	color: #000;
}
.mssg-text a.action-help {
	color: #000;
	font-size: .85em;
}


/* 
 * PAGINATOR
 * ---------------------------------------------------------------------------
 */
#content .paginator {
	width: 100%;
	overflow: auto;
}
#content .paginator p {
	float: left;
	color: #666;
}
#content .paginator ul {
	float: right;
	list-style: none;
	margin: 0 0 20px 0;
}
#content .paginator ul li {
	float: left;
	margin-right: 6px;
	background-color: #f9f9f9;
	border-style: solid;
	border-width: 1px;
	border-color: #eee;
}
#content .paginator ul li a {
	display: block;
	padding: 2px 7px;
	color: #666;
	text-decoration: none;
	cursor: pointer;
}
#content .paginator ul li a:hover,
#content #paginator-current a:hover {
	color: #fff;
	background-color: #c5071b;
	border-width: 0;
}
#content #paginator-current {
	border-color: #e2838d;
}
#content #paginator-current a {
	color: #c5071b;
	font-weight: bold;
}


/*
 * PARTNERS
 * ---------------------------------------------------------------------------
 */
#toolbox {
	border: 1px solid #656565;
	background: #efefef url('../img/toolbox_bg.gif') no-repeat;
	margin-bottom: 20px;
}
#toolbox-header {
	height: 30px;
}
#toolbox-header h2 {
	color: #fff;
	font-size: .9em;
	margin: 5px 0 0 10px;
}
#toolbox-body {
	padding: 10px;
}
#toolbox-body ul {
	list-style: none;
	margin-left: 20px;
}
#toolbox-body ul li {
	background: url('../img/cog.gif') no-repeat 0 2px;
	padding-left: 20px;
	margin: 8px 0;
}
#toolbox-body a {
	font-weight: bold;
}

/*
 * PARTNERS
 * ---------------------------------------------------------------------------
 */
#partners {
	margin: 20px 0;
}
#partners ul li {
	float: left;
}
#partners ul li a {
	display: block;
	height: 74px;
	background-image: url('../img/partners.jpg');
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#partner-adequat         { width:  93px; background-position:    0px   0px; }
#partner-ausy            { width: 157px; background-position:  -93px   0px; }
#partner-h2c             { width: 122px; background-position: -250px   0px; }
#partner-temporis        { width: 122px; background-position: -372px   0px; }
#partner-trajectio       { width: 148px; background-position: -494px   0px; }
#partner-distri-recrute  { width: 173px; background-position: -642px   0px; }
#partner-synthese-action { width: 145px; background-position: -815px   0px; }
#partner-myjobservice    { width: 132px; background-position:    0px -74px; }
#partner-unmetier        { width: 140px; background-position: -132px -74px; }
#partner-abc             { width: 150px; background-position: -272px -74px; }
#partner-cvconseils      { width: 150px; background-position: -422px -74px; }
#partner-meteojob        { width: 150px; background-position: -572px -74px; }
#partner-dentalemploi    { width: 159px; background-position: -722px -74px; }
#partner-errefom         { width:  79px; background-position: -881px -74px; }

#partner-adequat:hover         { background-position:    0px -148px; }
#partner-ausy:hover            { background-position:  -93px -148px; }
#partner-h2c:hover             { background-position: -250px -148px; }
#partner-temporis:hover        { background-position: -372px -148px; }
#partner-trajectio:hover       { background-position: -494px -148px; }
#partner-distri-recrute:hover  { background-position: -642px -148px; }
#partner-synthese-action:hover { background-position: -815px -148px; }
#partner-myjobservice:hover    { background-position:    0px -222px; }
#partner-unmetier:hover        { background-position: -132px -222px; }
#partner-abc:hover             { background-position: -272px -222px; }
#partner-cvconseils:hover      { background-position: -422px -222px; }
#partner-meteojob:hover        { background-position: -572px -222px; }
#partner-dentalemploi:hover    { background-position: -722px -222px; }
#partner-errefom:hover         { background-position: -881px -222px; }


/*
 * FOOTER
 * ---------------------------------------------------------------------------
 */
#footer {
	border-top: 1px solid #b2b2b2;
	padding: 16px 0;
}
#footer ul {
	clear: left;
}

/* NAV LINKS */
#footer-nav {
	float: left;
}
#footer-nav ul li {
	float: left;
	padding-left: .5em;
	margin-left: .5em;
	font-size: .7em;
	line-height: 1.5;
	background: url('../img/footer-links_sep.gif') no-repeat 0 3px;
}
#footer-nav ul li a {
	color: #333;
}
#footer-nav ul li a:hover {
	color: #999;
}

/* OUT LINKS */
#footer-links {
	float: right;
}
#footer-links ul li {
	float: left;
	padding-left: .5em;
	margin-left: .5em;
	font-size: .8em;
	background: url('../img/footer-links_sep.gif') no-repeat 0 4px;
}
#footer-links ul li a {
	color: #000;
}
#footer-links ul li a:hover {
	color: #999;
}
#ico-twitter,
#ico-facebook,
#ico-netvibes {
	padding-left: 20px;
	background-image: url('../img/footer_icons.gif');
	background-repeat: no-repeat;
}
#ico-twitter  { background-position: 0   0px; }
#ico-facebook { background-position: 0 -32px; }
#ico-netvibes { background-position: 0 -64px; }

#footer .li-first {
	padding-left: 0;
	margin-left: 0;
	background: none;
}

