* {}

/***********************************************************/
/*            BODY                                        */
/*********************************************************/
  #wikiedit br {
       clear: none;
         }
body {
	background-image:url("./img/backgroundUE.png");
	background-repeat: no-repeat;
	background-position:3px 5px;
	color:#000; 
	background-color:rgb(237, 237, 237); 
	margin:0px; 
	font-family: arial;
	
	
}

#main {
	margin:0 auto;
	width: 800px;
	
	z-index: 20;
	background-color: #f6f4f7;
}
#entete {
	background-image:url("./img/main_top_fond.png");
	background-repeat:repeat-x;
	background-color: #FFF;
	margin-bottom:0px;
	
	
}

#menucorp {
	height:26px;
	
	
}

#entetelogo {
	background : url('./img/Header_AE_final_cadre.png');
	margin:0 auto;
	height: 204px;
	margin-top:0px; 
	
	
}


/***********************************************************/
/*                      Menu Du Wiki                      */
/*********************************************************/

#menuwiki { 
	float:left;
	font-size:10pt; 
	color:#000;
	background-image:url("./img/menufond.png");
	background-repeat: repeat-x;
	padding:0px;
	margin:0px;
 	width:198px; 
	text-align:left;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-top:1px solid #000;
	
}

#menuwikitxt{
	padding-left:5px;
}

#menuwiki strong { 
	white-space:nowrap; 
	margin-left:4px; 
	margin-right:2px; 
}

#menuwiki .indent { 
	margin-left:10px; 
	margin-right:2px; 
} 

#menuwiki h1, #menuwiki h6 { 
	white-space:nowrap;
	font-size:1.0em; 
	font-weight:bold; 
	color:#000; 
	text-align:left; 
 	padding-left:4px; 
	padding-right:2px; 
	margin:0px; 
}

#menuwiki ul { 
	font-size:9pt; 
	margin:3px;
 	padding-left:6px; 
	list-style-type:none; 
}

#menuwiki ul li a, #menuwikieditsb  a, #sidebarbottom  a{ 	
	color:#fff;
}

#menuwiki h1 a, #menuwiki h1 a{ 	
	color:#000;
}

#menuwiki .vspace {

}	


/*
 * Les visiteurs ne voient pas les liens non créé ... 
 * faudrait pouvoir les voirs sans pouvoir les editer
 */
 
.createlink, .createlinktext{
	border-bottom: 1px dotted #663;
	cursor:  hand;
}
/*
 lien pour editer la page. Possibilité par le remplacer par une icone ou icone + txt 
 le caacher si le visisteur n'a pas les droits
*/
#menuwikieditsb {
  /*
	display: none ;
	visibility:  hidden ;
	*/
}

/*
 XHTML possibilité de le remplacer par un logo 
*/
#sidebarbottom {

}

#menuwiki #menuwikitete{
	background-image:url("./img/jump.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-top:	5px;
	margin-bottom:	5px;
	height: 20px;

}
#menuwiki #menuwikipied{
	background-image:url("./img/menu_baspng.png");
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #f6f4f7;
	height: 80px;
	
}

/***********************************************************/
/*                   Outils Du Wiki                       */
/*********************************************************/
#outilwiki { 

	float:left;
	font-size:10pt; 
	color: black;
	padding:0px;
	margin:0px;
 	width:200px; 
	text-align:center;	
	clear:left;
}
#outilwiki a {
	color:#596983;
	text-decoration: none ;
}

#outilwikitete {
	/*
	background-image:url("./img/fourche_haut.png");
	background-repeat: no-repeat;
	background-position:85px 0px;
	height:80px;
	*/
}

#outilwikipied {
	/*
	background-image:url("./img/fourche_pied.png");
	background-repeat: no-repeat;
	background-position:40px 0px;
	height:213px;
	*/
}
#outilwiki #outilwikiedit {
	clear:  right;
	display:  block ;
}
#outilwikiedit a {
	background-image:url("./img/edit.gif");
	background-repeat: no-repeat;
	padding-left: 15px;
}
#outilwikidiff {
	clear:  right;
	display:  block ;
}
#outilwikidiff a {
	background-image:url("./img/histo.gif");
	background-repeat: no-repeat;
	padding-left: 16px;
}
#outilwikihelp {
	clear:  right;
	display:  block ;
}
#outilwikihelp a {
	background-image:url("./img/help.gif");
	background-repeat: no-repeat;
	padding-left: 17px;
}
#outilwikiprint {
	clear:  right;
	display:  block ;
}
#outilwikiprint a {
	background-image:url("./img/print.gif");
	background-repeat: no-repeat;
	padding-left: 17px;
}
#outilwikichanges {
	clear:  right;
