@charset "UTF-8";
/* CSS Document */

#menu {
	margin: 0 0 5px 0;
	padding: 0 0 0 20px;
	background: url(images/fond_navighaut.jpg) no-repeat center top; /* Voir -> Note 1 */
	list-style-type: none ;
	height: 34px;
}

#menu ul, #menu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu li {
	float: right ;
	text-align: center ;
}	
#menu li a {
	display: block;
	text-decoration: none;
	text-align: left;
}






/*---------- Niveau 1 ----------*/

.niveau1 {
	background: url(images/bg_menu.gif)
}

#menu .niveau1 li {
	float: left;
	margin: 0 -1px 0 0;
}
#menu .niveau1 li a {
	padding: 0;
	
	color: #fff;
	
}
#menu .niveau1 li:hover a,
#menu .niveau1 li a:hover {
	color: #fff;

}
/*---------- Niveau 2 ----------*/
#menu .niveau2b {
	position: absolute;
	top: -9999em;
	border: 1px solid white;
	width:224px;
	background-color: #5fc1ea;
}
#menu .niveau2b li {
	clear: left;
	margin: 0 0 0 5;
	width:200px;
	
}
#menu .niveau2b li a {
	color: #fff;
	background-color: #5fc1ea;
	padding: 8px 8px 8px 16px;
	width:200px;
	font-size:11px;
	background: url(images/puce_liste.gif) center left no-repeat ;
	border-bottom: 1px dotted white;
}
#menu .niveau2b li a:hover {
	color: white;
	background: url(images/puce_liste.gif) center left no-repeat ;
	background-color: #ff6600;
	width:200px;
}
#menu li:hover .niveau2b,
#menu .sfhover .niveau2b {
	top: 278px;
	min-height: 0; /* corrige un bug IE7 */
}

#menu .niveau2a {
	position: absolute;
	top: -9999em;
	border: 1px solid white;
	width:224px;
	background-color: #f7a804;
}
#menu .niveau2a li {
	clear: left;
	margin: 0 0 0 5;
	width:200px;
	
}
#menu .niveau2a li a {
	color: #fff;
	background-color: #f7a804;
	padding: 8px 8px 8px 16px;
	width:200px;
	font-size:11px;
	background: url(images/puce_liste.gif) center left no-repeat ;
	border-bottom: 1px dotted white;
}
#menu .niveau2a li a:hover {
	color: white;
	background: url(images/puce_liste.gif) center left no-repeat ;
	background-color: #ff6600;
	width:200px;
}
#menu li:hover .niveau2a,
#menu .sfhover .niveau2a {
	top: 278px;
	min-height: 0; /* corrige un bug IE7 */
}


#menu .niveau2c {
	position: absolute;
	top: -9999em;
	border: 1px solid white;
	width:224px;
	background-color: #e74d39;
}
#menu .niveau2c li {
	clear: left;
	margin: 0 0 0 5;
	width:200px;
	
}
#menu .niveau2c li a {
	color: #fff;
	background-color: #e74d39;
	padding: 8px 8px 8px 16px;
	width:200px;
	font-size:11px;
	background: url(images/puce_liste.gif) center left no-repeat ;
	border-bottom: 1px dotted white;
}
#menu .niveau2c li a:hover {
	color: white;
	background: url(images/puce_liste.gif) center left no-repeat ;
	background-color: #ff6600;
	width:200px;
}
#menu li:hover .niveau2c,
#menu .sfhover .niveau2c {
	top: 278px;
	min-height: 0; /* corrige un bug IE7 */
}


#menu .niveau2d {
	position: absolute;
	top: -9999em;
	border: 1px solid white;
	width:224px;
	background-color: #8dbe48;
}
#menu .niveau2d li {
	clear: left;
	margin: 0 0 0 5;
	width:200px;
	
}
#menu .niveau2d li a {
	color: #fff;
	background-color: #8dbe48;
	padding: 8px 8px 8px 16px;
	width:200px;
	font-size:11px;
	background: url(images/puce_liste.gif) center left no-repeat ;
	border-bottom: 1px dotted white;
}
#menu .niveau2d li a:hover {
	color: white;
	background: url(images/puce_liste.gif) center left no-repeat ;
	background-color: #ff6600;
	width:200px;
}
#menu li:hover .niveau2d,
#menu .sfhover .niveau2d {
	top: 278px;
	min-height: 0; /* corrige un bug IE7 */
}

#menu .niveau2e {
	position: absolute;
	top: -9999em;
	border: 1px solid white;
	width:224px;
	background-color: #999;
}
#menu .niveau2e li {
	clear: left;
	margin: 0 0 0 5;
	width:200px;
	
}
#menu .niveau2e li a {
	color: #fff;
	background-color: #999;
	padding: 8px 8px 8px 16px;
	width:200px;
	font-size:11px;
	background: url(images/puce_liste.gif) center left no-repeat ;
	border-bottom: 1px dotted white;
}
#menu .niveau2e li a:hover {
	color: white;
	background: url(images/puce_liste.gif) center left no-repeat ;
	background-color: #ff6600;
	width:200px;
}
#menu li:hover .niveau2e,
#menu .sfhover .niveau2e {
	top: 278px;
	min-height: 0; /* corrige un bug IE7 */
}


