/* CSS Document */

body 	{
font-size: 11px;
font-family:Frutiger, Verdana, Arial, Helvetica, sans-serif;
font-weight: normal; 
background-color: #FFFFFF;
line-height: 13px;  
color: #333333;
margin-top: 25px;
}

h1 {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}

b { 
font-weight: bold;
}
		
input {
font-size: 10px;
background: #D6E6F6;
color: #333333; 
}
		
select {
font-size: 10px;
background: #D6E6F6;
color: #333333;
}
		 
textarea {
font-size: 10px;
background: #D6E6F6; 
color: #333333;
}

a  {
color: #006699;
text-decoration: none;
}

A:link  { 
color:#006699; 
text-decoration: none;
}
A:visited  { 
color:#006699; 
text-decoration: none;
}
A:active { 
color:#0099CC;  
text-decoration: underline;
}
A:hover  { 
color:#6699CC; 
text-decoration: none;}

.menu { 
font-size: 13px; 
font-weight: normal; 
color: #6699CC; 
}

A.menu { 
color:#6699CC; 
text-decoration: none; 
}
A.menu:link { 
color:#6699CC; 
text-decoration: none; 
}
A.menu:visited 	{ 
color:#6699CC; 
text-decoration: none; 
}
A.menu:active  	{ 
color:#0099CC; 
text-decoration: none; }

A.menu:hover  	{ 
color:#0099CC; 
text-decoration: none; 
}

.submenu { 
font-size: 10px; 
font-weight: normal; 
color: #999999; 
}

A.submenu { 
color:#333333; 
text-decoration: none; 
}
A.submenu:link { 
color:#333333; 
text-decoration: none; 
}
A.submenu:visited 	{ 
color:#333333; 
text-decoration: none; 
}
A.submenu:active  	{ 
color:#999999; 
text-decoration: none; }

A.submenu:hover  	{ 
color:#999999; 
text-decoration: none; 
}

hr {  
color: #006699;
}

.text { 
font-size: 11px; 
font-weight: normal; 
color: #333333; 
}

.boldtext { 
font-size: 11px; 
font-weight: bold; 
color: #333333; 
}

.legende { 
font-size: 10px; 
font-weight: normal; 
color: #333333; 
}

.adresse { 
font-size: 9px; 
color: #999999; 
}