/* ------- Horizontal Menu ------- */

/* initial settings of the top navigation items like : Home,About Fortis */
#n1 { top: 105px; left: 260px; background-color: rgb(0,51,102); width: 50px; }		/* Home			*/
#n2 { top: 105px; left: 310px; background-color: rgb(0,51,102); width: 130px; }		/* About		*/
#n3 { top: 105px; left: 440px; background-color: rgb(0,51,102); width: 60px; }		/* Press		*/
#n4 { top: 105px; left: 500px; background-color: rgb(0,51,102); width: 150px; }		/* Solidarity	*/
#n5 { top: 105px; left: 650px; background-color: rgb(0,51,102); width: 100px; }		/* Jobs			*/
#n6 { top: 105px; left: 750px; background-color: rgb(0,51,102); width: 60px; }		/* Contact		*/
#n7 { top: 105px; left: 810px; background-color: rgb(0,51,102); width: 60px; }		/* Canaux		*/
#n8 { top: 105px; left: 870px; background-color: rgb(0,51,102); width: 60px; }		/* News			*/
#n9 { top: 105px; left: 930px; background-color: rgb(0,51,102); width: 60px; }		/* Link			*/
#n10 { top: 105px; left: 990px; background-color: rgb(0,51,102); width: 60px; }		/* 				*/

/* initial settings of the pull down menu navigation items */
#navMenu #n1 ul { background-color: rgb(241,232,223); }
#navMenu #n2 ul { background-color: rgb(241,232,223); width: 200px; }
#navMenu #n3 ul { background-color: rgb(241,232,223); width: 200px; }
#navMenu #n4 ul { background-color: rgb(241,232,223); width: 200px; }
#navMenu #n5 ul { background-color: rgb(241,232,223); }
#navMenu #n6 ul { background-color: rgb(241,232,223); }
#navMenu #n7 ul { background-color: rgb(241,232,223); }
#navMenu #n8 ul { background-color: rgb(241,232,223); }
#navMenu #n9 ul { background-color: rgb(241,232,223); }
#navMenu #n10 ul { background-color: rgb(241,232,223); }

/* ------- Horizontal Menu ------- */
/* R189522 */
#doctabel 
{
    border-collapse: collapse;
	width: 100%;
}
#doctabel td 
{
	border: rgb(165,158,148) 1px solid;
	background-color: rgb(165,158,148);
	padding: 3px;
	text-align:left;	
	vertical-align:middle;
}
#doctabel td.subtitel 
{
	color: rgb(255,255,255);
}
#doctabel td.onpaar 
{
	background-color: rgb(220,208,196);
}
#doctabel td.paar 
{
	background-color: rgb(234,225,216);
}
#doctabel a:link 
{
	color: rgb(0,0,0);
	font-weight: normal;
	text-decoration: none;
}
#doctabel a:visited 
{
	color: rgb(165,158,148);
	font-weight: normal;
	text-decoration: none;
}
#doctabel a:hover 
{
	color: rgb(116,147,194);
	font-weight: normal;
	text-decoration: none;
}

/* R189522 */
