/* CHARTE GRAPHIQUE 
	- bleu : 0066CC
	- vert : 66CC00
	- texte : blanc ou noir 50%, bleu au choix plus foncé
	- arial 11 pour le texte, 12 pour les ss-titres et 16 pour les rubriques en couleur bleu foncé
*/

/* Texte d'information dans les formulaires */
.ea_info_form {
	font-style: italic;
	font-weight: bold;
	color: #009;
	margin: 1em;
}
div#ea_contenuHautRub .spip_encadrer {
	/*margin: 3em auto 1em auto;*/
	margin: 3em auto;
	width: 75%;
}
div#ea_contenuHautRub {
}
/* Texte auteur article/breve dans l'espace privé */
#ea_auteur_art, #ea_auteur_breve {
	font: 10px Arial, Helvetica, sans-serif; 
	text-align: center; 
	margin-top: 1em;
}
/* Texte d'envoi d'un e-mail pour publication/proposition d'un article */
#ea_article_mail a {
	font: 1em Arial, Helvetica, sans-serif; 
	text-align: center; 
	margin-top: 1em;
	color: red;
}
/* Affichage de la rubrique pour les non-administrateurs */
#ea_rubrique_non_admin {
	font-size: 1em;
	margin-left: 1em;
}
/* Affichage du bouton de bascule des éditeurs dans l'espace privé */
#basculeEditeurs {
	position:relative;
	text-align: center;
	margin: 1em;
}
/* ************** neutralisation des marges et centrage ************** */
html {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	font: 0.75em Arial, Helvetica, sans-serif;
	text-align: center;
}
a img {border: none;}
div#ea_centrage {
	padding: 0;
	margin: 0 auto;
	position: relative;
	width: 992px;
	text-align:left;
}

/* *************** général *************** */
h1 {
	background: #0075C0 url(../images/hautContenuRub.gif) no-repeat center top ;
	padding: 0.5em 1em 1em 1em;
	font-size: 1.25em;
	font-weight: bold;
	text-transform: uppercase;
	position: relative; /* correction bug IE sur floats */
	color:#FFFFFF;
	z-index:1;
}

div#vague {
	background: url(../images/vagueContenuRub.gif) no-repeat center top;
	width:610px;
	height:50px;
	margin:-25px 0 1.5em 0;
	padding:0;
	position: relative; /* correction bug IE sur floats */
	z-index:2;
}

h1#ea_titreArticleLarge {
	background: #0075C0 url(../images/hautContenuRub_large.gif) no-repeat center top ;
	/*background: #0075C0 url(../images/hautContenuRub_large.gif) no-repeat center top;*/
	padding: 0.5em 1em 1em 1em;
	font-size: 1.25em;
	font-weight: bold;
	text-transform: uppercase;
	position: relative; /* correction bug IE sur floats */
	color:#FFFFFF;
	z-index:1;
}

div#vaguelarge {
	background: url(../images/vagueContenuRub_large.gif) no-repeat center top;
	width:795px;
	height:43px;
	margin:-20px 0px 1.5em 2px;
	padding:0;
	position: relative; /* correction bug IE sur floats */
	z-index:2;
}


