body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	background-color: #000000;
	/*background-image: url(img/can97-01115.jpg);
	background-position: -50px top;*/
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.txt {
	font-size: 10pt;
	color:white;
}
.txt_bold {
	font-weight: bold;
}
.orange {
	font-weight: bold;
	color:#FF9900;
}
.bleu {
	font-weight: bold;
	color:#6699FF;
}
a {
	font-weight:bold;
	color:#99CCFF;
    text-decoration: none;
}
a:hover {
	color:orange;
}


/* MENU PRINCIPAL */
#menu {
	font-weight: bold;
	font-size: 10pt;
	margin-left: -1px;
	padding-right: 5px;
	background-image: url(img/grise.png);
}
#menu a {
	color: #FFFFFF;
    text-decoration: none;
    display: block;
    width: 100%;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
 }
#menu a:hover {
    color: #FFFFFF;
	background-color: #FF9900;
}

/* SOUS MENU */
#sous_menu {
	font-weight: bold;
	font-size: 10pt;
	padding-right: 10px;
}
#sous_menu a {
	color: #FFFFFF;
    text-decoration: none;
    display: block;
    width: 100%;
	background-image: url(img/grise.png);
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
 }
#sous_menu a:hover {
    color: #FFFFFF;
	background-color: #00CCFF;
}