/*---------- Niveau 3 ----------*/
#menu .niveau1 .niveau2 .niveau3 {
	position: absolute;	
	top: -9999em;
	border-top: 1px solid #fff; /* corrige un bug IE6 */
}
#menu .niveau3 li a {
	color: #fff;
	background: #6D8600;
}
#menu .niveau3 li:hover a,
#menu .niveau3 li a:hover {
	color: #746756;
	background: #D8ED1A;
}
#menu .niveau2 li:hover .niveau3,
#menu .niveau2 .sfhover .niveau3 {	
	top: auto;
	margin:-28px 0 0 149px;
}
#menu .inverse .niveau2 li:hover .niveau3,
#menu .inverse .niveau2 .sfhover .niveau3 {	
	top: auto;
	margin:-28px 0 0 -149px;
}


 #menu ul li a.menu0
{
width: 38px ;
	display: block ;
	background: url(images/btn_acc.png) no-repeat;
}

#menu ul li a:hover.menu0
{
width: 38px ;
		background: url(images/btn_acc.png) no-repeat;
	
}

 #menu ul li a.menu0plus
{
width: 38px ;
		background: url(images/btn_acc_on.png) no-repeat;
}

#menu ul li a:hover.menu0plus
{
width: 38px ;
		background: url(images/btn_acc_on.png) no-repeat;
	
}

 #menu ul li a.menu01
{
width: 190px ;
	display: block ;
	background: url(images/btn_industrie.png) no-repeat;
}

#menu ul li a:hover.menu01
{
width: 190px ;
		background: url(images/btn_industrie_survol.png) no-repeat;
	
}

 #menu ul li a.menu01plus
{
width: 190px ;
		background: url(images/btn_industrie_on.png) no-repeat;
}

#menu ul li a:hover.menu01plus
{
width: 190px ;
		background: url(images/btn_industrie_onsurvol.png) no-repeat;
	
}

 #menu ul li a.menu02
{
width: 190px ;
	display: block ;
	background: url(images/btn_tertiaire.png) no-repeat;
}

#menu ul li a:hover.menu02
{
width: 190px ;
		background: url(images/btn_tertiaire_survol.png) no-repeat;
	
}

 #menu ul li a.menu02plus
{
width: 190px ;
		background: url(images/btn_tertiaire_on.png) no-repeat;
}

#menu ul li a:hover.menu02plus
{
width: 190px ;
		background: url(images/btn_tertiaire_onsurvol.png) no-repeat;
	
}


 #menu ul li a.menu03
{
width: 190px ;
	display: block ;
	background: url(images/btn_rh.png) no-repeat;
}

#menu ul li a:hover.menu03
{
width: 190px ;
		background: url(images/btn_rh_survol.png) no-repeat;
	
}

 #menu ul li a.menu03plus
{
width: 190px ;
		background: url(images/btn_rh_on.png) no-repeat;
}

#menu ul li a:hover.menu03plus
{
width: 190px ;
		background: url(images/btn_rh_onsurvol.png) no-repeat;
	
}


 #menu ul li a.menu04
{
width: 190px ;
	display: block ;
	background: url(images/btn_sanitaire.png) no-repeat;
}

#menu ul li a:hover.menu04
{
width: 190px ;
			background: url(images/btn_sanitaire_survol.png) no-repeat;
	
}

 #menu ul li a.menu04plus
{
width: 190px ;
			background: url(images/btn_sanitaire_on.png) no-repeat;
}

#menu ul li a:hover.menu04plus
{
width: 190px ;
			background: url(images/btn_sanitaire_onsurvol.png) no-repeat;
	
}


 #menu ul li a.menu05
{
width: 134px ;
	display: block ;
	background: url(images/btn_actualites.png) no-repeat;
}

#menu ul li a:hover.menu05
{
width: 134px ;
			background: url(images/btn_actualites_survol.png) no-repeat;
	
}

 #menu ul li a.menu05plus
{
width: 134px ;
			background: url(images/btn_actualites_on.png) no-repeat;
}

#menu ul li a:hover.menu05plus
{
width: 134px ;
			background: url(images/btn_actualites_onsurvol.png) no-repeat;
	
}


 #menu ul li a.menu06
{
width: 125px ;
	display: block ;
	background: url(images/btn_infos.png) no-repeat;
}

#menu ul li a:hover.menu06
{
width: 125px ;
			background: url(images/btn_infos_survol.png) no-repeat;
	
}

 #menu ul li a.menu06plus
{
width: 125px ;
			background: url(images/btn_infos_on.png) no-repeat;
}