.ea_titre_fullscreen {
	background: url(../images/hautContenu_large.gif) no-repeat center top;
	padding: 0.5em 1em 75px 1em;
	font-size: 1.25em;
	font-weight: bold;
	text-transform: uppercase;
	position: relative; /* correction bug IE sur floats */
	color:#FFFFFF;
}
h4 {
	font-weight: bold;
	margin: 1em;
	font-size: 1em;
}
p, h5, h6, table { 
	margin: 0.5em 1em;
}
li {
	margin-right: 1em;
}
h4.ea_liensVoirAussi {
	margin: 0.5em 1em 0 1em;
	text-decoration: underline;
}
h5.ea_liensVoirAussi {
	margin: 0 1em;
	font-size: smaller;
}
/* temporairement... */
div.ea_liensVoirAussi {
	display: none;
}
.ea_rouge {
	color: red;
}
.ea_italique {
	font-style: italic;
}
/* containing floats */
div.clearer {clear: right; line-height: 0; height: 0;} 
/* *************** Menu haut *************** */
#ea_logo {
	position: relative; 
	float:left;
	margin: 10px 0;
}
#ea_bandeau {
	text-align: right;
}
#ea_menuHaut {
	background: #8BBB09;
	padding: 0;
	margin: -3px 0 0 140px;
	white-space: nowrap;
	line-height: 1.5em;
	font-weight: bold;
	text-align: left;
	width:992px;
}
#ea_menuHaut a {
	margin: 0;
	padding: 0 1em;
	color: #FFF;
}
#ea_menuHaut a:hover {
	text-decoration: none;
}
/* *************** menu vertical gauche *************** */
#ea_navGauche {
	position: absolute;
	top: 200px;
	left: -10px;
	width: 200px;
	/*background: #0076C0 url(../images/bordMenuGauche.gif) repeat-y left;*/
	text-align: left;
}
#ea_navGauche a {
	display: block;
	padding-left: 20px;
}
#ea_liensIconesMenu {
	text-align: center;
	margin: 10px 0 10px 10px;
}
#ea_navGauche a.ea_liensIcones {
	display: inline;
	margin: 40px 2px;
	padding: 0;
}
#ea_connMenuGch {
	background: #FFF;
	padding: 0.5em 0 0.5em 20px;
	font-size: 1em;
	font-weight:;
	color: #CC0208; /* foncé le style */
}
.ea_rubMenu {
	/*background: url(../images/rubMenuGauche.gif) no-repeat left top;*/
	/*margin-bottom: 10px;*/
	font-size: 1em;
}
#ea_rubMenu1 {
	/*background: url(../images/hautMenuGauche.gif) no-repeat left top;*/
	/*margin-bottom: 10px;*/
	font-size: 1em;
}

a.ea_titreRubMenu {
	padding-top: 3px;
	/*padding-left: 20px;*/
	padding-bottom: 3px;
	/*margin-bottom:5px;*/
	color:#0076C0;
	font-weight:bold;
}

a:hover.ea_titreRubMenu {
	color:#77A006; /*#8ABB06; #B9D66A;*/
	text-decoration:none;
}
#ea_utilIntranet {
	padding-top: 3px;
	padding-left: 20px;
	padding-bottom: 3px;
	/*margin-bottom:5px;*/
	color:#0076C0;
	font-weight:bold;

}



.ea_sousRubMenu, .ea_artMenu, #ea_liensMenuGch {
	margin-left: 12px;
	font-weight:bold;
	font-size: 0.85em;
}
.ea_sousRubMenu a, .ea_artMenu a {
	background: url(../images/puceMenu.gif) no-repeat 8px 5px;
	color: #666;
}

.ea_sousRubMenu a:hover, .ea_artMenu a:hover {
	color:#77A006; /*#8ABB06; #B9D66A;*/
	text-decoration:none;
	background: url(../images/puceMenu_green.gif) no-repeat 8px 5px;
}

#ea_liensMenuGch {
	margin-top: 10px;
	/*background: url(../images/basMenuGauche.gif) no-repeat center bottom;*/
	padding: 0 0 20px 10px;
}
#ea_liensMenuGch a {
	color: #666;
	padding-left: 0;
}
/* ********** formulaire de recherche du site public ********** */
#ea_rechPublic {
	width: 120px;
	float: right;
	margin: 1em -1em 0.5em 1em;
	white-space: nowrap;
}
#ea_rechPublic #ea_txtRecherche {
	font-size: 0.75em;
	width: 8em;
	background: white;
}


/* Style du formulaire */
#ea_frmOption
{ border:#E2E0EE solid 1px; background-color:#FFFFFF;
  font-family:Tahoma; font-size:10px; color:#009;
  position:absolute; top:145px; right:0; display:none; z-index: 100;}

#ea_frmOption label
{ padding-right:5px;}

#ea_frmTitle
{ background:#095BA7;
  font-family:Tahoma; font-size:10px; font-weight:bold; color:#FFF;
  text-align:center; padding:2px; }
  
#ea_frmTitle IMG
{ position:absolute; right:0;}


/* *************** navigation hiérarchique *************** */
.ea_navHierarchie {
/*	background: url(../images/gouttes.jpg) no-repeat right top;*/
	height: 25px;
	margin: 1em 140px 0.5em 200px;
	font-size: smaller;
}
.ea_navHierarchie a {
	color: #009;
}
/* *************** cadre principal de la page *************** */
/* Utilisation d'une image pour les bords supérieur et inférieur :
		- pas besoin de marge négative
		- résoud un bug IE (bord inférieur qui disparaît) */
#ea_contenu, #ea_contenuRub, #ea_contenuArt, #ea_contenuBreve, #ea_contenuIntranet {
	margin: 0 0 0 190px;
	padding: 0;
	color: #009;
	width: 610px;
	clear: left;
	background: url(../images/fondContenu.gif) repeat-y;
}

