/* Browser Basics */

* {border: none; margin:0px; padding: 0px;}

html, body {
    color: #000;
    font-family: "Trebuchet MS";
    font-size: 14px;
    width: 100%;
    height: 100%;
    color: #616161;
}

img, a {
	border: Opx;
}

img.inlineicon {
	vertical-align:bottom;
}

h1 {
	font-size: 26px;
	text-transform: uppercase;
	text-align: center;
	padding: 20px;
	padding-bottom: 10px;
	font-weight: normal;
}

h2 {
	font-size: 17px;
	text-align: left;
	padding: 5px;
	padding-left: 20px;
	padding-bottom: 5px;
	font-weight: normal;	
}

h2.center {
	padding: 5px;
	padding-left: 0;
	padding-right: 0;
}

.bleu {
	color: #2589af;
}

.gris {
	color: #696969;
}

a, a:visited {
    color: #000;
}

a:hover {
	color : #696969;
}

.alinea {
	margin-left: 20px;
}

.doublealinea {
	margin-left: 40px;
}

input, select, textarea {
	border: 1px solid #686868;
	margin: 1px;
}

input[type=text] {
	background: #ECECEC;
	padding: 2px;
	font-size: 13px;
}

input[type=reset] {
	background: #ECECEC;
	padding: 2px;
	font-size: 13px;
}

input[type=button] {
	background: #ECECEC;
	padding: 2px;
	font-size: 13px;
}

input[type=submit] {
	background: #ECECEC;
	padding: 2px;
	font-size: 13px;
}

input[type=password] {
	background: #ECECEC;
	padding: 2px;
	font-size: 13px;
}

textarea {
	width: 50%;
	height: 150px;
}

.button {
	display: block;
	width: 92px; /* was 100 */
	height: 17px; /* was 25 */
	padding: 4px;
	margin: auto;
	margin-top: 1px;
	margin-bottom: 1px;
	text-align: center;
	text-decoration: none;
	background: url('../images/site/button.png') no-repeat center;
}

.button.brown {
	background: url('../images/site/buttonbrown.png') no-repeat center !important;
}

.button.lightbrown {
	background: url('../images/site/buttonlightbrown.png') no-repeat center !important;
}

.button.orange {
	background: url('../images/site/buttonorange.png') no-repeat center !important;
}

.button.back {
	background: url('../images/site/buttonback.png') no-repeat center !important;
	float: left;
}

.button.top {
	background: url('../images/site/buttontop.png') no-repeat center !important;
	float: right;
}

/* Printing */
#header, #menu, #footer, #copyright, .hidefromprint {
}

.print {
	display: none;
}

#printicon img {
	position: absolute;
	left: 50%;
	margin-top: -23px;
	margin-left: 55px;
	cursor: pointer;
}

/* Globals */

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.left {
	text-align: left;
}

.justified {
	text-align: justify;
}

.clear {
	clear: both;
}

.inline {
	display:inline-table;
	margin-top: 5px;
}

.bottommargin {
	margin-bottom: 10px;
}

.halfbottommargin {
	margin-bottom: 5px;
}

.topmargin {
	margin-top: 10px;
}

.bigtopmargin {
	margin-top: 50px;
}

.rightmargin {
	margin-right: 10px;
}

.leftmargin {
	margin-left: 10px;
}

.hidden {
	display: none;
}

.red {
	color: red;
}

.ok {
	color: green;
}

.ligne {
	width: 780px;
	height: 22px;
	margin-left: auto;
	margin-right: auto;
	background: url('../images/site/ligne.png') no-repeat center;
}

.small {
	font-size: 11px;
}

.toggler {
	cursor: pointer;
}

.slidingtoggler {
	cursor: pointer;
}

.slidingtoggler:hover {
	font-weight: bold;
}

.toggled p {
	margin: 0;
	padding: 0;
}

/* Home */

#pagecontainer {
	width: 908px;
	margin: auto;
	padding-top: 10px;
}

#header {
	width: 100%;
	height: 140px;
	margin-top: 5px;
	cursor: pointer;
}

#logoandcatchline {
	float: left;
	width: 719px;
	height: 100%;
	background: url('../images/site/catchline.png');
	position: relative;
	z-index: 1000;
}

#logoandcatchline #logo {
	position: absolute;
	z-index: 1000;
	margin-top: 18px;
	margin-left: 49px;
}