#menu ul li a:hover.menu06plus
{
width: 125px ;
			background: url(images/btn_infos_survol.png) no-repeat;
	
}


	 #contenuformation { 
	 /* background: url(images/fond_actualites.gif) center top repeat-y ;  Voir -> Note 1 */
	
	}
		 #contenuformationgauche { 
	 float:left;
	padding:0 10px 0 10px;
	 width: 270px;
	
	
	}
	
	
	 #contenuformationdroite { 
	 width: 270px;
	 float:right;
	padding:0 10px 0 10px;
	
	
	}
	
	#contenuformation h2 { 
	 background: url(images/fond_titreactu04_long.gif) left top no-repeat ;
	 font-size: 12px;
	color:#f7a804;
	width:585px;
	display:block;
	height: 23px;
	padding-left:12px;
	
	}
	
	#contenuformation p { 
	 font-size: 11px;
	color:#555;
	padding: 0 5px 10px 0;
	  
	
	}
	
	#contenuformation span { 
	font-size: 11px;
	color:#888;
	text-decoration:underline;
	  
	
	}
	
		#contenuformation ul { 
		border:0;
		margin:0;
		padding:0 0 5px 15px;
		list-style-image: url(images/puce_accueil.gif);
		font-size:11px;
	
	}
	
		#contenuformation ul li { 
		color: #555;
		padding-bottom:5px;
	
	}

#contenuformation p.infos span { 
	color: #f7a804;
	text-decoration:underline;
	
	}
	
	a.boutoncontact { 
 background: url(images/bouton_contact05.jpg) left top no-repeat ;
 width:264px;
 height:28px;
 display:block;
	
	}
	
	a:hover.boutoncontact { 
 background: url(images/bouton_contact05_on.jpg) left top no-repeat ;
	
	}
	
	#contenu {
		font-size: 11px;
	color:#555;
	
}
	


#contenu h1 {
	margin: 0; /* -> 8 */
	padding: 0 0 0 25px ;
	background: url(images/fond_h1accueil.gif) no-repeat ; /* Voir -> Note 1 */
	background-color: #eaf3f0; /* -> 2 */
	height:48px;
	font-size:12px;
	color: white;
	line-height:34px;
	
}

#contenu h2 {
display:block;
	font-size:12px;
	color:#39879b;
	padding:5px;
}

#contenu h2.oe01 {
display:block;
	border:1px solid #f7a804;
	font-size:12px;
	color:#ff9900;
	padding:5px;
}

#contenu h3 {
font-family: Helvetica, Verdana, Arial, sans-serif; /* 3 */
	 background: url(images/fond_titreactu07_long.gif) left top no-repeat ;
	 font-size: 12px;
	color:#81a2aa;
	width:585px;
	display:block;
	padding-left:12px;
	margin-bottom:5px;
	margin-top:5px;
}
#contenu h3.detailoffre {
	 background: url(images/fond_titreactu06_long.gif) left top no-repeat ;
	 font-size: 12px;
	color:#81a2aa;
	width:585px;
	display:block;
	height: 23px;
	padding-left:12px;
	margin-top:15px;
}

#contenu h3 a {
	padding:3px;
	width:500px;
}

#contenu h3 a:hover {
	padding:3px;
	color:#ff6600;
	text-decoration:none;
}

#contenu h3 a:active {
	padding:3px;
	color:#ff6600;
	text-decoration:none;
}

.postmetadata {
padding-bottom:25px;
	background: url(images/finparagraphe00.gif) repeat-x center bottom;
}

p.contactactu{
color:#39879b;
	
}

.entry{
padding-bottom:5px;
margin-bottom:8px;
border-bottom:1px dotted #9cc3cd;
}

.actu00{
border-bottom: 1px dotted #9cc3cd;
padding-bottom:5px;
margin-bottom:5px;
border-left:4px solid #9cc3cd;
padding-left:12px;
}

.actu01{
border-bottom: 1px dotted #f7a804;
padding-bottom:5px;
margin-bottom:5px;
border-left:4px solid #f7a804;
padding-left:12px;
}

.actu02{
border-bottom: 1px dotted #5fc1ea;
padding-bottom:5px;
margin-bottom:5px;
border-left:4px solid #5fc1ea;
padding-left:12px;
}

.actu03{
border-bottom: 1px dotted #8dbe48;
padding-bottom:5px;
margin-bottom:5px;
border-left:4px solid #8dbe48;
padding-left:12px;
}

.actu04{
border-bottom: 1px dotted #e74d39;
padding-bottom:5px;
margin-bottom:5px;
border-left:4px solid #e74d39;
padding-left:12px;
}

.entry{ 
margin:0 5px;
overflow:hidden;
}

	.accueiltous{
		display:block;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	color:#39879b;
	font-weight: normal;
	background: url(images/fond_h3emploi.gif) no-repeat ;
	padding: 0 0 20px 15px;
	margin:2px 0 8px 0;
	}