#ea_contenu_full {
	margin: 0 0 0 190px;
	padding: 0;
	color: #009;
	width: 800px;
	clear: left;
	background: url(../images/fondContenu_large.gif) repeat-y;
}

#ea_contenuHaut {
	padding: 60px 1em;
	background: url(../images/hautContenuRub.gif) no-repeat center top;
}
#ea_contenuHaut_full {
	background: url(../images/hautContenu_large.gif) no-repeat center top;
	padding: 90px 1em;
}
h1#ea_accueil {         /*#ea_contenu #ea_titreContenu*/
	margin-top: 0px;
	font-size: 1.5em;
	font-variant: small-caps;
	/*font-weight: bold;*/
	background: none;
	padding: 0;
	color:#8BBB09;
}

.ea_texteContenu {
	color:#FF0000;
}

/* Exergue accueil */
#ea_exergueAccueil {
	/*background: #EFEFEF url(../images/hautExergue.gif) no-repeat top;*/
	margin: 0 0 0 1em;
	padding: 0;
	float: right;
	width: 213px;
	z-index: 50;
}
#ea_exergueAccueil p {
	margin: 0;
}
.ea_imgExergue {
	text-align: center;
	padding: 0.5em 1em;
}
h3.ea_titreExergue {
	text-align: center;
	color: #0076AE;
	font-weight: bold;
	padding: 0.5em 1em;
	font-size: 1em;
	margin: 0;
}
span.ea_titreBandeauArticles {
	text-align: left;
	color: #0076AE;
	font-weight: bold;
	padding: 0;
	font-size: 1em;
	margin: 0;
}
p.ea_descripExergue {
	text-align: justify;
	color: #009;
	padding: 0.5em 1em;
	font-size:0.8em;
}
a.ea_urlExergue {
	display: block;
	text-align: right;
	font-weight: bold;
	padding: 0.5em 1em;
	color: #E27802;
}
#ea_basExergueAccueil {
	/*background: url(../images/basExergue.gif) no-repeat bottom;*/
}

/* Bandeau accueil */
#ea_bandeau_articles {
	margin: 0 0 1em 1.7em;
	padding: 10px;
	width: 490px;
	height: 250px;
	overflow:auto;
	scrollbar-3dlight-color: white;
 	scrollbar-arrow-color: white;
	scrollbar-base-color: blue;
  	scrollbar-darkshadow-color: white;
  	scrollbar-face-color: #CCC;
  	scrollbar-highlight-color: #CCC;
  	scrollbar-shadow-color: #CCC;
  	scrollbar-track-color: white;
}

/* Cadre Actualité accueil */
#ea_actuAccueil {
	margin: 0 0 0 0;
	padding: 0;
	width: 550px;
}

#ea_ActuPartenaires {
	padding: 0;
	width: 360px;
	margin: 1em 0 0 0;
}

h2#ea_accueil { /*#ea_titreActuAccueil*/
	font-weight: bold;
	color: #FFF;
	font-size: 1.25em;
	padding: 0.4em 0 0.25em 0.5em;
	margin: 0;
}

h2#ea_partenaires {
	font-weight: bold;
	color: #009;
	font-size: 1.10em;
	padding: 0.5em 0 0.25em 0.5em;
	margin: 0;
}

h2#ea_accueil {
	/*background: #0076C0 url(../images/hautActu.gif) no-repeat center top;*/
}

h2#ea_partenaires {
	background: #73B3D1 url(../images/hautPart.gif) no-repeat center top;
}

div#ea_texteActuAccueil, div#ea_texteActuPartenaires {
	/*background: url(../images/basActu.gif) no-repeat center bottom;*/
	margin-bottom:0;
}
td#ea_colBreves {
	border-right: solid 1px #D6D6D6;
	width: 50%;
}

td#ea_colPart {
	width: 33%;
}

h3.ea_titreBreve {
	font-weight: bold;
	font-size:11px;
	margin: 0;
}

#ea_titreBreve {
	text-transform:none;
	padding:0.5em 0 1em 1em;
}

p.ea_texteBreve {
	margin: 0;
	font-size:11.5px;
}

p.ea_texteBandeauArticles {
	margin: 0;
	font-size:10px;
}

