

body
{
   position: relative;
   width: 850px;
   margin: auto; /* Pour centrer notre page */
   margin-top: 0px; /* hauteur de page */
   
   background-color:#FFFFFF;
   font-family: Arial;
   font-size: 10pt;
   
   
}

		
/* ---- bandeau ---- */

#bandeau
{
	width: 850px;
	height: 150px;
	
	
}


/* ---- contact_syndicats ---- */
/*#elus ul#lolo ,#cap1 ul#lolo ,#contact_syndicats ul#lolo {  width: 185px; }*/




/* ---- MENU ---- #808080; */


#menu {  float: left; margin-bottom: 20px; margin-top: 20px; }

ul#lolo {  width: 168px;list-style-type: none; margin: 0px; padding: 0px; } 

ul#lolo li {margin-bottom: -2px;}

ul#lolo a

{      
	 height: 18px;
     display: block;
     text-align: left;
     border: 1px solid gray;
     text-decoration: none;
     background: #fff; 
	 font-family:Arial; 
     font-size:9pt;
     color: #000;
	 font-weight:bold;
     text-indent:5px;
	 padding-top: 2px;
}

ul#lolo #lo_a { background: #FFFFFF url('../pics/new_plan/bande_a.png'); } /* C T P */

ul#lolo #lo_b { background: #FFFFFF url('../pics/new_plan/bande_e.png'); } /* C A P */
 
ul#lolo #lo_c { background: #FFFFFF url('../pics/new_plan/bande_d.png'); }   /* C C P */

ul#lolo #lo_d { background: #FFFFFF url('../pics/new_plan/bande_f.png'); }  /* ORGANISMES CENTRAUX */





ul#lolo #lo_a ,ul#lolo #lo_b ,ul#lolo #lo_c ,ul#lolo #lo_d

{      
	 height: 18px;
     display: block;
     text-align: center;
     border: 1px solid #000;
     text-decoration: none;
     font-size:10pt; 
     font-family:Arial; 
     font-weight:bold; 
     color:#FFFFFF;
	 padding-top: 2px;
 }
 	 
ul#lolo #la { height: 48px; }

  
ul#lolo a:hover 

{
     background: #fcecab;
     border: 1px solid #808080; 
	 text-indent:5px;
	 font-size:10pt;
     font-weight:bold;
}


/* pied de page dfeef6  */

#pied_de_page
{
	clear:both;
	
	margin-top: 20px;
	padding: 5px;
	margin-left: 165px;
	text-align: center;
	/*border: 1px solid #CCCCCC;*/
	background-color: #fff;
}

#pied_de_page table { margin-left: auto; margin-right: auto; text-align: center;}

/* ---- corps de page ---- */


#corps
{	
	margin-left: 180px;
	margin-top: 3px;
	padding: 15px;
	/*border:1px solid #CCCCCC;*/
	background-color:#FFFFFF;
}



	
