/* CSS
Author: Laurent Ilgart
Created: 01-07-09
*/

/* Global elements
=====================================================================*/

html {
	overflow-x: auto;
	height:100%;
}	/* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

.separation {
	clear: both;
	visibility: hidden;
}

fieldset, img, abbr {
	border: 0;
}


/* Typographic Elements
=====================================================================*/

body {
	font-family: "Lucida Grande", "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	color: #333;
	background-color: #fff;
}

h1 {
	font-size: 160%;
	font-weight: 400;
	margin-top: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #aaa;
}

h2 {
	font-size: 130%;
	font-weight: 400;
	margin-top: 30px;
/*	margin-bottom: 20px;*/
	padding-bottom: 10px;
	border-bottom: 1px solid #aaa;

}

h3 {
	font-size: 110%;
	font-weight: 700;
/*	line-height: 20px;*/
/*	margin-top: 20px;*/
/*	margin-bottom: 10px;*/
}

div, p {
/*	text-align: left;*/
	vertical-align: top;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
}
span p {
	margin-top: 0;
}
.strong {
	font-weight: bold;
}

.center {
	text-align: center;
}
.left {
	float: left;
}

.obligatoire {
	font-style: oblique;
	font-size: 80%;
	font-weight: 700;
	color: #666;
	padding: 5px 15px;
	float: left;
}
.imgLeft {
	margin: 10px 10px 10px 0;
	border: 0;
}
.imgRight {
	float: right;
	margin: 10px 0 10px 10px;
	border: 0;
}


/* Link elements
=====================================================================*/

a:link,
a:visited,
a:active {
	color: #000;
}

a:hover {
	color: #999;
}

li a {
	padding-top: 0px;
	padding-bottom: 0px;
}

a.aide {
	vertical-align: middle;
	display: inline-block;
}

a.listeLink {
	padding: 2px 0;
	
}

/* List Elements
=====================================================================*/

ul, li {
	list-style: none;
}

li.listeHoriz {
	float: left;
	padding: 0 5px;
}


/* Form elements
======================================================================*/

label {

}
input, select, textarea {
	font-size: 12px;
	color: #666;
	font-family: "Trebuchet MS", Verdana, sans-serif;
/*	overflow: auto;*/
}
input, select {
	vertical-align: middle;
	margin-right: 5px;
}
input.fileLoad {
	color: #000;
	height: auto;
}
select {
	height: 21px;
}
.align {
	margin-top: 10px;
	margin-bottom: 10px;
}
.align label {
	display: block;
	float: left;
	width: 120px;
	padding: 5px 0;
	font-weight: bold;
	clear: both;
}
.alignButton {
	padding-left: 120px;
	padding-top: 10px;
}
 
input.button, input.buttonInline, a.button {
	height: 22px;
	/*margin: auto 0;*/
	padding: 0 5px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	border: none;
	color: #fff;
}
a.button {
	text-decoration: none;
}
a.button:visited {
	color: #FFF;
}
input.button {
	margin-top: 20px;
}
label span {
	font-size: 10px;
	font-style:italic;
}

.texteLong {
	width: 600px;
}

.texteMoyen {
	width: 200px;
}

.texteCourt {
	width: 50px;
}

/* Statistiques*/
.cadre, .cadreStat {

	border: 1px dotted #28288A;
	margin: 20px 0 20px 10px;
	padding: 10px;
}
.cadre {
	width: 700px;
	float: left;
}
.cadreStat {
	width: 420px;
	float: left;
	margin-right: 20px;
}
.sousCadreStat {
	margin: 20px 0;
}
.sousCadreStat div, .sousCadrePeriode div {
	margin: 5px 0;
}
.sousCadreStat div label {
	width: 270px;
	float: left;
	margin-right: 10px;
}
.cadre div label, .sousCadrePeriode div label {
	width: 190px;
	float: left;
	margin-right: 10px;
	text-align: left;
}
.cadre div select {
	margin-left: 10px;
	
}
.cadreResult {
	float: left;
	margin-top: 20px;
	margin-left: 10px;
	border: 1px dotted #28288A;
	padding: 10px;
}
.cadreResult table{
	margin-top: 10px;
}

/* Table Elements
=====================================================================*/

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;

}
.espaceHaut {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
}
.ligne1 {
	background-color:#e2e2e2;
}
.barreIcone {
	float: right;
	margin-top: 20px;	
	margin-right: 20px;
}

/* Design elements
=====================================================================*/

a.aide img {
	margin-left: 20px;
}
.afficheAide {
	color: #FF0000;
	background-color: #eee;
	padding: 5px;
	font-size: 11px;
	letter-spacing: 1px;
}

