/* ==============================================
   FEUILLE DE STYLES DES GABARITS HTML/CSS
   © Elephorm & Alsacreations.com
   Conditions d'utilisation:
   http://creativecommons.org/licenses/by/2.0/fr/
   ============================================== */


/* --- STYLES DE BASE POUR LE TEXTE ET LES PRINCIPAUX ÉLÉMENTS --- */

/* Page */
html {
	font-size: 100%; /* Voir -> Note 1 à la fin de la feuille de styles. */
	margin:0;
	padding:0;
}
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif; /* 3 */
	font-size: .8em; /* -> 4 */
	line-height: 1.25; /* -> 5 */
	color: black;
	background: url(images/fond_page_extensible.jpg) repeat-y center top;
	
}

/* Titres */
h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 .5em 0; /* -> 6 */
}
h1, h2 {
	font-family: Verdana, Arial, sans-serif; /* 3 */
	font-weight: normal; /* -> 7 */
}
h1 {
	font-size:12px;
}

h2, h3 {
	font-size:11px;
}
h4 {font-size: 1em;}

/* Listes */
ul, ol {
	margin: .75em 0 .75em 24px;
	padding: 0; /* -> 9 */
}
ul {
	list-style: square;
}
li {
	margin: 0;
	padding: 0;
}

/* Paragraphes */
p {
	margin: .75em 0;
}
li p, blockquote p {
	margin: .5em 0;
}

/* Citations */
blockquote, q {
	font-size: 1.1em;
	font-style: italic;
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
}
blockquote {
	margin: .75em 0 .75em 24px;
}
cite {
	font-style: italic;
}

/* Liens */
a {
	color: mediumblue;
	text-decoration: underline;
}
a:hover, a:focus {
	color: crimson;
}
a img {
	border: none; /* -> 10 */
}

/* Divers éléments de type en-ligne */
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}


/* --- STYLES POUR CERTAINS CONTENUS DES GABARITS --- */

pre, code {
	font-size: 100%;
	font-family: "Bitstream Vera Mono", "Lucida Console", "Courier New", monospace;
}
pre {
	width: 90%;
	overflow: auto;
	overflow-y: hidden;
	margin: .75em 0;
	padding: 12px;
	background: #eee;
	color: #555;
}
pre strong {
	font-weight: normal;
}
#copyright {
	margin: 20px 0 0 0;
	text-align: right;
	font-size: .8em;
	color: #848F63;
}
#copyright a {
	color: #848F63;
	text-decoration: none;
}
#copyright a:hover, #copyright a:focus {
	text-decoration: underline;
}


body {
	color: #F0E39E;
}
a {
	color: #FF6533;
}
a:hover, a:focus {
	color: #FF4C00;
}

/* Bloc central contenant #navigation et #contenu */
#centre {
	/*background: url(img/07-colonnes.png) repeat-y;  Voir -> Note 1 */
}

/* Navigation */
#navigation {
	background-color: #eaf3f0; /* -> 2 */
}

/* Contenu principal */
#contenu {
	color: #363B29;
}
#contenu a {
	color: #332510;
}
#contenu a:hover, #contenu a:focus {
	color: #ff6600;
}
/*#contenu strong {
	color: #181A12;
}*/

h1 strong {
	color: white;
}


/* --- POSITIONNEMENT --- */

/* Page */
body {
	padding: 0;
}
#global {
	width: 948px; /* -> 3 */
	margin: 0 auto; /* -> 4 */
	background-color: white;
}

/* En-tête */
#entete {
	padding: 40px 0 0 40px;
	background: url(images/fond_header.jpg) no-repeat center top; /* Voir -> Note 1 */
	min-height: 210px;
	position: relative;
}
#entete h1 {
	margin: 0;
}
#entete h1 img {
	float: left;
	margin: 7px 20px 10px 0;
}
#entete .sous-titre {
	margin: 4px 0 15px 0;
}


