body { margin : 0;  background-color:#E7ECEC; } 


a:link    {color : #556268; text-decoration : underline; } 
a:visited {color : #556268; text-decoration : underline; } 
a:hover   {color : #286583; text-decoration : underline; } 

table {border-collapse: collapse;
      background-color : #FFFFFF;}   

ul {list-style-position : outside; list-style-type:square; 
    list-style-image:url('../images/boite-outils/puce.gif')}
                  
p  {margin-top : 5px; margin-bottom : 5px; }                      
ul {margin-top : 5px; margin-bottom : 5px; }  

tr.formu
					{
					text-align : right;
					}
table.annuaire
					{
					text-align : center;
					}
                     
td, p, div
          {font-family : Arial, Helvetica, sans-serif; font-size : 12px; 
           color : #556268; 
           vertical-align : top;
					 text-align : left;}
li
          {font-weight : bold ;}
          
hr        {color: #4893F9;
          background-color: #4893F9;
          height: 1px;
          border: 0;}
          
hr.news   {
          width : 260px;
          color: #556268;
          background-color: #556268;
          height: 1px;
          text-align : center;
          border: 0;}

td.centre , table.centre 
          {background-color : #F5F7FC;
           border-collapse: collapse;
					 text-align : left ;}
					 
td.ldap , table.ldap 
          {background-color : #F5F7FC;
           border-collapse: collapse;
					 text-align : rigth ;
					 vertical-align : top;
					 }
		
p.titre 
          {font-size : 16px; color : #556268; font-weight: bold;}
          
p.stitre 
          {font-size : 12px; color : #556268; font-weight: bold;}

span.petit, ul ul, p.petit
          {font-size : 10px; color: #282828; }         
           
p.intertitre
          {color: #A5B8C9; font-weight: bold; font-size : 12px!;} 
          
div.rubrique
          {font-size : 18px; 
          color : #556268; 
          font-weight: bold;
          }
                
p.intertitre a:link, 
p.intertitre a:visited 
          {color: #5D8BA2; font-weight: bold;  font-size : 12px;
           text-decoration : none; }
           
p.intertitre a:hover 
          {color: #286583; font-weight: bold;  font-size : 12px;
           text-decoration : none; }  

ul.liste-liens a:link    {color : #5D8BA2; text-decoration : none; font-weight: bold;} 
ul.liste-liens a:visited {color : #5D8BA2; text-decoration : none; font-weight: bold;} 
ul.liste-liens a:hover   {color : #286583; text-decoration : underline; font-weight: bold;}            

table.table-avec-bordures, table.table-avec-bordures td, 
table.table-avec-bordures th
{
	border-style : solid;
	border-color : #5D8BA2;
	border-width : 1px;
	border-collapse:collapse;
}      
table.table-sans-bordures, table.table-sans-bordures td,
table.table-sans-bordures th {
	border-width : 0px !;
}                      
          
td.separateur { background-color: #4893F9;
                border-collapse: collapse; }

#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #CCA;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);
}



#box 
{
	display: none;
	position: absolute;
	top: 20%;
	left: 20%;
	width: 60%;
	height: 60%;
	padding: 0;
	margin:0;
	border: 1px solid black;
	background-color: white;
	z-index:11;
}


#boxcontent
{
	left:0;
	right:0;
	bottom:0;
	margin:0;
	padding: 8px;
	overflow: auto;
	width:100%;
	height:100%;
}

#boxtitle
{
	left:0%;
	width:100%;
	height:20px;
	padding:0;
	margin:0;
	color:black;
	text-align:center;
}
