/*
	Styles communs a toutes les pages
	Site : Alice on the Moon
	Par : Mickael Pham & Pachilor
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(img/bg-body.jpg) #3061a6 center top repeat-x;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #000
}

img {
	border: 0;
}

h1 {display: none}
h2 {font-size: xx-large; color: #fff}

textarea, input
{
background-color: #95CDFF;
border: 2px solid #000;
}

#page {
	width: 980px;
	margin: 20px auto;
	position: relative;
}
#page h2 {color: #333}

.center {text-align: center !important}

#footer {
	color: white;
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index:-10;
}
#footer a, #footer a:visited {
	color: #f90;
	text-decoration: none;
}
#footer a:hover {
	color: white;
	text-decoration: underline;
}
/*
a, a:visited {
	color: blue;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #0099FF;
	text-decoration: underline;
}
*/

a, a:visited {
	color: navy;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #0099FF;
	text-decoration: none;
}