display:  block ;
}
#outilwikisearchform {
	clear:  right;
  display:  block ;
}
#outilwikisearchform .champ {
	border: 1px solid #00f;
	background-color: #eef;
	width:50px;
	font-size:8pt; 
	color:#393;
}

/**/
#outilwikisearchform .bouton {
 	border: none;
	background-color: #00f;
	font-size:8pt; 
	width:40px;
	color:#00f;
}


/***********************************************************/
/*                 La page elle meme                      */
/*********************************************************/
#pagewiki {
	padding-left: 205px;
	padding-right: 5px;
    padding-top:30px;
    border-left:1px solid #000;
	border-right:1px solid #000;
    border-top:1px solid #000;
  
}

/* Le titre et le groupe */
#pagegroup ,#pagegroup a, #pagetitle ,#pagetitle a {
 text-decoration: none ;
 font-weight: bold ;
 display:inline;
 font-size: 1.1em;
}

#pagegroup ,#pagegroup a, #pagetitle *:first-letter{
 color: #000;
}

#pagetitle ,#pagetitle a, #pagegroup *:first-letter{
 color: #00f;
}

#pagegroup{
 margin-left: 20px;
 }

/* * * *  Le texte  * * * * */
#wikitext{
 margin-top: 20px;
 font-size: 0.8em;
}
#wikitext h1, #wikitext h2,#wikitext h3,#wikitext h4,#wikitext h5,#wikitext h6,#wikitext h7{
 font-size: 1.2em;
}
#wikitext h3{
color: #00f;
}

#wikitext #text {
 width:95%;
 background-color: #eef;
 border: 1px solid #57B;
}
#wikitext a{
  color: #00f;
}

/***********************************************************/
/*                      Pied de page                      */
/*********************************************************/
#pieddepage {
	clear: both;
	border-top:1px solid #ccc;
	background-color: #eef;
	font-size:8pt;
	color:black;
	text-align:center;
} 
#pieddepage a{
	color:#00f;
}
#pieddepage .dernieremodif ,#powerdby ,#copyright {

}





/***********************************************************/
/********* Pas Touche ! ***********************************/
/*********************************************************/





/**** Navigation Global Javascript*****/




#menud { 
position : fixed;

} 

.navigation { 
       
	  margin-left: 2px;
      padding: 0; 
      list-style: none; 
      background: #000; 
      color: #fff; 
      font:  0.9em "Trebuchet MS", sans-serif; 
	  
      } 
	  
	  .navigation .toggleSubMenu {
	   float : left;
	   width : 132px;
	   height : 40 px;
	   margin-right : 1px;
	   padding : 0px;
	   
	   
	    } 
	 
   .navigation a, .navigation span { 
      display: block; 
      padding: 4px 10px; 
      color: #fff; 
      text-decoration :none;
      background: #000 left bottom no-repeat; 
	 
      } 
	  
	  
	  
   .navigation .toggleSubMenu a, .navigation .toggleSubMenu span { 
      background-image: url(./img/menu-item-deroule150AM.png);
	  background-position : bottom right;
      } 
   .navigation .open a, .navigation .open span { 
      background-image: url(./img/menu-item-deroule150AM.png); 
	  background-position : bottom right;
      } 
   .navigation a:hover, .navigation a:focus, .navigation a:active { 
      text-decoration: underline; 
      } 
   .navigation .subMenu { 
      display : list-item;
      background: #ccc; 
	  list-style: none; 
      margin: 0; 
      padding: 0; 
      border-bottom: 1px solid #666;
      -moz-opacity:0.8;
      opacity: 0.8;
      filter:alpha(opacity=70);
	  position : relative;
	  font-size: 0.9em;
	  text-indent: 10px;
      } 
	  
   
	
	  .navigation ul.subMenu .liste1 a { 
      clear : both;
	  position : relative;
	  margin : 0px;
	   padding: 4px 10px; 
	  background : url(./img/menu-item-enroule150AM.png) right top no-repeat; 
	  text-indent : 0px;
	  display : block;
	  
      }
	  
	  .navigation ul.subMenu  a { 
      font: 1em "Trebuchet MS", sans-serif; 
	  position : relative;
	 
	  margin : 0px;
	   padding: 2px 10px; 
	  background : url(./img/menu-item150.png) -15px top no-repeat; 
	  text-indent : 0px;
	  display : block;
	   -moz-opacity:0.8;
      filter:alpha(opacity=70);
	 
	  
      }

