/* général */
body#fond {
	margin: 0;
	padding: 0;
	background-image: url(../images/design/FLASH/fond_page.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #71A5DF;

}

/* /////////////////////////////////////////////////////////////////*/
							/* photos fond flash */
/* /////////////////////////////////////////////////////////////////*/
.charte-flash {
	background-image: url(../images/design/FLASH/charte_flash.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
/* boutons été */
a.bouton-ete {
	display: block;
	height: 32;
	width: 100;
	background-image: url(../images/design/FLASH/fond_bouton_ete.jpg);
	background-repeat: no-repeat;
	margin-top: 4;
	margin-left: 18;
	padding-top: 8;
	padding-right: 32;
	font-family:Georgia,"Times New Roman",Times,serif;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #8E393B;
	text-align: center;
}
a.bouton-ete:hover{
	background-image: url(../images/design/FLASH/fond_bouton_ete_on.jpg);
	text-decoration: none;
	color: #B35F5E;
}
/* pour avoir le même résultat sous firefox et IE : il faut soustraire le padding à la largeur 
avec "html>body " avant le nom de la class IE ne voit pas cette partie du code */
html>body a.bouton-ete {
	padding: 8 32 0 0;
	width: 68px;
}
/* boutons hiver*/
a.bouton-hiver {
	display: block;
	height: 32;
	width: 100;
	background-image: url(../images/design/FLASH/fond_bouton_hiver.jpg);
	background-repeat: no-repeat;
	margin-top: 4;
	padding-top: 8;
	padding-right: 32;
	font-family:Georgia,"Times New Roman",Times,serif;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #8E393B;
	text-align: center;
}
a.bouton-hiver:hover{
	background-image: url(../images/design/FLASH/fond_bouton_hiver_on.jpg);
	text-decoration: none;
	color: #B35F5E;
}
/* pour avoir le même résultat sous firefox et IE : il faut soustraire le padding à la largeur 
avec "html>body " avant le nom de la class IE ne voit pas cette partie du code */
html>body a.bouton-hiver {
	padding: 8 32 0 0;
	width: 68px;
}