#logoandcatchline a#backhome {
	cursor: pointer;
	position: relative;
	z-index: 1;
	text-indent: -9999px;
	width: 100%;
	height: 100%;
	display: block;
	background-image: url('../images/site/catchlineover.png');
	opacity: 0;
	filter: alpha(opacity=0);
}

/* HeaderMenu */

#headermenucanvas {
	float: left;
	width: 189px;
	height: 140px;
	height: 100%;
	background: url('../images/site/headermenubackground.png');
}

#headermenucanvas ul li {
	list-style: none;
}

#headermenucanvas ul li a {
	display: block;
	text-indent: -9999px;
	width: 189px;
}

#headermenuintranet {
	height: 48px;
	background: url('../images/site/headermenubuttons.png');
}

#headermenuintranet.selected {
	height: 48px;
	background: url('../images/site/headermenuselected.png');
}

#headermenuentreprises {
	height: 46px;
	background: url('../images/site/headermenubuttons.png');
	background-position: 0px -48px;
}

#headermenuentreprises.selected {
	height: 46px;
	background: url('../images/site/headermenuselected.png');
	background-position: 0px -48px;
}

#headermenucandidats {
	height: 46px;
	background: url('../images/site/headermenubuttons.png');
	background-position: 0px -94px;
}

#headermenucandidats.selected {
	height: 46px;
	background: url('../images/site/headermenuselected.png');
	background-position: 0px -94px;
}

/* Menu */
#menu {
	width: 878px;
	height: 39px;
	background: url('../images/site/menu.png');
	padding-left: 30px;
}

#menu ul li {
	list-style: none;
	float: left;
}

#menu ul li a {
	position: relative;
	display: block;
	float: left;
	text-decoration: none;
	height: 27px;
	margin-top: 1px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
	font-weight: bold;
	color: #686868;
	z-index: 2;
}

#menu ul li a span {
	position: absolute;
	display: block;
	position: absolute;
	filter: alpha(opacity = 0);
	opacity: 0;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
}

#menu ul li a.selected {
	height: 28px;
	padding-left: 9px;
	padding-right: 9px;
	border-left: 1px solid #CFCFCF;
	border-right: 1px solid #CFCFCF;
	background: white;
}

/* Autres */
#content {
	width: 828px;
	padding-left: 40px;
	padding-right: 40px;
	background: url('../images/site/content.png');
	overflow: hidden;
}

#content li {
	margin-left: 20px;
}

#footer {
	width: 908px;
	margin: auto;
	height: 16px;
	overflow: hidden;
	background: url('../images/site/footer.png');
}

#copyright {
	margin: auto;
	text-align: center;
	font-size: 15px;
	color: #686868;
	text-shadow: 1px;
	margin-top: 8px;
	padding-bottom: 10px;
}

#copyright a {
	color: #686868;
}

.contenttable {
	width: 810px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #686868;
	text-align: center;
	border-spacing: 0px;
	border-collapse: collapse;
}

.relativetable {
	width: 100%;
}

.contenttable tr td form {
	vertical-align: middle;
}

.contenttable tr.sectionend td {
	border-bottom: 1px solid #686868;
}

.contenttable tr th {
	text-decoration: underline;
	padding: 5px;
	border-bottom: 1px solid #B1B1B1;
}

.tinycolumn {
	width: 20%;
}

/* Login */
#loginForm {
	margin-top: 20px;
	text-align: center;
}

#loginForm input {
	text-align: center;
}

#loginForm table {
	margin: auto;
	
}

#loginForm table td {
}

/* Accueil */

#splash {
	text-indent: -9999px;
	width: 900px;
	height: 288px;
	margin-left: -36px;
	background-image: url('../images/site/splash.jpg');
	position: relative;
}

#splash a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	text-indent: -9999px;
	width: 900px;
	height: 288px;
}

.espace {
	width: 264px;
	height: 199px;
	margin-top: 30px;
	float: left;
	position: relative;
}

#intranet {
	margin-left: 0px;
	background: url('../images/site/espaceintranet.png') no-repeat center;
}

#candidat {
	margin-left: 15px;
	background: url('../images/site/espacecandidat.png') no-repeat center;
}

#entreprise {
	margin-left: 15px;
	background: url('../images/site/espaceentreprise.png') no-repeat center;
}

.espaceheader {
	display: block;
	filter: alpha(opacity = 0);
	opacity: 0;
	width: 100%;
	height: 41px;
	text-indent: -9999px;
}