a.ea_urlBreve {
	display: block;
	font-weight: bold;
	text-align: right;
	margin-bottom: 1em;
	font-size: smaller;
	color: #E27802;
}
a#ea_touteActu {
	font-size:1em;
	display: block;
	font-weight: bold;
	color: #009;
	position:relative;
	float:right;
	/* margin:20px auto; */
	margin:5px auto;
}
/* Liens de bas de page */
#ea_navBas, #ea_navBasRub, #ea_navBasArt {
	clear: right;
	background: url(../images/basContenu.gif) no-repeat center bottom;
	text-align: center;
	padding-bottom: 1em;
	padding-top: 1em;
	color: #06C;
}

#ea_navBasRub_full, ea_navBas_full {
	clear: right;
	background: url(../images/basContenu_large.gif) no-repeat center bottom;
	text-align: center;
	padding-bottom: 1em;
	padding-top: 1em;
	color: #06C;
	width:800px;
}

#ea_copyright {
	clear: right;
	text-align: center;
	padding-bottom: 1em;
	padding-top: 1em;
	color: #C0C0C0;
	border: #FFF solid 3px;
	font-size:10px;
	width:100%;
	background:#FFF;
}

#ea_navBas a, #ea_navBasRub a, #ea_navBasArt a, #ea_navBasIntranet a, #ea_navBasRub_full a {
	color: #666;
	padding: 0 25px;
	font-size:10px;
}
/* *************** Rubriques *************** */
#ea_contenuRub {
	background: url(../images/fondContenu.gif) repeat-y left;
	padding: 0px;
}

#ea_navBasRub {
	background: url(../images/basContenu.gif) no-repeat center bottom;
}
#ea_imageRubrique, #ea_imageArticle {
	float: right;
	margin-right: 0.5em;
	position: relative; /* correction bug IE sur floats */
}
p#ea_texteRubrique, h2.ea_titreSousRub, p#ea_texteArticle {
	clear: right;
}
h2.ea_titreSousRub {
	clear: right;
}
#ea_texteRubrique {
	margin: 1em;
}
h2.ea_titreSousRub {
	font-size: 1em;
}
 
h2.ea_titreSousRub {
	 margin: 0.2em 1em 0.5em 1.8em; 
}

p.ea_titreArt {
	 margin: 0.2em 1em 0.5em 1em;
}

p.ea_titreElementRub {
	 margin-left:-0.1px;
	 font-size:1.2em;
	 color: #095BA7;
	 font-weight: bold;
}

p.ea_titreElementArt {
	 margin-left:-0.1px;
	 font-size:1.2em;
	 color: #7b2790;
	 font-weight: bold;
}

h2.ea_titreSousRub {
	/* display: list-item; */
	
}
.ea_titreSousRub a {
	color: #095BA7;
	font-weight: bold;
}

.ea_titreArt a, .ea_listArt a {
	color: #8BBB09;
	font-weight: bold;
}

.ea_titreSousRub a:visited {
	color: #095BA7;
	font-weight: bold;
}
 .ea_titreArt a:visited, .ea_listArt a:visited {
 	color: #709607;
	font-weight: bold;
}

.ea_listArt {
    list-style-image:url(../pics/picto_article.gif); 
	list-style-position:outside;
}

.ea_listRub {
    list-style-image:url(../pics/picto_rubrique.gif); 
	list-style-position:outside;
}

p.ea_dateArt, .ea_descripArt, .ea_auteurArt {
font-style:italic;
font-size:0.8em;
margin: -0.1em 1em 0 0;
font-weight:normal; 
}

p.ea_descripSousRub {
font-style:italic;
font-size:0.8em;
margin: -0.1em 1em 0 0;
font-weight:normal; 
}

p.ea_descripArt
{
font-style:italic;
font-size:0.8em;
/*margin: 0 1em 1em 4.5em; */
font-weight:normal; 
color: #709607;
}
#ea_voirAussi {
	font-weight: bold;
	display: block;
	margin: 1em
}
#ea_rubConnexes, #ea_artMemeRub {
	margin: 1em;
	display: none;
}
div#ea_liensBreves {
	display: none;
}
div.ea_dateEnBref {
	margin: 1em 1em 0 1em;
	font-size: smaller;
}
a.ea_titreEnBref {
	margin: 0 1em 0 1em;
	font-weight: bold;
	display: block;
}	
div.ea_introEnBref {
	font-size: smaller;
	margin: 0 1em 1em 1em;
}
/* *************** Bloc droite breves *************** */
#ea_blocDroite {
	display: block;
	width:180px;
	position:absolute; right:0; top:222px;
	font-size:10px;
	color:#999999;
	list-style:none;
}
#ea_linKBreves, #ea_linKMots {
	display: block;
	width:180px;
	background: #0076C0;
	font-size:10px;
	color:#666;
	list-style:none;
}