.noBackground-color {
	background-color: Transparent; 
}
.container {
/*	margin: 10px auto;*/
	display: table;
	text-align: center;
	width: 100%;
	font-size: 80%;
}
.container .pagination {
	margin: 10px 0;
}
div.pagination div {
	line-height: 22px;
/*	float: left;
	clear: none;*/
	margin: 0 5px;
	display: inline;
}
.lienRetour {
	text-align: right;
	display: block;
	margin-right: 20px;
	text-decoration: underline;
	font-weight: 700;
	font-size: 80%;
}
.pagePreced {
	float: right;
	margin-top: -25px;
	margin-right: 20px;
	text-decoration: underline;
	font-weight: 700;
	font-size: 80%;
}

.msgErreur {
	background-color: transparent;
	background-image: url(../img/warning.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-x-position: 0px;
	background-y-position: 50%;
	float: left;
	width: 0px;
	padding-left: 20px;
	overflow-x: hidden;
	overflow-y: hidden;
}
div.erreurRecrut div {
	color: #E81B04;
	font-weight: 700;
}


/* Menu principal
===================================================================== */

#nav {
/*	line-height : 1px;
	z-index: 9998;
	margin-left: 1px;*/
	position: absolute;
	float: right;
	top: 45px;
	right: 0px;
}

#nav a {
	background: url(../img/menu_haut.png) no-repeat 0 0;
	display: block;
	height: 33px;
	text-indent: -999em;
	overflow: hidden;
}
#nav li {
	float: left;
	position: relative;
}
#nav li a.texteCligne  {
	background-image:none;
	text-indent: 0;
	overflow:visible;
	text-align: center;
	line-height: 16px;
}
#nav ul {
	margin: 0;
	padding : 0px;
}
#nav li {
	margin: 0px;
	padding : 0px;
}	
#nav li#bordDroit {
	background-image: url(../img/bord_droit.png);
	background-repeat: repeat-x;
	background-position: 1px 0;
	height: 33px;
	width: 110px;
	margin-left: 1px;
}	

/*--- default ---*/
#nav-accueil a { background-position: 0 0; width: 70px; }
#nav-qsn a { background-position: -70px 0; width: 106px; }
#nav-charte a { background-position: -176px 0; width: 86px; }
#nav-partenaires a { background-position: -262px 0; width: 102px; }
#nav-aide a { background-position: -364px 0; width: 70px; }
#nav-faq a { background-position: -434px 0; width: 45px; }
#nav-sitemap a { background-position: -479px 0; width: 68px; }
#nav-contact a { background-position: -547px 0; width: 76px; }

/*--- hover ---*/
#nav-accueil a:hover { background-position: 0 -33px; width: 70px; }
#nav-qsn a:hover { background-position: -70px -33px; width: 106px; }
#nav-charte a:hover { background-position: -176px -33px; width: 86px; }
#nav-partenaires a:hover { background-position: -262px -33px; width: 102px; }
#nav-aide a:hover { background-position: -364px -33px; width: 70px; }
#nav-faq a:hover { background-position: -434px -33px; width: 45px; }
#nav-sitemap a:hover { background-position: -479px -33px; width: 68px; }
#nav-contact a:hover { background-position: -547px -33px; width: 76px; }

/*--- visited ---*/
#nav-accueil-visited a { background-position: 0 -66px; width: 70px; }
#nav-qsn-visited a { background-position: -70px -66px; width: 106px; }
#nav-charte-visited a { background-position: -176px -66px; width: 86px; }
#nav-partenaires-visited a { background-position: -262px -66px; width: 102px; }
#nav-aide-visited a { background-position: -364px -66px; width: 70px; }
#nav-faq-visited a { background-position: -434px -66px; width: 45px; }
#nav-sitemap-visited a { background-position: -479px -66px; width: 68px; }
#nav-contact-visited a { background-position: -547px -66px; width: 76px; }


/* Menu Cadres Accueil
===================================================================== */

#cadres {
	margin: 12px auto 0 auto;
	width: 977px;
}
#cadresAccueil {
/*	line-height : 1px;
	z-index: 9998;
	margin-left: 1px;*/

}

#cadresAccueil a {
	background: url(../img/cadres_accueil.png) no-repeat 0 0;
	display: block;
	height: 133px;
	text-indent: -999em;
	overflow: hidden;
}
#cadresAccueil li {
	float: left;
	position: relative;
}
#cadresAccueil li,
#cadresAccueil ul {
	margin: 0px;
	padding : 0px;
}

/*--- default ---*/
#cadre-offres a { background-position: 0 0; width: 234px; }
#cadre-recrut a { background-position: -234px 0; width: 251px; }
#cadre-cdc a { background-position: -485px 0; width: 254px; }
#cadre-cdt a { background-position: -739px 0; width: 238px; }

/*--- hover ---*/
#cadre-offres a:hover { background-position: 0 -133px; width: 234px; }
#cadre-recrut a:hover { background-position: -234px -133px; width: 251px; }
#cadre-cdc a:hover { background-position: -485px -133px; width: 254px; }
#cadre-cdt a:hover { background-position: -739px -133px; width: 238px; }

