/*  **************************
    style juste pour bleu     
	************************** */
	
/*  couleur lien : 000099, hover: 0000FF */


#header {
	float: left;
	padding: 0px;
	margin-right: 2px;
	width: 800px;
	height: 100px;
	background: url(../images/img_haut_orange.jpg); /* no-repeat;*/
}

.tr1 { background:#FAFAFA; }
.tr2 { background:#FFFFFF; }

.tr_titre {
	background:            #F1F1F1;
	padding: 3px;
}

a:link, a:visited {
	color: #F08331; 
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color:#784F23;	
	text-decoration:underline;
	font-weight: bold;
}

a.mainlevel:link, a.mainlevel:visited 
{
background: url(../images/menu_bg_orange.png) no-repeat;
}
.page_active { background-color:#F08331; }
