html, body {
	margin: 0px;
	height: 100%;
	text-align: center;
	background-color: #1E93C1;
	background-image: url(img/fd_site.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.tab_numeroazur {
	background-image: url(img/numero_azur.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.tab_acc_activites {
	font-family: Arial;
	font-size: 20px;
	color: #FFFFFF;
	background-image: url(img/opacity20.png);
	background-repeat: repeat;

}
.txt_75 {
	font-family: Arial;
	font-size: 75px;
	color: #FFFFFF;
	line-height: 80px;
}
.txt_45 {
	font-family: Arial;
	font-size: 45px;
	color: #FFFFFF;
	line-height: 40px;
}
.txt_35 {
	font-family: Arial;
	font-size: 35px;
	color: #FFFFFF;
	line-height: 40px;
}
.txt_35_gras {
	font-family: Arial;
	font-size: 35px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 40px;
}
.txt_30 {
	font-family: Arial;
	font-size: 30px;
	color: #FFFFFF;
	line-height: 35px;
}
.txt_25 {
	font-family: Arial;
	font-size: 25px;
	color: #FFFFFF;
	line-height: 30px;
}
.txt_20 {
	font-family: Arial;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 25px;
}
.txt_15 {
	font-family: Arial;
	font-size: 15px;
	color: #FFFFFF;
	line-height: 20px;
}
a.txt_15 {
	font-family: Arial;
	font-size: 15px;
	color: #FFFFFF;
	line-height: 20px;
	text-decoration: underline;
}
a.txt_15:hover {
	font-family: Arial;
	font-size: 15px;
	color: #FFFFFF;
	line-height: 20px;
	text-decoration: none;
}
a.menu_haut {
	font-family: Arial;
	font-size: 15px;
	color: #1E93C1;
	text-decoration: none;
}
a.menu_haut:hover {
	font-family: Arial;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
}
.tab_acc_horaires {
	font-family: Arial;
	font-size: 20px;
	color: #FFFFFF;
	background-image: url(img/acc_horaires.png);
	background-repeat: no-repeat;
}
.tab_acc_plaquette {
	font-family: Arial;
	font-size: 20px;
	color: #FFFFFF;
	background-image: url(img/acc_plaquette.png);
	background-repeat: no-repeat;
}
.tab_acc_prix {
	font-family: Arial;
	font-size: 20px;
	color: #FFFFFF;
	background-image: url(img/acc_prix.png);
	background-repeat: no-repeat;	
}
.mentions {
	font-family: Arial;
	font-size: 9px;
	color: #FFFFFF;
}
a.mentions {
	font-family: Arial;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: underline;
}
a.mentions:hover {
	font-family: Arial;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}
.txt_courant {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}
a.txt_courant {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
a.txt_courant:hover {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.txt_italique {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	font-style: italic;
}
.tab_fd {
	background-image: url(img/opacity40.png);
	background-repeat: repeat;
}
.tab_fd_maintenance {
	font-family: Arial;
	font-size: 20px;
	color: #FFFFFF;
	background-image: url(img/fd_maintenance.png);
	background-repeat: no-repeat;
}
.tab_fd_installation {
	font-family: Arial;
	font-size: 20px;
	color: #FFFFFF;
	background-image: url(img/fd_installation.png);
	background-repeat: no-repeat;
}
.tab_fd_securite {
	font-family: Arial;
	font-size: 20px;
	color: #FFFFFF;
	background-image: url(img/fd_securite.png);
	background-repeat: no-repeat;
}
.tab_fd_formation {
	font-family: Arial;
	font-size: 20px;
	color: #FFFFFF;
	background-image: url(img/fd_formation.png);
	background-repeat: no-repeat;
}
.tab_fd_particuliers {
	font-family: Arial;
	font-size: 20px;
	color: #FFFFFF;
	background-image: url(img/fd_particuliers.png);
	background-repeat: no-repeat;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}


/*** PNG BUG ***/

img, div {
	behavior: url(iepngfix.htc);
}