/* Conception - Tous droits réservés */

/* GENERAL */
body {
	font-family: Arial; font-size: 12px; color: #000000;
	margin: 0 auto;
	/*text-align: center;*/
	background: #39a1ce url('../imagesFront/fd_background.jpg') left top repeat-x;
}

#container {
	margin: 0 auto;
	width: 899px;
	background: #fff;
}
	.separation {
		clear: both;
		visibility: hidden;
	}

.imagePage {
	border: 1px solid #EBEBEB;
	padding: 3px;
}
h5 {
	font-size: 10px; color: #66666;
	margin: 0; padding: 5px 0;
}
a {
	color: #000000;
	outline: none;
}

.msgErreur {
	color: red;
	padding: 5px 0;
}

table.compteRendu {
		width: 100%;
		margin-top: 10px;
		background-color: #DFDFDF;
		border-collapse: collapse;
	}
	table.compteRendu th {
		font-size: 14px;
		padding: 5px;
		border: 1px solid #DFDFDF;
	}
	table.compteRendu td {
		background-color: #FFFFFF;
		border: 1px solid #DFDFDF;
		padding: 5px;
	}
	
	
	

/* TOP ET HEADER */

#top {
	/*width: 899px;*/
	color: #FFFFFF; font-size: 11px;
	text-align: right;
	background-color: #0064A9;
	padding: 5px 0;
}
	#top a {
		color: #FFFFFF;
		text-decoration: none;
	}
	#top form.recherche {
		display: inline;
	}
	#top form.recherche input.txtSearch {
		width: 150px;
		padding: 2px; margin-left: 10px;
		border: 1px solid #999999;
		background-color: none;
		font-size: 11px; color: #999999;
	}
	#top form.recherche input.submit {
		width: 70px; 
		text-align: center; padding: 2px; background-color: #999999; border: 0; 
		color: #FFFFFF; font-size: 10px;
		margin-left: 2px;
	}
	
#header {	
	/*width: 899px;*/
	height: 145px;
	margin-bottom: 25px;
	padding-right: 44px;
}
#header h1 {
		float: left;
}
#header h1 img {
	border: 0;
}
#header h2 {
	float: left;
	width: 557px;
	height: 145px;
	background: #fff url(../imagesFront/partenaire_emploi.jpg) left top no-repeat;
	text-indent: -9999px;
}
#header h2 img {
	display: block;
	border: 0;
}

		

/****** CONTENU PAGE ******/

#divContent {
	/*width: 899px;*/
	text-align: left;
	background-color: #FFFFFF;
	padding-bottom: 20px;
}
/*------------------Mise en forme des cartouches en header pour la page accueil*/
#divContent ul.cartouchesAccueil li {
	display: block;
	float: left;
}
ul.cartouchesAccueil li.offresEmplois a {
	text-indent: -9999px;
	display: block;
	margin-left: 35px;
	width: 158px;
	height: 139px;
}
ul.cartouchesAccueil li.offresEmplois a:link, ul.cartouchesAccueil li.offresEmplois a:visited {
	background: #fff url(../imagesFront/cartouche_offre_emploi.jpg) left top no-repeat;
}
ul.cartouchesAccueil li.offresEmplois a:hover, ul.cartouchesAccueil li.offresEmplois a:active {
	background: #fff url(../imagesFront/cartouche_offre_emploi.jpg) left bottom no-repeat;
}
ul.cartouchesAccueil li.interimaires a {
	text-indent: -9999px;
	display: block;
	margin-left: 56px;
	width: 291px;
	height: 139px;
}
ul.cartouchesAccueil li.interimaires a:link, ul.cartouchesAccueil li.interimaires a:visited {
	background: #fff url(../imagesFront/cartouche_interimaires.jpg) left top no-repeat;
}
ul.cartouchesAccueil li.interimaires a:hover, ul.cartouchesAccueil li.interimaires a:active {
	background: #fff url(../imagesFront/cartouche_interimaires.jpg) left bottom no-repeat;
}
ul.cartouchesAccueil li.entreprises a {
	text-indent: -9999px;
	display: block;
	margin-left: 25px;
	width: 292px;
	height: 139px;
}
ul.cartouchesAccueil li.entreprises a:link, ul.cartouchesAccueil li.entreprises a:visited {
	background: #fff url(../imagesFront/cartouche_entreprises.jpg) left top no-repeat;
}
ul.cartouchesAccueil li.entreprises a:hover, ul.cartouchesAccueil li.entreprises a:active {
	background: #fff url(../imagesFront/cartouche_entreprises.jpg) left bottom no-repeat;
}
/*------------------Fin de mise en forme des cartouches en header pour la page accueil*/
#contentLeft {
	float: left;
	width: 195px;
}
	