#petitpoucetaccueil {
	margin: 0 0 5px 0;
	padding: 0 0 0 20px;
	background: url(images/puce_pp_acc.gif) no-repeat left top; /* Voir -> Note 1 */
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	color:#888;
}

#petitpoucetindustrie {
	margin: 0 0 5px 0;
	padding: 0 0 0 20px;
	background: url(images/puce_pp_ind.gif) no-repeat left top; /* Voir -> Note 1 */
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	color:#888;
}

#petitpoucettertiaire {
	margin: 0 0 5px 0;
	padding: 0 0 0 20px;
	background: url(images/puce_pp_ter.gif) no-repeat left top; /* Voir -> Note 1 */
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	color:#888;
}

#petitpoucetsanitaire {
	margin: 0 0 5px 0;
	padding: 0 0 0 20px;
	background: url(images/puce_pp_san.gif) no-repeat left top; /* Voir -> Note 1 */
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	color:#888;
}

#petitpoucetcarriere {
	margin: 0 0 5px 0;
	padding: 0 0 0 20px;
	background: url(images/puce_pp_car.gif) no-repeat left top; /* Voir -> Note 1 */
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	color:#888;
}

#petitpoucetindustrie a {
	color:#f7a804;
}

#petitpoucetindustrie a:hover {
	color:#ff6600;
	text-decoration:none;
}

#petitpoucettertiaire a {
	color:#5fc1ea;
}

#petitpoucettertiaire a:hover {
	color:#ff6600;
	text-decoration:none;
}

#petitpoucetsanitaire a {
	color:#8dbe48;
}

#petitpoucetsanitaire a:hover {
	color:#ff6600;
	text-decoration:none;
}

#petitpoucetcarriere a {
	color:#e74d39;
}

#petitpoucetcarriere a:hover {
	color:#ff6600;
	text-decoration:none;
}

#petitpoucetaccueil a {
	color:#888;
}

#petitpoucetaccueil a:hover {
	color:#ff6600;
	text-decoration:none;
}


/* Bloc central contenant #navigation et #contenu */
#centre {
	width: 100%; /* -> 5 */
	overflow: hidden; /* -> 5 */
	margin:0;
	padding:0;
}

/* Menu de navigation */
#navigation {
	width: 305px;
	float: right; /* -> 6 */
	padding: 0;
	margin:0 10px 0 10px;
	background-image: url(images/contacteznous.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	color:#888;
}
#navigcontenu p {
	margin-bottom:0;
}
#navigcontenu {
	background: url(images/fin_navig.gif) bottom center no-repeat;
	padding: 24px 22px 0px 22px;
	margin:0;
	
}
#navigation ul {
	margin: 0;
	padding: 10px 10px 10px 0;
	list-style: none;
}
#navigation a {
	color:#39879b;
}
#navigation a:hover {
	color:#ff6600;
	text-decoration:none;
}

/* Contenu */
#contenu {
	margin-left: 0px; /* -> 8 */
	margin:0;
	padding: 0 0 0 16px;
	width: 600px;
	
	
}
#contenu h2.center {
	margin: 5px 0 0 0; /* -> 8 */
	padding: 5px 5px 5px 40px ;
	background: url(images/attention.gif) center left no-repeat;
	background-color: #ff9900; /* -> 2 */
	height:22px;
	font-size:11px;
	color: white;
	line-height:22px;
	margin-bottom:15px;
	
}

#contenu h2.center2 {
	margin: 0; /* -> 8 */
	padding: 5px 5px 5px 10px ;
	background-color: #9cc3cd; /* -> 2 */
	height:22px;
	font-size:11px;
	color: white;
	line-height:22px;
	margin-bottom:15px;
	
}
#contenu > :first-child {
	margin-top: 10px;
}
#contenu p, #contenu li {
	line-height: 1.4;
}

#contenu a {
	color:#39879b;
	font-size:11px;
}
#contenu a:hover {
	color:#ff6600;
	text-decoration:none;
}

