
/* image de fond du bandeau haut pages */
body {background-image:url(../images/pages-bandeau-repeat.jpg); background-repeat:repeat-x;}

h1 {margin:0 5px 0 10px;} /* titre pole */
h2 {margin:8px 0 0 10px;} /* slogan pole */
h4 {margin:30px 0 5px 0;} /* titres des contenus textes, la taille des caractï¿½res ï¿½tant rï¿½glï¿½e dans general.css */
h5 {margin:20px 0 3px 0;}

/* conteneur global pages et sous pages */
#table-global-pages {width:100%; height:100%; background-image:url(../images/pages-bandeau-haut.jpg); background-repeat:no-repeat;}
#td-ligne-bandeau-pages {height:20px; border-right:1px solid #cccccc}

/* logo ME + retour accueil */
#td-haut-gauche-pages {width:6%; height:150px; border-right:1px solid #cccccc; border-bottom:1px solid #cccccc}
	#img-logoME-page {width:220px; height:90px; margin-bottom:10px} /* image transparente au dessus du logo pour effectuer un lien home page */
	#bouton-retourAcc-pages {margin:0 10px 5px 0} /* petit engrenage-bouton animï¿½ en flash de retour accueil */

/* tableau conteneur des titres des pages */
#table-titre-pages {width:98%; margin:0 0 12px 25px}
	#img-logoPoleBig-pages {width:49px; height:72px; border:0;} /* icone pole visitï¿½ */
		/* paramï¿½trage des largeur des colonnes sur la premiï¿½re ligne */
		#td1-titrePole-pages {width:1%}

	/* cellule contenant l'accroche texte */
	#td-accrocheTitre-pages {height:60px;} #td-accrocheTitre-pages h2 {margin:-1px 0 0 10px}
	/* cellule contenant les petites icones permettant de naviguer entre les poles */
	#td-logosPolesSmall-pages {text-align:right; padding-right:3%}
		#td-logosPolesSmall-pages img {margin:0 0 0 2px/*15px*/;} /* pour que les icones ne collent pas trop a droite de l'ï¿½cran */

/* colonne menu navigation pages */
#td-menu-navigation-pages {min-height:74%; border-right:1px solid #cccccc; padding:10px 0 0 0;}
	*html #td-menu-navigation-pages {height:70%;} /* hack ie6 */
	*+html #td-menu-navigation-pages {height:70%;} /* hack ie7 */

	/* recherche */
	#formulaire-recherche {padding-bottom:10px; border-bottom:1px solid #ccc; margin-bottom:0;}
	#formulaire-recherche input[type=text] {border:1px solid #ccc; background-image:url(../images/pages-bandeau-haut.jpg); background-position:-385px -48px; width:123px}
	#formulaire-recherche input[type=image] {margin:0 7px -5px 0; width:79px; height:21px;}
		#formulaire-recherche input[type=image]:hover{cursor: pointer}


	/* rï¿½glage du menu de navigation dï¿½roulant */
	dl {margin:0 10px 10px 0;}
	dl, dt, dd, ul, li {list-style-type: none; }
	#menu {position: relative;}
	dl#menu {width:240px; }
	dl#menu dt {cursor:pointer; margin:2px 0; /*line-height:30px;*/ text-align:right; font-size:0.91em; font-weight:bold; /**/padding:10px 0 10px 0}
	dl ul {margin:0;}
	dl#menu dd {margin-top:-10px; width:240px; margin:0;}
	dl#menu li {text-align:right; margin-right:10px;}
	dl#menu li a, dl#menu dt a {font-size:12px; text-decoration:none; display:block; border:0 none; height:100%;}
	
	
	/* bloc actualitï¿½s des pages */
	/* titre vertical */
	#img-titreActualites-pages {float:left; margin-left:5px}
	/*#iframe-news-pages {float:left; margin:0 0 10px 0; padding:0; width:220px; height:250px; background-image:url(../maison-entreprise-images/pages-fond-news.jpg); background-repeat:no-repeat; }*/
	 #liste-actus, #liste-actu-seule {margin:0 0 10px 0; width:220px; background-image:url(/images/pages-fond-news.jpg); background-repeat:no-repeat; text-align:left; height:165px; overflow:hidden; padding:0} /* nouvelles actus */
	 	#liste-actus li, #liste-actu-seule li {margin:0; padding:5px;}
		#liste-actus p, #liste-actu-seule p {text-align:right;}
	#p-voir-actus-pages {text-align:center}
	
	/* défilement des titres des pages dans l'encart "Dernière minute"  en page d'accueil des poles */
	fieldset { -moz-border-radius:10px;}
	#td-corpus fieldset {display:block; margin:5px 0 20px 25px; width:70%;}
		#td-corpus fieldset legend {color:#CC0000;}		
	#liste-pages, #liste-page-seule {margin:0; text-align:left; height:45px; overflow:hidden; padding:0} /* nouvelles actus */
	 	#liste-pages li, #liste-page-seule li {background-color:#cc0000; margin:8px 8px 20px 8px; padding:5px;}
		#liste-pages li a, #liste-page-seule li a {color:#FFF; font-weight:bold;}
		#liste-pages p, #liste-page-seule p {text-align:right;}