#contentRight {
	float: left;
	width: 615px;
	margin-left: 54px;
	padding: 0 35px 0 0;
}
#contentRight h1 {
	font-size: 2em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
	color: #0065AB;
}
/*h1 {
	float: left; 
	width: 100%;
	font-size: 24px; color: #0065AB; font-weight: normal; line-height: 24px; letter-spacing: -1px;
	margin: 0; padding: 0 0 10px 0;
}*/
#contentRight h2 {

	width: 100%;
	font-size: 16px; color: #0065AB;
	margin: 3px 0; padding: 3px 0;
}
#contentRight a {
	color: #000000;
}
#contentRight p {
	margin: 10px 0;
}
#contentRight strong {
	font-weight: bold;
}
#contentRight strong em {
	font-weight: bold;
	text-decoration: underline;
}
#contentRight h2 + ul {
	list-style-type: disc;
	margin-left: 15px;
}
#contentRight .infosEntetePage {
	float: left;	
	width: 100%;
	border-bottom: 1px solid #EBEBEB;
	padding: 0; margin: 15px 0 20px 0;
	text-align: left; font-size: 10px; color: #999999;
}
#contentRight .infosEntetePage a {
	color: #999999;
}
#contentRight ul li a {/*Mis en forme des liens vers les docs pdf*/
	color: #F09500;
}
#contentRight ul li a:hover, #contentRight ul li a:active {/*Mis en forme des liens en état survolé vers les docs pdf*/
	color: #0165a3;
}
.chapeau {
	float: left;
	width: 100%;
	font-weight: bold;
	color: #0065AB;
}

#pagesAccueil {
	width: 250px;
	float: left;
	font-size: 11px;
	text-align: right;
}
#pagesAccueil p {
	text-align: right;
	padding-top: 25px;
}
/*	#pagesAccueil p {
		float: left;
		font-size: 11px;
		margin: 5px 0 0 0;
		border-bottom: 1px dotted #1980BA;
	}
	#pagesAccueil p span.titrePageAlaUne {
		font-size: 18px; font-weight: normal;
	}
*/
#div_HomecarteInteractive {	
	margin: 20px 0 0 0;
	width: 250px;
}


/* GALERIE D'IMAGES SIMPLE */

.galerieSimple {
	float: left;
	width: 100%;
	margin: 10px 0 15px 0;
}
	.galerieSimple img {
		margin: 2px;
	}
	.galerieSimple a:hover img {
		background-color: #98CD03;
	}
	
	

/* LIENS VERS AUTRES PAGES */

.autresPages {
	float: left;
	width: 100%;
	margin: 5px 0 20px 0; padding-bottom: 10px;
	color: #999999;
	font-size: 12px; font-weight: normal;
	border-bottom: 1px solid #EAEAEA;
}
	#contenu .autresPages a {
		color: #666666;
		text-decoration: none;
	}
	
	
/* NEWSLETTER */

#homeNewsletter img {
	float: left;
}
	#homeNewsletter form {
		margin-top: 10px;
	}
	#homeNewsletter form input.Txt {
		float: left;
		background-color: #FFFFFF;
		border: 1px solid #666666;
		padding: 3px 3px 3px 20px; margin-right: 5px;
		font-size: 12px; font-family: Arial; color: #666666;
		width: 200px;
		background-image: url('../images_nav/ic_fleche_input.gif');
		background-position: left 5px;
		background-repeat: no-repeat;
	}
	#homeNewsletter form input.submit {
		float: left;
		display: block;
		width: 150px; height: 23px;
		background-color: #F93002;
		text-align: center; padding: 2px; border: 0; 
		color: #FFFFFF; font-size: 13px; font-family; Arial;
	}