/* Pied de page */
#pied {
	margin: 0;
	padding: 15px 10px 0 30px;
	font-size: .85em;
	background-color:#eef7fc;
	background: url(images/fond_footer.jpg) no-repeat center top; /* Voir -> Note 1 */
	background-color:#eef7fc;
	height:190px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	color:#888;
	position:relative;
}

	

/* Mention de copyright */
#copyright {
margin: 30px 0 0 0;
	font-size: 1em;
	text-align: left;
}


#larecherche {
	position:absolute;
	top:200px;
	right: 20px;
	margin: 0;
	padding: 0;
	border: 0 none;
	
}

.formulaire {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	color:#555;
	padding:2px;
	background-color:#f8f8f8;
	}

    #searchsubmit{
    width: 27px;
    height: 26px;
    margin: 0;
    padding: 0;
    border: 0; 
    background: transparent url(images/recherche.gif) no-repeat center top;
    text-indent: -1000em; text-indent:-1000em;
    cursor: pointer; /* hand-shaped cursor */ cursor: pointer; / * main en forme de curseur * /
    cursor: hand; /* for IE 5.x */ cursor: main; / * pour IE 5.x * /
    }
	
	 #searchsubmit2{
    width: 27px;
    height: 26px;
    margin: 0;
    padding: 0;
    border: 0; 
    background: transparent url(images/recherche.gif) no-repeat center top;
    text-indent: -1000em; text-indent:-1000em;
    cursor: pointer; /* hand-shaped cursor */ cursor: pointer; / * main en forme de curseur * /
    cursor: hand; /* for IE 5.x */ cursor: main; / * pour IE 5.x * /
    }


img {
	border:0;
}

#intro {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	color:#555;
	text-align:justify;
	min-height:220px;
	background: url(images/finparagraphe.gif) repeat-x center bottom;
	padding-right:15px;
	}
	
	.grise {
	
	color:#888;
	
	}
	
	
	
	.imagegauche{
	float:left;
	margin: 0 30px 20px 0;
	}
	
	
	.cache { display: none; 
} 

em {
	color:#39879b;
	font-style: normal;
	
	}


 #bulle { position: absolute; visibility: hidden;  font-size:9px; /*min-width:120px;*/ z-index:2000; }
        .info{ border:1px solid #fff; padding: 5px; color:#fff; background-color: #39879b; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 9px; }
		
		.finnavig{
	position: absolute;
	bottom: 0px;
	
	}
	
	 #actualites { 
	  background: url(images/fond_actualites.gif) 290px top repeat-y ; /* Voir -> Note 1 */
	
	}
		 #actualitesgauche { 
	 float:left;
	padding:0 10px 0 10px;
	 width: 270px;
	
	
	}
	
	
	 #actualitesdroite { 
	 width: 270px;
	 float:right;
	padding:0 10px 0 10px;
	
	
	}
	
	
	 h2.categorie01 { 
	 background: url(images/fond_titreactu01.gif) left top no-repeat ;
	 font-size: 11px;
	color:#39879b;
	width:266px;
	display:block;
	height: 23px;
	padding-left:12px;
	  
	
	}
	
	 h2.categorie02 { 
	  background: url(images/fond_titreactu02.gif) left top no-repeat ;
	  font-size: 11px;
	color:#39879b;
	width:266px;
	display:block;
	height: 23px;
	padding-left:12px;
	  
	
	}
	
		 h2.categorie00 { 
	  background: url(images/fond_titreactu.gif) left top no-repeat ;
	  font-size: 11px;
	color:#39879b;
	width:266px;
	display:block;
	height: 23px;
	padding-left:12px;
	  
	
	}
	
		 p.cat2 { 
	border-left: 4px solid #f7a804;
	 font-size: 11px;
	color:#555;
	padding: 5px 5px 5px 10px;
	  
	
	}
	
		 p.cat1 { 
	border-left: 4px solid #5fc1ea;
	 font-size: 11px;
	color:#555;
	padding: 5px 5px 5px 10px;
	  
	
	}
	
		 p.cat0 { 
	border-left: 4px solid #ccc;
	 font-size: 11px;
	color:#555;
	padding: 5px 5px 5px 10px;
	  
	
	}
	
	.dateactu { 

	color:#888;
	
	}
	
	
	hr {
  clear: both;
  visibility:hidden;
  height:1px;
  display:block;
  margin:0;
  padding:0;
}