/*--- visited ---
#cadre-offres-visited a { background-position: 0 -120px; width: 145px; }
#cadre-recrut-visited a { background-position: -145px -120px; width: 150px; }
#cadre-cdc-visited a { background-position: -295px -120px; width: 150px; }
#cadre-cdt-visited a { background-position: -445px -120px; width: 145px; }

*/


/* Menu 4 boutons
===================================================================== */

#menuCentral {
/*	line-height : 1px;
	z-index: 9998;
	margin-left: 1px;*/
	margin-top: 12px;
}

#menuCentral a {
	background: url(../img/menu_central.png) no-repeat 0 0;
	display: block;
	height: 60px;
	text-indent: -999em;
	overflow: hidden;
}
#menuCentral li {
	float: left;
	position: relative;
}
#menuCentral li,
#menuCentral ul {
	margin: 0px;
	padding : 0px;
}

/*
#baseline {
	background-image:url(../img/baseline.png);
	background-repeat:no-repeat;
	background-position: 20px 20px;
	text-indent: -999em;
	width: 300px;
	height: 45px;
}
*/

/*--- default ---*/
#nav-offres a { background-position: 0 0; width: 145px; }
#nav-recrut a { background-position: -145px 0; width: 150px; }
#nav-cdc a { background-position: -295px 0; width: 150px; }
#nav-cdt a { background-position: -445px 0; width: 145px; }

/*--- hover ---*/
#nav-offres a:hover { background-position: 0 -60px; width: 145px; }
#nav-recrut a:hover { background-position: -145px -60px; width: 150px; }
#nav-cdc a:hover { background-position: -295px -60px; width: 150px; }
#nav-cdt a:hover { background-position: -445px -60px; width: 145px; }

/*--- visited ---*/
#nav-offres-visited a { background-position: 0 -120px; width: 145px; }
#nav-recrut-visited a { background-position: -145px -120px; width: 150px; }
#nav-cdc-visited a { background-position: -295px -120px; width: 150px; }
#nav-cdt-visited a { background-position: -445px -120px; width: 145px; }


/* Mise en page : Pages avec header Photo
===================================================================== */

.pageAccueil {
	width: 977px;
	margin: 0 auto;
}
.colLeft {
	float: left;
	margin-right: 20px;
}
.colAccueilLeft {
	width: 800px;
	float: left;
}
.colAccueilLogos {
	float: right;
	width: 110px;
	font-size: 80%;
	border: 1px solid #ccc;
	margin-top: 15px;
}
.colRight p {
	text-align: center;
}
.colRight img {
	text-align: center;
	margin-bottom: 10px;
}


/* Mise en page : Pages sans header Photo
===================================================================== */

/* Logo + baseline */

#headerLogo {
	display: block;
	width: 350px;
	margin: 20px 0 0 20px;
}
#headerPrint {
	display: none;
}
#espaceLogo {
	display:  block;
	margin: 0 auto;
}
#espaceBL {
	display:  block;
	margin: 0 auto;
}


/* Page avec coins arrondis */

.principal {
	margin: 0 0 20px 0;
	padding: 15px 0px;
}
.page {
	width: 960px;
	margin: 0 auto;
	padding: 0 8px;
}
.page .pageHeader {
	margin: 0;
	background: transparent url(../img/page_hg.png) no-repeat left top;
}
.page .pageHeader .navCentrale {
	display: block;
	margin-left: 30px;
	padding: 12px 30px 1px 300px;
	background: transparent url(../img/page.png) no-repeat right top;
}
.page .conteneur {
	background: transparent url(../img/page_bg.png) no-repeat left top;
}
.page .contenu {
	margin-left: 30px;
	padding: 60px 30px 12px 0;
	background: transparent url(../img/page.png) no-repeat right -30px;
}


/* Mise en page : Pages avec menu gauche
===================================================================== */

.pageLeft {
	margin-left: -33px;
}

.pageRight {

	float: right;
	width: 720px;
	margin: 20px auto 0 auto;
}
.menuLeft li {
	display: inline; /* fix un bug de IE6*/
/*	position: relative;*/
	font-size: 12px;
}

/* Mise en page : Pages sans menu gauche
===================================================================== */

.pageContent {
	width: 840px;
	margin: 20px auto 0 auto;
}

/* Mise en page : Image ou texte promo
===================================================================== */

#offre {
	position: absolute;
	right: 50px;
	top: 15%;
}
/*
#MonElement {
	display: block
	width: 100px;
	height: 33px;
}*/
a.texteCligne:link, a.texteCligne:visited, a.texteCligne:active {
	display: block
	width: 100px;
	height: 33px;
	color:#f3a943;
	text-decoration:none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.texteCligne:hover {
	color:#ffffff;
	text-decoration:none;
}
a.texteCligne:hover span#MonElement {
	background-color: #000;
	}