@charset "UTF-8";
/* CSS Document */

/****************************************************************/
/****************************************************************/
/****************************************************************/
/****************************************************************/
/****************************************************************/


/****************************************************************/
/* permet d'avoir une barre de menu collée						*/
/****************************************************************/

a img {	border : none; }

/* défini des paramètres généraux */
* {	margin:0; padding:0;}  

/* supprime le tour en pointillés lors d'un clic sur un bouton */
a:focus {outline: none;}

/*lien pas en bleu*/
a {
	text-decoration:none;
	color:#a3a3a3;
}

/*style des liens en hover */
a:hover {
	color:white;
}

/****************************************************************/
html{ width: 100%;  height:100%; }

body {
	background-image:url(../images/background_1440.jpg);
	background-color:black;
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	width: 100%;
	height: 100%;
	text-align:left;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:12px;
}



/* position de l'image dans photoshop (point de référence haut-gauche) : top : 20px / left : 140px */

#logo {
	position:absolute;
	width:195px;
	height:71px;
	top:20px;
	left:50%;
	margin-left:-362px;
}

#mariage {
	position:absolute;
	width: 400px;
	height: 71px;
	top : 80px;
	left:50%;
	margin-left:-200px;
}

#visite {
	position:absolute;
	width :200px;
	height: auto;
	top : 690px;
	left: 50%;
	margin-left: -100px;
	text-align: center;
	color : white;
	font-size: 1.5em;
}

#menu_son {
	border:none;
	position:absolute;
	height:16px;
	width:140px;
	top:0px;
	right:0%;
	background-image:url(../images/barre_menu.png);
	background-position:top;
	background-repeat:repeat-x;
	/*-moz-opacity:0.8;
	opacity: 0.8;
	filter:alpha(opacity=80);*/
	font-size:11px;
	color:#a3a3a3;
	
}

/* position : top : 103px /  left : 241px */

#menu_back {
	position:absolute;
	height:16px;
	width:auto;
	-width:909px;
	top:108px;
	left:50%;
	right:0px;
	margin-left:300px;
	background-image:url(../images/barre_menu.png);
	background-position:top;
	background-repeat:repeat-x;
}

.menu {
	position:relative;
	height:16px;
	width:100%;
	font-size:12px;
	color:#a3a3a3;
}

.menu ul {
	list-style:none; 
	z-index:10; 
	position:absolute; 
	z-index:100;
}
.menu li {float:left}
.menu h1 {
	font-size:12px;
	font-weight:bold;
} 
.menu a:hover {color:white;}

.cases {
	position:relative;
	height:16px;
	width:auto;
	padding-left:7px;
	padding-right:7px;
	text-align:center;
	color:white;
}
.inter {
	position:relative;
	height:16px;
	width:15px;
	text-align:center;
}

#space {
	position:relative;
	height:16px;
	width:120px;
	text-align:right;
}

#carre_menu {
	border:none;
	position:absolute;
	height:4px;
	width:4px;
	top:97px;
	left:50%;
	margin-left:178px;
	background-color:white;
	-overflow:hidden;
}


/* position : top : 155px /  left : 635px */

#titre {
	border:none;
	position:absolute;
	height:16px;
	top:155px;
	left:50%;
	right:0px;
	margin-left: 123px;
	padding-left:10px;
	background-image:url(../images/barre_menu.png);
	background-position:top;
	background-repeat:repeat-x;
	/*-moz-opacity:0.8;
	opacity: 0.8;
	filter:alpha(opacity=80);*/
	color:white;
	font-size:12px;

}

#titre h2 {
	font-size:12px;
	font-weight:normal;
}

/* Flash slide */


#flashcontent {
	position:absolute;
	height:500px;
	width:750px;
	top:160px;
	left:50%;
	margin-left:-375px;
}

#ligne_haut {
	position:absolute;
	top:159px;
	height:1px;
	width:100%;
	left:0px;
	right:0px;
	background-color:#FFFFFF;
	-overflow:hidden;
}

#ligne_bas {
	position:absolute;
	top:660px;
	height:1px;
	width:100%;
	left:0px;
	right:0px;
	background-color:#FFFFFF;
	-overflow:hidden;
}
	

#pied_de_page {
	border:none;
	position:absolute;
	width:100%;
	height:151px;
	left:0px;
	right:0px;
	top:750px;
	background-image:url(../images/pied_de_page.png);
	background-position:top;
	background-repeat:repeat-x;
}

.pied_de_page_texte {
	border:none;
	position:relative;
	width:700px;
	height:20px;
	top:60px;
	left:50%;
	margin-left:-350px;
	text-align:center;
	color:#a3a3a3;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:12px;
}

.pied_de_page_texte ul {
	list-style:none;
	position:relative;
}

.pied_de_page_texte li {float:left;}

#baspage {
	position:absolute;
	text-align:center;
}
	
#cvg {
	position:relative;
	height:20px;
	width:150px;
	padding-left:5px;
	padding-right:5px;
	text-align:center;
}

#policy {
	position:relative;
	height:20px;
	width:150px;
	padding-left:5px;
	padding-right:5px;
	text-align:center;
}

#credit {
	position:relative;
	height:20px;
	width:150px;
	padding-left:5px;
	padding-right:5px;
	text-align:center;
}

#contact {
	position:relative;
	height:20px;
	width:150px;
	padding-left:5px;
	padding-right:5px;
	text-align:center;
}