#ea_titrelinKBreves, #ea_titrelinKMots {
	font-size:15px;
	padding-left:2px;
	font-weight:bolder;
	color:#FFF;
	height:30px;
	padding: 10px 0 5px 10px;
	background:url(../images/hautContenuSessBreve.gif) no-repeat center top;
}

#ea_titrelinKMots a, #ea_titrelinKBreves a {
	text-decoration:none;
	color:#FFF;
}

#ea_titrelinKMots a:hover {
	text-decoration:none;
	color:#53687c;
}

.ea_AnmClickBreve0 a, .ea_AnmClickBreve2 a, .ea_RublinKMots2 a, .ea_RublinKMots0 a {
	color:#666;
	text-decoration:none;
}

.ea_AnmClickBreve1 a, .ea_RublinKMots1 a {
	color:#666;
	text-decoration:none;
}

.ea_AnmClickBreve0 a:hover, .ea_AnmClickBreve2 a:hover, .ea_RublinKMots2 a:hover , .ea_RublinKMots0 a:hover {
	color:#53687c;
	text-decoration:none;
}	

.ea_AnmClickBreve1 a:hover, .ea_RublinKMots1 a:hover {
	color:#9db0c2;
	text-decoration:none;
}


#ea_FondlinKBreves, #ea_FondlinKMots {
	background:##0076C0;
	width:90%;
	position:relative;
	margin: 0 auto;
	padding:5px;
}

.ea_AnmClickBreve0, .ea_RublinKMots0 {
	background:#fff;
	padding:2px;
}

.ea_AnmClickBreve1, .ea_RublinKMots1 {
	background:#fff;
	border-bottom:#222 dotted 1px;
	padding:2px;
}

.ea_AnmClickBreve2, .ea_RublinKMots2 {
	background:#fff;
	border-bottom:#222 dotted 1px;
	padding:2px;
}

.ea_HideDscbreve, .ea_HideDscMots {
	position:relative;
	right:0;
	width:90%; background:#FFF; 
	border:#CCC solid 1px;
	padding:3px;
	margin:5px 10px 5px 5px;
}

.ea_HideDscbreve a, .ea_HideDscMots a {
	color:#666;
	text-decoration:none;
}

.ea_HideDscbreve a:hover, .ea_HideDscMots a:hover {
	color:#E6B499;
	text-decoration:none;
}

#ea_NavBasLinkBreve, #ea_NavBasLinkMots {
	background:url(../images/basContenuSessBreve.gif) no-repeat center bottom;
	height:10px;
}


a.ea_liensMemeRub {
	display: none;
	font-size: smaller;
	margin: 0 1em 1em 1em;
}	
/* *************** Intranet (rubrique = 24) *************** */
#ea_contenuIntranet {
	background: none;
	position: relative;
}
.ea_dateIntranet {
	font-weight: bold;
	font-size: smaller;
	margin-top: 0.5em;
}
.ea_texteIntranet, .ea_breveAccesRestreint, .ea_artAccesRestreint {
	display: block;
	margin-bottom: 0.5em;
	font-size: smaller;
	text-align: left;
}
/* colonnes */
#colIntranet1 {
	float: left;
	width: 210px;
	margin-right: 10px;
	margin-left: 5px;
}
#colIntranet2 {
	width: 210px;
	float: left;
	margin-right: 10px;
}
#colIntranet3 {
	width: 150px;
	float: left;
}
/* cadre important */
#ea_cadreImportant {
	width: 210px;
	margin: 0;
}
#ea_titreImportant {
	background: #E6B499;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px 10px;
}
#ea_texteImportant {
	height: 120px;
	overflow: auto;
	border: 1px solid #E6B499;
}
/* cadre forum */
#ea_cadreForums {
	width: 210px;
	margin: 10px 0 0 0;
}
#ea_titreForums {
	background: #CFCBE4;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px 10px;
}
#ea_titreForumChefs, #ea_titreForumGeneral, #ea_titreForumCE {
	background: #E2E0EE;
	color: #FFFFFF;
	padding: 2px 5px;
	font-weight: bold;
}
#ea_texteForumChefs, #ea_texteForumGeneral, #ea_texteForumCE {
	height: 75px;
	overflow: auto;
	border: 1px solid #CFCBE4;
}
/* cadre formations */
#ea_cadreFormations {
	width: 210px;
	margin: 10px 0 0 0;
}
#ea_titreFormations {
	background: #9C9C9C;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px 10px;
}
#ea_titreFormations a {
	color: #FFFFFF;
}
#ea_texteFormations {
	height: 160px;
	overflow: auto;
	border: 1px solid #9C9C9C;
}
/* cadre actualités */
#ea_cadreActu {
	width: 210px;
	margin:0;
}
#ea_titreActu {
	background: #A5D656;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px 10px;
}
#ea_titreHydrauEnv, #ea_titreUrbaAmenag, #ea_titreGestServPub, #ea_titreCartajour, #ea_titreMarchesPub {
	background: #C4E68F;
	color: #FFFFFF;
	padding: 2px 5px;
	font-weight: bold;
}
#ea_texteHydrauEnv, #ea_texteUrbaAmenag, #ea_texteGestServPub, #ea_texteCartajour, #ea_texteMarchesPub {
	height: 75px;
	overflow: auto;
	border: 1px solid #C4E68F;
}

