body{ 
	margin: 0;
	padding: 0;
	background-repeat:no-repeat;
}

#banniere{
	z-index: 1;
	margin: 0;
	padding: 0;
	}

#sommaire ol{
		list-style-type: disc;
}  	
.texte{
	position: absolute;
	z-index: 1;
	font: 0.8em  Trebuchet MS, Arial,Verdana, Helvetica sans-serif;
	color: #0028A7; /*bleu foncé*/
	line-height: normal;
	text-align: justify;
	width: 640px;
	left: 155px;
	top: 195px; /*hauteur ou apparait la 1ere ligne du texte (titre) */
	   } 

.texte li, .texte ul{
			list-style-type: disc;
			font: 10pt Trebuchet MS, Arial,Verdana, Helvetica sans-serif;
			}

/* tableau sur la page d'accueil parlant des employés */			
#liste li, ul{
		list-style-type: square;
		border: none;
		} 

/* paragraphes avec l'affichage des listes à puces */
#liste {margin-left: 2em;}

  
/* moteur de recherche à gauche */   
.moteur{
	position: relative;
     width: 120px;
	 color: #0028A7; /*bleu foncé*/
	 margin-top: 3em;
	 text-align: left;
     position: relative;
	 margin-left: 0.5em;	
	 font: 0.8em  Trebuchet MS, Arial,Verdana, Helvetica sans-serif;
	 
}
/* span contenant le bouton OK */
.moteur #boutonOK{ margin-left: 6.5em;}

/* champ texte pour la recherche de mots-clés */
.moteur #btn_moteur{width: 120px;}

.moteur #btn_ok{width: 40px;}

 /* span contenanr le mot "rechercher" et le champ texte */
.moteur #champRecherche{ text-align:left;}

/* emplacement où peuvent etre affichees des publicites */
.pub{
	position: absolute;
	top: 174px;
	left: 808px;
	z-index:100;
	height: 650px;
	width: 130px;
     }   
	 
/* gestion des couleurs du tableau de prise de contact sur la page contact.php */ 
th{color: #DA4C02;} /* marron */

/* pour les champs obligatoires de la page contact.php */
#oblig {background-color: #F8E396;} /* on affiche une couleur de surlignage orange pâle */

legend{color: #999999;} /* gris */

/* gestion des tableaux où s'affichent les annonces d'emplois et de stages */
#titreAnnonce {background-color: #B6FCFA;
				text-align: left;}

#dateAnnonce{float: right;}

#annonce {
           width: 400px;
           border: thin;
		   text-align: justify;
		   }
/* balise fieldest entourant les boutons radio de choix des annonces de stage et d'emploi*/
#radioAnnonce{width: 400px;}

/* pour mettre en valeur les données importantes dans les mails */
#donnees{color: #DA4C02; /*marron*/}

.adobe{border: none;}