.basgauche{
position:absolute;
bottom:0px;
left:10px;
}

.droite{
float:right;
	}
	
#adresse{
border-bottom: 1px dotted #ccc;
border-top: 1px dotted #ccc;
width: 200px;
padding: 10px 0 10px 0;
	}
	
#pied a {
	color:#39879b;
	
	}
	
#pied a:hover {
	color:#ff6600;
	font-style: normal;
	
	}
	
	
.logobas {
	position:absolute;
	bottom:30px;
	right:30px;
	
	}
	
a.infoslegales  {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 9px;
	color:#888;
	}
	
	
a:hover.infoslegales  {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 9px;
	color:#ff6600;
	text-decoration:none;
	}
	
	
	#navigcontenu h2.widgettitle{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	color:#555;
	text-decoration:none;
	margin:0;
	padding: 0 0 0 15px;
	 background: url(images/fond_offresemploi.gif) no-repeat ;
	 line-height:24px;
	}
	
	
		#navigcontenu ul li a{
		display:block;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	color:#39879b;
	font-weight: normal;
	background: url(images/fond_h3emploi.gif) no-repeat ;
	padding: 0 0 10px 15px;
	border-bottom:1px dotted #999;
	margin:2px 0 8px 0;
	}
	
	#navigcontenu ul li h2.widgettitle  a{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	}
	
	#navigcontenu ul li a:hover{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	color:#ff6600;
	}

	.offreemploi{

	color:#555;
	
	}
	
	.offreemploi h3{
	
	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 0 15px;
	margin:4px 0 4px 0;
	
	}
	
		.offreemploi p{
	display:block;
	margin: 0 0 0 15px;
	padding: 4px 0 6px 0;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	
	}
	
	.offreemploi a{
	display:block;
	background: url(images/fond_aemploi.gif) no-repeat ;
	padding: 0 0 0 15px;
	margin-bottom:10px;
	
	}
	
		#navdroite {
	background: url(images/fond_navdroite.gif) repeat-y ;
	padding: 0;
	margin: 0;
	border:0;
	}
	
		#navdroite a {
	background: url(images/fond_anavdroite.gif) no-repeat ;
	padding: 0 0 0 20px;
	margin:0;
	}
	
	
	#plusinfos01 {
	display:none;
	border-top: 1px dotted #888;
	margin:5px;
	padding:5px 5px 5px 10px;
	background-color: #efefef;
	color:#888;
}

#plusinfos01 a {

	color:#39879b;
	text-decoration:none;
}
#plusinfos01 a:hover, a:focus {
	color:#ff6600;
	text-decoration:none;
	
	
}

#plusinfos02 {
	display:none;
	border-top: 1px dotted #888;
	margin:5px;
	padding:5px 5px 5px 10px;
	background-color: #efefef;
	color:#888;
}

#plusinfos02 a {

	color:#39879b;
	text-decoration:none;
}
#plusinfos02 a:hover, a:focus {
	color:#ff6600;
	text-decoration:none;
	
	
}

#plusinfos03 {
	display:none;
	border-top: 1px dotted #888;
	margin:5px;
	padding:5px 5px 5px 10px;
	background-color: #efefef;
	color:#888;
}

#plusinfos03 a {

	color:#39879b;
	text-decoration:none;
}
#plusinfos03 a:hover, a:focus {
	color:#ff6600;
	text-decoration:none;
	
	
}

#plusinfos04 {
	display:none;
	border-top: 1px dotted #888;
	margin:5px;
	padding:5px 5px 5px 10px;
	background-color: #efefef;
	color:#888;
}

#plusinfos04 a {

	color:#39879b;
	text-decoration:none;
}
#plusinfos04 a:hover, a:focus {
	color:#ff6600;
	text-decoration:none;
	
	
}