.ea_breveImportante {
	background: #CCFF66;
}

/* Exergue intranet */
#ea_exergueIntranet {
	background: #91B4D2 url(../images/hautExergueIntranet.gif) no-repeat top;
	margin: 0 0 10px 0;
	padding: 0;
	width: 150px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: smaller;
}
#ea_basExergueIntranet {
	background: url(../images/basExergueIntranet.gif) no-repeat bottom;
}
#ea_nvExergueIntranet {
	background: #8386BB;
	border: 1px solid white;
	padding: 0.5em;
	margin: 1em;
}
#ea_ftpExergueIntranet {
	background: #968CAE;
	border: 1px solid white;
	padding: 0.5em;
	margin: 1em;
}
#ea_nvExergueIntranet a, #ea_ftpExergueIntranet a {
	font-weight: bold;
	color: white;
	font-size: larger;
}
/* cadre actu pratique */
#ea_cadreActuPratique {
	width: 150px;
	margin: 0;
}
#ea_titreActuPratique {
	background: #385368;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px 10px;
}
#ea_titreActuPratique a {
	color: #FFFFFF;
}
#ea_texteActuPratique {
	height: 160px;
	overflow: auto;
	border: 1px solid #385368;
}
/* liens bas de page de l'Intranet */
#ea_navBasIntranet {
	text-align: center;
	padding-bottom: 1em;
	padding-top: 2em;
	color: #06C;
	clear: left;
}
/* barres de défilement : IE seulement */
#ea_contenuIntranet {
	scrollbar-3dlight-color: white;
  scrollbar-arrow-color: white;
	scrollbar-base-color: red;
  scrollbar-darkshadow-color: white;
  scrollbar-face-color: #BFBFBF;
  scrollbar-highlight-color: #BFBFBF;
  scrollbar-shadow-color: #BFBFBF;
  scrollbar-track-color: white;
}
/* documents ftp */
h2.ea_titreDocFTP {
	text-transform: uppercase;
	margin: 0.5em 1em;
	font-weight: bold;
	font-size: 1em;
} 
p.ea_DocFTP {
	display: list-item;
	margin: 0.5em 1em 0 2em;
}
p.ea_URLDocFT {
	margin: 0 1em ;
	font-size: smaller;
}
/* *************** page article *************** */
#ea_contenuArt {
	background: url(../images/fondContenu.gif) repeat-y left;
}
#ea_contenuArt_full {
	background: url(../images/fondContenu_large.gif) repeat-y;
}
#ea_contenuRub_full {
 	background: url(../images/fondContenu_large.gif) repeat-y;
}
div#navTrombi {
	margin-left: 1em;
	font-size: smaller;
}
div#colGaucheTrombi {
	float: left;
}
div#colDroiteTrombi {
	text-align: center;
	margin-left: 20%;
}
a.ea_descripVignettesDoc {
	margin: 1em 2em 0 2em;
	display: block;
}
div.ea_titreVignettesDoc {
	font-size: smaller;
	margin-top: 0;
	text-align: center;
}
h1#ea_titreArticle {
	text-transform: none;
}
p.titreArtArt {
	color: #009;
}
.ea_texteArticle /*, .ea_titreSousRub*/ {
	clear: right;
	margin: 1em;
}
.ea_texteArticle_full /*, .g2c_titreSousRub*/ {
	clear: right;
	margin: 1em;
}
p.ea_dateArticle, p.ea_descrip1Article {
	display: inline;
}
p.ea_dateArticle {
	margin: 0 0.5em 0 1em;
}
p.ea_descrip1Article {
	margin: 0 1em 0 0;
}
p.ea_auteursArticles, p.ea_descrip4Article {
	margin: 0 1em;
}
.ea_paramForumArt {
	text-align: center;
	margin-top: 2em;
}
span.ea_auteursArticles {
	font-weight: bold;
}
a.ea_postulerArticle {
	display: block;
	margin-left: 1em;
}
h3.ea_titreDocJoint {font-size: 0.80em; margin: 0.5em 1em; text-align: center;}
div.ea_logoDocJoint {margin: 0.5em 1em; text-align: center;}
p.ea_descripDocJoint {font-size: smaller; font-style: italic;}
h4.ea_listeInscritsFormations {font-style: italic; text-decoration: underline; font-size: 1em; margin: 1em;}
p.ea_inscripFormation {
	text-align: center;
}
span.ea_inscripForumArt {
}
h2.ea_titreForum {
	background: #3a9dc6;
	color: #FFD;
}
p.ea_dateMsgForum, p.ea_dateFilMsgForum {
	background: #EEE;
}
p.ea_siteMsgForum {
}
p.ea_texteMsgForum, p.ea_texteFilMsgForum {
	background: #EEE;
}
p.ea_repMsgForum {
	font-size: smaller;
	font-weight: bold;
}
h3.ea_titreFilMsgForum {
	background: #3a9dc6;
	font-weight: bold;
}
.ea_siteFilMsgForum {
}