/* FORMULAIRE */

form {
	width: 630px;
	font-size: 12px; font-family: Arial;
	padding: 0; margin: 0;
}
	form span {
		font-size: 10px; line-height: 12px;
	}
	form fieldset { 
		border: 0;
		border-top: 1px solid #0262AC;
		padding: 0;
		margin-bottom: 20px;
	}
	form fieldset legend { 
		color: #0262AC;
	}
	form p { 
		float: left;
		width: 100%;
		padding: 0; margin: 0; 
	}

	form p label {
		float: left;
		margin: 0; padding: 0;
		width: 200px;
		text-align: left; 
	}
	form p table input[type=checkbox], form p table input[type=radio] {
		width: 15px;
		margin: 0; padding: 0;
		background-color: transparent;
		border: 0;
	}
	form p input, form p textarea, form p file {
		float: left;
		padding: 5px;
		margin-right: 5px; 
		width: 400px;
		border: 0;
		color: #000000; font-size: 12px; font-family: Arial;
		background-color: #EBEBEB;
	}
	form p input.small {
		width: 195px;
	}
	form p input.xsmall {
		width: 50px;
	}
	form p input.submit {
		display: block;
		width: 150px; height: 28px;
		background-color: #0368AC;
		text-align: center; padding: 2px; border: 0; 
		color: #FFFFFF;
	}
	form fieldset p input.case {
		width: 20px;
		background-color: transparent;
		border: 0;
		margin-bottom: 5px;
	}
	form p.infosLegales {
		width: 450px;
		font-size: 10px; line-height: 12px;
	}
	
	form p a:hover {
		background-color:#ffffff; 
		text-decoration:none;
	} /* background-color pour IE6*/
	form p a.tooltip span.infosBulle {
		display: none;
		padding: 10px;
		width: 300px;
	}
	form p a.tooltip:hover span.infosBulle {
		display: inline;
		position: absolute;  
		background: #2A76B0; 
		font-size: 11px; line-height: 15px; color: #FFFFFF;
	}
	

/* BAS DE PAGE */

#footer { 
	width: 899px;
	height: 65px;
	margin: 0 auto;
	padding-bottom: 20px;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
	background-image: url('../imagesFront/fd_footer.gif');
	background-position: left top;
	background-repeat: no-repeat;
}
#footer strong {
	font-weight: bold;
}
	#footer h1 { 
		color: #FFFFFF;
		font-size: 12px; font-weight: bold;
	}
	#footer p { 
		margin: 0; padding: 25px 0 0 30px;
	}
	#footer p a { 
		text-decoration: none;
		color: #FFFFFF;
	}
	#footer p a:hover { 
		color: #000000; text-decoration: none;
	}
	#footer p span { 
		float: right;
		font-size: 10px;
	}
		#footer p span a { 
			color: #999999;
		}
	
	
	
/* PLAN DU SITE */

#planSite .rubrique {
	float: left;
	width: 100%;
	margin: 0 0 5px 0; padding: 0 0 10px 0;
	border-bottom: 1px solid #EBEBEB; 
}
#planSite .rubrique span.titreRubrique {
	float: left;
	width: 100%;
	font-size: 16px; color: #4C88D0; text-decoration: none;
	padding: 3px 0;	
}
#planSite .rubrique span.titreSrubrique {
	float: left; display: inline;
	width: 100%;
	font-size: 12px; font-weight: normal; color: #4C88D0; text-decoration: none;
	padding: 3px 0 0 10px;	margin: 0;
}
#planSite .rubrique ul {
	float: left;
	padding: 0 0 0 35px; margin: 3px 0;
}
#planSite .rubrique ul li {
	list-style-type: circle;
	color: #4C88D0;
	padding: 0; margin: 0;
}
#planSite .rubrique ul li a {
	text-decoration: none;
}
#planSite .rubrique ul li a:hover {
	text-decoration: underline;
}


