/* Style de bill - */
body {
	background-color: #FEEA00;
	background-image: url(images/fond_bill.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
}


.Contents {
	font-family: Verdana;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}

.title {

	font-family: Verdana;
	font-size: 20px;
	color: #FFEB01;
	text-decoration: none;
	font-weight:bold;	
	}
	
a:link {
	color: #000000;
	text-decoration: none;

}
a:visited {
	color: #000000;
	text-decoration: none;

}
a:hover {
	color: #DB0000;
	text-decoration: none;
}
a:active {
	color: #DB0000;
	text-decoration: underline;

}

.logo {
	background-image: url(images/fond_logo.jpg); 
	background-attachment: fixed;
	background-repeat: no-repeat;
	}

.bottom {
    background-image: url(images/bandeau_bas.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	}
	
.menuitem a {
 color: #DB0000;
}

.menuitem a:visited {
 color: #DB0000;
}

.menuitem a:hover {
 color: #DB0000;
}

.menuitem {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding-left: 5px;
}

