@charset "utf-8";
/* CSS Document */
body {
	background-color: #E0DFE3;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	scrollbar-face-color: #CFCF17;
	scrollbar-shadow-color: #228b22;
	scrollbar-highlight-color: #98fb98;
	scrollbar-3dlight-color: white;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #000000;
	scrollbar-arrow-color: black;
}

#Global {
	background-color: #000000;
	vertical-align: 50%;
	height: 600px;
	width: 955px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #000000;
	
}

#Header {
	position:relative;
	left:0px;
	top:0px;
	width:955px;
	height:124px;
	background-image: url(images/Header.jpg);
}

#VisuelHome {
	position:relative;
	left:0px;
	width:443px;
	height:476px;
	background-image: url(images/visuGHome.jpg);
	float: none;
}

#VisuelMariage {
	position:relative;
	left:0px;
	width:443px;
	height:476px;
	background-image: url(images/visuGMariage.jpg);
	float: none;
	background-repeat: no-repeat;
}
#VisuelConciergerie {
	position:relative;
	left:0px;
	width:443px;
	height:476px;
	background-image: url(images/visuGConciergerie.jpg);
	float: none;
}
#VisuelEvenements {
	position:relative;
	left:0px;
	width:443px;
	height:476px;
	background-image: url(images/visuGEvenement.jpg);
	float: none;
}

#VisuelContact {
	position:relative;
	left:0px;
	width:443px;
	height:476px;
	background-image: url(images/visuelGContact.jpg);
	float: none;
}


#Contenu {
	position:relative;
	width:512px;
	height:440px;
	float: none;
	top: -475px;
	left: 443px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	overflow: auto;
	padding-left: 0px;
}

#Contenu td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}

#Footer {
	position:relative;
	width:512px;
	height:36px;
	background-image: url(images/Footer.jpg);
	clear:none;
	left: 443px;
	top: -477px;
}
#TopMenu {
	position:absolute;
	height:20px;
	clear:left;
	left: 500px;
	top: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
}
#FooterMenu {
	position:relative;
	height:20px;
	clear:left;
	left: 70px;
	top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.position {
	color: #CFCF17;
	font-weight: bold;
}

.text {
	color: white;

}




a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}
a:visited {

  	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}
a:hover {
	color: #CFD900;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}
a:active {
	color: #D0D400;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline overline;
}