/* *************** forums *************** */
td#forumRubThemes, td#forumRubSujet, td#forumRubNBMsg, td#forumRubDate {
	background: #8b8eb1;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}
div#numPageForum {
	font-size: smaller;
	margin-left: 1em;
}
h2.titrePageForum {
	font-size: 1em;
	margin: 1em;
	background: #CCCCFF;
	color: #009;
	padding: 0.5em;
}
h2.titrePageForum a {
	color: #009;
}
span.newPageForum {
	color: #CC3333;
}
div#posterPageForum {
	text-align: center;
	margin: 1em 10em 1em 10em;
	padding: 1em;
	border: 1px solid #009;
	background: #8b8eb1;
}
div#posterPageForum a {
	font-weight: bold;
	color:#009;
}
a.ea_forumMsgRetour {
	display: block;
	text-align: center;
	font-weight: bold;
}
h3.ea_forumMsgTitreMsg {
	font-size: 1.2em;
	margin-left: 1em;
	margin-bottom: 0;
	margin-right: 1em;
	background: #CCF;
	padding: 0.5em;
}
p.ea_forumMsgDate {
	font-size: smaller;
	margin: 0 auto 0 1.5em;
	padding: 0.5em;
}
div.ea_forumMsgTexte {
	margin: 0 1.2em 0 1.2em;
	padding: 0.5em;

}
p.forumMsgRepondre {
	text-align: center;
	font-size: 0.75em;
	margin-bottom: 3em;
}
h4.ea_forumMsgTitreRep {
	font-size: 1.2em;
	margin-left: 3em;
	margin-bottom: 0;
	background: #CCF;
	padding: 0.5em;
}
p.ea_forumMsgDateRep {
	font-size: smaller;
	margin: 0 auto 0 4.5em;
	padding: 0.5em;
}
div.ea_forumMsgTexteRep {
	margin: 0 1.2em 0 3.6em;
	padding: 0.5em;
}
div.ea_forumMsgTexte p.spip, div.ea_forumMsgTexteRep p.spip {
	margin-left: 0;
}
p.ea_forumMsgRepondreRep {
	margin-left: 3em;
	text-align: center;
	font-size: 0.75em;
	margin-bottom: 3em;
}
h2.ea_forumTitreArt {
	margin: 0 0.5em;
	font-size: 1.5em;
}
p.ea_forumIntroArt {
	margin: 0 1em;
}
p.ea_forumSurtitreArt, p.ea_forumSoustitreArt, p.ea_forumDateArt {
	font-size: smaller;
	margin: 0 1.2em;
}
fieldset.spip_encadrer {
	margin-left: 1em;
	width: 93%;
}
table.spip_barre {
	width: 85%;
	margin-left: 1em;
}
textarea.forml {
	width: 96%;
	margin-right: 1em;
}
input.spip_bouton {
	margin: 1em;
}


/* *************** brèves *************** */
#ea_contenuBreve {
	background: url(../images/fondContenu.gif) repeat-y left;
}

.ea_IndexHide{
display:none;
}

