@charset "utf-8";

/*
 *		Le Provencal Beach - CSS Layout
 *
 *		Copyright Alliance cube 2009
 */

/* Général */
* {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#plage {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

	/* Logo */
	#logo {
		position: absolute;
		z-index: 5;
		width: 225px;
		height: 170px;
		left: 50%;
		margin: 20px 0px 0px -112px;
		overflow: hidden;
	}

	/* Flash Background */
	#mer {
		position: absolute;
		width: 100%;
		height: 100%;
		margin: 0px;
		padding: 0px;
		z-index: 0;
		overflow: hidden;
	}

		#detente {
			position: absolute;
			width: 100%;
			height: 100%;
			margin: 0px;
			padding: 0px;
			z-index: 1;
			overflow: hidden;
		}

	/* Bandeau Accueil */
	#provencal {
		position: absolute;
		width: 880px;
		height: 300px;
		top: 100%;
		left: 50%;
		margin: -300px 0px 0px -450px;
		padding: 178px 0px 0px 20px;
		z-index: 2;
		clear: both;
		overflow: hidden;
		background: url(../img/backgrounds/background-accueil.png) top center no-repeat;
	}

	#provencal * p {
		font-size: 12px;
		text-align: center;
	}
	
		/* Boutons */
		.mainButtons {
			float: left;
			width: 72px;
			height: 72px;
			padding: 0px 25px;
			overflow:visible;
		}
	
	/* Catégories */
	#mediteranee {
		position: absolute;
		width: 890px;
		height: 130px;
		top: 100%;
		left: 50%;
		margin: -130px 0px 0px -450px;
		padding: 35px 10px 5px 0px;
		z-index: 3;
		clear: both;
		background: url(../img/backgrounds/background-navigation-bottom.png) top center no-repeat;
		overflow: hidden;
	}
		
		#soleil {
			float: left;
			height: 100px;
			width: 100px;
			margin: 0px -7px 0px 0px;
			padding: 10px 5px 0px 0px;
			text-align: center;
		}

		/* Description permanente (bas de page) */
		#juans {
			float: left;
			height: 100px;
			width: 310px;
			padding: 0px;
		}
		
			#juans h3 {
				margin: 0px;
				font-size: 15px;
			}
			
			#juans p {
				margin: 0px 0px 2px 0px;
			}
			
			#juans a {
			font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
			color: #8f1721;
			font-weight: lighter;
			font-size: 12px;
			margin: 0px 0px 0px 0px;
			text-decoration:underline;
			}

			#juans a:active,
			#juans a:link,
			#juans a:visited {
			}
			
			#juans a:hover {
			color: #C61E2C;
			margin: 0px 4px 0px;
			}

		#pins {
			float: left;
			width: 475px;
			margin: 10px 0px 0px;
		}

			#pins a {
				float: right;
				width: 65px;
				text-align: center;
			}

				#pins a p {
					text-align: center;
				}
		
	#confort {
		position: absolute;
		width: 900px;
		height: 70px;
		top: 100%;
		left: 50%;
		background: url(../img/backgrounds/background-navigation-top.png) top center no-repeat;
		margin: -200px 0px 0px -450px;
		z-index: 6;
	}
	
	/* plus d'infos */
	#antibes {
		position: absolute;
		width: 900px;
		height: 420px;
		top: 100%;
		left: 50%;
		margin: -550px 0px 0px -450px;
		z-index: 2;
		background: url(../img/backgrounds/background-main.png) top center no-repeat;
		overflow: visible;
	}

		#antibes * p {
			color: #000;
			text-align: justify;
			margin: 5px 0px 0px 5px;
		}
	
		#antibes * h1,
		#antibes * h2,
		#antibes * h3,
		#antibes * h4,
		#antibes * h5,
		#antibes * h6 {
			color: #000;
			margin: 10px 0px 5px 0px;
		}
	
		#antibes * h1 {
			font-size: 22px;
		}
	
		/* Déco inférieure */
		#prestige {
			position: absolute;
			width: 900px;
			height: 70px;
			z-index: 5;
			margin: 350px 0px 0px 0px;
			background: url(../img/backgrounds/background-navigation-top.png) top center no-repeat;
		}
	
		/* Bouton de fermeture */
		#privee {
			position: absolute;
			width: 20px;
			height: 20px;
			margin: 20px 0px 0px 880px;
			z-index: 5;
		}
		
		/* Titre */
		#lounge {
			position: absolute;
			width: 800px;
			height: 60px;
			margin: 35px 0px 0px 50px;
		}

			#lounge h1 {
				font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
				color: #8f1721;
				font-weight: lighter;
				font-size: 30px;
			}
		
		#description {
			position: absolute;
			width: 720px;
			height: 260px;
			margin: 95px 0px 0px 90px;
	/*		border: 1px dotted #C60;*/
			overflow: auto;
		}
		
		/* Restaurant */
		#cuisine {
			position: absolute;
			width: 600px;
			height: 150px;
			margin: 240px 0px 0px 150px;
			text-align: center;
		}
		
			#cuisine a,
			#cuisine a:active,
			#cuisine a:link,
			#cuisine a:visited {
				margin: 0px 60px;
				padding: 0px;
				float: left;
				text-align: center;
			}
		
		/* Pianiste */
		#musique {
			position: absolute;
			width: 325px;
			height: 270px;
			margin: 95px 0px 0px 80px;
		}
		
		#representations {
			position: absolute;
			width: 380px;
			height: 270px;
			margin: 95px 0px 0px 435px;
			overflow: auto;
		}
		
			#representations h4,
			#representations h5,
			#representations h6 {
				margin: 0px 0px 2px 0px;
			}

			#representations p {
				margin: 0px 0px 15px 10px;
			}
		
		/* Contact */
		#coordonees {
			position: absolute;
			width: 300px;
			height: 350px;
			margin: 95px 0px 0px 290px;
			z-index: 4;
			text-align: center;
		}

		#coordonees p {
			text-align: center;
		}
		
		#image {
			position: absolute;
			width: 190px;
			height: 350px;
			margin: 95px 0px 0px 90px;
			z-index: 4;
		}
		
		#contact {
			position: absolute;
			height: 330px;
			width: 240px;
			margin: 90px 0px 0px 605px;
			z-index: 6;
		}

			/* Formulaire */
			#contact h5 {
				margin: 4px 0px 2px 0px;
			}
			
			#nom,
			#prenom,
			#phone,
			#mail,
			#message {
				margin: 0px;
				padding: 0px;
				width: 230px;
			}
			
			#message {
				height: 70px;
			}
			
			#envoyer {
				padding: 0px;
				font-family: Verdana, Geneva, sans-serif;
				float: right;
				margin: 3px 7px 0px 0px;
			}
		
		#confirmation {
			margin: 95px 0px 0px 290px;
			color: #000;
		}

/* Crédits */
#lifestyle {
	position: absolute;
	width: 20px;
	height: 70px;
	z-index: 9;
	top: 100%;
	left: 100%;
	margin: -70px 0px 0px -20px;
}

#credits {
	position: absolute;
	z-index: 3;
	width: 900px;
	height: 420px;
	top: 100%;
	left: 50%;
	margin: -550px 0px 0px -450px;
	background: url(../img/backgrounds/background-main.png) top center no-repeat;
}
	#pinede {
		position: absolute;
		width: 20px;
		height: 20px;
		margin: 20px 0px 0px 880px;
		z-index: 4;
	}
	
	#matelas {
		position: absolute;
		width: 800px;
	}