/* dans la lune - Stéphane Dupas */

body {
	background-color: #000;
	margin: 0;
	padding: 0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#AAA;
}

h1 {
	letter-spacing:1px;
	text-indent:1px;
	font-size: 24px;
	/*font-weight: bold;*/
	font-weight: normal;
	color: #FFFFFF;
	/*text-align: center;*/
	margin-bottom:10px;
}
h2 {
	color:#FFFFFF;
	font-size:12px;
}
h3 {
	color:#FFFFFF;
	font-size:12px;
	font-style:italic;
	font-weight:normal;
}
p {
	text-align:justify;
}

a {
	text-decoration:none;
}

#header, #footer, .fenetre-titre, .fenetre_standard {
	position:relative;
	left:50%;
	width:750px;
	margin-left:-375px;
}

/*ENTETE*/
#danslalune {
	position:relative;
	left:50%;
	margin-left:-365px;
	margin-top:65px;
	margin-bottom:40px;
	/*width:150px;*/
	
	/*font-size:12px;
	letter-spacing:16px;
	text-indent:16px;
	text-align:center;
	border-style:solid;
	border-width: 0 0 0 0;*/
	/*margin-bottom:50px;*/
}
#header {
	margin-top:25px;
	margin-bottom:50px;
}
.soustitre2 {
	font-size: 9px;
	font-weight: bold;
	color: #CCCCCC;
	/*text-align: center;*/
	letter-spacing:1px;
}
.soustitre2 a {
	color: #CCCCCC;
	text-decoration:underline;
}

/*FENETRE TITRE*/
.fenetre-titre {
	margin-top:10px;
	margin-bottom:10px;
	height:100px;
	z-index:100;
	border-style:solid;
	border-width:1px;
	border-color:#333/*#64a7d7*/;
}
a .fenetre-titre {
	display:block;
}
a:hover .fenetre-titre {
	border-color:#fff;
}
.sous-titre {
	font-size:12px;
	color:#0099FF/*#999*/;
	text-align:right;
}

/*FENETRE STANDARD*/
.fenetre_standard {
	background-color:#333;
	font-size: 12px;
	border-style:solid;
	border-width:2px;
	border-color:#333;
	padding: 10px 0;
}
.fenetre_standard a {
	color:#FFFFFF;
	padding:3px;
	text-decoration:underline;
	border-style:solid;
	border-width:1px;
	border-color:transparent;
}
.fenetre_standard a:hover {
	color:#333333;
	text-decoration:none;
	background-color:#FFFFFF;
	border: 1px solid #333333;
}
.fenetre_standard table a {
	display:block;
	text-align:center;
	background-color:#000;
}
.fenetre_standard table a:hover {
	background-color:#FFF;
}

/*BOUTONS*/
.fond-bouton {
	position:absolute;
	width:750px;
	height:100px;
	padding:0;
	margin:0;
	/*background-color:#000;*/
	/*NON W3C*/
	/*filter: alpha(opacity=0);
	opacity: 0;
	-moz-opacity: 0;*/
	/**/
}
.contenu-bouton {
	position:absolute;
	width:710px;
	padding: 10px 20px;
	/*NON W3C*/
	/**padding: 25px 20px;*/
	/**/
}
.contenu-bouton h2 {
	font-size:18px;
	color:#fff;
	font-weight:bold;
	text-align:right;
	margin-bottom:0;
}

/* xxx.danslalune.fr */
.link {
	position:absolute;
	left:6px;
	bottom:-7px;
	font-size:28px;
	color:#333/*#64a7d7*/;
}
a:hover .link {
	color:#FFF;
}

/*PIED DE PAGE*/
#footer {
	position:relative;
	left:50%;
	margin-top:15px;
	margin-bottom:15px;
	margin-left:-375px;
	width:750px;
	padding: 10px 0;
}
.pied-page {
	font-size: 9px;
	text-align: center;
	letter-spacing:2px;
	color: #FFFFFF;
}
.pied-page a {
	color:#FFFFFF;
	font-weight:bold;
}
.pied-page a:hover {
	color:#0099FF;
}

/*formulaires*/
form {
	border: 2px dotted #FF0000;
	padding: 10px;
}
