/*
style.css
---------

Par Olivier STERCKLEN
*/

body	{text-align: center; /* Permet le centrage du tableau */ padding: 0; /* Permet le centrage du tableau */ margin: 0;  /* Permet le centrage du tableau */}
table	{margin: auto auto auto auto;  /* Permet le centrage du tableau */ border-collapse: collapse; /* Les bordures du tableau seront collées (plus joli) */}
a		{text-decoration: none;}

.justify	{text-align:justify;
			text-justify:inter-word;
			font-size: 14px;}

/* Propriétés CSS du bandeau de navigation */
.nav_accueil		{background-color: #f2bcba;}
.nav_tarifs			{background-color: #9de261;}
.nav_visite			{background-color: #cacaca;}
.nav_tourisme		{background-color: #aad4fc;}
.nav_loisirs		{background-color: #ff9470;}
.nav_plan			{background-color: #fed65d;}
.nav_accueil, .nav_tarifs, .nav_visite, .nav_tourisme, .nav_loisirs, .nav_plan
	{	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		box-shadow: 1px -1px 4px grey;
		-webkit-box-shadow: 1px -1px 4px grey;
		font-size: 14px;
		color: black;}
.nav_accueil:hover, .nav_tarifs:hover, .nav_visite:hover, .nav_tourisme:hover, .nav_loisirs:hover, .nav_plan:hover	{color: white;}
.nav_accueil:active, .nav_tarifs:active, .nav_visite:active, .nav_tourisme:active, .nav_loisirs:active, .nav_plan:active	{color: white; background-color: grey;}
/* <----*/

/* Propriétés CSS du pied de page */
footer				{font-size: 12px; margin-top: 10px;}
.footer_phone		{width: 26px; height: 23px;}
.footer_portable	{width: 30px; height: 26px;}
.footer_modified	{width: 460px; margin-top: 10px; border-top: 1px solid grey;}
.footer_titre		{width: 460px; padding-top: 10px; border-top: 1px solid grey;}
/* <----*/
/* <----Propriétés CSS de index.html */
.index_tableau		{width: 460px; height: 473px;}
.index_titre		{text-align: center; background-color: #FFFF00;}
.index_titre1		{color: #008000;}
.index_titre2		{color: #FF3300;}
.index_titre3		{color: #0066FF;}
.index_home			{background-color: #FF3300; color: #FFFF00;}
.anwb				{font-size: 10px;}
.index_liens		{text-align: left;}
.papillon			{width: 70px; height: 70px;}
#flyimage1, #flyimage2, #flyimage3	{position: absolute;}
/* <----*/
/* <----Propriétés CSS de accueil.html - accueil_en.html - accueil_nl.html */
object 				{width: 323px; height: 121px;}
embed				{width: 323px; height: 121px;}
.accueil_tableau	{width: 590px;}
.accueil_occitan	{font-size: 13px;}
.accueil_presente	{padding-right: 20px; /* Marge intérieure droite de 12px */
					padding-left: 20px; /* Marge intérieure gauche de 12px */
					padding-top: 12px; /* Marge intérieure haute de 12px */
					vertical-align: top;}
.accueil_titre		{font-size: 16px; color: blue;}
.accueil_lien		{font-size: 16px;}
.accueil_camping	{font-size: 13px; color: #006600; font-style: italic;}
.accueil_caravaning	{font-size: 13px; color: #ff3300; font-style: italic;}
.accueil_mobilhome	{font-size: 13px; color: #0066ff; font-style: italic;}
/* <----*/
/* <----Propriétés CSS de tarifs.html - tarifs_en.html - tarifs_nl.html */
.tarif_tableau		{width: 460px;}
.tarif_saison		{color: #0066ff; font-style: italic; background-color: #ffffcc; border-style: solid; border-color:#008000;}
.tarif_date			{font-weight: bold; background-color: #ccffcc; border-style: solid; border-color:#666666;}
.tarif_categorie	{font-weight: bold; text-align: right;}
.tarif_euro			{background-color: #ffffcc;}
.tarif_location		{background-color: #ccffcc; border-style: solid; border-color:black;}
.tarif_adulte		{width: 20px; height: 40px;}
.tarif_bsaison		{color: #008000;}
/* <----*/

.tourism_tableau1	{width: 499px;}
.tourism_titre		{color: blue;}
.tourism_img1		{width: 139px; height: 96px;}
.tourism_img2		{width: 95px; height: 135px;}
.tourism_img3		{width: 147px; height: 96px;}
.tourism_legend		{font-size: 12px;}
.tourism_img4		{width: 169px; height: 96px;}
.tourism_img5		{width: 164px; height: 96px;}
.tourism_img6		{width: 153px; height: 96px;}
.tourism_tableau2	{width: 705px;}
.tourism_marge		{padding-right: 20px; /* Marge intérieure droite de 12px */
					padding-left: 20px; /* Marge intérieure gauche de 12px */}

.loisirs_tableau1	{width: 499px;}
.loisirs_img1		{width: 112px; height: 110px;}
.loisirs_img2		{width: 152px; height: 104px;}
.loisirs_img3		{width: 165px; height: 104px;}
.loisirs_marge1		{padding-top: 12px;} /* Marge intérieure haute de 12px */
.loisirs_italic		{font-style: italic;}
.loisirs_tableau2	{width: 649px;}
.loisirs_justify	{text-align:justify; text-justify:inter-word; font-size: 14px; margin-left: 20px; margin-right: 20px;}
.loisirs_rando		{text-align:left; margin-left: 20px;}
.loisirs_type		{color: blue; font-weight: bold;}

.plan_titre1		{color: blue; font-weight: bold; padding: 5px; border-top: 1px solid grey;}
.plan_titre2		{background-color: blue; color: white; font-weight: bold; padding: 5px;}
.plan_titre3		{background-color: yellow; color: blue; font-weight: bold; padding: 5px;}
.plan_titre4		{color: blue; padding: 5px;}
.plan_img			{padding: 5px;}