a.ea_liensVoirAussi {
	display: none;
	font-size: smaller;
	margin: 0 1em 1em 1em;	
}
hr.ea_voirEnLigne {
	width: 30%;
	margin-left: 1em;
	height: 1px
}
/* *************** plan *************** */
hr.planSep {
	width: 75%;
	color: #009;
}
/* *************** favoris *************** */
a.ea_favorisSite {
	display: block;
	font-weight: bold;
}
p.ea_favorisDescrip {
	margin: 0;
}
a.ea_favorisHierarchie {
	font-size: smaller;
	font-style: italic:
}
/* *************** offre d'emploi et de stage *************** */
.ea_cvOblig {
	color: red;
	font-weight: bold;
	text-align: center;
	margin: 3em 1em 1em;
}
table.ea_cvTableau {
	background-color: #EFEFEF;
	width: 95%;
	border: none;
	margin-bottom: 0;
	margin-top: 0;
}
td.ea_cvTitreTableau {
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	padding: 0.5em;
}
td.ea_cvTitreTableau span{
	font-weight: normal;
	font-size: 0.75em;
}
td.ea_cvTitreTableau:first-letter {
	font-size: larger;
}
td.ea_cvSepTableau {
	background: #CFD0DA;
}
td.ea_cvNumTableau {
	color: #8C1717;
	font-size: 3em;
	text-align: center;
}
td.ea_cvPetitTitreTab {
	text-align: center;
	font-weight: bold;
	/*text-decoration: underline;*/
}
td.ea_cvPetitTitreTab span {
	font-size: smaller;
	font-weight: bold;
	/*text-decoration: none;*/
}/* ************** Nouvel affichage des réponses aux articles ****************** */
div#cont 
{
	width:600px;
	
}

div#cont-full 
{
	width:816px;
	
}

div#cont IMG, div#cont-full IMG
{
	border:none;
}

div#cont .reply a, div#cont-full .reply a
{
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	font-weight:700;
	color:#999999;
}

div.msg-reponse {
	margin-left:20px;
	padding:0;
	margin-top:10px;
}

div.msg-reponse div.titre-reponse {
	position:relative;
	float:left;
	width:50%;
	color:#7e88ad;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	font-weight:700;
	font-style:italic;
}

div.msg-reponse div.details-reponse {
	position:relative;
	text-align:right;
	float:left;
	width:47%;
	color:#999999;
	font-size:12px;	
}

div.msg-reponse .texte-reponse {
	clear:both;
	border:#CCCCCC solid 1px;
	padding:5px;
	color:#999999;
	font-size:12px;
	width:95%;
}

div.msg-reponse div.details-reponse .auteur-nom {
	color:#f38d20;
	text-decoration:underline;	
}

div.msg-reponse .texte-reponse .lien-repondre {
	margin-right:10px;
}


.someclass{ 
width: 524px;
height: 85px;
text-align:justify;
border: 1px dashed #CCCCCC;
padding: 5px;
background-color: white;
margin-left: 10px;
}

#-----------------------------------------------------------
# Menu drop-down
#-----------------------------------------------------------

.urbangreymenu{
width: 190px; /*width of menu*/
font-family:tahoma;
}

.urbangreymenu .headerbar{
font-size: 1.2em;
color: #0076C0;
margin-bottom: 0; /*bottom spacing between header and rest of content*/
padding: 0px 0 0px 0px; /*31px is left indentation of header text*/
}

.urbangreymenu .headerbar a{
text-decoration: none;
color: #0076C0;
display: block;
}
.urbangreymenu .headerbar a:hover{
text-decoration: none;
color: #77A006;
display: block;
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
font-size: 0.85em;
	padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font-size: 0.85em;
font-weight : bold;

background: url(../images/puceMenu.gif) no-repeat 8px 5px;
color: #666;
display: block;
padding: 0px;
line-height: 12px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
margin-left: 12px;
margin-top:0px;
margin-bottom:0px;
}


.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: #77A006;

}


#ea_exergueBasAccueil {
	/*background: #EFEFEF url(../images/hautBasExergue.gif) no-repeat top;*/
	margin: 0 0 0 1em;
	padding: 0;
	z-index: 50;
	width:532px;
}
#ea_basExergueBasAccueil {
	/*background: url(../images/basBasExergue.gif) no-repeat bottom;*/
}

span.ea_titreCenterBandeauArticles {
	text-align: center;
	color: #0076AE;
	font-weight: bold;
	padding: 0;
	font-size: 1em;
	margin: 0;
}