#creditsplus {
	visibility: hidden;
	border-top: 1px dotted #888;
	margin:5px;
	padding:5px 5px 5px 10px;
	background-color: #efefef;
	color:#888;
}

#searchform {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	color:#555;
	padding:2px;
	}
	
	#s {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	color:#555;
	padding:2px;
	}
	
	#searchform2 {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	color:#555;
	padding:2px;
	}
	
	#s2 {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	color:#555;
	padding:2px;
	}

#sidebar {
	margin:0;
	padding:0;
	}
	
	
	

#vertical_slide a {

	color:#39879b;
	text-decoration:none;
}
#vertical_slide a:hover, a:focus {
	color:#ff6600;
	text-decoration:none;
	
	
}

#vertical_slide, #horizontal_slide {
	border-top: 1px dotted #888;
	margin:0 5px;
	padding:5px 5px 5px 10px;
	background-color: #efefef;
	color:#888;
	/*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_slideout{
display:none;
}
#v_slidein{
display:none;
}

#vertical_slide2 a {

	color:#39879b;
	text-decoration:none;
}
#vertical_slide2 a:hover, a:focus {
	color:#ff6600;
	text-decoration:none;
	
	
}

#vertical_slide2, #horizontal_slide {
	border-top: 1px dotted #888;
	margin:0 5px;
	padding:5px 5px 5px 10px;
	background-color: #efefef;
	color:#888;
	/*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_slideout2{
display:none;
}
#v_slidein2{
display:none;
}

#vertical_slide3 a {

	color:#39879b;
	text-decoration:none;
}
#vertical_slide3 a:hover, a:focus {
	color:#ff6600;
	text-decoration:none;
	
	
}

#vertical_slide3, #horizontal_slide {
	border-top: 1px dotted #888;
	margin:0 5px;
	padding:5px 5px 5px 10px;
	background-color: #efefef;
	color:#888;
	/*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_slideout3{
display:none;
}
#v_slidein3{
display:none;
}

#vertical_slide4 a {

	color:#39879b;
	text-decoration:none;
}
#vertical_slide4 a:hover, a:focus {
	color:#ff6600;
	text-decoration:none;
	
	
}

#vertical_slide4, #horizontal_slide {
	border-top: 1px dotted #888;
	margin:0 5px;
	padding:5px 5px 5px 10px;
	background-color: #efefef;
	color:#888;
	/*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_slideout4{
display:none;
}
#v_slidein4{
display:none;
}



label 
{ 
     display:block;
     width:120px;
     float:left;
	 font-size:10px;
	color: #80878c;
	border:0;
}
form
{ 
border:0;
margin-top:10px;
line-height:20px;

}
input
{ 
font-size:10px;
color: #80878c;
padding:5px;
margin:3px;

}
textarea
{ 
font-size:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #80878c;
padding:5px;
margin:3px;


}
fieldset
{ 
border:0;
}
.envoyer
{ 
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;
}

.messageerreur
{ 
display:block;
padding:5px;
margin: 5px 0 5px 0;
background-color: #f3f7f9;
color:#de332c;
font-size:11px;
}

.confirmation
{ 
display:block;
padding:5px;
margin: 5px 0 5px 0;
background-color: #f3f7f9;
color:#de332c;
font-size:11px;
}

.remerciements
{ 
font-size:11px;
color: #80878c;

}

.limitationlb{ 
width:200px;

}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #9cc3cd;
	color: #9cc3cd;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #9cc3cd;
	color: #9cc3cd;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:hover {	
padding: 2px 4px 2px 4px; 
	margin: 2px;
	border: 1px solid #ff6600;
	color: #ff6600;
	background-color: #fef6e5;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	border: 1px solid #ff6600;
	color: #ff6600;
	background-color: #fef6e5;	
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #888;
	border: 1px solid #888;
	background-color: #FFFFFF;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #888;
	color: #888;
	background-color: #FFFFFF;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #888;
	color: #888;
	background-color: #FFFFFF;
}