/* CSS Document */
BODY 	{
				scrollbar-face-color: #495a59; 
				scrollbar-shadow-color: #003366;
				scrollbar-highlight-color: #9fa15d;
				scrollbar-darkshadow-color: #CCCCCC; 
				scrollbar-track-color: #FFFFFF; 
				scrollbar-arrow-color: #CCCCCC;
		}	

p {
	font-family: verdana;
	font-size: 11px;
	color: #ffffff;
	text-align:none;
}

p.titr-vign{
	font-family: verdana;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	font-weight:none;
	}
	
p.titre {
	font-family: verdana;
	font-size: 15px;
	color: #ffffff;
	text-align: left;
	font-weight:none;
}

p.copyright {
	font-family: verdana;
	font-size: 9px;
	color: #ffffff;
	text-align: center;
}

/**************** Liens contenu**********************/

A.navigation:link {
			font-family:verdana;
			font-size:10pt;
			text-decoration:underline;
			color:#f7f5fd;
			font-weight:bold;
			}
A.navigation:visited {
			font-family:verdana;
			font-size:10pt;
			text-decoration:underline;
			color:#f7f5fd;
			font-weight:bold;
			}
    
A.navigation:active {
			font-family:verdana;
			font-size:10pt;
			text-decoration:underline;
			color:#f7f5fd;
			font-weight:bold;
			}
    
A.navigation:hover {
			font-family:verdana;
			font-size:10pt;
			text-decoration:underline;
			color:#c0d42a;
			font-weight:bold;
			} 
			
/**************** Liens nave bas**********************/

A:link {
			font-family:verdana;
			font-size:8pt;
			text-decoration:underline;
			color:#f7f5fd;
			font-weight: none;
			}
A:visited {
			font-family:verdana;
			font-size:8pt;
			text-decoration:underline;
			color:#f7f5fd;
			font-style: normal;
			font-weight: none;
			}
    
A:active {
			font-family:verdana;
			font-size:8pt;
			text-decoration:underline;
			color:#c0d42a;
			font-style: normal;
			font-weight: none; 
			}
    
A:hover {
			font-family:verdana;
			font-size:8pt;
			text-decoration:underline;
			color:#c0d42a;
			font-style: normal;
			font-weight: none; 
			}