#intranetheader {
	background: url('../images/site/espaceintranetover.png') no-repeat center;
}

#entrepriseheader {
	background: url('../images/site/espaceentrepriseover.png') no-repeat center;
}

#candidatheader {
	background: url('../images/site/espacecandidatover.png') no-repeat center;
}

.espace ul li {
	list-style: none;
	overflow: hidden;
	display: block;
	height: 20px;
}

.espace ul li a {
	text-decoration: none;
	overflow: hidden;
	text-align: center;
	display: block;
	margin-left: -20px;
	font-size: 18px;
	color: #494949;
}

.espace ul li a:hover {
	color: white;
}

.shufflewords {
	width: 232px;
	position: absolute;
	bottom: 20px;
	height: 90px;
	padding: 30px;
	color: #494949;
}

.shufflewords > p {
	display: none;
	font-size: 25px;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 20px;
	margin-left: -25px;
	margin-top: 30px;
}

/* Intranet */

.forgotpassword {
	position: relative;
	float: right;
	right: 10px;
	border: 1px solid black;
	background: url('../images/site/menuselectedcarmin.png');
	padding: 5px;
	text-decoration: none;
	margin-bottom: 10px;
}

.forgotpassword a {
	color: white;
}

.forgotpassword a:hover {
	color: gray;
}

/* Congˇs */

input.joursConges {
	width: 20px;
	text-align: center;
}

#tableutilisateursconges {
	width: 550px;
}

#calendardatediv {
	position: absolute;
	visibility: hidden;
	background-color: white;
	layer-background-color: white;
}

/* Documents */
#inputFichier {
	border: 0;
	background: white;
}

#formFichier input {
	margin-bottom: 20px;
}

#formFichier select {
	margin-bottom: 20px;
}

/* Offres */
.descriptionOffre {
	margin: auto;
	width: 60%;
	padding: 10px;
	text-align: left;
}

.descriptionOffre * {
	margin: 0;
}

#tableoffres tr th {
	padding-right: 15px;
	padding-left: 15px;
}

#tableoffres a:visited {
	color: #8D8D8D;
}

.metadata, .metadatacompetences {
	display: none;
}

textarea#descriptionoffre {
	width: 820px;
	text-align: left;
}

div.readmore {
	height: 16px;
	display: block;
	overflow: hidden;
}

/* Compˇtences */
#tablecompetences {
	width: 50%;
}

/* Candidats */
.leftcontent {
	width: 60%;
	margin-right: 5%;
	padding-right: 5%;
	float: left;
	/* background: url('../images/site/separationverticale.png') no-repeat right; */
	background-position-y: 5px;
}

.selectionoffres {
	width: 30%;
	float: left;
}

.nooffers {
	border: 1px solid #686868;
	padding-top: 5px;
	padding-bottom: 5px;
}

#offresselection {
	border: 1px solid #686868;	
	text-align: center;
	overflow: hidden;
	margin: 0;
}

.offreselection {
	width: inherit;
	border-top: 1px solid #686868;
	margin: 0;
	padding: 5px;
	vertical-align: middle;
}

.offreselectionfirst {
	border-top: 0;
}

/* Contact */
.half {
	float: left;
	width: 50%;
}

.third {
	float: left;
	width: 33%;
}

.cartecontact {
	width: 80%;
	height: 300px;
	margin: auto;
}

.liencontact:hover {
	font-weight: bold;
	color: #2589af !important;
}
/* Compte */
.justificatif {
	display: none;
	color: red;
	margin-bottom: 10px;
}

/* Absences */
#absenceexceptionnelle {
	display: none;
}

/* Help */
.helpcontent {
	border: 1px solid #2589af;
	display: none;
	padding: 10px;
}

.helpcontentheader {
	font-size: 25px;
	height: 30px;
	text-align: center;
	background: url('../images/site/closehelp.png') no-repeat right top;
}

/* Rˇfˇrences */
.referencestable {
	width: 500px;
}

.referencesleft {
	background-color: #d4cfb5;
	padding: 3px;
	width: 30%;
}

.referencesright {
	padding: 2px;
	width: 60%;
	border: 1px solid #2589af;
}

/* Recherche */
#searchwait {
	opacity: 0;
	filter: alpha(opacity=0);
}

.searchtitle {
	font-size: 17px;
	text-align: right;
	font-weight: normal;	
}