/* corps de page, contenu texte et photos des pages */
#td-corpus {background-image:url(../images/filaire.gif); background-repeat:no-repeat;  background-position:top right; text-align:justify} /* colonne conteneur du contenu texte + images */
#table-corps-pages {width:98%; height:100%; margin:0 0 0 25px;}
	.td-celluleTexte-pages {padding-bottom:20px; width:72%;} /* tout le contenu texte est placï¿½ ici */
		/* sommaire des titres faï¿½on Wikipedia */
		#div-sommaire-wiki-pages {padding:0 8px 8px 8px; margin-bottom:30px; /*border:1px solid #cccccc;*/ width:330px}
		#div-sommaire-wiki-pages dt {margin:6px 0 0 0}
			#div-sommaire-wiki-pages ul {margin:0}
				#div-sommaire-wiki-pages li {margin:2px 0 2px 10px}
				
		/* rÃ©sultats du formulaire de recherche */
		#h3-resultat-recherche {margin:0 0 0 27px;}
		#ul-resultats-recherche li {margin-bottom:25px; border-bottom:1px dotted #555;}
		
	#h4-premierSousTitre-pages {margin-top:0} /* pour remonter le premier sous titre */
		.div-texteDecale-pages {margin-left:40px} /* blocs de textes dï¿½calï¿½s */
	.td-colonnePhotos-pages {padding:0 20px 0 10px; text-align:left}  /* colonne photo Ã  droite de l'Ã©cran */
	.td-colonnePhotos-pages img {margin:-7px 0 22px 10px;}	 /* Pour les pages d'actus */
	.td-colonnePhotos-pages object {margin:-7px 0 22px 10px;}

	/* formulaires de contact */
	#table-corps-pages input, textarea {border:1px solid #bbbbbb;}
	#table-formulaire-contact td {height:25px}

	/* barre bleue pages */
	#p-barre-bleue-pages {background-image:url(../images/fond-barre-bleue.gif); background-repeat:repeat-x; height:22px; color:#FFFFFF; text-align:center;  font-weight:bold;} 		#p-barre-bleue-pages p {margin-bottom:-2px;}
	/* liens barre bleue */
	#p-barre-bleue-pages a {text-decoration:none; color:#ffffff}
	#p-barre-bleue-pages a:visited {text-decoration:none; color:#ffffff}
	#p-barre-bleue-pages a:hover {text-decoration:none; color:#3333FF}

/* divers */
#table-adefim, #table-adefim td, #table-adefim th {border:1px solid #006699; border-collapse:collapse}
#table-adefim th {color:#0066CC; height:30px; padding-left:5px}
#table-adefim td {line-height:25px; vertical-align:middle; padding-left:5px}

/* prï¿½sentation et alignement des petits visuels pdf cliquables des fiches formation */
.pictos-formations-pdf {width:200px; height:240px; margin:0 20px 20px 0; text-align:center; float:left;}
	/* adaptation pour l'ajout des spï¿½cialitï¿½ CQPM des licences pro */
	.table-spec-lic-pro {}
	.td-specialite-licences {}	
	.td-specialite-licences img {}

/* alignement picto pdf revue de presse */
.picto-revue-presse {float:left; margin-right:10px; margin-top:-3px;}

/* tableau pole recrutement */
#table-recrutement-ets td, #table-recrutement-ets th {height:30px; text-align:left; padding-right:5px; border-bottom:1px dashed #98cf00}

/* tableau pole formation (ifag) */
#table-formation-ifag td, #table-formation-ifag th {height:30px; text-align:left; padding-right:5px; border-bottom:1px dashed #F5A700}


