@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;
	
}




#contenu h1 {
	margin:0 0 10px 0; /* -> 8 */
	padding: 10px 25px;
	background: url(images/fond_h1_accueil2.gif) no-repeat ; /* Voir -> Note 1 */
	background-color: #9cc3cd; /* -> 2 */
	font-size:12px;
	color: white;
	
	
}

#actuaccueil h2 {
	display:none;
	
	
}
#actuaccueil{
	font-size:11px;
	color:#555;
	
}
#actuaccueil ul {
margin:0;
padding:0;
	
	
}

#actuaccueil ul li{
margin:0;
display:list-item;
list-style-type:none;
	float:left;
	width:270px;
	min-height:177px;
	padding:5px 20px 8px 10px;
	
	
}

p.contactactu{
color:#39879b;
	
}

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

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

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

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

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

#actuaccueil ul li a{
  background: url(images/fond_titreactu.gif) left top no-repeat ;
	  font-size: 11px;
	color:#39879b;
	width:266px;
	display:block;
	height: 23px;
	padding-left:12px;
	
	}
	
	.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;
	}
	
	#vertical_slide5 a {

}
#vertical_slide5 a:hover, a:focus {	
	
}

#vertical_slide5, #horizontal_slide {
	border-top: 1px dotted #9cc3cd;
	padding:10px;
	margin:0;
	background-color: #f5f9fa;
	/*border: 1px solid #e2eefc;*/
}

div.marginbottom {
	/* Since the Fx.Slide element resets margins, we set a margin on the above element */
	margin-bottom: 5px;
}

#v_slideout5{
display:none;
}
#v_slidein5{
display:none;
}

.facc{ 
     display:block;
     width:120px;
     float:left;
	 font-size:11px;
	color: #9cc3cd;
	border:0;
}
.envoyeracc
{ 
background: url(http://www.adrar-formation.com/wp-content/themes/adrar/images/envoyer.jpg) no-repeat;
width: 264px;
height:28px;
border:0;
margin-top:5px;
margin-left:120px;
color:#9cc3cd;
font-size:0em;
}

.entry{ 
border-left:1px dotted #9cc3cd;
border-right:1px dotted #9cc3cd;
margin:0 0 10px 0;
padding:5px 20px;
overflow:hidden;
}


	#contenu h2.oe00 { 
	 background: url(images/fond_titreactu01_long2.gif) left top no-repeat ;
	 font-size: 12px;
	color:#9cc3cd;
	width:585px;
	display:block;
	height: 23px;
	padding-left:12px;
	font-weight:bold;
	
	}

	#contenu h2.oe01 { 
	 background: url(images/fond_titreactu02_long2.gif) left top no-repeat ;
	 font-size: 12px;
	color:#f7a804;
	width:585px;
	display:block;
	height: 23px;
	padding-left:12px;
	font-weight:bold;
	
	}
	
	#contenu h2.oe02 { 
	 background: url(images/fond_titreactu03_long2.gif) left top no-repeat ;
	 font-size: 12px;
	color:#5fc1ea;
	width:585px;
	display:block;
	height: 23px;
	padding-left:12px;
	font-weight:bold;
	
	}
	
	#contenu h2.oe03 { 
	 background: url(images/fond_titreactu04_long2.gif) left top no-repeat ;
	 font-size: 12px;
	color:#8dbe48;
	width:585px;
	display:block;
	height: 23px;
	padding-left:12px;
	font-weight:bold;
	
	}
	
	#contenu h2.oe04 { 
	 background: url(images/fond_titreactu05_long2.gif) left top no-repeat ;
	 font-size: 12px;
	color:#e74d39;
	width:585px;
	display:block;
	height: 23px;
	padding-left:12px;
	font-weight:bold;
	
	}
	
	#contenu h3 { 
	 background: url(images/fond_titreactu01_long2.gif) left top no-repeat ;
	 font-size: 12px;
	color:#9cc3cd;
	width:585px;
	display:block;
	height: 23px;
	padding-left:12px;
	
	}
	
	#contenu{ 
font-size:11px;
	
	}
	
	a.boutoncontact { 
 background: url(images/fond_contactv2_acc.gif) left top no-repeat ;
 width:600px;
 height:29px;
 display:block;
	
	}
	
	a:hover.boutoncontact { 
 background: url(images/fond_contactv2_accs.gif) left top no-repeat ;
	
	}